[INFO] updating cached repository https://github.com/michaelvoronov/rust_poc_1 [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] 6bd20d5d4d58974fe47748052545dd8c15d67719 [INFO] testing michaelvoronov/rust_poc_1 against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelvoronov%2Frust_poc_1" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/michaelvoronov/rust_poc_1 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/michaelvoronov/rust_poc_1 [INFO] finished tweaking git repo https://github.com/michaelvoronov/rust_poc_1 [INFO] tweaked toml for git repo https://github.com/michaelvoronov/rust_poc_1 written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/michaelvoronov/rust_poc_1 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] d495e85ec1009512e4f2f3601003bb9a829b738df072544fe09e159585bb7067 [INFO] running `"docker" "start" "-a" "d495e85ec1009512e4f2f3601003bb9a829b738df072544fe09e159585bb7067"` [INFO] [stderr] Compiling arraydeque v0.4.3 [INFO] [stderr] Compiling rust_experiments v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: field is never used: `field` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | field: i32 [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `field` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | field: ArrayDeque<[Rc>; 1024], Wrapping> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `"docker" "inspect" "d495e85ec1009512e4f2f3601003bb9a829b738df072544fe09e159585bb7067"` [INFO] running `"docker" "rm" "-f" "d495e85ec1009512e4f2f3601003bb9a829b738df072544fe09e159585bb7067"` [INFO] [stdout] d495e85ec1009512e4f2f3601003bb9a829b738df072544fe09e159585bb7067 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 74c74887efba1dcb357c8b7e740ee2e19328c7e2c7fac4570f8661b23cd65a10 [INFO] running `"docker" "start" "-a" "74c74887efba1dcb357c8b7e740ee2e19328c7e2c7fac4570f8661b23cd65a10"` [INFO] [stderr] Compiling rust_experiments v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: field is never used: `field` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | field: i32 [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `field` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | field: ArrayDeque<[Rc>; 1024], Wrapping> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.72s [INFO] running `"docker" "inspect" "74c74887efba1dcb357c8b7e740ee2e19328c7e2c7fac4570f8661b23cd65a10"` [INFO] running `"docker" "rm" "-f" "74c74887efba1dcb357c8b7e740ee2e19328c7e2c7fac4570f8661b23cd65a10"` [INFO] [stdout] 74c74887efba1dcb357c8b7e740ee2e19328c7e2c7fac4570f8661b23cd65a10 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 6b460b344bfafd5960b674b69f38333f2e8f764e3ef9c9c301cb7bfc5dfcbf04 [INFO] running `"docker" "start" "-a" "6b460b344bfafd5960b674b69f38333f2e8f764e3ef9c9c301cb7bfc5dfcbf04"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_experiments-5c333e69e349f64b [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" "6b460b344bfafd5960b674b69f38333f2e8f764e3ef9c9c301cb7bfc5dfcbf04"` [INFO] running `"docker" "rm" "-f" "6b460b344bfafd5960b674b69f38333f2e8f764e3ef9c9c301cb7bfc5dfcbf04"` [INFO] [stdout] 6b460b344bfafd5960b674b69f38333f2e8f764e3ef9c9c301cb7bfc5dfcbf04