[INFO] cloning repository zakrent/Rust-hexdump [INFO] running `"git" "clone" "--bare" "git://github.com/zakrent/Rust-hexdump.git" "work/cache/sources/gh/zakrent/Rust-hexdump"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/zakrent/Rust-hexdump'... [INFO] running `"git" "clone" "work/cache/sources/gh/zakrent/Rust-hexdump" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/zakrent/Rust-hexdump"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/zakrent/Rust-hexdump'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/zakrent/Rust-hexdump" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/zakrent/Rust-hexdump"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/zakrent/Rust-hexdump'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7a76e428283a1874e9d1e364958fb2c895204d61 [INFO] sha for GitHub repo zakrent/Rust-hexdump: 7a76e428283a1874e9d1e364958fb2c895204d61 [INFO] validating manifest of zakrent/Rust-hexdump 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 zakrent/Rust-hexdump 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 zakrent/Rust-hexdump [INFO] finished frobbing zakrent/Rust-hexdump [INFO] frobbed toml for zakrent/Rust-hexdump written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/zakrent/Rust-hexdump/Cargo.toml [INFO] started frobbing zakrent/Rust-hexdump [INFO] finished frobbing zakrent/Rust-hexdump [INFO] frobbed toml for zakrent/Rust-hexdump written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/zakrent/Rust-hexdump/Cargo.toml [INFO] crate zakrent/Rust-hexdump 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 zakrent/Rust-hexdump against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/zakrent/Rust-hexdump:/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] 34e3368933e6d026e0136e1c4272bb6f456b010553003d7e27dda30629415456 [INFO] running `"docker" "start" "-a" "34e3368933e6d026e0136e1c4272bb6f456b010553003d7e27dda30629415456"` [INFO] [stderr] Compiling hexdump v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:101:14 [INFO] [stderr] | [INFO] [stderr] 101 | 0x20 ... 0x7e => *byte as char, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.43s [INFO] running `"docker" "inspect" "34e3368933e6d026e0136e1c4272bb6f456b010553003d7e27dda30629415456"` [INFO] running `"docker" "rm" "-f" "34e3368933e6d026e0136e1c4272bb6f456b010553003d7e27dda30629415456"` [INFO] [stdout] 34e3368933e6d026e0136e1c4272bb6f456b010553003d7e27dda30629415456 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/zakrent/Rust-hexdump:/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] e7b91fe048a08cd26c5f35e655e348667f0724ba776d19bb298816f4ca505331 [INFO] running `"docker" "start" "-a" "e7b91fe048a08cd26c5f35e655e348667f0724ba776d19bb298816f4ca505331"` [INFO] [stderr] Compiling hexdump v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:101:14 [INFO] [stderr] | [INFO] [stderr] 101 | 0x20 ... 0x7e => *byte as char, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `"docker" "inspect" "e7b91fe048a08cd26c5f35e655e348667f0724ba776d19bb298816f4ca505331"` [INFO] running `"docker" "rm" "-f" "e7b91fe048a08cd26c5f35e655e348667f0724ba776d19bb298816f4ca505331"` [INFO] [stdout] e7b91fe048a08cd26c5f35e655e348667f0724ba776d19bb298816f4ca505331 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/zakrent/Rust-hexdump:/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] 3fa604e9868976a2d49956c551e088359e3ab6cf7ae00ed7972f5099985ef565 [INFO] running `"docker" "start" "-a" "3fa604e9868976a2d49956c551e088359e3ab6cf7ae00ed7972f5099985ef565"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/hexdump-341a7228af10a84f [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/hexdump-3ecbca7f6d332792 [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] [stderr] Doc-tests hexdump [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" "3fa604e9868976a2d49956c551e088359e3ab6cf7ae00ed7972f5099985ef565"` [INFO] running `"docker" "rm" "-f" "3fa604e9868976a2d49956c551e088359e3ab6cf7ae00ed7972f5099985ef565"` [INFO] [stdout] 3fa604e9868976a2d49956c551e088359e3ab6cf7ae00ed7972f5099985ef565