[INFO] crate execution-context 0.1.0 is already in cache [INFO] extracting crate execution-context 0.1.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/execution-context/0.1.0 [INFO] extracting crate execution-context 0.1.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/execution-context/0.1.0 [INFO] validating manifest of execution-context-0.1.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of execution-context-0.1.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/execution-context/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing execution-context-0.1.0 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "build" "--frozen"` [INFO] [stdout] e245234d303ce3cf16877250b4cc030a6143a180386552052cb81efc5c275c3e [INFO] running `"docker" "start" "-a" "e245234d303ce3cf16877250b4cc030a6143a180386552052cb81efc5c275c3e"` [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 4.96s [INFO] running `"docker" "inspect" "e245234d303ce3cf16877250b4cc030a6143a180386552052cb81efc5c275c3e"` [INFO] running `"docker" "rm" "-f" "e245234d303ce3cf16877250b4cc030a6143a180386552052cb81efc5c275c3e"` [INFO] [stdout] e245234d303ce3cf16877250b4cc030a6143a180386552052cb81efc5c275c3e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] acc29c6b6641ea51b2b3a5c7dbc01cf81e047d62df922a04185c8260f6198a08 [INFO] running `"docker" "start" "-a" "acc29c6b6641ea51b2b3a5c7dbc01cf81e047d62df922a04185c8260f6198a08"` [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.36s [INFO] running `"docker" "inspect" "acc29c6b6641ea51b2b3a5c7dbc01cf81e047d62df922a04185c8260f6198a08"` [INFO] running `"docker" "rm" "-f" "acc29c6b6641ea51b2b3a5c7dbc01cf81e047d62df922a04185c8260f6198a08"` [INFO] [stdout] acc29c6b6641ea51b2b3a5c7dbc01cf81e047d62df922a04185c8260f6198a08 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "test" "--frozen"` [INFO] [stdout] 6cf494d625ac8e8079da83fd9079ff6cb999922c013f8f4578323be1c42f5c1b [INFO] running `"docker" "start" "-a" "6cf494d625ac8e8079da83fd9079ff6cb999922c013f8f4578323be1c42f5c1b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/execution_context-57a63f45eb24e944 [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-5b2e114c43c09121 [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 [INFO] [stdout] [INFO] [stderr] Doc-tests execution-context [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/ctx.rs - ctx::ExecutionContext::suppress_flow (line 133) ... ok [INFO] [stdout] test src/ctx.rs - ctx::ExecutionContext::capture (line 102) ... ok [INFO] [stdout] test src/lib.rs - (line 24) ... ok [INFO] [stdout] test src/ctx.rs - ctx::ExecutionContext::run (line 195) ... 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" "6cf494d625ac8e8079da83fd9079ff6cb999922c013f8f4578323be1c42f5c1b"` [INFO] running `"docker" "rm" "-f" "6cf494d625ac8e8079da83fd9079ff6cb999922c013f8f4578323be1c42f5c1b"` [INFO] [stdout] 6cf494d625ac8e8079da83fd9079ff6cb999922c013f8f4578323be1c42f5c1b