[INFO] crate interleave 1.0.1 is already in cache [INFO] extracting crate interleave 1.0.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/interleave/1.0.1 [INFO] extracting crate interleave 1.0.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/interleave/1.0.1 [INFO] validating manifest of interleave-1.0.1 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of interleave-1.0.1 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing interleave-1.0.1 [INFO] finished frobbing interleave-1.0.1 [INFO] frobbed toml for interleave-1.0.1 written to work/ex/beta-1.37-6/sources/1.36.0/reg/interleave/1.0.1/Cargo.toml [INFO] started frobbing interleave-1.0.1 [INFO] finished frobbing interleave-1.0.1 [INFO] frobbed toml for interleave-1.0.1 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/interleave/1.0.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing interleave-1.0.1 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/interleave/1.0.1:/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=warn" "-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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] db15c7b84ac7e2c1afd00bbc1adf1e96526761d7fd8ac4abc7af731da3072f00 [INFO] running `"docker" "start" "-a" "db15c7b84ac7e2c1afd00bbc1adf1e96526761d7fd8ac4abc7af731da3072f00"` [INFO] [stderr] Compiling interleave v1.0.1 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.25s [INFO] running `"docker" "inspect" "db15c7b84ac7e2c1afd00bbc1adf1e96526761d7fd8ac4abc7af731da3072f00"` [INFO] running `"docker" "rm" "-f" "db15c7b84ac7e2c1afd00bbc1adf1e96526761d7fd8ac4abc7af731da3072f00"` [INFO] [stdout] db15c7b84ac7e2c1afd00bbc1adf1e96526761d7fd8ac4abc7af731da3072f00 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/interleave/1.0.1:/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=warn" "-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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] caa67f601d76d70c18ecce5fb459a8b9fa74c73b5233889b5198d6f7d92479d2 [INFO] running `"docker" "start" "-a" "caa67f601d76d70c18ecce5fb459a8b9fa74c73b5233889b5198d6f7d92479d2"` [INFO] [stderr] Compiling interleave v1.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:193:21 [INFO] [stderr] | [INFO] [stderr] 193 | check(interleave!((0..10), (0..5), (0..2), (0..7))); [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/lib.rs:193:30 [INFO] [stderr] | [INFO] [stderr] 193 | check(interleave!((0..10), (0..5), (0..2), (0..7))); [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:193:38 [INFO] [stderr] | [INFO] [stderr] 193 | check(interleave!((0..10), (0..5), (0..2), (0..7))); [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:193:46 [INFO] [stderr] | [INFO] [stderr] 193 | check(interleave!((0..10), (0..5), (0..2), (0..7))); [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:194:21 [INFO] [stderr] | [INFO] [stderr] 194 | check(interleave!((0..5), (0..2), (0..7), (0..10))); [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:194:29 [INFO] [stderr] | [INFO] [stderr] 194 | check(interleave!((0..5), (0..2), (0..7), (0..10))); [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:194:37 [INFO] [stderr] | [INFO] [stderr] 194 | check(interleave!((0..5), (0..2), (0..7), (0..10))); [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:194:45 [INFO] [stderr] | [INFO] [stderr] 194 | check(interleave!((0..5), (0..2), (0..7), (0..10))); [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:195:21 [INFO] [stderr] | [INFO] [stderr] 195 | check(interleave!((0..5), (0..7), (0..2), (0..10))); [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:195:29 [INFO] [stderr] | [INFO] [stderr] 195 | check(interleave!((0..5), (0..7), (0..2), (0..10))); [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:195:37 [INFO] [stderr] | [INFO] [stderr] 195 | check(interleave!((0..5), (0..7), (0..2), (0..10))); [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/lib.rs:195:45 [INFO] [stderr] | [INFO] [stderr] 195 | check(interleave!((0..5), (0..7), (0..2), (0..10))); [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> examples/many.rs:16:23 [INFO] [stderr] | [INFO] [stderr] 16 | total.push(Box::new((-i[0]..i[1]))); [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.21s [INFO] running `"docker" "inspect" "caa67f601d76d70c18ecce5fb459a8b9fa74c73b5233889b5198d6f7d92479d2"` [INFO] running `"docker" "rm" "-f" "caa67f601d76d70c18ecce5fb459a8b9fa74c73b5233889b5198d6f7d92479d2"` [INFO] [stdout] caa67f601d76d70c18ecce5fb459a8b9fa74c73b5233889b5198d6f7d92479d2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/interleave/1.0.1:/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=warn" "-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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 0c4cf44dbfb94de5b3004488816ff9ae303bf6bb1674b53a022ff9194d417a67 [INFO] running `"docker" "start" "-a" "0c4cf44dbfb94de5b3004488816ff9ae303bf6bb1674b53a022ff9194d417a67"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/interleave-cddcee60370cc6f8 [INFO] [stderr] Doc-tests interleave [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test tests::di_iter_infer ... ok [INFO] [stdout] test tests::di_iter ... ok [INFO] [stdout] test tests::diff_len ... ok [INFO] [stdout] test tests::quad_iter ... ok [INFO] [stdout] test tests::simple ... ok [INFO] [stdout] test tests::tri_iter ... ok [INFO] [stdout] test tests::simple_infer ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 9) ... ok [INFO] [stdout] test src/lib.rs - (line 23) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "0c4cf44dbfb94de5b3004488816ff9ae303bf6bb1674b53a022ff9194d417a67"` [INFO] running `"docker" "rm" "-f" "0c4cf44dbfb94de5b3004488816ff9ae303bf6bb1674b53a022ff9194d417a67"` [INFO] [stdout] 0c4cf44dbfb94de5b3004488816ff9ae303bf6bb1674b53a022ff9194d417a67