[INFO] updating cached repository https://github.com/davidMuir/warp-hello-world [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] 9f28b37e56167de7a5958ba7a5d15721fc726742 [INFO] testing davidMuir/warp-hello-world against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FdavidMuir%2Fwarp-hello-world" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/davidMuir/warp-hello-world 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/davidMuir/warp-hello-world [INFO] finished tweaking git repo https://github.com/davidMuir/warp-hello-world [INFO] tweaked toml for git repo https://github.com/davidMuir/warp-hello-world written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/davidMuir/warp-hello-world 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] c7c213a6c6ce40fa18268ba7acbc6dbdf234b4efec304a657444be7b000ade9d [INFO] running `"docker" "start" "-a" "c7c213a6c6ce40fa18268ba7acbc6dbdf234b4efec304a657444be7b000ade9d"` [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling input_buffer v0.2.0 [INFO] [stderr] Compiling h2 v0.1.13 [INFO] [stderr] Compiling headers-core v0.0.1 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling syn v0.15.17 [INFO] [stderr] Compiling serde_urlencoded v0.5.3 [INFO] [stderr] Compiling sha-1 v0.7.0 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling tungstenite v0.6.0 [INFO] [stderr] Compiling crossbeam-deque v0.6.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.8 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.2.3 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling tokio v0.1.11 [INFO] [stderr] Compiling headers-derive v0.0.1 [INFO] [stderr] Compiling hyper v0.12.13 [INFO] [stderr] Compiling headers-ext v0.0.3 [INFO] [stderr] Compiling warp v0.1.9 [INFO] [stderr] Compiling warp-hello-world v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.74s [INFO] running `"docker" "inspect" "c7c213a6c6ce40fa18268ba7acbc6dbdf234b4efec304a657444be7b000ade9d"` [INFO] running `"docker" "rm" "-f" "c7c213a6c6ce40fa18268ba7acbc6dbdf234b4efec304a657444be7b000ade9d"` [INFO] [stdout] c7c213a6c6ce40fa18268ba7acbc6dbdf234b4efec304a657444be7b000ade9d [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] 688d814b2b5301b26104cf592449a52948801753bb817f9f33b5c32e7718dcca [INFO] running `"docker" "start" "-a" "688d814b2b5301b26104cf592449a52948801753bb817f9f33b5c32e7718dcca"` [INFO] [stderr] Compiling warp-hello-world v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.80s [INFO] running `"docker" "inspect" "688d814b2b5301b26104cf592449a52948801753bb817f9f33b5c32e7718dcca"` [INFO] running `"docker" "rm" "-f" "688d814b2b5301b26104cf592449a52948801753bb817f9f33b5c32e7718dcca"` [INFO] [stdout] 688d814b2b5301b26104cf592449a52948801753bb817f9f33b5c32e7718dcca [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] d31c6c8320972216075352b5a4af2a8270ab0b175ff61dfde3c4b02692eb22cc [INFO] running `"docker" "start" "-a" "d31c6c8320972216075352b5a4af2a8270ab0b175ff61dfde3c4b02692eb22cc"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.68s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/warp_hello_world-7d5c015523b8c346 [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" "d31c6c8320972216075352b5a4af2a8270ab0b175ff61dfde3c4b02692eb22cc"` [INFO] running `"docker" "rm" "-f" "d31c6c8320972216075352b5a4af2a8270ab0b175ff61dfde3c4b02692eb22cc"` [INFO] [stdout] d31c6c8320972216075352b5a4af2a8270ab0b175ff61dfde3c4b02692eb22cc