[INFO] updating cached repository gersonmartins/hello [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/gersonmartins/hello [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/gersonmartins/hello" "work/ex/beta-1.38-1/sources/1.37.0/gh/gersonmartins/hello"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/gersonmartins/hello'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/gersonmartins/hello" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gersonmartins/hello"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gersonmartins/hello'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 74ed5f676055b413a01bc8df294986432661730e [INFO] sha for GitHub repo gersonmartins/hello: 74ed5f676055b413a01bc8df294986432661730e [INFO] validating manifest of gersonmartins/hello 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 gersonmartins/hello 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 gersonmartins/hello [INFO] finished frobbing gersonmartins/hello [INFO] frobbed toml for gersonmartins/hello written to work/ex/beta-1.38-1/sources/1.37.0/gh/gersonmartins/hello/Cargo.toml [INFO] started frobbing gersonmartins/hello [INFO] finished frobbing gersonmartins/hello [INFO] frobbed toml for gersonmartins/hello written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gersonmartins/hello/Cargo.toml [INFO] crate gersonmartins/hello 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 gersonmartins/hello against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/gersonmartins/hello:/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.37.0" "build" "--frozen"` [INFO] [stdout] f0b48586942a4cfc739a32a4f270ec2904e367e93ede9aca86e26d5faa506082 [INFO] running `"docker" "start" "-a" "f0b48586942a4cfc739a32a4f270ec2904e367e93ede9aca86e26d5faa506082"` [INFO] [stderr] Compiling hello v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:68:16 [INFO] [stderr] | [INFO] [stderr] 68 | 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 2.39s [INFO] running `"docker" "inspect" "f0b48586942a4cfc739a32a4f270ec2904e367e93ede9aca86e26d5faa506082"` [INFO] running `"docker" "rm" "-f" "f0b48586942a4cfc739a32a4f270ec2904e367e93ede9aca86e26d5faa506082"` [INFO] [stdout] f0b48586942a4cfc739a32a4f270ec2904e367e93ede9aca86e26d5faa506082 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/gersonmartins/hello:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ea57df18eeb9e9fa53a53e4474a7049b0326e1171323082ccb2d8416aab604ca [INFO] running `"docker" "start" "-a" "ea57df18eeb9e9fa53a53e4474a7049b0326e1171323082ccb2d8416aab604ca"` [INFO] [stderr] Compiling hello v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:68:16 [INFO] [stderr] | [INFO] [stderr] 68 | 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 0.90s [INFO] running `"docker" "inspect" "ea57df18eeb9e9fa53a53e4474a7049b0326e1171323082ccb2d8416aab604ca"` [INFO] running `"docker" "rm" "-f" "ea57df18eeb9e9fa53a53e4474a7049b0326e1171323082ccb2d8416aab604ca"` [INFO] [stdout] ea57df18eeb9e9fa53a53e4474a7049b0326e1171323082ccb2d8416aab604ca [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/gersonmartins/hello:/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.37.0" "test" "--frozen"` [INFO] [stdout] ae3999ed1c35112b19b4f553ef7712b3f464cd7cf8b5bd4734563c9fef5615a9 [INFO] running `"docker" "start" "-a" "ae3999ed1c35112b19b4f553ef7712b3f464cd7cf8b5bd4734563c9fef5615a9"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/hello-5b9dfb37170617c2 [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/hello-8ced934abb559909 [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 hello [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" "ae3999ed1c35112b19b4f553ef7712b3f464cd7cf8b5bd4734563c9fef5615a9"` [INFO] running `"docker" "rm" "-f" "ae3999ed1c35112b19b4f553ef7712b3f464cd7cf8b5bd4734563c9fef5615a9"` [INFO] [stdout] ae3999ed1c35112b19b4f553ef7712b3f464cd7cf8b5bd4734563c9fef5615a9