[INFO] fetching crate execution-context 0.1.0... [INFO] testing execution-context-0.1.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate execution-context 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate execution-context 0.1.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 245d2ff339de0c6c2d21aee706f2058469cc3f22580b9b7c72027ef865189752 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "245d2ff339de0c6c2d21aee706f2058469cc3f22580b9b7c72027ef865189752", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "245d2ff339de0c6c2d21aee706f2058469cc3f22580b9b7c72027ef865189752", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "245d2ff339de0c6c2d21aee706f2058469cc3f22580b9b7c72027ef865189752", kill_on_drop: false }` [INFO] [stdout] 245d2ff339de0c6c2d21aee706f2058469cc3f22580b9b7c72027ef865189752 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 63ded2bdfa6608b05bf44b489848ac80145aaea863161c385f81cef9f7864df8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "63ded2bdfa6608b05bf44b489848ac80145aaea863161c385f81cef9f7864df8", kill_on_drop: false }` [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 4.15s [INFO] running `Command { std: "docker" "inspect" "63ded2bdfa6608b05bf44b489848ac80145aaea863161c385f81cef9f7864df8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63ded2bdfa6608b05bf44b489848ac80145aaea863161c385f81cef9f7864df8", kill_on_drop: false }` [INFO] [stdout] 63ded2bdfa6608b05bf44b489848ac80145aaea863161c385f81cef9f7864df8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5eb7038f0ea1c8c1a107e94dbb59b7b97524564816ecf47b79f21c6bd342ddf7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5eb7038f0ea1c8c1a107e94dbb59b7b97524564816ecf47b79f21c6bd342ddf7", kill_on_drop: false }` [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] 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 test [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `Command { std: "docker" "inspect" "5eb7038f0ea1c8c1a107e94dbb59b7b97524564816ecf47b79f21c6bd342ddf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5eb7038f0ea1c8c1a107e94dbb59b7b97524564816ecf47b79f21c6bd342ddf7", kill_on_drop: false }` [INFO] [stdout] 5eb7038f0ea1c8c1a107e94dbb59b7b97524564816ecf47b79f21c6bd342ddf7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4ac1c87bc8db79484f34c1acff6c23c47d05bc9cdba177fc09688cb5c000f7b4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4ac1c87bc8db79484f34c1acff6c23c47d05bc9cdba177fc09688cb5c000f7b4", 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.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/execution_context-865da41c5838b811) [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] [stderr] Running tests/test_basic.rs (/opt/rustwide/target/debug/deps/test_basic-13f5adab671c12f7) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_flow_disabling ... ok [INFO] [stdout] test test_basic_propagation_to_threads ... ok [INFO] [stdout] test test_basic_propagation ... ok [INFO] [stdout] test test_flow_suppression ... 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.46s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4ac1c87bc8db79484f34c1acff6c23c47d05bc9cdba177fc09688cb5c000f7b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ac1c87bc8db79484f34c1acff6c23c47d05bc9cdba177fc09688cb5c000f7b4", kill_on_drop: false }` [INFO] [stdout] 4ac1c87bc8db79484f34c1acff6c23c47d05bc9cdba177fc09688cb5c000f7b4