Skip to content

Bustage due to recent self-profile changes #342

Closed
@nnethercote

Description

@nnethercote

I get this when running the profile or bench commands:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error("invalid type: map, expected a sequence", line: 1, column: 19)'

The problem is this line: https://github.com/rust-lang-nursery/rustc-perf/blob/80826de37c486428f65a376d8aa0b5a8bb8dfcfe/collector/src/bin/rustc-perf-collector/execute.rs#L250

I think it assumes that the JSON is an array, but it's now an object (with keys/values).

I suspect rust-lang/rust#58085 is the cause.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions