[INFO] cloning repository Badel2/ent [INFO] running `"git" "clone" "--bare" "git://github.com/Badel2/ent.git" "work/cache/sources/gh/Badel2/ent"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Badel2/ent'... [INFO] running `"git" "clone" "work/cache/sources/gh/Badel2/ent" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Badel2/ent"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Badel2/ent'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Badel2/ent" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Badel2/ent"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Badel2/ent'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 048b4f0ba3ec157eb9cc804203c9028e91c1b6c1 [INFO] sha for GitHub repo Badel2/ent: 048b4f0ba3ec157eb9cc804203c9028e91c1b6c1 [INFO] validating manifest of Badel2/ent 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 Badel2/ent 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 Badel2/ent [INFO] finished frobbing Badel2/ent [INFO] frobbed toml for Badel2/ent written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Badel2/ent/Cargo.toml [INFO] started frobbing Badel2/ent [INFO] finished frobbing Badel2/ent [INFO] frobbed toml for Badel2/ent written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Badel2/ent/Cargo.toml [INFO] crate Badel2/ent 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 Badel2/ent against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Badel2/ent:/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] 479fb35ddb37bf0ef377284f7c81d32d3a42ff2949e87acd96df15c159d0d263 [INFO] running `"docker" "start" "-a" "479fb35ddb37bf0ef377284f7c81d32d3a42ff2949e87acd96df15c159d0d263"` [INFO] [stderr] Compiling libc v0.2.26 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling textwrap v0.6.0 [INFO] [stderr] Compiling clap v2.25.0 [INFO] [stderr] Compiling ent v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shannon/mod.rs:95:46 [INFO] [stderr] | [INFO] [stderr] 95 | let file = &mut stdin.lock() as &mut BufRead; [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn BufRead` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/main.rs:185:9 [INFO] [stderr] | [INFO] [stderr] 185 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `chunk_size` [INFO] [stderr] --> src/shannon/mod.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | chunk_size: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.89s [INFO] running `"docker" "inspect" "479fb35ddb37bf0ef377284f7c81d32d3a42ff2949e87acd96df15c159d0d263"` [INFO] running `"docker" "rm" "-f" "479fb35ddb37bf0ef377284f7c81d32d3a42ff2949e87acd96df15c159d0d263"` [INFO] [stdout] 479fb35ddb37bf0ef377284f7c81d32d3a42ff2949e87acd96df15c159d0d263 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Badel2/ent:/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] 857bc8bd21993661dec352b76f1b3b03c5d5223b4d463907c85e5066fbe1024c [INFO] running `"docker" "start" "-a" "857bc8bd21993661dec352b76f1b3b03c5d5223b4d463907c85e5066fbe1024c"` [INFO] [stderr] Compiling ent v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shannon/mod.rs:95:46 [INFO] [stderr] | [INFO] [stderr] 95 | let file = &mut stdin.lock() as &mut BufRead; [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn BufRead` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `chunk_size` [INFO] [stderr] --> src/shannon/mod.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | chunk_size: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.71s [INFO] running `"docker" "inspect" "857bc8bd21993661dec352b76f1b3b03c5d5223b4d463907c85e5066fbe1024c"` [INFO] running `"docker" "rm" "-f" "857bc8bd21993661dec352b76f1b3b03c5d5223b4d463907c85e5066fbe1024c"` [INFO] [stdout] 857bc8bd21993661dec352b76f1b3b03c5d5223b4d463907c85e5066fbe1024c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Badel2/ent:/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] be41f0241ff3ff5afa161bcabdf2094842a301ed8c5946b0a9e58e95243f1659 [INFO] running `"docker" "start" "-a" "be41f0241ff3ff5afa161bcabdf2094842a301ed8c5946b0a9e58e95243f1659"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/ent-2aaa3362ca19d32b [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test tests::constant_len_9 ... ok [INFO] [stdout] test shannon::slice_test ... ok [INFO] [stdout] test shannon::it_works ... ok [INFO] [stdout] test shannon::it_panics_also ... ok [INFO] [stdout] test shannon::it_panics ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "be41f0241ff3ff5afa161bcabdf2094842a301ed8c5946b0a9e58e95243f1659"` [INFO] running `"docker" "rm" "-f" "be41f0241ff3ff5afa161bcabdf2094842a301ed8c5946b0a9e58e95243f1659"` [INFO] [stdout] be41f0241ff3ff5afa161bcabdf2094842a301ed8c5946b0a9e58e95243f1659