[INFO] cloning repository jeenalee/bin-to-dna [INFO] running `"git" "clone" "--bare" "git://github.com/jeenalee/bin-to-dna.git" "work/cache/sources/gh/jeenalee/bin-to-dna"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/jeenalee/bin-to-dna'... [INFO] running `"git" "clone" "work/cache/sources/gh/jeenalee/bin-to-dna" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jeenalee/bin-to-dna"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jeenalee/bin-to-dna'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jeenalee/bin-to-dna" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jeenalee/bin-to-dna"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jeenalee/bin-to-dna'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 23888d1707d40a18dcb817c7b6e71e35e77ccecc [INFO] sha for GitHub repo jeenalee/bin-to-dna: 23888d1707d40a18dcb817c7b6e71e35e77ccecc [INFO] validating manifest of jeenalee/bin-to-dna 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 jeenalee/bin-to-dna 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 jeenalee/bin-to-dna [INFO] finished frobbing jeenalee/bin-to-dna [INFO] frobbed toml for jeenalee/bin-to-dna written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jeenalee/bin-to-dna/Cargo.toml [INFO] started frobbing jeenalee/bin-to-dna [INFO] finished frobbing jeenalee/bin-to-dna [INFO] frobbed toml for jeenalee/bin-to-dna written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jeenalee/bin-to-dna/Cargo.toml [INFO] crate jeenalee/bin-to-dna 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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded min-max-heap v0.2.1 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jeenalee/bin-to-dna against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jeenalee/bin-to-dna:/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] 2fc3b7e13a2d2f49d6a2408cef9d366b539b15218f34511d1f32661b79e5530e [INFO] running `"docker" "start" "-a" "2fc3b7e13a2d2f49d6a2408cef9d366b539b15218f34511d1f32661b79e5530e"` [INFO] [stderr] Compiling min-max-heap v0.2.1 [INFO] [stderr] Compiling balanced-bin-to-dna v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:199:44 [INFO] [stderr] | [INFO] [stderr] 199 | (None, _, _, _) => Err(("Unexpectedly reached the end of the tree.")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:200:30 [INFO] [stderr] | [INFO] [stderr] 200 | _ => Err(("Bad encoding of trits. The trit doesn't correspond to bytes in the tree.")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.70s [INFO] running `"docker" "inspect" "2fc3b7e13a2d2f49d6a2408cef9d366b539b15218f34511d1f32661b79e5530e"` [INFO] running `"docker" "rm" "-f" "2fc3b7e13a2d2f49d6a2408cef9d366b539b15218f34511d1f32661b79e5530e"` [INFO] [stdout] 2fc3b7e13a2d2f49d6a2408cef9d366b539b15218f34511d1f32661b79e5530e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jeenalee/bin-to-dna:/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] ab6f95c9aa45056ffbcf7d4a96f7d8423a98a6819ea2e3222cd73e73c7cdf1f3 [INFO] running `"docker" "start" "-a" "ab6f95c9aa45056ffbcf7d4a96f7d8423a98a6819ea2e3222cd73e73c7cdf1f3"` [INFO] [stderr] Compiling balanced-bin-to-dna v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:199:44 [INFO] [stderr] | [INFO] [stderr] 199 | (None, _, _, _) => Err(("Unexpectedly reached the end of the tree.")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:200:30 [INFO] [stderr] | [INFO] [stderr] 200 | _ => Err(("Bad encoding of trits. The trit doesn't correspond to bytes in the tree.")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.07s [INFO] running `"docker" "inspect" "ab6f95c9aa45056ffbcf7d4a96f7d8423a98a6819ea2e3222cd73e73c7cdf1f3"` [INFO] running `"docker" "rm" "-f" "ab6f95c9aa45056ffbcf7d4a96f7d8423a98a6819ea2e3222cd73e73c7cdf1f3"` [INFO] [stdout] ab6f95c9aa45056ffbcf7d4a96f7d8423a98a6819ea2e3222cd73e73c7cdf1f3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jeenalee/bin-to-dna:/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] 1d343ff110e96c5779444224db504c4caf0dd3690c767119accb7016dafc98ae [INFO] running `"docker" "start" "-a" "1d343ff110e96c5779444224db504c4caf0dd3690c767119accb7016dafc98ae"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/balanced_bin_to_dna-6c94d4d6d239b79c [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" "1d343ff110e96c5779444224db504c4caf0dd3690c767119accb7016dafc98ae"` [INFO] running `"docker" "rm" "-f" "1d343ff110e96c5779444224db504c4caf0dd3690c767119accb7016dafc98ae"` [INFO] [stdout] 1d343ff110e96c5779444224db504c4caf0dd3690c767119accb7016dafc98ae