[INFO] fetching crate execution-context 0.1.0... [INFO] testing execution-context-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate execution-context 0.1.0 into /workspace/builds/worker-71/source [INFO] validating manifest of crates.io crate execution-context 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate execution-context 0.1.0 [INFO] finished tweaking crates.io crate execution-context 0.1.0 [INFO] tweaked toml for crates.io crate execution-context 0.1.0 written to /workspace/builds/worker-71/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded im v10.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 691acadf6553823041c597c4f5be9c1f9c180a4d92efe68b91dd0309dbafeaad [INFO] running `Command { std: "docker" "start" "-a" "691acadf6553823041c597c4f5be9c1f9c180a4d92efe68b91dd0309dbafeaad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "691acadf6553823041c597c4f5be9c1f9c180a4d92efe68b91dd0309dbafeaad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "691acadf6553823041c597c4f5be9c1f9c180a4d92efe68b91dd0309dbafeaad", kill_on_drop: false }` [INFO] [stdout] 691acadf6553823041c597c4f5be9c1f9c180a4d92efe68b91dd0309dbafeaad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4af79dc778aa6a6d2935398c4e307d84fda8f8655ef3b5e3efa0fef3d891d0bb [INFO] running `Command { std: "docker" "start" "-a" "4af79dc778aa6a6d2935398c4e307d84fda8f8655ef3b5e3efa0fef3d891d0bb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling im v10.2.0 [INFO] [stderr] Compiling execution-context v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/data.rs:44:48 [INFO] [stdout] | [INFO] [stdout] 44 | pub(crate) type LocalMap = HashMap, BuildHasherDefault>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 44 - pub(crate) type LocalMap = HashMap, BuildHasherDefault>; [INFO] [stdout] 44 + pub(crate) type LocalMap = HashMap, BuildHasherDefault>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ctx.rs:252:67 [INFO] [stdout] | [INFO] [stdout] 252 | pub(crate) fn set_local_value(key: TypeId, new_value: Arc>) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 252 - pub(crate) fn set_local_value(key: TypeId, new_value: Arc>) { [INFO] [stdout] 252 + pub(crate) fn set_local_value(key: TypeId, new_value: Arc>) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ctx.rs:260:66 [INFO] [stdout] | [INFO] [stdout] 260 | pub(crate) fn get_local_value(key: TypeId) -> Option>> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 260 - pub(crate) fn get_local_value(key: TypeId) -> Option>> { [INFO] [stdout] 260 + pub(crate) fn get_local_value(key: TypeId) -> Option>> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.63s [INFO] running `Command { std: "docker" "inspect" "4af79dc778aa6a6d2935398c4e307d84fda8f8655ef3b5e3efa0fef3d891d0bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4af79dc778aa6a6d2935398c4e307d84fda8f8655ef3b5e3efa0fef3d891d0bb", kill_on_drop: false }` [INFO] [stdout] 4af79dc778aa6a6d2935398c4e307d84fda8f8655ef3b5e3efa0fef3d891d0bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fed95f9064c0c848a5ee9792d376fb252d1b7b17343df932d012e714d0a7ce1c [INFO] running `Command { std: "docker" "start" "-a" "fed95f9064c0c848a5ee9792d376fb252d1b7b17343df932d012e714d0a7ce1c", kill_on_drop: false }` [INFO] [stderr] Compiling execution-context v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/data.rs:44:48 [INFO] [stdout] | [INFO] [stdout] 44 | pub(crate) type LocalMap = HashMap, BuildHasherDefault>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 44 - pub(crate) type LocalMap = HashMap, BuildHasherDefault>; [INFO] [stdout] 44 + pub(crate) type LocalMap = HashMap, BuildHasherDefault>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ctx.rs:252:67 [INFO] [stdout] | [INFO] [stdout] 252 | pub(crate) fn set_local_value(key: TypeId, new_value: Arc>) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 252 - pub(crate) fn set_local_value(key: TypeId, new_value: Arc>) { [INFO] [stdout] 252 + pub(crate) fn set_local_value(key: TypeId, new_value: Arc>) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ctx.rs:260:66 [INFO] [stdout] | [INFO] [stdout] 260 | pub(crate) fn get_local_value(key: TypeId) -> Option>> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 260 - pub(crate) fn get_local_value(key: TypeId) -> Option>> { [INFO] [stdout] 260 + pub(crate) fn get_local_value(key: TypeId) -> Option>> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/data.rs:44:48 [INFO] [stdout] | [INFO] [stdout] 44 | pub(crate) type LocalMap = HashMap, BuildHasherDefault>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 44 - pub(crate) type LocalMap = HashMap, BuildHasherDefault>; [INFO] [stdout] 44 + pub(crate) type LocalMap = HashMap, BuildHasherDefault>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ctx.rs:252:67 [INFO] [stdout] | [INFO] [stdout] 252 | pub(crate) fn set_local_value(key: TypeId, new_value: Arc>) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 252 - pub(crate) fn set_local_value(key: TypeId, new_value: Arc>) { [INFO] [stdout] 252 + pub(crate) fn set_local_value(key: TypeId, new_value: Arc>) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ctx.rs:260:66 [INFO] [stdout] | [INFO] [stdout] 260 | pub(crate) fn get_local_value(key: TypeId) -> Option>> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 260 - pub(crate) fn get_local_value(key: TypeId) -> Option>> { [INFO] [stdout] 260 + pub(crate) fn get_local_value(key: TypeId) -> Option>> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.31s [INFO] running `Command { std: "docker" "inspect" "fed95f9064c0c848a5ee9792d376fb252d1b7b17343df932d012e714d0a7ce1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fed95f9064c0c848a5ee9792d376fb252d1b7b17343df932d012e714d0a7ce1c", kill_on_drop: false }` [INFO] [stdout] fed95f9064c0c848a5ee9792d376fb252d1b7b17343df932d012e714d0a7ce1c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c951a45e47310e9ce2dc5052b36af2e0c7982814ec3ef9cd329abd355b4e2a50 [INFO] running `Command { std: "docker" "start" "-a" "c951a45e47310e9ce2dc5052b36af2e0c7982814ec3ef9cd329abd355b4e2a50", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/data.rs:44:48 [INFO] [stderr] | [INFO] [stderr] 44 | pub(crate) type LocalMap = HashMap, BuildHasherDefault>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 44 - pub(crate) type LocalMap = HashMap, BuildHasherDefault>; [INFO] [stderr] 44 + pub(crate) type LocalMap = HashMap, BuildHasherDefault>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ctx.rs:252:67 [INFO] [stderr] | [INFO] [stderr] 252 | pub(crate) fn set_local_value(key: TypeId, new_value: Arc>) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 252 - pub(crate) fn set_local_value(key: TypeId, new_value: Arc>) { [INFO] [stderr] 252 + pub(crate) fn set_local_value(key: TypeId, new_value: Arc>) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ctx.rs:260:66 [INFO] [stderr] | [INFO] [stderr] 260 | pub(crate) fn get_local_value(key: TypeId) -> Option>> { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 260 - pub(crate) fn get_local_value(key: TypeId) -> Option>> { [INFO] [stderr] 260 + pub(crate) fn get_local_value(key: TypeId) -> Option>> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `execution-context` (lib) generated 3 warnings [INFO] [stderr] warning: `execution-context` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/execution_context-a1da8a2e40197ccc) [INFO] [stdout] [INFO] [stderr] Running tests/test_basic.rs (/opt/rustwide/target/debug/deps/test_basic-f20c5608b3c0ae47) [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 4 tests [INFO] [stdout] test test_flow_disabling ... ok [INFO] [stdout] test test_flow_suppression ... ok [INFO] [stdout] test test_basic_propagation ... ok [INFO] [stdout] test test_basic_propagation_to_threads ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests execution-context [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/ctx.rs - ctx::ExecutionContext::capture (line 102) ... ok [INFO] [stdout] test src/ctx.rs - ctx::ExecutionContext::suppress_flow (line 133) ... ok [INFO] [stdout] test src/ctx.rs - ctx::ExecutionContext::run (line 195) ... ok [INFO] [stdout] test src/lib.rs - (line 24) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.72s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c951a45e47310e9ce2dc5052b36af2e0c7982814ec3ef9cd329abd355b4e2a50", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c951a45e47310e9ce2dc5052b36af2e0c7982814ec3ef9cd329abd355b4e2a50", kill_on_drop: false }` [INFO] [stdout] c951a45e47310e9ce2dc5052b36af2e0c7982814ec3ef9cd329abd355b4e2a50