[INFO] fetching crate flame 0.2.1-pre2... [INFO] checking flame-0.2.1-pre2 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate flame 0.2.1-pre2 into /workspace/builds/worker-107/source [INFO] validating manifest of crates.io crate flame 0.2.1-pre2 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate flame 0.2.1-pre2 [INFO] finished tweaking crates.io crate flame 0.2.1-pre2 [INFO] tweaked toml for crates.io crate flame 0.2.1-pre2 written to /workspace/builds/worker-107/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d027d0d2a0409d4217ea2b9fbe7bcf550f56010a914a62c00223162d5cfea840 [INFO] running `Command { std: "docker" "start" "-a" "d027d0d2a0409d4217ea2b9fbe7bcf550f56010a914a62c00223162d5cfea840", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d027d0d2a0409d4217ea2b9fbe7bcf550f56010a914a62c00223162d5cfea840", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d027d0d2a0409d4217ea2b9fbe7bcf550f56010a914a62c00223162d5cfea840", kill_on_drop: false }` [INFO] [stdout] d027d0d2a0409d4217ea2b9fbe7bcf550f56010a914a62c00223162d5cfea840 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd3bb7bcf98cf54b3763929c495c243f7dab0c5a51895c0282efa2a197dc1b7f [INFO] running `Command { std: "docker" "start" "-a" "dd3bb7bcf98cf54b3763929c495c243f7dab0c5a51895c0282efa2a197dc1b7f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Compiling serde_derive v1.0.128 [INFO] [stderr] Checking flame v0.2.1-pre2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | try!(write!(out, r#" [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | try!(write!(out, r#"]}}).call(flamegraph); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | try!(writeln!(out, "{{")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | try!(writeln!(out, r#"name: "{}","#, span.name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | try!(writeln!(out, "value: {},", span.delta)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | try!(writeln!(out, "start: {},", span.start_ns)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | try!(writeln!(out, "end: {},", span.end_ns)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | try!(writeln!(out, "children: [")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | try!(writeln!(out, "],")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | try!(writeln!(out, "}}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | try!(dump_spans(out, child)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | try!(writeln!(out, ",")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | try!(dump_spans(&mut out, &span)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | try!(writeln!(out, ",")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | lazy_static!(static ref ALL_THREADS: Mutex, PrivateFrame)>> = Mutex::new(Vec::new());); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | try!(write!(out, r#" [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | try!(write!(out, r#"]}}).call(flamegraph); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | try!(writeln!(out, "{{")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | try!(writeln!(out, r#"name: "{}","#, span.name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | try!(writeln!(out, "value: {},", span.delta)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | try!(writeln!(out, "start: {},", span.start_ns)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | try!(writeln!(out, "end: {},", span.end_ns)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | try!(writeln!(out, "children: [")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | try!(writeln!(out, "],")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | try!(writeln!(out, "}}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | try!(dump_spans(out, child)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | try!(writeln!(out, ",")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | try!(dump_spans(&mut out, &span)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/html.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | try!(writeln!(out, ",")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | lazy_static!(static ref ALL_THREADS: Mutex, PrivateFrame)>> = Mutex::new(Vec::new());); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.99s [INFO] running `Command { std: "docker" "inspect" "dd3bb7bcf98cf54b3763929c495c243f7dab0c5a51895c0282efa2a197dc1b7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd3bb7bcf98cf54b3763929c495c243f7dab0c5a51895c0282efa2a197dc1b7f", kill_on_drop: false }` [INFO] [stdout] dd3bb7bcf98cf54b3763929c495c243f7dab0c5a51895c0282efa2a197dc1b7f