[INFO] updating cached repository https://github.com/shterrett/rust-concurrency-tutorial [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] 6d01f54064f6d679bbccd8da7a98835b5b216243 [INFO] testing shterrett/rust-concurrency-tutorial against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshterrett%2Frust-concurrency-tutorial" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shterrett/rust-concurrency-tutorial on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/shterrett/rust-concurrency-tutorial [INFO] finished tweaking git repo https://github.com/shterrett/rust-concurrency-tutorial [INFO] tweaked toml for git repo https://github.com/shterrett/rust-concurrency-tutorial written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/shterrett/rust-concurrency-tutorial already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 059c9ce74607fd1b65c65ef348e90b7de9d9720eb27aea287de5292a41c8c229 [INFO] running `"docker" "start" "-a" "059c9ce74607fd1b65c65ef348e90b7de9d9720eb27aea287de5292a41c8c229"` [INFO] [stderr] Compiling chan v0.1.19 [INFO] [stderr] Compiling rust-concurrency-tutorial v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.55s [INFO] running `"docker" "inspect" "059c9ce74607fd1b65c65ef348e90b7de9d9720eb27aea287de5292a41c8c229"` [INFO] running `"docker" "rm" "-f" "059c9ce74607fd1b65c65ef348e90b7de9d9720eb27aea287de5292a41c8c229"` [INFO] [stdout] 059c9ce74607fd1b65c65ef348e90b7de9d9720eb27aea287de5292a41c8c229 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 292b280305007759ebe74bbb066d5f0586a3cc22625eb6367d4b4080e94f629a [INFO] running `"docker" "start" "-a" "292b280305007759ebe74bbb066d5f0586a3cc22625eb6367d4b4080e94f629a"` [INFO] [stderr] Compiling rust-concurrency-tutorial v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.49s [INFO] running `"docker" "inspect" "292b280305007759ebe74bbb066d5f0586a3cc22625eb6367d4b4080e94f629a"` [INFO] running `"docker" "rm" "-f" "292b280305007759ebe74bbb066d5f0586a3cc22625eb6367d4b4080e94f629a"` [INFO] [stdout] 292b280305007759ebe74bbb066d5f0586a3cc22625eb6367d4b4080e94f629a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 28373e67c725e7101c25f7669f9691fb3d479b0a5cadf92bd95783ffacd17bd1 [INFO] running `"docker" "start" "-a" "28373e67c725e7101c25f7669f9691fb3d479b0a5cadf92bd95783ffacd17bd1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_concurrency_tutorial-76539ce8e4babf8f [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" "28373e67c725e7101c25f7669f9691fb3d479b0a5cadf92bd95783ffacd17bd1"` [INFO] running `"docker" "rm" "-f" "28373e67c725e7101c25f7669f9691fb3d479b0a5cadf92bd95783ffacd17bd1"` [INFO] [stdout] 28373e67c725e7101c25f7669f9691fb3d479b0a5cadf92bd95783ffacd17bd1