[INFO] fetching crate firestorm 0.5.1... [INFO] testing firestorm-0.5.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate firestorm 0.5.1 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate firestorm 0.5.1 [INFO] finished tweaking crates.io crate firestorm 0.5.1 [INFO] tweaked toml for crates.io crate firestorm 0.5.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate firestorm 0.5.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 151 packages to latest compatible versions [INFO] [stderr] Adding core_affinity v0.5.10 (available: v0.8.3) [INFO] [stderr] Adding criterion v0.3.6 (available: v0.7.0) [INFO] [stderr] Adding firestorm v0.4.6 (available: v0.5.1) [INFO] [stderr] Adding thread-priority v0.2.4 (available: v3.0.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0662a7eb150966e5103d7c234e5aea5a697ef1f6debc5f7e386825ba5b1422f3 [INFO] running `Command { std: "docker" "start" "-a" "0662a7eb150966e5103d7c234e5aea5a697ef1f6debc5f7e386825ba5b1422f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0662a7eb150966e5103d7c234e5aea5a697ef1f6debc5f7e386825ba5b1422f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0662a7eb150966e5103d7c234e5aea5a697ef1f6debc5f7e386825ba5b1422f3", kill_on_drop: false }` [INFO] [stdout] 0662a7eb150966e5103d7c234e5aea5a697ef1f6debc5f7e386825ba5b1422f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb53a62d044010f2e1f255ddd82518b215d64f785a9f5b9c486790aead469dfb [INFO] running `Command { std: "docker" "start" "-a" "fb53a62d044010f2e1f255ddd82518b215d64f785a9f5b9c486790aead469dfb", kill_on_drop: false }` [INFO] [stderr] Compiling firestorm v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(any(feature = "enable_cpu_time", feature = "enable_system_time"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | #[cfg(not(any(feature = "enable_cpu_time", feature = "enable_system_time")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(not(any(feature = "enable_cpu_time", feature = "enable_system_time")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] running `Command { std: "docker" "inspect" "fb53a62d044010f2e1f255ddd82518b215d64f785a9f5b9c486790aead469dfb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb53a62d044010f2e1f255ddd82518b215d64f785a9f5b9c486790aead469dfb", kill_on_drop: false }` [INFO] [stdout] fb53a62d044010f2e1f255ddd82518b215d64f785a9f5b9c486790aead469dfb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7585028e9058f127929d91d4d729c7a1ca0ea7554cb6a29c3b300db97589caa4 [INFO] running `Command { std: "docker" "start" "-a" "7585028e9058f127929d91d4d729c7a1ca0ea7554cb6a29c3b300db97589caa4", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling csv-core v0.1.13 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stdout] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(any(feature = "enable_cpu_time", feature = "enable_system_time"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | #[cfg(not(any(feature = "enable_cpu_time", feature = "enable_system_time")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(not(any(feature = "enable_cpu_time", feature = "enable_system_time")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling thread-priority v0.2.4 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling core_affinity v0.5.10 [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling csv v1.4.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling firestorm v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(any(feature = "enable_cpu_time", feature = "enable_system_time"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | #[cfg(not(any(feature = "enable_cpu_time", feature = "enable_system_time")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(not(any(feature = "enable_cpu_time", feature = "enable_system_time")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 16.20s [INFO] running `Command { std: "docker" "inspect" "7585028e9058f127929d91d4d729c7a1ca0ea7554cb6a29c3b300db97589caa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7585028e9058f127929d91d4d729c7a1ca0ea7554cb6a29c3b300db97589caa4", kill_on_drop: false }` [INFO] [stdout] 7585028e9058f127929d91d4d729c7a1ca0ea7554cb6a29c3b300db97589caa4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 86bf4950a599ed6733b945f3f29a4c9352207f7ce2f5d490791815ea747c2953 [INFO] running `Command { std: "docker" "start" "-a" "86bf4950a599ed6733b945f3f29a4c9352207f7ce2f5d490791815ea747c2953", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stderr] --> src/lib.rs:4:11 [INFO] [stderr] | [INFO] [stderr] 4 | #[cfg(any(feature = "enable_cpu_time", feature = "enable_system_time"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stderr] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stderr] --> src/lib.rs:7:15 [INFO] [stderr] | [INFO] [stderr] 7 | #[cfg(not(any(feature = "enable_cpu_time", feature = "enable_system_time")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stderr] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stderr] --> src/lib.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | #[cfg(not(any(feature = "enable_cpu_time", feature = "enable_system_time")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stderr] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `firestorm` (lib) generated 3 warnings [INFO] [stderr] warning: `firestorm` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/firestorm-f3626908ceaa9599) [INFO] [stdout] [INFO] [stderr] Doc-tests firestorm [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "86bf4950a599ed6733b945f3f29a4c9352207f7ce2f5d490791815ea747c2953", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86bf4950a599ed6733b945f3f29a4c9352207f7ce2f5d490791815ea747c2953", kill_on_drop: false }` [INFO] [stdout] 86bf4950a599ed6733b945f3f29a4c9352207f7ce2f5d490791815ea747c2953