[INFO] crate stm-core 0.4.0 is already in cache [INFO] extracting crate stm-core 0.4.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/stm-core/0.4.0 [INFO] extracting crate stm-core 0.4.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/stm-core/0.4.0 [INFO] validating manifest of stm-core-0.4.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 stm-core-0.4.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 stm-core-0.4.0 [INFO] finished frobbing stm-core-0.4.0 [INFO] frobbed toml for stm-core-0.4.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/stm-core/0.4.0/Cargo.toml [INFO] started frobbing stm-core-0.4.0 [INFO] finished frobbing stm-core-0.4.0 [INFO] frobbed toml for stm-core-0.4.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/stm-core/0.4.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 stm-core-0.4.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/stm-core/0.4.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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 23df7f85666df8a43046d15e99e9c9db415179d7966186284bf85c49d6ad21d9 [INFO] running `"docker" "start" "-a" "23df7f85666df8a43046d15e99e9c9db415179d7966186284bf85c49d6ad21d9"` [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling stm-core v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/transaction/log_var.rs:4:23 [INFO] [stderr] | [INFO] [stderr] 4 | pub type ArcAny = Arc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + Sync` [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/transaction/mod.rs:142:42 [INFO] [stderr] | [INFO] [stderr] 142 | fn downcast(var: Arc) -> T { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tvar.rs:52:27 [INFO] [stderr] | [INFO] [stderr] 52 | pub value: RwLock>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tvar.rs:191:20 [INFO] [stderr] | [INFO] [stderr] 191 | (&*val as &Any) [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tvar.rs:202:42 [INFO] [stderr] | [INFO] [stderr] 202 | pub fn read_ref_atomic(&self) -> Arc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + Sync` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.90s [INFO] running `"docker" "inspect" "23df7f85666df8a43046d15e99e9c9db415179d7966186284bf85c49d6ad21d9"` [INFO] running `"docker" "rm" "-f" "23df7f85666df8a43046d15e99e9c9db415179d7966186284bf85c49d6ad21d9"` [INFO] [stdout] 23df7f85666df8a43046d15e99e9c9db415179d7966186284bf85c49d6ad21d9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/stm-core/0.4.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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ef025e82c550161f6a765431d23ce557bd4a81cc881f4efe235b4336168e04cf [INFO] running `"docker" "start" "-a" "ef025e82c550161f6a765431d23ce557bd4a81cc881f4efe235b4336168e04cf"` [INFO] [stderr] Compiling stm-core v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/transaction/log_var.rs:4:23 [INFO] [stderr] | [INFO] [stderr] 4 | pub type ArcAny = Arc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + Sync` [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/transaction/mod.rs:142:42 [INFO] [stderr] | [INFO] [stderr] 142 | fn downcast(var: Arc) -> T { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tvar.rs:52:27 [INFO] [stderr] | [INFO] [stderr] 52 | pub value: RwLock>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tvar.rs:191:20 [INFO] [stderr] | [INFO] [stderr] 191 | (&*val as &Any) [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tvar.rs:202:42 [INFO] [stderr] | [INFO] [stderr] 202 | pub fn read_ref_atomic(&self) -> Arc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + Sync` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.31s [INFO] running `"docker" "inspect" "ef025e82c550161f6a765431d23ce557bd4a81cc881f4efe235b4336168e04cf"` [INFO] running `"docker" "rm" "-f" "ef025e82c550161f6a765431d23ce557bd4a81cc881f4efe235b4336168e04cf"` [INFO] [stdout] ef025e82c550161f6a765431d23ce557bd4a81cc881f4efe235b4336168e04cf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/stm-core/0.4.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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 4e1c857a04da4cf5f017ccc5fd707d70ad196fab11cae4951c0af3dd287c4e94 [INFO] running `"docker" "start" "-a" "4e1c857a04da4cf5f017ccc5fd707d70ad196fab11cae4951c0af3dd287c4e94"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/stm_core-d21078123cd9463d [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test test_lib::or_nested_second ... ok [INFO] [stdout] test test_lib::or_nocommit ... ok [INFO] [stdout] test test_lib::or_nested_first ... ok [INFO] [stdout] test test_lib::optionally_succeed ... ok [INFO] [stdout] test test_lib::guard_true ... ok [INFO] [stdout] test test_lib::guard_false ... ok [INFO] [stdout] test test_lib::optionally_fail ... ok [INFO] [stdout] test test_lib::or_simple ... ok [INFO] [stdout] test test_lib::stm_nested ... ok [INFO] [stdout] test test_lib::unwrap_none ... ok [INFO] [stdout] test test_lib::unwrap_some ... ok [INFO] [stdout] test transaction::log_var::test_write_obsolete_ignore ... ok [INFO] [stdout] test transaction::test::read ... ok [INFO] [stdout] test transaction::test::transaction_control_stuff ... ok [INFO] [stdout] test transaction::test::transaction_copy ... ok [INFO] [stdout] test transaction::test::transaction_nested_fail ... ok [INFO] [stdout] test transaction::test::transaction_read ... ok [INFO] [stdout] test transaction::control_block::test::wait_after_multiple_changes ... ok [INFO] [stdout] test transaction::test::transaction_simple ... ok [INFO] [stdout] test transaction::test::transaction_with_control_abort_on_single_run ... ok [INFO] [stdout] test transaction::test::transaction_write ... ok [INFO] [stdout] test transaction::test::write_read ... ok [INFO] [stdout] test tvar::test_read_atomic ... ok [INFO] [stdout] test transaction::control_block::test::wait_after_change ... ok [INFO] [stdout] test transaction::control_block::test::wait_threaded_wakeup ... ok [INFO] [stdout] test transaction::test::transaction_with_control_abort_on_retry ... ok [INFO] [stdout] test transaction::control_block::test::blocked ... ok [INFO] [stdout] test test_lib::threaded ... ok [INFO] [stdout] test test_lib::infinite_retry ... ok [INFO] [stdout] test test_lib::read_write_interfere ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests stm-core [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/lib.rs - retry (line 143) ... ok [INFO] [stdout] test src/tvar.rs - tvar::TVar::read_atomic (line 178) ... ok [INFO] [stdout] test src/lib.rs - (line 50) ... ok [INFO] [stdout] test src/lib.rs - (line 66) ... ok [INFO] [stdout] test src/lib.rs - guard (line 190) ... ok [INFO] [stdout] test src/lib.rs - optionally (line 221) ... ok [INFO] [stdout] test src/tvar.rs - tvar::TVar::modify (line 227) ... ok [INFO] [stdout] test src/lib.rs - unwrap_or_retry (line 166) ... ok [INFO] [stdout] test src/tvar.rs - tvar::TVar::replace (line 248) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "4e1c857a04da4cf5f017ccc5fd707d70ad196fab11cae4951c0af3dd287c4e94"` [INFO] running `"docker" "rm" "-f" "4e1c857a04da4cf5f017ccc5fd707d70ad196fab11cae4951c0af3dd287c4e94"` [INFO] [stdout] 4e1c857a04da4cf5f017ccc5fd707d70ad196fab11cae4951c0af3dd287c4e94