[INFO] updating cached repository brimatteng/grrs-rust-book-example [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/brimatteng/grrs-rust-book-example [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/brimatteng/grrs-rust-book-example" "work/ex/beta-1.38-1/sources/1.37.0/gh/brimatteng/grrs-rust-book-example"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/brimatteng/grrs-rust-book-example'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/brimatteng/grrs-rust-book-example" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/brimatteng/grrs-rust-book-example"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/brimatteng/grrs-rust-book-example'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2dcfde0886add5db386b8b0a92e289e023386a24 [INFO] sha for GitHub repo brimatteng/grrs-rust-book-example: 2dcfde0886add5db386b8b0a92e289e023386a24 [INFO] validating manifest of brimatteng/grrs-rust-book-example 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 brimatteng/grrs-rust-book-example 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 brimatteng/grrs-rust-book-example [INFO] finished frobbing brimatteng/grrs-rust-book-example [INFO] frobbed toml for brimatteng/grrs-rust-book-example written to work/ex/beta-1.38-1/sources/1.37.0/gh/brimatteng/grrs-rust-book-example/Cargo.toml [INFO] started frobbing brimatteng/grrs-rust-book-example [INFO] finished frobbing brimatteng/grrs-rust-book-example [INFO] frobbed toml for brimatteng/grrs-rust-book-example written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/brimatteng/grrs-rust-book-example/Cargo.toml [INFO] crate brimatteng/grrs-rust-book-example 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 brimatteng/grrs-rust-book-example 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-3/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/brimatteng/grrs-rust-book-example:/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] d61a9c6e572d4f827f1c19740b792143ba1da0bd14f69c17ef479a64e0755c56 [INFO] running `"docker" "start" "-a" "d61a9c6e572d4f827f1c19740b792143ba1da0bd14f69c17ef479a64e0755c56"` [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling exitfailure v0.5.1 [INFO] [stderr] Compiling structopt v0.2.14 [INFO] [stderr] Compiling grrs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.68s [INFO] running `"docker" "inspect" "d61a9c6e572d4f827f1c19740b792143ba1da0bd14f69c17ef479a64e0755c56"` [INFO] running `"docker" "rm" "-f" "d61a9c6e572d4f827f1c19740b792143ba1da0bd14f69c17ef479a64e0755c56"` [INFO] [stdout] d61a9c6e572d4f827f1c19740b792143ba1da0bd14f69c17ef479a64e0755c56 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/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/brimatteng/grrs-rust-book-example:/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] 3979041929db9b7334b4ec202c95244f33116480eda2b0bf4f0eca70521c4617 [INFO] running `"docker" "start" "-a" "3979041929db9b7334b4ec202c95244f33116480eda2b0bf4f0eca70521c4617"` [INFO] [stderr] Compiling grrs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.57s [INFO] running `"docker" "inspect" "3979041929db9b7334b4ec202c95244f33116480eda2b0bf4f0eca70521c4617"` [INFO] running `"docker" "rm" "-f" "3979041929db9b7334b4ec202c95244f33116480eda2b0bf4f0eca70521c4617"` [INFO] [stdout] 3979041929db9b7334b4ec202c95244f33116480eda2b0bf4f0eca70521c4617 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/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/brimatteng/grrs-rust-book-example:/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] c41ff2bbb60cf264bb52b48d596d54b6d883f27e93bed494b47b109426dc85c3 [INFO] running `"docker" "start" "-a" "c41ff2bbb60cf264bb52b48d596d54b6d883f27e93bed494b47b109426dc85c3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/grrs-f35751f5df3e605f [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test tests::no_results ... ok [INFO] [stdout] test tests::multi_results ... ok [INFO] [stdout] test tests::case_insensitive ... ok [INFO] [stdout] test tests::one_result ... ok [INFO] [stdout] test tests::whitespace ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/grrs-f1619a2bfcfc724b [INFO] [stderr] Doc-tests grrs [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] [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" "c41ff2bbb60cf264bb52b48d596d54b6d883f27e93bed494b47b109426dc85c3"` [INFO] running `"docker" "rm" "-f" "c41ff2bbb60cf264bb52b48d596d54b6d883f27e93bed494b47b109426dc85c3"` [INFO] [stdout] c41ff2bbb60cf264bb52b48d596d54b6d883f27e93bed494b47b109426dc85c3