[INFO] fetching crate Xorfilter 0.2.1... [INFO] testing Xorfilter-0.2.1 against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] extracting crate Xorfilter 0.2.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate Xorfilter 0.2.1 on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate Xorfilter 0.2.1 [INFO] finished tweaking crates.io crate Xorfilter 0.2.1 [INFO] tweaked toml for crates.io crate Xorfilter 0.2.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate Xorfilter 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0583da388eb59085d47b549a4c3ff394d4a06a7f0d0baedf0a7dd1fcf2037484 [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" "0583da388eb59085d47b549a4c3ff394d4a06a7f0d0baedf0a7dd1fcf2037484", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0583da388eb59085d47b549a4c3ff394d4a06a7f0d0baedf0a7dd1fcf2037484", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0583da388eb59085d47b549a4c3ff394d4a06a7f0d0baedf0a7dd1fcf2037484", kill_on_drop: false }` [INFO] [stdout] 0583da388eb59085d47b549a4c3ff394d4a06a7f0d0baedf0a7dd1fcf2037484 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d46e9f3637376d7ab5f0765af7c10b5023d61448cf87af90616131515bd50dfb [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" "d46e9f3637376d7ab5f0765af7c10b5023d61448cf87af90616131515bd50dfb", kill_on_drop: false }` [INFO] [stderr] Compiling Xorfilter v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #76560 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::hash::SipHasher` [INFO] [stdout] --> src/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use core::hash::SipHasher; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: denote infinite loops with `loop { ... }` [INFO] [stdout] --> src/lib.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | while true { [INFO] [stdout] | ^^^^^^^^^^ help: use `loop` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(while_true)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:182:42 [INFO] [stdout] | [INFO] [stdout] 182 | Keyindexvar.index += (2 * bl::() as u32); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 182 - Keyindexvar.index += (2 * bl::() as u32); [INFO] [stdout] 182 + Keyindexvar.index += 2 * bl::() as u32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around const expression [INFO] [stdout] --> src/lib.rs:279:28 [INFO] [stdout] | [INFO] [stdout] 279 | pub fn new(keys: [u64; { N }]) -> Self { [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 279 - pub fn new(keys: [u64; { N }]) -> Self { [INFO] [stdout] 279 + pub fn new(keys: [u64; N]) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `core::hash::SipHasher`: use `std::collections::hash_map::DefaultHasher` instead [INFO] [stdout] --> src/lib.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use core::hash::SipHasher; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | let mut q0: [Keyindex; bl::() as usize] = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | let mut q1: [Keyindex; bl::() as usize] = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | let mut q2: [Keyindex; bl::() as usize] = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:51:24 [INFO] [stdout] | [INFO] [stdout] 51 | let mut sets0: [Xorset; bl::() as usize] = [Xorset { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:55:24 [INFO] [stdout] | [INFO] [stdout] 55 | let mut sets1: [Xorset; bl::() as usize] = [Xorset { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 59 | let mut sets2: [Xorset; bl::() as usize] = [Xorset { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:44:46 [INFO] [stdout] | [INFO] [stdout] 44 | [Keyindex { hash: 0, index: 0 }; bl::() as usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:46:46 [INFO] [stdout] | [INFO] [stdout] 46 | [Keyindex { hash: 0, index: 0 }; bl::() as usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:48:46 [INFO] [stdout] | [INFO] [stdout] 48 | [Keyindex { hash: 0, index: 0 }; bl::() as usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | }; bl::() as usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 58 | }; bl::() as usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:62:12 [INFO] [stdout] | [INFO] [stdout] 62 | }; bl::() as usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:67:17 [INFO] [stdout] | [INFO] [stdout] 67 | sets0[hs.h0 as usize].xormask ^= hs.h; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:68:17 [INFO] [stdout] | [INFO] [stdout] 68 | sets0[hs.h0 as usize].count = sets0[hs.h0 as usize].count + 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | sets1[hs.h1 as usize].xormask ^= hs.h; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | sets1[hs.h1 as usize].count = sets1[hs.h1 as usize].count + 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | sets2[hs.h2 as usize].xormask ^= hs.h; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | sets2[hs.h2 as usize].count = sets2[hs.h2 as usize].count + 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:80:20 [INFO] [stdout] | [INFO] [stdout] 80 | if sets0[i as usize].count == 1 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:81:21 [INFO] [stdout] | [INFO] [stdout] 81 | q0[q0size].index = i; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | q0[q0size].hash = sets0[i as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:82:39 [INFO] [stdout] | [INFO] [stdout] 82 | q0[q0size].hash = sets0[i as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:88:20 [INFO] [stdout] | [INFO] [stdout] 88 | if sets1[i as usize].count == 1 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | q1[q1size].index = i; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:90:21 [INFO] [stdout] | [INFO] [stdout] 90 | q1[q1size].hash = sets1[i as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:90:39 [INFO] [stdout] | [INFO] [stdout] 90 | q1[q1size].hash = sets1[i as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:96:20 [INFO] [stdout] | [INFO] [stdout] 96 | if sets2[i as usize].count == 1 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:97:21 [INFO] [stdout] | [INFO] [stdout] 97 | q2[q2size].index = i; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:98:21 [INFO] [stdout] | [INFO] [stdout] 98 | q2[q2size].hash = sets2[i as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:98:39 [INFO] [stdout] | [INFO] [stdout] 98 | q2[q2size].hash = sets2[i as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:108:44 [INFO] [stdout] | [INFO] [stdout] 108 | let mut Keyindexvar = &q0[q0size]; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | if sets0[index as usize].count == 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:119:21 [INFO] [stdout] | [INFO] [stdout] 119 | sets1[h1 as usize].xormask ^= hash; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:121:21 [INFO] [stdout] | [INFO] [stdout] 121 | sets1[h1 as usize].count = sets1[h1 as usize].count.wrapping_sub(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | if sets1[h1 as usize].count == 1 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:123:25 [INFO] [stdout] | [INFO] [stdout] 123 | q1[q1size].index = h1; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:124:25 [INFO] [stdout] | [INFO] [stdout] 124 | q1[q1size].hash = sets1[h1 as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:124:43 [INFO] [stdout] | [INFO] [stdout] 124 | q1[q1size].hash = sets1[h1 as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:128:21 [INFO] [stdout] | [INFO] [stdout] 128 | sets2[h2 as usize].xormask ^= hash; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:129:21 [INFO] [stdout] | [INFO] [stdout] 129 | sets2[h2 as usize].count = sets2[h2 as usize].count.wrapping_sub(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:130:24 [INFO] [stdout] | [INFO] [stdout] 130 | if sets2[h2 as usize].count == 1 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:131:25 [INFO] [stdout] | [INFO] [stdout] 131 | q2[q2size].index = h2; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:132:25 [INFO] [stdout] | [INFO] [stdout] 132 | q2[q2size].hash = sets2[h2 as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:132:43 [INFO] [stdout] | [INFO] [stdout] 132 | q2[q2size].hash = sets2[h2 as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:139:43 [INFO] [stdout] | [INFO] [stdout] 139 | let mut Keyindexvar = q1[q1size].clone(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:142:24 [INFO] [stdout] | [INFO] [stdout] 142 | if sets1[index as usize].count == 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:153:21 [INFO] [stdout] | [INFO] [stdout] 153 | sets0[h0 as usize].xormask ^= hash; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:154:21 [INFO] [stdout] | [INFO] [stdout] 154 | sets0[h0 as usize].count = sets0[h0 as usize].count.wrapping_sub(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:155:24 [INFO] [stdout] | [INFO] [stdout] 155 | if sets0[h0 as usize].count == 1 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:156:25 [INFO] [stdout] | [INFO] [stdout] 156 | q0[q0size].index = h0; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:157:25 [INFO] [stdout] | [INFO] [stdout] 157 | q0[q0size].hash = sets0[h0 as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:157:43 [INFO] [stdout] | [INFO] [stdout] 157 | q0[q0size].hash = sets0[h0 as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:161:21 [INFO] [stdout] | [INFO] [stdout] 161 | sets2[h2 as usize].xormask ^= hash; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:162:21 [INFO] [stdout] | [INFO] [stdout] 162 | sets2[h2 as usize].count = sets2[h2 as usize].count - 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:164:24 [INFO] [stdout] | [INFO] [stdout] 164 | if sets2[h2 as usize].count == 1 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:165:25 [INFO] [stdout] | [INFO] [stdout] 165 | q2[q2size].index = h2; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:166:25 [INFO] [stdout] | [INFO] [stdout] 166 | q2[q2size].hash = sets2[h2 as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:166:43 [INFO] [stdout] | [INFO] [stdout] 166 | q2[q2size].hash = sets2[h2 as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:173:43 [INFO] [stdout] | [INFO] [stdout] 173 | let mut Keyindexvar = q2[q2size].clone(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:175:24 [INFO] [stdout] | [INFO] [stdout] 175 | if sets2[index as usize].count == 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:186:21 [INFO] [stdout] | [INFO] [stdout] 186 | sets0[h0 as usize].xormask ^= hash; // need to bring this back [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:187:21 [INFO] [stdout] | [INFO] [stdout] 187 | sets0[h0 as usize].count = sets0[h0 as usize].count.wrapping_sub(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:188:24 [INFO] [stdout] | [INFO] [stdout] 188 | if sets0[h0 as usize].count == 1 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:189:25 [INFO] [stdout] | [INFO] [stdout] 189 | q0[q0size].index = h0; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:190:25 [INFO] [stdout] | [INFO] [stdout] 190 | q0[q0size].hash = sets0[h0 as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:190:43 [INFO] [stdout] | [INFO] [stdout] 190 | q0[q0size].hash = sets0[h0 as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:193:21 [INFO] [stdout] | [INFO] [stdout] 193 | sets1[h1 as usize].xormask ^= hash; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:194:21 [INFO] [stdout] | [INFO] [stdout] 194 | sets1[h1 as usize].count = sets1[h1 as usize].count.wrapping_sub(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:195:24 [INFO] [stdout] | [INFO] [stdout] 195 | if sets1[h1 as usize].count == 1 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:196:25 [INFO] [stdout] | [INFO] [stdout] 196 | q1[q1size].index = h1; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:197:25 [INFO] [stdout] | [INFO] [stdout] 197 | q1[q1size].hash = sets1[h1 as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:197:43 [INFO] [stdout] | [INFO] [stdout] 197 | q1[q1size].hash = sets1[h1 as usize].xormask; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:208:17 [INFO] [stdout] | [INFO] [stdout] 208 | sets0[i as usize] = Xorset { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:215:17 [INFO] [stdout] | [INFO] [stdout] 215 | sets1[i as usize] = Xorset { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> src/lib.rs:222:17 [INFO] [stdout] | [INFO] [stdout] 222 | sets2[i as usize] = Xorset { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); bl::() as usize]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 75 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `Xorfilter` due to 76 previous errors; 6 warnings emitted [INFO] running `Command { std: "docker" "inspect" "d46e9f3637376d7ab5f0765af7c10b5023d61448cf87af90616131515bd50dfb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d46e9f3637376d7ab5f0765af7c10b5023d61448cf87af90616131515bd50dfb", kill_on_drop: false }` [INFO] [stdout] d46e9f3637376d7ab5f0765af7c10b5023d61448cf87af90616131515bd50dfb