[INFO] fetching crate qcell 0.2.0... [INFO] extracting crate qcell 0.2.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/qcell/0.2.0 [INFO] extracting crate qcell 0.2.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/qcell/0.2.0 [INFO] validating manifest of qcell-0.2.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of qcell-0.2.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing qcell-0.2.0 [INFO] finished frobbing qcell-0.2.0 [INFO] frobbed toml for qcell-0.2.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/qcell/0.2.0/Cargo.toml [INFO] started frobbing qcell-0.2.0 [INFO] finished frobbing qcell-0.2.0 [INFO] frobbed toml for qcell-0.2.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/qcell/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing qcell-0.2.0 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/qcell/0.2.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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 91d57417ec0c72b2ceb431e63b77a3a20f8713b19ec4b5a62f06b3cba201ac02 [INFO] running `"docker" "start" "-a" "91d57417ec0c72b2ceb431e63b77a3a20f8713b19ec4b5a62f06b3cba201ac02"` [INFO] [stderr] Compiling qcell v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/qcell.rs:2:48 [INFO] [stderr] | [INFO] [stderr] 2 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/qcell.rs:50:42 [INFO] [stderr] | [INFO] [stderr] 50 | static FAST_QCELLOWNER_ID: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.52s [INFO] running `"docker" "inspect" "91d57417ec0c72b2ceb431e63b77a3a20f8713b19ec4b5a62f06b3cba201ac02"` [INFO] running `"docker" "rm" "-f" "91d57417ec0c72b2ceb431e63b77a3a20f8713b19ec4b5a62f06b3cba201ac02"` [INFO] [stdout] 91d57417ec0c72b2ceb431e63b77a3a20f8713b19ec4b5a62f06b3cba201ac02 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/qcell/0.2.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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 0892b6cbac7b9377cfcff4faee7eb83957bec78f8328e5692fe4a84a4868db42 [INFO] running `"docker" "start" "-a" "0892b6cbac7b9377cfcff4faee7eb83957bec78f8328e5692fe4a84a4868db42"` [INFO] [stderr] Compiling qcell v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/qcell.rs:2:48 [INFO] [stderr] | [INFO] [stderr] 2 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/qcell.rs:50:42 [INFO] [stderr] | [INFO] [stderr] 50 | static FAST_QCELLOWNER_ID: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.50s [INFO] running `"docker" "inspect" "0892b6cbac7b9377cfcff4faee7eb83957bec78f8328e5692fe4a84a4868db42"` [INFO] running `"docker" "rm" "-f" "0892b6cbac7b9377cfcff4faee7eb83957bec78f8328e5692fe4a84a4868db42"` [INFO] [stdout] 0892b6cbac7b9377cfcff4faee7eb83957bec78f8328e5692fe4a84a4868db42 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/qcell/0.2.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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 628f4820a6205ac7c111c15facbb0711aedc0b01838236a7c2d2822c5fa74202 [INFO] running `"docker" "start" "-a" "628f4820a6205ac7c111c15facbb0711aedc0b01838236a7c2d2822c5fa74202"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/qcell-2180f0e49217c35c [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test qcell::tests::qcell_fast_ids ... ok [INFO] [stdout] test qcell::tests::qcell_ids ... ok [INFO] [stdout] test qcell::tests::qcell ... ok [INFO] [stdout] test tcell::tests::tcell ... ok [INFO] [stdout] test qcell::tests::qcell_sep_ids ... ok [INFO] [stdout] test tcell::tests::tcell_singleton_3 ... ok [INFO] [stdout] test tcell::tests::tcell_singleton_2 ... ok [INFO] [stdout] test lcell::tests::lcell ... ok [INFO] [stdout] test lcell::tests::lcell_rw3_3 ... ok [INFO] [stderr] Doc-tests qcell [INFO] [stdout] test lcell::tests::lcell_rw3_1 ... ok [INFO] [stdout] test tcell::tests::tcell_singleton_1 ... ok [INFO] [stdout] test lcell::tests::lcell_rw3_2 ... ok [INFO] [stdout] test lcell::tests::lcell_rw2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 43 tests [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 150) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 165) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 105) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 198) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 135) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 16) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 182) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 26) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 42) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 57) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 5) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 119) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 139) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 154) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 124) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 91) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 75) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 15) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 51) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 5) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 83) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 24) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 109) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 96) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 120) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 136) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 37) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 17) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 68) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 206) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 170) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 188) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 152) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 30) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 41) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 102) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 82) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 61) ... ok [INFO] [stdout] test src/lib.rs - (line 71) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 6) ... ok [INFO] [stdout] test src/lib.rs - (line 56) ... ok [INFO] [stdout] test src/lib.rs - (line 113) ... ok [INFO] [stdout] test src/lib.rs - (line 93) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "628f4820a6205ac7c111c15facbb0711aedc0b01838236a7c2d2822c5fa74202"` [INFO] running `"docker" "rm" "-f" "628f4820a6205ac7c111c15facbb0711aedc0b01838236a7c2d2822c5fa74202"` [INFO] [stdout] 628f4820a6205ac7c111c15facbb0711aedc0b01838236a7c2d2822c5fa74202