[INFO] updating cached repository travis-ci/buildshd [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/travis-ci/buildshd [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/travis-ci/buildshd" "work/ex/beta-1.37-6/sources/1.36.0/gh/travis-ci/buildshd"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/travis-ci/buildshd'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/travis-ci/buildshd" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/travis-ci/buildshd"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/travis-ci/buildshd'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ff215a80c17f8853cf9c67425879295472ded82e [INFO] sha for GitHub repo travis-ci/buildshd: ff215a80c17f8853cf9c67425879295472ded82e [INFO] validating manifest of travis-ci/buildshd 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 travis-ci/buildshd 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 travis-ci/buildshd [INFO] finished frobbing travis-ci/buildshd [INFO] frobbed toml for travis-ci/buildshd written to work/ex/beta-1.37-6/sources/1.36.0/gh/travis-ci/buildshd/Cargo.toml [INFO] started frobbing travis-ci/buildshd [INFO] finished frobbing travis-ci/buildshd [INFO] frobbed toml for travis-ci/buildshd written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/travis-ci/buildshd/Cargo.toml [INFO] crate travis-ci/buildshd 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing travis-ci/buildshd against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/travis-ci/buildshd:/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.36.0" "build" "--frozen"` [INFO] [stdout] 18ad64a13c5193201fb5a3f2e745af23825c7986e41201484448a50be49af97c [INFO] running `"docker" "start" "-a" "18ad64a13c5193201fb5a3f2e745af23825c7986e41201484448a50be49af97c"` [INFO] [stderr] Compiling crossbeam-epoch v0.7.0 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling crossbeam-channel v0.3.4 [INFO] [stderr] Compiling exitfailure v0.5.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.9 [INFO] [stderr] Compiling ignore v0.4.5 [INFO] [stderr] Compiling structopt v0.2.14 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling clap-verbosity-flag v0.2.0 [INFO] [stderr] Compiling tokio v0.1.13 [INFO] [stderr] Compiling globwalk v0.3.1 [INFO] [stderr] Compiling hyper v0.12.19 [INFO] [stderr] Compiling quicli v0.4.0 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.5 [INFO] [stderr] Compiling buildshd v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `reqwest` [INFO] [stderr] --> src/job_board.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use reqwest; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.44s [INFO] running `"docker" "inspect" "18ad64a13c5193201fb5a3f2e745af23825c7986e41201484448a50be49af97c"` [INFO] running `"docker" "rm" "-f" "18ad64a13c5193201fb5a3f2e745af23825c7986e41201484448a50be49af97c"` [INFO] [stdout] 18ad64a13c5193201fb5a3f2e745af23825c7986e41201484448a50be49af97c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/travis-ci/buildshd:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ed37317acd81201461a042de7451900d67a4839a82fdc571351665186cc2e00e [INFO] running `"docker" "start" "-a" "ed37317acd81201461a042de7451900d67a4839a82fdc571351665186cc2e00e"` [INFO] [stderr] Compiling buildshd v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `reqwest` [INFO] [stderr] --> src/job_board.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use reqwest; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.01s [INFO] running `"docker" "inspect" "ed37317acd81201461a042de7451900d67a4839a82fdc571351665186cc2e00e"` [INFO] running `"docker" "rm" "-f" "ed37317acd81201461a042de7451900d67a4839a82fdc571351665186cc2e00e"` [INFO] [stdout] ed37317acd81201461a042de7451900d67a4839a82fdc571351665186cc2e00e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/travis-ci/buildshd:/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.36.0" "test" "--frozen"` [INFO] [stdout] c69baef00eb52c2b9393a65f3f7ba8210d875b6b3d00ab1ef854bdc13459c348 [INFO] running `"docker" "start" "-a" "c69baef00eb52c2b9393a65f3f7ba8210d875b6b3d00ab1ef854bdc13459c348"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running /opt/crater/target/debug/deps/buildshd-6ea901b943c2bc70 [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" "c69baef00eb52c2b9393a65f3f7ba8210d875b6b3d00ab1ef854bdc13459c348"` [INFO] running `"docker" "rm" "-f" "c69baef00eb52c2b9393a65f3f7ba8210d875b6b3d00ab1ef854bdc13459c348"` [INFO] [stdout] c69baef00eb52c2b9393a65f3f7ba8210d875b6b3d00ab1ef854bdc13459c348