[INFO] updating cached repository mattdamon108/rust_hello_server [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mattdamon108/rust_hello_server [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mattdamon108/rust_hello_server" "work/ex/beta-1.38-1/sources/1.37.0/gh/mattdamon108/rust_hello_server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mattdamon108/rust_hello_server'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mattdamon108/rust_hello_server" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mattdamon108/rust_hello_server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mattdamon108/rust_hello_server'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d76c7438a98c0681e36506cddf6b2f4a96281a03 [INFO] sha for GitHub repo mattdamon108/rust_hello_server: d76c7438a98c0681e36506cddf6b2f4a96281a03 [INFO] validating manifest of mattdamon108/rust_hello_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 mattdamon108/rust_hello_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 mattdamon108/rust_hello_server [INFO] finished frobbing mattdamon108/rust_hello_server [INFO] frobbed toml for mattdamon108/rust_hello_server written to work/ex/beta-1.38-1/sources/1.37.0/gh/mattdamon108/rust_hello_server/Cargo.toml [INFO] started frobbing mattdamon108/rust_hello_server [INFO] finished frobbing mattdamon108/rust_hello_server [INFO] frobbed toml for mattdamon108/rust_hello_server written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mattdamon108/rust_hello_server/Cargo.toml [INFO] crate mattdamon108/rust_hello_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 mattdamon108/rust_hello_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-4/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/mattdamon108/rust_hello_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] 153c47b45e7e41b0a0dacc1aaf71770db496ef78f85e271ebe01ed30a30a206b [INFO] running `"docker" "start" "-a" "153c47b45e7e41b0a0dacc1aaf71770db496ef78f85e271ebe01ed30a30a206b"` [INFO] [stderr] Compiling rust_hello_server v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | type Job = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnBox + Send + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.02s [INFO] running `"docker" "inspect" "153c47b45e7e41b0a0dacc1aaf71770db496ef78f85e271ebe01ed30a30a206b"` [INFO] running `"docker" "rm" "-f" "153c47b45e7e41b0a0dacc1aaf71770db496ef78f85e271ebe01ed30a30a206b"` [INFO] [stdout] 153c47b45e7e41b0a0dacc1aaf71770db496ef78f85e271ebe01ed30a30a206b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/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/mattdamon108/rust_hello_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] 11506ebf31441879889bb1d8adb72ad93cb6dba1360bfca7ef267bcb3580b0d1 [INFO] running `"docker" "start" "-a" "11506ebf31441879889bb1d8adb72ad93cb6dba1360bfca7ef267bcb3580b0d1"` [INFO] [stderr] Compiling rust_hello_server v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | type Job = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnBox + Send + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.28s [INFO] running `"docker" "inspect" "11506ebf31441879889bb1d8adb72ad93cb6dba1360bfca7ef267bcb3580b0d1"` [INFO] running `"docker" "rm" "-f" "11506ebf31441879889bb1d8adb72ad93cb6dba1360bfca7ef267bcb3580b0d1"` [INFO] [stdout] 11506ebf31441879889bb1d8adb72ad93cb6dba1360bfca7ef267bcb3580b0d1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/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/mattdamon108/rust_hello_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] cc176b6df421c8331b94d8ebf86aa5179e4645e97cf8a9ca967eb29f264c7f7c [INFO] running `"docker" "start" "-a" "cc176b6df421c8331b94d8ebf86aa5179e4645e97cf8a9ca967eb29f264c7f7c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_hello_server-619bf5b12a9e65d9 [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-c8ce1da44eebb02a [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 rust_hello_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" "cc176b6df421c8331b94d8ebf86aa5179e4645e97cf8a9ca967eb29f264c7f7c"` [INFO] running `"docker" "rm" "-f" "cc176b6df421c8331b94d8ebf86aa5179e4645e97cf8a9ca967eb29f264c7f7c"` [INFO] [stdout] cc176b6df421c8331b94d8ebf86aa5179e4645e97cf8a9ca967eb29f264c7f7c