[INFO] crate archivelib 0.2.0 is already in cache [INFO] testing archivelib-0.2.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate archivelib 0.2.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate archivelib 0.2.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate archivelib 0.2.0 [INFO] finished tweaking crates.io crate archivelib 0.2.0 [INFO] tweaked toml for crates.io crate archivelib 0.2.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate archivelib 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cfbc42a6fe961abfb075e859bb3d7a90c663ffd0f8b0faf307675e0638d872ab [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cfbc42a6fe961abfb075e859bb3d7a90c663ffd0f8b0faf307675e0638d872ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cfbc42a6fe961abfb075e859bb3d7a90c663ffd0f8b0faf307675e0638d872ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfbc42a6fe961abfb075e859bb3d7a90c663ffd0f8b0faf307675e0638d872ab", kill_on_drop: false }` [INFO] [stdout] cfbc42a6fe961abfb075e859bb3d7a90c663ffd0f8b0faf307675e0638d872ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cee0aca098e78e352fe01973c2e4c23a582e8d75fc12f33b3f6f7cdd09a19fe9 [INFO] running `Command { std: "docker" "start" "-a" "cee0aca098e78e352fe01973c2e4c23a582e8d75fc12f33b3f6f7cdd09a19fe9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling jobserver v0.1.17 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling backtrace v0.3.37 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling archivelib v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 55 | implBitwise!(u8); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 56 | implBitwise!(u16); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 57 | implBitwise!(u32); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 58 | implBitwise!(u64); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 59 | implBitwise!(u128); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 60 | implBitwise!(usize); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/consts.rs:10:37 [INFO] [stdout] | [INFO] [stdout] 10 | pub const CONST_N145_IS_19: usize = (u16::max_value().count_ones() as usize + 3); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.90s [INFO] running `Command { std: "docker" "inspect" "cee0aca098e78e352fe01973c2e4c23a582e8d75fc12f33b3f6f7cdd09a19fe9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cee0aca098e78e352fe01973c2e4c23a582e8d75fc12f33b3f6f7cdd09a19fe9", kill_on_drop: false }` [INFO] [stdout] cee0aca098e78e352fe01973c2e4c23a582e8d75fc12f33b3f6f7cdd09a19fe9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 91434e52684c40e31d1ea9f708bfb79e0301cdc3ccb0f3773d5691e1832e7179 [INFO] running `Command { std: "docker" "start" "-a" "91434e52684c40e31d1ea9f708bfb79e0301cdc3ccb0f3773d5691e1832e7179", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.3 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling bindgen v0.51.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 55 | implBitwise!(u8); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 56 | implBitwise!(u16); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 57 | implBitwise!(u32); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 58 | implBitwise!(u64); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 59 | implBitwise!(u128); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 60 | implBitwise!(usize); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/consts.rs:10:37 [INFO] [stdout] | [INFO] [stdout] 10 | pub const CONST_N145_IS_19: usize = (u16::max_value().count_ones() as usize + 3); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling cexpr v0.3.5 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling humthreads v0.1.4 [INFO] [stderr] Compiling archivelib-sys v0.2.0 [INFO] [stderr] Compiling archivelib v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 55 | implBitwise!(u8); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 56 | implBitwise!(u16); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 57 | implBitwise!(u32); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 58 | implBitwise!(u64); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 59 | implBitwise!(u128); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/support/bit_iter.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] ... [INFO] [stdout] 60 | implBitwise!(usize); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/consts.rs:10:37 [INFO] [stdout] | [INFO] [stdout] 10 | pub const CONST_N145_IS_19: usize = (u16::max_value().count_ones() as usize + 3); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/test/expand_new.rs:15:31 [INFO] [stdout] | [INFO] [stdout] 15 | let base_iter = $base.into_iter(); [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] ... [INFO] [stdout] 37 | / adversarial! { [INFO] [stdout] 38 | | simple(0, [0x00_u8, 0x00, 0x01, 0x01], 1); [INFO] [stdout] 39 | | simple_long(0, [0x00_u8, 0x00, 0x01, 0x01], 1024); [INFO] [stdout] 40 | | simple_really_long(0, (0..128), 1024); [INFO] [stdout] 41 | | simple_really_really_long(0, (0..=255), 1024); [INFO] [stdout] 42 | | repetitive(0, vec![1; 50], 1024); [INFO] [stdout] 43 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/test/expand_new.rs:15:31 [INFO] [stdout] | [INFO] [stdout] 15 | let base_iter = $base.into_iter(); [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] ... [INFO] [stdout] 37 | / adversarial! { [INFO] [stdout] 38 | | simple(0, [0x00_u8, 0x00, 0x01, 0x01], 1); [INFO] [stdout] 39 | | simple_long(0, [0x00_u8, 0x00, 0x01, 0x01], 1024); [INFO] [stdout] 40 | | simple_really_long(0, (0..128), 1024); [INFO] [stdout] 41 | | simple_really_really_long(0, (0..=255), 1024); [INFO] [stdout] 42 | | repetitive(0, vec![1; 50], 1024); [INFO] [stdout] 43 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2m 10s [INFO] running `Command { std: "docker" "inspect" "91434e52684c40e31d1ea9f708bfb79e0301cdc3ccb0f3773d5691e1832e7179", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91434e52684c40e31d1ea9f708bfb79e0301cdc3ccb0f3773d5691e1832e7179", kill_on_drop: false }` [INFO] [stdout] 91434e52684c40e31d1ea9f708bfb79e0301cdc3ccb0f3773d5691e1832e7179 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a3570f56ee8ca2ebb891d57393b481425d2527236e0651ea7faf3228f64c37ee [INFO] running `Command { std: "docker" "start" "-a" "a3570f56ee8ca2ebb891d57393b481425d2527236e0651ea7faf3228f64c37ee", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/support/bit_iter.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 55 | implBitwise!(u8); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/support/bit_iter.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 56 | implBitwise!(u16); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/support/bit_iter.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 57 | implBitwise!(u32); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/support/bit_iter.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 58 | implBitwise!(u64); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/support/bit_iter.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 59 | implBitwise!(u128); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/support/bit_iter.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 60 | implBitwise!(usize); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/consts.rs:10:37 [INFO] [stderr] | [INFO] [stderr] 10 | pub const CONST_N145_IS_19: usize = (u16::max_value().count_ones() as usize + 3); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/support/bit_iter.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 55 | implBitwise!(u8); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/support/bit_iter.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 56 | implBitwise!(u16); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/support/bit_iter.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 57 | implBitwise!(u32); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/support/bit_iter.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 58 | implBitwise!(u64); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/support/bit_iter.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 59 | implBitwise!(u128); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/support/bit_iter.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | <(Self)>::max_value().count_ones() as usize [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 60 | implBitwise!(usize); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/consts.rs:10:37 [INFO] [stderr] | [INFO] [stderr] 10 | pub const CONST_N145_IS_19: usize = (u16::max_value().count_ones() as usize + 3); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/test/expand_new.rs:15:31 [INFO] [stderr] | [INFO] [stderr] 15 | let base_iter = $base.into_iter(); [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] ... [INFO] [stderr] 37 | / adversarial! { [INFO] [stderr] 38 | | simple(0, [0x00_u8, 0x00, 0x01, 0x01], 1); [INFO] [stderr] 39 | | simple_long(0, [0x00_u8, 0x00, 0x01, 0x01], 1024); [INFO] [stderr] 40 | | simple_really_long(0, (0..128), 1024); [INFO] [stderr] 41 | | simple_really_really_long(0, (0..=255), 1024); [INFO] [stderr] 42 | | repetitive(0, vec![1; 50], 1024); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/test/expand_new.rs:15:31 [INFO] [stderr] | [INFO] [stderr] 15 | let base_iter = $base.into_iter(); [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] ... [INFO] [stderr] 37 | / adversarial! { [INFO] [stderr] 38 | | simple(0, [0x00_u8, 0x00, 0x01, 0x01], 1); [INFO] [stderr] 39 | | simple_long(0, [0x00_u8, 0x00, 0x01, 0x01], 1024); [INFO] [stderr] 40 | | simple_really_long(0, (0..128), 1024); [INFO] [stderr] 41 | | simple_really_really_long(0, (0..=255), 1024); [INFO] [stderr] 42 | | repetitive(0, vec![1; 50], 1024); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 9 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/archivelib-7da8c22737fa4ed5 [INFO] [stdout] [INFO] [stdout] running 130 tests [INFO] [stdout] test compress::fn218::tests::test_fn218_14 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_1 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_15 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_10 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_3 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_18 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_5 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_6 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_7 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_9 ... ok [INFO] [stdout] test compress::fn222::tests::test_fn222_0 ... ok [INFO] [stdout] test compress::fn222::tests::test_fn222_1 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_19 ... ok [INFO] [stdout] test compress::fn222::tests::test_fn222_10 ... ok [INFO] [stdout] test compress::fn222::tests::test_fn222_4 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_11 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_17 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_13 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_12 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_4 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_16 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_2 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_8 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_20 ... ok [INFO] [stdout] test compress::fn218::tests::test_fn218_0 ... ok [INFO] [stdout] test compress::fn222::tests::test_fn222_11 ... ok [INFO] [stdout] test compress::fn222::tests::test_fn222_2 ... ok [INFO] [stdout] test compress::fn222::tests::test_fn222_6 ... ok [INFO] [stdout] test compress::fn222::tests::test_fn222_9 ... ok [INFO] [stdout] test compress::fn224::tests::test_fn224_3 ... ok [INFO] [stdout] test compress::fn224::tests::test_fn224_4 ... ok [INFO] [stdout] test compress::fn224::tests::test_fn224_5 ... ok [INFO] [stdout] test compress::fn224::tests::test_fn224_7 ... ok [INFO] [stdout] test compress::fn222::tests::test_fn222_3 ... ok [INFO] [stdout] test compress::fn225::tests::test_fn225_1 ... ok [INFO] [stdout] test compress::fn225::tests::test_fn225_10 ... ok [INFO] [stdout] test compress::fn225::tests::test_fn225_3 ... ok [INFO] [stdout] test compress::fn225::tests::test_fn225_4 ... ok [INFO] [stdout] test compress::fn225::tests::test_fn225_5 ... ok [INFO] [stdout] test compress::fn224::tests::test_fn224_10 ... ok [INFO] [stdout] test compress::fn224::tests::test_fn224_2 ... ok [INFO] [stdout] test compress::fn224::tests::test_fn224_9 ... ok [INFO] [stdout] test compress::fn225::tests::test_fn225_0 ... ok [INFO] [stdout] test compress::fn224::tests::test_fn224_8 ... ok [INFO] [stdout] test compress::fn224::tests::test_fn224_0 ... ok [INFO] [stdout] test compress::fn224::tests::test_fn224_1 ... ok [INFO] [stdout] test compress::fn225::tests::test_fn225_2 ... ok [INFO] [stdout] test compress::fn228::part_one::tests::test_fn228_1 ... ok [INFO] [stdout] test compress::fn222::tests::test_fn222_5 ... ok [INFO] [stdout] test compress::fn225::tests::test_fn225_8 ... ok [INFO] [stdout] test compress::fn228::part_one::tests::test_fn228_0 ... ok [INFO] [stdout] test compress::fn225::tests::test_fn225_9 ... ok [INFO] [stdout] test compress::fn225::tests::test_fn225_6 ... ok [INFO] [stdout] test compress::fn225::tests::test_fn225_7 ... ok [INFO] [stdout] test compress::fn222::tests::test_fn222_7 ... ok [INFO] [stdout] test compress::fn222::tests::test_fn222_8 ... ok [INFO] [stdout] test compress::fn224::tests::test_fn224_6 ... ok [INFO] [stdout] test compress::fn228::part_one::tests::test_fn228_6 ... ok [INFO] [stdout] test compress::fn228::part_one::tests::test_fn228_8 ... ok [INFO] [stdout] test compress::fn228::part_one::tests::test_fn228_9 ... ok [INFO] [stdout] test compress::fn228::tests::test_fn228_full_call_5 ... ok [INFO] [stdout] test compress::fn228::tests::test_fn228_full_call_7 ... ok [INFO] [stdout] test compress::fn228::tests::test_fn228_full_call_8 ... ok [INFO] [stdout] test compress::fn228::tests::test_fn228_full_call_6 ... ok [INFO] [stdout] test compress::fn228::tests::test_fn228_full_call_9 ... ok [INFO] [stdout] test compress::fn230::tests::test_0 ... ok [INFO] [stdout] test compress::fn230::tests::test_1 ... ok [INFO] [stdout] test compress::fn230::tests::test_10 ... ok [INFO] [stdout] test compress::fn230::tests::test_11 ... ok [INFO] [stdout] test compress::fn230::tests::test_12 ... ok [INFO] [stdout] test compress::fn230::tests::test_13 ... ok [INFO] [stdout] test compress::fn230::tests::test_14 ... ok [INFO] [stdout] test compress::fn230::tests::test_15 ... ok [INFO] [stdout] test compress::fn230::tests::test_16 ... ok [INFO] [stdout] test compress::fn230::tests::test_17 ... ok [INFO] [stdout] test compress::fn230::tests::test_18 ... ok [INFO] [stdout] test compress::fn230::tests::test_19 ... ok [INFO] [stdout] test compress::fn230::tests::test_2 ... ok [INFO] [stdout] test compress::fn230::tests::test_20 ... ok [INFO] [stdout] test compress::fn230::tests::test_3 ... ok [INFO] [stdout] test compress::fn228::part_one::tests::test_fn228_10 ... ok [INFO] [stdout] test compress::fn228::part_one::tests::test_fn228_7 ... ok [INFO] [stdout] test compress::fn228::part_one::tests::test_fn228_2 ... ok [INFO] [stdout] test compress::fn230::tests::test_4 ... ok [INFO] [stdout] test compress::fn228::part_one::tests::test_fn228_3 ... ok [INFO] [stdout] test compress::fn228::part_one::tests::test_fn228_5 ... ok [INFO] [stdout] test compress::fn228::tests::test_fn228_full_call_4 ... ok [INFO] [stdout] test compress::fn228::part_one::tests::test_fn228_4 ... ok [INFO] [stdout] test compress::fn228::tests::test_fn228_full_call_0 ... ok [INFO] [stdout] test expand_new::bish_tree::tests::test_generate_lookup_tables_from_1st_call ... ok [INFO] [stdout] test compress::fn230::tests::test_7 ... ok [INFO] [stdout] test compress::fn230::tests::test_9 ... ok [INFO] [stdout] test compress::fn230::tests::test_8 ... ok [INFO] [stdout] test compress::fn228::tests::test_fn228_full_call_1 ... ok [INFO] [stdout] test expand_new::bish_tree::tests::test_generate_lookup_tables_from_2nd_call ... ok [INFO] [stdout] test compress::fn228::tests::test_fn228_full_call_2 ... ok [INFO] [stdout] test compress::fn228::tests::test_fn228_full_call_3 ... ok [INFO] [stdout] test compress::fn230::tests::test_using_embroidermodder_hus_stitch_attrs ... ok [INFO] [stdout] test config::tests::test_decompress_no_writes ... ok [INFO] [stdout] test compress::fn230::tests::test_5 ... ok [INFO] [stdout] test compress::fn230::tests::test_6 ... ok [INFO] [stdout] test compress::fn228::tests::test_fn228_full_call_10 ... ok [INFO] [stdout] test config::tests::test_decompress_fails_correctly_on_very_large_output ... ok [INFO] [stdout] test support::lah_reader::base::tests::reader_matches_c_implementation_testing ... ok [INFO] [stdout] test expand_new::test_table::incorrect_table_generation_from_corner_cases_single_byte_wrong ... ok [INFO] [stdout] test expand_new::expand::tests::expand_data::test_next_item_run_length_eq_eof ... ok [INFO] [stdout] test expand_new::table::tests::test_run_offset_lookup_correctness ... ok [INFO] [stdout] test support::lah_reader::correct::tests::test_empty_reader ... ok [INFO] [stdout] test expand_new::expand::tests::expand_data::test_next_item ... ok [INFO] [stdout] test expand_new::table::tests::base_data ... ok [INFO] [stdout] test support::lah_reader::correct::tests::test_eof_semantics_with_short_file_05 ... ok [INFO] [stdout] test support::lah_reader::correct::tests::test_sample_bitreader ... ok [INFO] [stdout] test expand_new::table::tests::test_generate_run_offset_lookup_respects_do_pad_length_parameter ... ok [INFO] [stdout] test support::max_size_writer::tests::test_writer_prevents_bigger_writes ... ok [INFO] [stdout] test expand_new::bish_tree::tests::test_generate_lookup_tables_from_3rd_call ... ok [INFO] [stdout] test support::bit_iter::tests::test_to_bits ... ok [INFO] [stdout] test support::lah_reader::base::tests::reader_calls ... ok [INFO] [stdout] test expand_new::table::tests::base_data_seperated_calls ... ok [INFO] [stdout] test test::expand_new::simple ... ok [INFO] [stdout] test support::lah_reader::correct::tests::test_eof ... ok [INFO] [stdout] test support::lah_reader::correct::tests::test_buffer_size ... ok [INFO] [stdout] test support::lah_reader::correct::tests::test_real_example ... ok [INFO] [stdout] test support::lah_reader::correct::tests::test_eof_semantics_with_short_file_00_03 ... ok [INFO] [stdout] test expand_new::table::tests::test_tree_correctness ... ok [INFO] [stdout] test test::expand_new::simple_long ... ok [INFO] [stdout] test test::expand_new::repetitive ... ok [INFO] [stdout] test support::lah_reader::base::tests::reader_calls_big_call ... ok [INFO] [stdout] test config::tests::test_decompress_works_on_output_exactly_max_size ... ok [INFO] [stdout] test test::expand_new::simple_really_long ... ok [INFO] [stdout] test test::expand_new::simple_really_really_long ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 130 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/alzip-d3fcef22bf4989fc [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/unalzip-448929c2f98a783b [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] Running /opt/rustwide/target/debug/deps/corner_cases-a108c0099b5b86fc [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test slice_index_starts_after_ends ... ok [INFO] [stdout] test run_offset_assertion_failure ... ok [INFO] [stdout] test short_file_a2_errors_when_trying_to_write_out_of_array_bounds ... ok [INFO] [stdout] test run_offset_run_length_gt_15 ... ok [INFO] [stdout] test attempt_to_add_with_overflow_in_expand ... ok [INFO] [stdout] test incorrect_btree1_error_1 ... ok [INFO] [stdout] test single_byte_wrong ... ok [INFO] [stdout] test incorrect_btree1_error_3 ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/eof_semantics-2465b0da519e228d [INFO] [stdout] test incorrect_btree1_error_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fuzzed-ed5552c718c90e59 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test compressed_hus_data ... ok [INFO] [stdout] test empty_file ... ok [INFO] [stdout] test short_file_05 ... ok [INFO] [stdout] test short_file_05_05 ... ok [INFO] [stdout] test short_file_00_03 ... ok [INFO] [stdout] test semivalid ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test fn258_crash::test_decompress_level_2 ... ok [INFO] [stdout] test sample::test_decompress_level_3 ... ok [INFO] [stdout] test short_sample::test_decompress_level_1 ... ok [INFO] [stdout] test fn258_crash::test_decompress_level_1 ... ok [INFO] [stdout] test short_sample::test_decompress_level_2 ... ok [INFO] [stdout] test fn258_crash::test_decompress_level_0 ... ok [INFO] [stdout] test sample::test_decompress_level_2 ... ok [INFO] [stdout] test fn258_crash::test_decompress_level_4 ... ok [INFO] [stdout] test short_sample::test_decompress_level_3 ... ok [INFO] [stdout] test t01::test_decompress ... ok [INFO] [stdout] test t00::test_decompress ... ok [INFO] [stdout] test short_sample::test_decompress_level_4 ... ok [INFO] [stdout] test fn258_crash::test_decompress_level_3 ... ok [INFO] [stdout] test sample::test_decompress_level_0 ... ok [INFO] [stdout] test t01::test_compress ... ok [INFO] [stdout] test sample::test_decompress_level_1 ... ok [INFO] [stdout] test short_sample::test_decompress_level_0 ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/hangs-477290d86c15e824 [INFO] [stdout] test t00::test_compress ... ok [INFO] [stdout] test sample::test_decompress_level_4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Invariant failure at src/expand_new/table.rs:166: array index out of bounds: Accessing index 19 in an array of length 19 [INFO] [stdout] test test_short_file_ff_5f ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/system_failure_matches-ced1fe4add1e4627 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_library_prevents_free_with_invalid_pointer ... ok [INFO] [stdout] test test_library_prevents_memory_out_of_bounds_access ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_data_embroidermodder_hus-6d3451d2ffd5a1d5 [INFO] [stdout] test test_library_prevents_decompress_zipbomb ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test stitch_attrs::test_decompress_level_3 ... ok [INFO] [stdout] test x_coords::test_decompress_level_3 ... ok [INFO] [stdout] test x_coords::test_decompress_level_4 ... ok [INFO] [stdout] test stitch_attrs::test_decompress_level_4 ... ok [INFO] [stdout] test x_coords::test_decompress_level_2 ... ok [INFO] [stdout] test stitch_attrs::test_decompress_level_0 ... ok [INFO] [stdout] test stitch_attrs::test_decompress_level_2 ... ok [INFO] [stdout] test stitch_attrs::test_decompress_level_1 ... ok [INFO] [stdout] test x_coords::test_decompress_level_0 ... ok [INFO] [stdout] test y_coords::test_decompress_level_0 ... ok [INFO] [stdout] test x_coords::test_decompress_level_1 ... ok [INFO] [stdout] test y_coords::test_decompress_level_1 ... ok [INFO] [stdout] test y_coords::test_decompress_level_3 ... ok [INFO] [stdout] test y_coords::test_decompress_level_2 ... ok [INFO] [stdout] test y_coords::test_decompress_level_4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_data_paris1_hus-d91c5d2b49f43cde [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test stitch_attrs::test_decompress_level_0 ... ok [INFO] [stdout] test stitch_attrs::test_decompress_level_3 ... ok [INFO] [stdout] test stitch_attrs::test_decompress_level_4 ... ok [INFO] [stdout] test stitch_attrs::test_decompress_level_2 ... ok [INFO] [stdout] test y_coords::test_decompress_level_0 ... ok [INFO] [stdout] test stitch_attrs::test_decompress_level_1 ... ok [INFO] [stdout] test x_coords::test_decompress_level_1 ... ok [INFO] [stdout] test x_coords::test_decompress_level_2 ... ok [INFO] [stdout] test x_coords::test_decompress_level_0 ... ok [INFO] [stdout] test x_coords::test_decompress_level_3 ... ok [INFO] [stdout] test x_coords::test_decompress_level_4 ... ok [INFO] [stdout] test y_coords::test_decompress_level_1 ... ok [INFO] [stdout] test y_coords::test_decompress_level_3 ... ok [INFO] [stdout] test y_coords::test_decompress_level_4 ... ok [INFO] [stdout] test y_coords::test_decompress_level_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_data_small_heart_hus-d0f6c1e32070d70f [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test stitch_attrs::test_decompress_level_4 ... ok [INFO] [stdout] test stitch_attrs::test_decompress_level_1 ... ok [INFO] [stdout] test y_coords::test_decompress_level_0 ... ok [INFO] [stdout] test x_coords::test_decompress_level_3 ... ok [INFO] [stdout] test x_coords::test_decompress_level_4 ... ok [INFO] [stdout] test stitch_attrs::test_decompress_level_2 ... ok [INFO] [stdout] test stitch_attrs::test_decompress_level_3 ... ok [INFO] [stdout] test stitch_attrs::test_decompress_level_0 ... ok [INFO] [stdout] test y_coords::test_decompress_level_4 ... ok [INFO] [stdout] test x_coords::test_decompress_level_0 ... ok [INFO] [stdout] test x_coords::test_decompress_level_1 ... ok [INFO] [stdout] test x_coords::test_decompress_level_2 ... ok [INFO] [stdout] test y_coords::test_decompress_level_2 ... ok [INFO] [stdout] test y_coords::test_decompress_level_1 ... ok [INFO] [stdout] test y_coords::test_decompress_level_3 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_data_star_hus-4ffbfb34f665be43 [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test stitch_attrs::test_decompress_level_0 ... ok [INFO] [stdout] test stitch_attrs::test_decompress_level_1 ... ok [INFO] [stdout] test x_coords::test_decompress_level_0 ... ok [INFO] [stdout] test y_coords::test_decompress_level_0 ... ok [INFO] [stdout] test stitch_attrs::test_decompress_level_3 ... ok [INFO] [stdout] test stitch_attrs::test_decompress_level_4 ... ok [INFO] [stdout] test stitch_attrs::test_decompress_level_2 ... ok [INFO] [stdout] test y_coords::test_decompress_level_4 ... ok [INFO] [stdout] test y_coords::test_decompress_level_2 ... ok [INFO] [stdout] test x_coords::test_decompress_level_2 ... ok [INFO] [stdout] test x_coords::test_decompress_level_3 ... ok [INFO] [stdout] test y_coords::test_decompress_level_1 ... ok [INFO] [stdout] test y_coords::test_decompress_level_3 ... ok [INFO] [stdout] test x_coords::test_decompress_level_4 ... ok [INFO] [stderr] Doc-tests archivelib [INFO] [stdout] test x_coords::test_decompress_level_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> /opt/rustwide/workdir/src/consts.rs:10:37 [INFO] [stderr] | [INFO] [stderr] 10 | pub const CONST_N145_IS_19: usize = (u16::max_value().count_ones() as usize + 3); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [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 `Command { std: "docker" "inspect" "a3570f56ee8ca2ebb891d57393b481425d2527236e0651ea7faf3228f64c37ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3570f56ee8ca2ebb891d57393b481425d2527236e0651ea7faf3228f64c37ee", kill_on_drop: false }` [INFO] [stdout] a3570f56ee8ca2ebb891d57393b481425d2527236e0651ea7faf3228f64c37ee