[INFO] updating cached repository https://github.com/sebasmagri/rust-concurrency-patterns [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c916fe831faec73a7fb5d652e91fa9da528d85c4 [INFO] testing sebasmagri/rust-concurrency-patterns against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebasmagri%2Frust-concurrency-patterns" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sebasmagri/rust-concurrency-patterns on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sebasmagri/rust-concurrency-patterns [INFO] finished tweaking git repo https://github.com/sebasmagri/rust-concurrency-patterns [INFO] tweaked toml for git repo https://github.com/sebasmagri/rust-concurrency-patterns written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/sebasmagri/rust-concurrency-patterns already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 04ce2789e69802fdf1abeeb4a6bf1636faf11bb7bf50c7da85dbd640b50398ae [INFO] running `"docker" "start" "-a" "04ce2789e69802fdf1abeeb4a6bf1636faf11bb7bf50c7da85dbd640b50398ae"` [INFO] [stderr] Compiling concurrency-patterns v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.48s [INFO] running `"docker" "inspect" "04ce2789e69802fdf1abeeb4a6bf1636faf11bb7bf50c7da85dbd640b50398ae"` [INFO] running `"docker" "rm" "-f" "04ce2789e69802fdf1abeeb4a6bf1636faf11bb7bf50c7da85dbd640b50398ae"` [INFO] [stdout] 04ce2789e69802fdf1abeeb4a6bf1636faf11bb7bf50c7da85dbd640b50398ae [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 563a7b4d225d5540ec6f929a49856a318edc26df69810a503a4d1b413ec96741 [INFO] running `"docker" "start" "-a" "563a7b4d225d5540ec6f929a49856a318edc26df69810a503a4d1b413ec96741"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling concurrency-patterns v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> examples/04-fan-in.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | consumer(Arc::new(Mutex::new(rx))).join(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.03s [INFO] running `"docker" "inspect" "563a7b4d225d5540ec6f929a49856a318edc26df69810a503a4d1b413ec96741"` [INFO] running `"docker" "rm" "-f" "563a7b4d225d5540ec6f929a49856a318edc26df69810a503a4d1b413ec96741"` [INFO] [stdout] 563a7b4d225d5540ec6f929a49856a318edc26df69810a503a4d1b413ec96741 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 06dce9b9ef9658b7e80de2136f3a69b0155dfda801ac6604abfe3c913cd81c77 [INFO] running `"docker" "start" "-a" "06dce9b9ef9658b7e80de2136f3a69b0155dfda801ac6604abfe3c913cd81c77"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/concurrency_patterns-a0d8646250827ec7 [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" "06dce9b9ef9658b7e80de2136f3a69b0155dfda801ac6604abfe3c913cd81c77"` [INFO] running `"docker" "rm" "-f" "06dce9b9ef9658b7e80de2136f3a69b0155dfda801ac6604abfe3c913cd81c77"` [INFO] [stdout] 06dce9b9ef9658b7e80de2136f3a69b0155dfda801ac6604abfe3c913cd81c77