[INFO] cloning repository marco-fp/rusty_grep [INFO] running `"git" "clone" "--bare" "git://github.com/marco-fp/rusty_grep.git" "work/cache/sources/gh/marco-fp/rusty_grep"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/marco-fp/rusty_grep'... [INFO] running `"git" "clone" "work/cache/sources/gh/marco-fp/rusty_grep" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/marco-fp/rusty_grep"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/marco-fp/rusty_grep'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/marco-fp/rusty_grep" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/marco-fp/rusty_grep"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/marco-fp/rusty_grep'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 20700e006fbe1c7ecebc7f061fe81162536458a5 [INFO] sha for GitHub repo marco-fp/rusty_grep: 20700e006fbe1c7ecebc7f061fe81162536458a5 [INFO] validating manifest of marco-fp/rusty_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 marco-fp/rusty_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 marco-fp/rusty_grep [INFO] finished frobbing marco-fp/rusty_grep [INFO] frobbed toml for marco-fp/rusty_grep written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/marco-fp/rusty_grep/Cargo.toml [INFO] started frobbing marco-fp/rusty_grep [INFO] finished frobbing marco-fp/rusty_grep [INFO] frobbed toml for marco-fp/rusty_grep written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/marco-fp/rusty_grep/Cargo.toml [INFO] crate marco-fp/rusty_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 marco-fp/rusty_grep against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/marco-fp/rusty_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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 76ead9b95e75e61eb1dac577ec3debded1268bb37a23a0bf17f3eacd151acbd3 [INFO] running `"docker" "start" "-a" "76ead9b95e75e61eb1dac577ec3debded1268bb37a23a0bf17f3eacd151acbd3"` [INFO] [stderr] Compiling rusty_grep v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:5:46 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn run(config: Config) -> 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 2.22s [INFO] running `"docker" "inspect" "76ead9b95e75e61eb1dac577ec3debded1268bb37a23a0bf17f3eacd151acbd3"` [INFO] running `"docker" "rm" "-f" "76ead9b95e75e61eb1dac577ec3debded1268bb37a23a0bf17f3eacd151acbd3"` [INFO] [stdout] 76ead9b95e75e61eb1dac577ec3debded1268bb37a23a0bf17f3eacd151acbd3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/marco-fp/rusty_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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 4b88f2a5e520ffaaf30f4a97fddfefb460285ca53f27c3e37ef825fd64fe9e07 [INFO] running `"docker" "start" "-a" "4b88f2a5e520ffaaf30f4a97fddfefb460285ca53f27c3e37ef825fd64fe9e07"` [INFO] [stderr] Compiling rusty_grep v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:5:46 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn run(config: Config) -> 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.88s [INFO] running `"docker" "inspect" "4b88f2a5e520ffaaf30f4a97fddfefb460285ca53f27c3e37ef825fd64fe9e07"` [INFO] running `"docker" "rm" "-f" "4b88f2a5e520ffaaf30f4a97fddfefb460285ca53f27c3e37ef825fd64fe9e07"` [INFO] [stdout] 4b88f2a5e520ffaaf30f4a97fddfefb460285ca53f27c3e37ef825fd64fe9e07 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/marco-fp/rusty_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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 3c925e150d85a7bd1e9aa44479ea1e6b920d148850e2d1a34bfabc009df7767e [INFO] running `"docker" "start" "-a" "3c925e150d85a7bd1e9aa44479ea1e6b920d148850e2d1a34bfabc009df7767e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/rusty_grep-04990c71ad940e9b [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/rusty_grep-15157191282b08f1 [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests rusty_grep [INFO] [stdout] test test::one_result ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 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] [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" "3c925e150d85a7bd1e9aa44479ea1e6b920d148850e2d1a34bfabc009df7767e"` [INFO] running `"docker" "rm" "-f" "3c925e150d85a7bd1e9aa44479ea1e6b920d148850e2d1a34bfabc009df7767e"` [INFO] [stdout] 3c925e150d85a7bd1e9aa44479ea1e6b920d148850e2d1a34bfabc009df7767e