[INFO] cloning repository nthery/hexdump [INFO] running `"git" "clone" "--bare" "git://github.com/nthery/hexdump.git" "work/cache/sources/gh/nthery/hexdump"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/nthery/hexdump'... [INFO] running `"git" "clone" "work/cache/sources/gh/nthery/hexdump" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/nthery/hexdump"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/nthery/hexdump'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nthery/hexdump" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/nthery/hexdump"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/nthery/hexdump'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9376dea74086b7f589c25c3a29b353bf402c26d9 [INFO] sha for GitHub repo nthery/hexdump: 9376dea74086b7f589c25c3a29b353bf402c26d9 [INFO] validating manifest of nthery/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 nthery/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 nthery/hexdump [INFO] finished frobbing nthery/hexdump [INFO] frobbed toml for nthery/hexdump written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/nthery/hexdump/Cargo.toml [INFO] started frobbing nthery/hexdump [INFO] finished frobbing nthery/hexdump [INFO] frobbed toml for nthery/hexdump written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/nthery/hexdump/Cargo.toml [INFO] crate nthery/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 nthery/hexdump against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/nthery/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] 3103cdab6ce953dc068047beef04a183fcce13c2b2ca5e8b283f5dd2de585feb [INFO] running `"docker" "start" "-a" "3103cdab6ce953dc068047beef04a183fcce13c2b2ca5e8b283f5dd2de585feb"` [INFO] [stderr] Compiling hexdump v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:49:28 [INFO] [stderr] | [INFO] [stderr] 49 | fn read_up_to<'a>(rd: &mut Read, buf: &'a mut [u8]) -> Result<&'a [u8]> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:72:24 [INFO] [stderr] | [INFO] [stderr] 72 | fn print_line(wr: &mut Write, buf: &[u8], width: usize) -> Result<()> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:100:22 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn dump(rd: &mut Read, wr: &mut Write, width: usize) -> Result<()> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:100:37 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn dump(rd: &mut Read, wr: &mut Write, width: usize) -> Result<()> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.65s [INFO] running `"docker" "inspect" "3103cdab6ce953dc068047beef04a183fcce13c2b2ca5e8b283f5dd2de585feb"` [INFO] running `"docker" "rm" "-f" "3103cdab6ce953dc068047beef04a183fcce13c2b2ca5e8b283f5dd2de585feb"` [INFO] [stdout] 3103cdab6ce953dc068047beef04a183fcce13c2b2ca5e8b283f5dd2de585feb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/nthery/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] fd0e3ac44ac49ff9d4c8aaecd8d8e19e48137ac41ebc968b0622f0430d81774b [INFO] running `"docker" "start" "-a" "fd0e3ac44ac49ff9d4c8aaecd8d8e19e48137ac41ebc968b0622f0430d81774b"` [INFO] [stderr] Compiling hexdump v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:49:28 [INFO] [stderr] | [INFO] [stderr] 49 | fn read_up_to<'a>(rd: &mut Read, buf: &'a mut [u8]) -> Result<&'a [u8]> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:72:24 [INFO] [stderr] | [INFO] [stderr] 72 | fn print_line(wr: &mut Write, buf: &[u8], width: usize) -> Result<()> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:100:22 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn dump(rd: &mut Read, wr: &mut Write, width: usize) -> Result<()> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:100:37 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn dump(rd: &mut Read, wr: &mut Write, width: usize) -> Result<()> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.98s [INFO] running `"docker" "inspect" "fd0e3ac44ac49ff9d4c8aaecd8d8e19e48137ac41ebc968b0622f0430d81774b"` [INFO] running `"docker" "rm" "-f" "fd0e3ac44ac49ff9d4c8aaecd8d8e19e48137ac41ebc968b0622f0430d81774b"` [INFO] [stdout] fd0e3ac44ac49ff9d4c8aaecd8d8e19e48137ac41ebc968b0622f0430d81774b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/nthery/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] 2b4ea6e5302a097b7ae6fa86b0c8f60fad86de41a3ba0290a629ca4ce66211bf [INFO] running `"docker" "start" "-a" "2b4ea6e5302a097b7ae6fa86b0c8f60fad86de41a3ba0290a629ca4ce66211bf"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/hexdump-600fe61399756326 [INFO] [stderr] Running /opt/crater/target/debug/deps/hexdump-6705b9cf4dccb7c3 [INFO] [stderr] Running /opt/crater/target/debug/deps/hexdump-82568e5becd60e1f [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] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test dump_one_byte_when_width_greater ... ok [INFO] [stdout] test dump_one_byte ... ok [INFO] [stderr] Doc-tests hexdump [INFO] [stdout] test dump_empty_input ... ok [INFO] [stdout] test dump_two_bytes_on_two_lines ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 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" "2b4ea6e5302a097b7ae6fa86b0c8f60fad86de41a3ba0290a629ca4ce66211bf"` [INFO] running `"docker" "rm" "-f" "2b4ea6e5302a097b7ae6fa86b0c8f60fad86de41a3ba0290a629ca4ce66211bf"` [INFO] [stdout] 2b4ea6e5302a097b7ae6fa86b0c8f60fad86de41a3ba0290a629ca4ce66211bf