[INFO] crate execution-context 0.1.0 is already in cache [INFO] extracting crate execution-context 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/execution-context/0.1.0 [INFO] extracting crate execution-context 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/execution-context/0.1.0 [INFO] validating manifest of execution-context-0.1.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of execution-context-0.1.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing execution-context-0.1.0 [INFO] finished frobbing execution-context-0.1.0 [INFO] frobbed toml for execution-context-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/execution-context/0.1.0/Cargo.toml [INFO] started frobbing execution-context-0.1.0 [INFO] finished frobbing execution-context-0.1.0 [INFO] frobbed toml for execution-context-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/execution-context/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing execution-context-0.1.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/execution-context/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] e7f14f386c82249fa86f336086ef9ad3aa43d8f5b77d226943060a8e460874d5 [INFO] running `"docker" "start" "-a" "e7f14f386c82249fa86f336086ef9ad3aa43d8f5b77d226943060a8e460874d5"` [INFO] [stderr] Compiling im v10.2.0 [INFO] [stderr] Compiling execution-context v0.1.0 (/opt/crater/workdir) [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] | ^^^^^^ help: use `dyn`: `dyn Opaque` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [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] | ^^^^^^ help: use `dyn`: `dyn Opaque` [INFO] [stderr] [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] | ^^^^^^ help: use `dyn`: `dyn Opaque` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.53s [INFO] running `"docker" "inspect" "e7f14f386c82249fa86f336086ef9ad3aa43d8f5b77d226943060a8e460874d5"` [INFO] running `"docker" "rm" "-f" "e7f14f386c82249fa86f336086ef9ad3aa43d8f5b77d226943060a8e460874d5"` [INFO] [stdout] e7f14f386c82249fa86f336086ef9ad3aa43d8f5b77d226943060a8e460874d5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/execution-context/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 786260b2dd26caeb32608e20611a7a5dfaaa34447d17f279ad5376b2a328d82b [INFO] running `"docker" "start" "-a" "786260b2dd26caeb32608e20611a7a5dfaaa34447d17f279ad5376b2a328d82b"` [INFO] [stderr] Compiling execution-context v0.1.0 (/opt/crater/workdir) [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] | ^^^^^^ help: use `dyn`: `dyn Opaque` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [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] | ^^^^^^ help: use `dyn`: `dyn Opaque` [INFO] [stderr] [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] | ^^^^^^ help: use `dyn`: `dyn Opaque` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.90s [INFO] running `"docker" "inspect" "786260b2dd26caeb32608e20611a7a5dfaaa34447d17f279ad5376b2a328d82b"` [INFO] running `"docker" "rm" "-f" "786260b2dd26caeb32608e20611a7a5dfaaa34447d17f279ad5376b2a328d82b"` [INFO] [stdout] 786260b2dd26caeb32608e20611a7a5dfaaa34447d17f279ad5376b2a328d82b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/execution-context/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] b2b5683c3ef98ac0c05e60e2980a4538402368fb06c99a71dda463695295d98a [INFO] running `"docker" "start" "-a" "b2b5683c3ef98ac0c05e60e2980a4538402368fb06c99a71dda463695295d98a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/execution_context-1d2e50f75ab4bfa6 [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 [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/test_basic-58bef553f983b2f7 [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_flow_suppression ... ok [INFO] [stdout] test test_basic_propagation ... ok [INFO] [stderr] Doc-tests execution-context [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "b2b5683c3ef98ac0c05e60e2980a4538402368fb06c99a71dda463695295d98a"` [INFO] running `"docker" "rm" "-f" "b2b5683c3ef98ac0c05e60e2980a4538402368fb06c99a71dda463695295d98a"` [INFO] [stdout] b2b5683c3ef98ac0c05e60e2980a4538402368fb06c99a71dda463695295d98a