[INFO] updating cached repository ruggeri/my-first-server [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ruggeri/my-first-server [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ruggeri/my-first-server" "work/ex/beta-1.38-1/sources/1.37.0/gh/ruggeri/my-first-server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ruggeri/my-first-server'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ruggeri/my-first-server" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ruggeri/my-first-server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ruggeri/my-first-server'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fcfa000269d76376a31d7f75a205285d11716165 [INFO] sha for GitHub repo ruggeri/my-first-server: fcfa000269d76376a31d7f75a205285d11716165 [INFO] validating manifest of ruggeri/my-first-server on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ruggeri/my-first-server on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ruggeri/my-first-server [INFO] finished frobbing ruggeri/my-first-server [INFO] frobbed toml for ruggeri/my-first-server written to work/ex/beta-1.38-1/sources/1.37.0/gh/ruggeri/my-first-server/Cargo.toml [INFO] started frobbing ruggeri/my-first-server [INFO] finished frobbing ruggeri/my-first-server [INFO] frobbed toml for ruggeri/my-first-server written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ruggeri/my-first-server/Cargo.toml [INFO] crate ruggeri/my-first-server already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ruggeri/my-first-server against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ruggeri/my-first-server:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 74c8b7cffe425a18dcc905286452a9bc4f0c3314057b3b47db87c588e28f25bb [INFO] running `"docker" "start" "-a" "74c8b7cffe425a18dcc905286452a9bc4f0c3314057b3b47db87c588e28f25bb"` [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling smallvec v0.6.5 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling lock_api v0.1.4 [INFO] [stderr] Compiling crossbeam-epoch v0.6.0 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling my-first-server v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.98s [INFO] running `"docker" "inspect" "74c8b7cffe425a18dcc905286452a9bc4f0c3314057b3b47db87c588e28f25bb"` [INFO] running `"docker" "rm" "-f" "74c8b7cffe425a18dcc905286452a9bc4f0c3314057b3b47db87c588e28f25bb"` [INFO] [stdout] 74c8b7cffe425a18dcc905286452a9bc4f0c3314057b3b47db87c588e28f25bb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ruggeri/my-first-server:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] b3600944f309630eb26836ab95e664d4fa8ecfc49bcb9dd7fac748fed6b41709 [INFO] running `"docker" "start" "-a" "b3600944f309630eb26836ab95e664d4fa8ecfc49bcb9dd7fac748fed6b41709"` [INFO] [stderr] Compiling my-first-server v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.30s [INFO] running `"docker" "inspect" "b3600944f309630eb26836ab95e664d4fa8ecfc49bcb9dd7fac748fed6b41709"` [INFO] running `"docker" "rm" "-f" "b3600944f309630eb26836ab95e664d4fa8ecfc49bcb9dd7fac748fed6b41709"` [INFO] [stdout] b3600944f309630eb26836ab95e664d4fa8ecfc49bcb9dd7fac748fed6b41709 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ruggeri/my-first-server:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] eb3901edaff646b294dc2f24a54c87214401298e3816d7940b3b7760e5deff26 [INFO] running `"docker" "start" "-a" "eb3901edaff646b294dc2f24a54c87214401298e3816d7940b3b7760e5deff26"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/my_first_server-6a30db697b2cfd97 [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] [stderr] Running /opt/crater/target/debug/deps/main-dd7467662f89e2bf [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] [stderr] Doc-tests my-first-server [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" "eb3901edaff646b294dc2f24a54c87214401298e3816d7940b3b7760e5deff26"` [INFO] running `"docker" "rm" "-f" "eb3901edaff646b294dc2f24a54c87214401298e3816d7940b3b7760e5deff26"` [INFO] [stdout] eb3901edaff646b294dc2f24a54c87214401298e3816d7940b3b7760e5deff26