[INFO] updating cached repository MainShayne233/concurrency_demo [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/MainShayne233/concurrency_demo [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/MainShayne233/concurrency_demo" "work/ex/beta-1.37-6/sources/1.36.0/gh/MainShayne233/concurrency_demo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/MainShayne233/concurrency_demo'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/MainShayne233/concurrency_demo" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/MainShayne233/concurrency_demo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/MainShayne233/concurrency_demo'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 689590c7b95a3f35c83266973d5eac10ffd04d77 [INFO] sha for GitHub repo MainShayne233/concurrency_demo: 689590c7b95a3f35c83266973d5eac10ffd04d77 [INFO] validating manifest of MainShayne233/concurrency_demo 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 MainShayne233/concurrency_demo 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 MainShayne233/concurrency_demo [INFO] finished frobbing MainShayne233/concurrency_demo [INFO] frobbed toml for MainShayne233/concurrency_demo written to work/ex/beta-1.37-6/sources/1.36.0/gh/MainShayne233/concurrency_demo/Cargo.toml [INFO] started frobbing MainShayne233/concurrency_demo [INFO] finished frobbing MainShayne233/concurrency_demo [INFO] frobbed toml for MainShayne233/concurrency_demo written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/MainShayne233/concurrency_demo/Cargo.toml [INFO] crate MainShayne233/concurrency_demo already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [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 MainShayne233/concurrency_demo 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-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/MainShayne233/concurrency_demo:/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] 70c40d01713e3ded69c2469aa1e69afdf5ed9b178a9ca80dff29186d5f6887db [INFO] running `"docker" "start" "-a" "70c40d01713e3ded69c2469aa1e69afdf5ed9b178a9ca80dff29186d5f6887db"` [INFO] [stderr] Compiling concurrency_demo v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `workers` [INFO] [stderr] --> src/lib.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | workers: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `id` [INFO] [stderr] --> src/lib.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | id: usize, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `thread` [INFO] [stderr] --> src/lib.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | thread: thread::JoinHandle<()>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.28s [INFO] running `"docker" "inspect" "70c40d01713e3ded69c2469aa1e69afdf5ed9b178a9ca80dff29186d5f6887db"` [INFO] running `"docker" "rm" "-f" "70c40d01713e3ded69c2469aa1e69afdf5ed9b178a9ca80dff29186d5f6887db"` [INFO] [stdout] 70c40d01713e3ded69c2469aa1e69afdf5ed9b178a9ca80dff29186d5f6887db [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/MainShayne233/concurrency_demo:/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] 2e80cd192075f0adf67a6b99113c3fe2f7fbc52fc1b053bd4cb4372165a4c144 [INFO] running `"docker" "start" "-a" "2e80cd192075f0adf67a6b99113c3fe2f7fbc52fc1b053bd4cb4372165a4c144"` [INFO] [stderr] Compiling concurrency_demo v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `workers` [INFO] [stderr] --> src/lib.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | workers: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `id` [INFO] [stderr] --> src/lib.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | id: usize, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `thread` [INFO] [stderr] --> src/lib.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | thread: thread::JoinHandle<()>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.53s [INFO] running `"docker" "inspect" "2e80cd192075f0adf67a6b99113c3fe2f7fbc52fc1b053bd4cb4372165a4c144"` [INFO] running `"docker" "rm" "-f" "2e80cd192075f0adf67a6b99113c3fe2f7fbc52fc1b053bd4cb4372165a4c144"` [INFO] [stdout] 2e80cd192075f0adf67a6b99113c3fe2f7fbc52fc1b053bd4cb4372165a4c144 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/MainShayne233/concurrency_demo:/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] b4f67de89fa4033d573a52dfa2ccb7bf93795638a411dd185c12210c6502b376 [INFO] running `"docker" "start" "-a" "b4f67de89fa4033d573a52dfa2ccb7bf93795638a411dd185c12210c6502b376"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/concurrency_demo-55a3dfa2d3ab96f1 [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/main-25ea2a04eac76c07 [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] Doc-tests concurrency_demo [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" "b4f67de89fa4033d573a52dfa2ccb7bf93795638a411dd185c12210c6502b376"` [INFO] running `"docker" "rm" "-f" "b4f67de89fa4033d573a52dfa2ccb7bf93795638a411dd185c12210c6502b376"` [INFO] [stdout] b4f67de89fa4033d573a52dfa2ccb7bf93795638a411dd185c12210c6502b376