[INFO] crate qutex 0.2.3 is already in cache [INFO] extracting crate qutex 0.2.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/qutex/0.2.3 [INFO] extracting crate qutex 0.2.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/qutex/0.2.3 [INFO] validating manifest of qutex-0.2.3 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 qutex-0.2.3 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 qutex-0.2.3 [INFO] finished frobbing qutex-0.2.3 [INFO] frobbed toml for qutex-0.2.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/qutex/0.2.3/Cargo.toml [INFO] started frobbing qutex-0.2.3 [INFO] finished frobbing qutex-0.2.3 [INFO] frobbed toml for qutex-0.2.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/qutex/0.2.3/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 qutex-0.2.3 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-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/qutex/0.2.3:/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] 25b69493e35e3c29adc4240aad799c61b144a3f8e4224acbf595977852e76b87 [INFO] running `"docker" "start" "-a" "25b69493e35e3c29adc4240aad799c61b144a3f8e4224acbf595977852e76b87"` [INFO] [stderr] Compiling crossbeam v0.7.2 [INFO] [stderr] Compiling qutex v0.2.3 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.74s [INFO] running `"docker" "inspect" "25b69493e35e3c29adc4240aad799c61b144a3f8e4224acbf595977852e76b87"` [INFO] running `"docker" "rm" "-f" "25b69493e35e3c29adc4240aad799c61b144a3f8e4224acbf595977852e76b87"` [INFO] [stdout] 25b69493e35e3c29adc4240aad799c61b144a3f8e4224acbf595977852e76b87 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/qutex/0.2.3:/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] 40054bf2d70a64c4b77c44b1dc3b149f901c528bcbb737cba4e6e36b6ad5a7ce [INFO] running `"docker" "start" "-a" "40054bf2d70a64c4b77c44b1dc3b149f901c528bcbb737cba4e6e36b6ad5a7ce"` [INFO] [stderr] Compiling qutex v0.2.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/qrw_lock.rs:1065:30 [INFO] [stderr] | [INFO] [stderr] 1065 | let futures: Vec>> = vec![ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.09s [INFO] running `"docker" "inspect" "40054bf2d70a64c4b77c44b1dc3b149f901c528bcbb737cba4e6e36b6ad5a7ce"` [INFO] running `"docker" "rm" "-f" "40054bf2d70a64c4b77c44b1dc3b149f901c528bcbb737cba4e6e36b6ad5a7ce"` [INFO] [stdout] 40054bf2d70a64c4b77c44b1dc3b149f901c528bcbb737cba4e6e36b6ad5a7ce [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/qutex/0.2.3:/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] 916fcdeb0af23dc55d2fbaa912808f84caa59d11b9243d510300b63498a4a2bd [INFO] running `"docker" "start" "-a" "916fcdeb0af23dc55d2fbaa912808f84caa59d11b9243d510300b63498a4a2bd"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/qutex-3d3ea92539bc56db [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test qutex::tests::explicit_unlock ... ok [INFO] [stdout] test qutex::tests::future_guard_drop ... ok [INFO] [stdout] test qrw_lock::tests::simple ... ok [INFO] [stdout] test qutex::tests::simple ... ok [INFO] [stdout] test qutex::tests::concurrent ... ok [INFO] [stdout] test qrw_lock::tests::concurrent ... ok [INFO] [stdout] test qrw_lock::tests::multiple_upgrades ... ok [INFO] [stdout] test qrw_lock::tests::read_write_thread_loop ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests qutex [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] running `"docker" "inspect" "916fcdeb0af23dc55d2fbaa912808f84caa59d11b9243d510300b63498a4a2bd"` [INFO] running `"docker" "rm" "-f" "916fcdeb0af23dc55d2fbaa912808f84caa59d11b9243d510300b63498a4a2bd"` [INFO] [stdout] 916fcdeb0af23dc55d2fbaa912808f84caa59d11b9243d510300b63498a4a2bd