[INFO] updating cached repository https://github.com/snoyberg/rush-crash-course-tokio-exercise-2 [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] 03c5b9029263ce36e626e877e986a281c9334d4e [INFO] testing snoyberg/rush-crash-course-tokio-exercise-2 against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnoyberg%2Frush-crash-course-tokio-exercise-2" "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/snoyberg/rush-crash-course-tokio-exercise-2 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/snoyberg/rush-crash-course-tokio-exercise-2 [INFO] finished tweaking git repo https://github.com/snoyberg/rush-crash-course-tokio-exercise-2 [INFO] tweaked toml for git repo https://github.com/snoyberg/rush-crash-course-tokio-exercise-2 written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/snoyberg/rush-crash-course-tokio-exercise-2 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] 2383c4815bf3582dfc88d21f0d446169cc4f4d8cd279b601f2791e9a0d0b264c [INFO] running `"docker" "start" "-a" "2383c4815bf3582dfc88d21f0d446169cc4f4d8cd279b601f2791e9a0d0b264c"` [INFO] [stderr] Compiling smallvec v0.6.6 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling tokio-timer v0.2.8 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.6.2 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.9 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling tokio-reactor v0.1.7 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.4 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio v0.1.13 [INFO] [stderr] Compiling exercise2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.10s [INFO] running `"docker" "inspect" "2383c4815bf3582dfc88d21f0d446169cc4f4d8cd279b601f2791e9a0d0b264c"` [INFO] running `"docker" "rm" "-f" "2383c4815bf3582dfc88d21f0d446169cc4f4d8cd279b601f2791e9a0d0b264c"` [INFO] [stdout] 2383c4815bf3582dfc88d21f0d446169cc4f4d8cd279b601f2791e9a0d0b264c [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] 9c2ac0b9e905d31609cc1059263634ea59d486068eb78d710725727bdcb18e23 [INFO] running `"docker" "start" "-a" "9c2ac0b9e905d31609cc1059263634ea59d486068eb78d710725727bdcb18e23"` [INFO] [stderr] Compiling exercise2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.14s [INFO] running `"docker" "inspect" "9c2ac0b9e905d31609cc1059263634ea59d486068eb78d710725727bdcb18e23"` [INFO] running `"docker" "rm" "-f" "9c2ac0b9e905d31609cc1059263634ea59d486068eb78d710725727bdcb18e23"` [INFO] [stdout] 9c2ac0b9e905d31609cc1059263634ea59d486068eb78d710725727bdcb18e23 [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] ab4e0c7a6314b4d6ce1d2d6851e916f6044293bfd095019f123ec2c5895b968c [INFO] running `"docker" "start" "-a" "ab4e0c7a6314b4d6ce1d2d6851e916f6044293bfd095019f123ec2c5895b968c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/exercise2-f651b67e3ecf0ed0 [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" "ab4e0c7a6314b4d6ce1d2d6851e916f6044293bfd095019f123ec2c5895b968c"` [INFO] running `"docker" "rm" "-f" "ab4e0c7a6314b4d6ce1d2d6851e916f6044293bfd095019f123ec2c5895b968c"` [INFO] [stdout] ab4e0c7a6314b4d6ce1d2d6851e916f6044293bfd095019f123ec2c5895b968c