[INFO] cloning repository fzzzy/rust-grep [INFO] running `"git" "clone" "--bare" "git://github.com/fzzzy/rust-grep.git" "work/cache/sources/gh/fzzzy/rust-grep"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/fzzzy/rust-grep'... [INFO] running `"git" "clone" "work/cache/sources/gh/fzzzy/rust-grep" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/fzzzy/rust-grep"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/fzzzy/rust-grep'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/fzzzy/rust-grep" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/fzzzy/rust-grep"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/fzzzy/rust-grep'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e9a4693739beccd8c865f57fe58ad146267fb76c [INFO] sha for GitHub repo fzzzy/rust-grep: e9a4693739beccd8c865f57fe58ad146267fb76c [INFO] validating manifest of fzzzy/rust-grep on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of fzzzy/rust-grep on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing fzzzy/rust-grep [INFO] finished frobbing fzzzy/rust-grep [INFO] frobbed toml for fzzzy/rust-grep written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/fzzzy/rust-grep/Cargo.toml [INFO] started frobbing fzzzy/rust-grep [INFO] finished frobbing fzzzy/rust-grep [INFO] frobbed toml for fzzzy/rust-grep written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/fzzzy/rust-grep/Cargo.toml [INFO] crate fzzzy/rust-grep already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing fzzzy/rust-grep against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/fzzzy/rust-grep:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] fd789b2578fe329e7d772e9ea496c44b300ef86f7285a3d25d0ddc44c5cbe9f2 [INFO] running `"docker" "start" "-a" "fd789b2578fe329e7d772e9ea496c44b300ef86f7285a3d25d0ddc44c5cbe9f2"` [INFO] [stderr] Compiling rust-grep v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:23:34 [INFO] [stderr] | [INFO] [stderr] 23 | fn grep_main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.14s [INFO] running `"docker" "inspect" "fd789b2578fe329e7d772e9ea496c44b300ef86f7285a3d25d0ddc44c5cbe9f2"` [INFO] running `"docker" "rm" "-f" "fd789b2578fe329e7d772e9ea496c44b300ef86f7285a3d25d0ddc44c5cbe9f2"` [INFO] [stdout] fd789b2578fe329e7d772e9ea496c44b300ef86f7285a3d25d0ddc44c5cbe9f2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/fzzzy/rust-grep:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] d145d423a3d267defec6357f50cacb030b4d386ccfbb2589d6229d67102a2164 [INFO] running `"docker" "start" "-a" "d145d423a3d267defec6357f50cacb030b4d386ccfbb2589d6229d67102a2164"` [INFO] [stderr] Compiling rust-grep v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:23:34 [INFO] [stderr] | [INFO] [stderr] 23 | fn grep_main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `"docker" "inspect" "d145d423a3d267defec6357f50cacb030b4d386ccfbb2589d6229d67102a2164"` [INFO] running `"docker" "rm" "-f" "d145d423a3d267defec6357f50cacb030b4d386ccfbb2589d6229d67102a2164"` [INFO] [stdout] d145d423a3d267defec6357f50cacb030b4d386ccfbb2589d6229d67102a2164 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/fzzzy/rust-grep:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] a5e71f3e8a303af193a1f8d013a11bae682c46c85d73cbe3a51efbfaa6205f72 [INFO] running `"docker" "start" "-a" "a5e71f3e8a303af193a1f8d013a11bae682c46c85d73cbe3a51efbfaa6205f72"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_grep-2bea39addf5ed409 [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" "a5e71f3e8a303af193a1f8d013a11bae682c46c85d73cbe3a51efbfaa6205f72"` [INFO] running `"docker" "rm" "-f" "a5e71f3e8a303af193a1f8d013a11bae682c46c85d73cbe3a51efbfaa6205f72"` [INFO] [stdout] a5e71f3e8a303af193a1f8d013a11bae682c46c85d73cbe3a51efbfaa6205f72