[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.38-1/sources/1.37.0/gh/MainShayne233/concurrency_demo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/MainShayne233/concurrency_demo'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/MainShayne233/concurrency_demo" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/MainShayne233/concurrency_demo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.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 MainShayne233/concurrency_demo 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 MainShayne233/concurrency_demo [INFO] finished frobbing MainShayne233/concurrency_demo [INFO] frobbed toml for MainShayne233/concurrency_demo written to work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing MainShayne233/concurrency_demo 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-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] c10731941919118d6ec38ecbac07845eb275811717547e338f1584e05cac5e86 [INFO] running `"docker" "start" "-a" "c10731941919118d6ec38ecbac07845eb275811717547e338f1584e05cac5e86"` [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.16s [INFO] running `"docker" "inspect" "c10731941919118d6ec38ecbac07845eb275811717547e338f1584e05cac5e86"` [INFO] running `"docker" "rm" "-f" "c10731941919118d6ec38ecbac07845eb275811717547e338f1584e05cac5e86"` [INFO] [stdout] c10731941919118d6ec38ecbac07845eb275811717547e338f1584e05cac5e86 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a11854056bed8bbf345c480a6e32a04fd368eb0ce4feeb4ea5382009605cd2f9 [INFO] running `"docker" "start" "-a" "a11854056bed8bbf345c480a6e32a04fd368eb0ce4feeb4ea5382009605cd2f9"` [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.08s [INFO] running `"docker" "inspect" "a11854056bed8bbf345c480a6e32a04fd368eb0ce4feeb4ea5382009605cd2f9"` [INFO] running `"docker" "rm" "-f" "a11854056bed8bbf345c480a6e32a04fd368eb0ce4feeb4ea5382009605cd2f9"` [INFO] [stdout] a11854056bed8bbf345c480a6e32a04fd368eb0ce4feeb4ea5382009605cd2f9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] e14a2aed4352492db534fe1c6be3c7734dc7c8192f12391859463f2d4e59531f [INFO] running `"docker" "start" "-a" "e14a2aed4352492db534fe1c6be3c7734dc7c8192f12391859463f2d4e59531f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/concurrency_demo-587419bfab389ba0 [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-089c16952095e92b [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" "e14a2aed4352492db534fe1c6be3c7734dc7c8192f12391859463f2d4e59531f"` [INFO] running `"docker" "rm" "-f" "e14a2aed4352492db534fe1c6be3c7734dc7c8192f12391859463f2d4e59531f"` [INFO] [stdout] e14a2aed4352492db534fe1c6be3c7734dc7c8192f12391859463f2d4e59531f