[INFO] fetching crate ewots 0.1.0...
[INFO] testing ewots-0.1.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate ewots 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config
[INFO] started tweaking crates.io crate ewots 0.1.0
[INFO] finished tweaking crates.io crate ewots 0.1.0
[INFO] tweaked toml for crates.io crate ewots 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ewots 0.1.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ewots 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded vcell v0.1.2
[INFO] [stderr]   Downloaded as-slice v0.1.3
[INFO] [stderr]   Downloaded cortex-m v0.6.2
[INFO] [stderr]   Downloaded typenum v1.12.0
[INFO] [stderr]   Downloaded cortex-m-rt-macros v0.1.8
[INFO] [stderr]   Downloaded aligned v0.3.2
[INFO] [stderr]   Downloaded proc-macro2 v1.0.18
[INFO] [stderr]   Downloaded cortex-m-rt v0.6.12
[INFO] [stderr]   Downloaded generic-array v0.13.2
[INFO] [stderr]   Downloaded cortex-m-semihosting v0.3.5
[INFO] [stderr]   Downloaded syn v1.0.33
[INFO] [stderr]   Downloaded volatile-register v0.2.0
[INFO] [stderr]   Downloaded panic-halt v0.2.0
[INFO] [stderr]   Downloaded wyhash v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 24a093f824ad580247ddbaabbfb89453e3090cd17ec3fd426d0630dc1969d93b
[INFO] running `Command { std: "docker" "start" "-a" "24a093f824ad580247ddbaabbfb89453e3090cd17ec3fd426d0630dc1969d93b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "24a093f824ad580247ddbaabbfb89453e3090cd17ec3fd426d0630dc1969d93b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24a093f824ad580247ddbaabbfb89453e3090cd17ec3fd426d0630dc1969d93b", kill_on_drop: false }`
[INFO] [stdout] 24a093f824ad580247ddbaabbfb89453e3090cd17ec3fd426d0630dc1969d93b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 18a92298df5a9f4de57fc15164cb84dfcd4d375f1aa4091f8502bce232396715
[INFO] running `Command { std: "docker" "start" "-a" "18a92298df5a9f4de57fc15164cb84dfcd4d375f1aa4091f8502bce232396715", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.18
[INFO] [stderr]    Compiling cortex-m v0.6.2
[INFO] [stderr]    Compiling stable_deref_trait v1.1.1
[INFO] [stderr]    Compiling syn v1.0.33
[INFO] [stderr]    Compiling vcell v0.1.2
[INFO] [stderr]    Compiling cortex-m-semihosting v0.3.5
[INFO] [stderr]    Compiling cortex-m-rt v0.6.12
[INFO] [stderr]    Compiling r0 v0.2.2
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling panic-halt v0.2.0
[INFO] [stderr]    Compiling bare-metal v0.2.5
[INFO] [stderr]    Compiling wyhash v0.3.0
[INFO] [stderr]    Compiling volatile-register v0.2.0
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling generic-array v0.13.2
[INFO] [stderr]    Compiling generic-array v0.12.3
[INFO] [stderr]    Compiling as-slice v0.1.3
[INFO] [stderr]    Compiling aligned v0.3.2
[INFO] [stderr]    Compiling cortex-m-rt-macros v0.1.8
[INFO] [stderr]    Compiling ewots v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:22:28
[INFO] [stdout]    |
[INFO] [stdout] 22 |     sign: [u64;wots_const::L],
[INFO] [stdout]    |                            ^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 10 | pub const L: usize = 18;
[INFO] [stdout]    |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 24 | pub const L: usize = 10;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |     p_key: [u64;wots_const::L],
[INFO] [stdout]    |                             ^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 10 | pub const L: usize = 18;
[INFO] [stdout]    |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 24 | pub const L: usize = 10;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     s_key: [u64;wots_const::L],
[INFO] [stdout]    |                             ^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 10 | pub const L: usize = 18;
[INFO] [stdout]    |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 24 | pub const L: usize = 10;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:34:41
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let mut concat: [u8;wots_const::L] = [0;wots_const::L];
[INFO] [stdout]    |                                         ^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 10 | pub const L: usize = 18;
[INFO] [stdout]    |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 24 | pub const L: usize = 10;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:34:61
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let mut concat: [u8;wots_const::L] = [0;wots_const::L];
[INFO] [stdout]    |                                                             ^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 10 | pub const L: usize = 18;
[INFO] [stdout]    |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 24 | pub const L: usize = 10;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:42:42
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let mut verify: [u64;wots_const::L] = [0;wots_const::L];
[INFO] [stdout]    |                                          ^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 10 | pub const L: usize = 18;
[INFO] [stdout]    |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 24 | pub const L: usize = 10;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:42:62
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let mut verify: [u64;wots_const::L] = [0;wots_const::L];
[INFO] [stdout]    |                                                              ^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 10 | pub const L: usize = 18;
[INFO] [stdout]    |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 24 | pub const L: usize = 10;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L1` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:45:80
[INFO] [stdout]    |
[INFO] [stdout] 45 |             verify[i] = chain_digest(&self.sign[i].to_ne_bytes(), (wots_const::L1-*it as usize) as usize);
[INFO] [stdout]    |                                                                                ^^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 12 | pub const L1: usize = 16;
[INFO] [stdout]    |           ^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 26 | pub const L1: usize = 8;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `W` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:60:33
[INFO] [stdout]    |
[INFO] [stdout] 60 |         Ok( Wots{ w:wots_const::W, s_key } )
[INFO] [stdout]    |                                 ^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:4:11
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout]  4 | pub const W: usize = 16;
[INFO] [stdout]    |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 18 | pub const W: usize = 16;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:64:41
[INFO] [stdout]    |
[INFO] [stdout] 64 |         let mut concat: [u8;wots_const::L] = [0;wots_const::L];
[INFO] [stdout]    |                                         ^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 10 | pub const L: usize = 18;
[INFO] [stdout]    |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 24 | pub const L: usize = 10;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:64:61
[INFO] [stdout]    |
[INFO] [stdout] 64 |         let mut concat: [u8;wots_const::L] = [0;wots_const::L];
[INFO] [stdout]    |                                                             ^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 10 | pub const L: usize = 18;
[INFO] [stdout]    |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 24 | pub const L: usize = 10;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:67:40
[INFO] [stdout]    |
[INFO] [stdout] 67 |         let mut sign: [u64;wots_const::L] = [0;wots_const::L];
[INFO] [stdout]    |                                        ^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 10 | pub const L: usize = 18;
[INFO] [stdout]    |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 24 | pub const L: usize = 10;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:67:60
[INFO] [stdout]    |
[INFO] [stdout] 67 |         let mut sign: [u64;wots_const::L] = [0;wots_const::L];
[INFO] [stdout]    |                                                            ^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 10 | pub const L: usize = 18;
[INFO] [stdout]    |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 24 | pub const L: usize = 10;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:88:44
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn gen_pkey(&self) -> [u64;wots_const::L] {
[INFO] [stdout]    |                                            ^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 10 | pub const L: usize = 18;
[INFO] [stdout]    |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 24 | pub const L: usize = 10;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:90:39
[INFO] [stdout]    |
[INFO] [stdout] 90 |         let mut out: [u64;wots_const::L] = [0;wots_const::L];
[INFO] [stdout]    |                                       ^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 10 | pub const L: usize = 18;
[INFO] [stdout]    |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 24 | pub const L: usize = 10;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:90:59
[INFO] [stdout]    |
[INFO] [stdout] 90 |         let mut out: [u64;wots_const::L] = [0;wots_const::L];
[INFO] [stdout]    |                                                           ^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 10 | pub const L: usize = 18;
[INFO] [stdout]    |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 24 | pub const L: usize = 10;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:92:33
[INFO] [stdout]    |
[INFO] [stdout] 92 |         for i in 0..wots_const::L {
[INFO] [stdout]    |                                 ^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 10 | pub const L: usize = 18;
[INFO] [stdout]    |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 24 | pub const L: usize = 10;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L1` in module `wots_const`
[INFO] [stdout]   --> src/lib.rs:93:83
[INFO] [stdout]    |
[INFO] [stdout] 93 |             out[i] = chain_digest(&self.s_key.s_key[i].to_ne_bytes(), wots_const::L1);
[INFO] [stdout]    |                                                                                   ^^ not found in `wots_const`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "16")]
[INFO] [stdout]    |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 12 | pub const L1: usize = 16;
[INFO] [stdout]    |           ^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/wots_const.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[cfg(feature = "256")]
[INFO] [stdout]    |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 26 | pub const L1: usize = 8;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]    --> src/lib.rs:101:39
[INFO] [stdout]     |
[INFO] [stdout] 101 |         let mut out: [u64;wots_const::L] = [0;wots_const::L];
[INFO] [stdout]     |                                       ^ not found in `wots_const`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/wots_const.rs:10:11
[INFO] [stdout]     |
[INFO] [stdout]   9 | #[cfg(feature = "16")]
[INFO] [stdout]     |       -------------- the item is gated behind the `16` feature
[INFO] [stdout]  10 | pub const L: usize = 18;
[INFO] [stdout]     |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/wots_const.rs:24:11
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[cfg(feature = "256")]
[INFO] [stdout]     |       --------------- the item is gated behind the `256` feature
[INFO] [stdout]  24 | pub const L: usize = 10;
[INFO] [stdout]     |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]    --> src/lib.rs:101:59
[INFO] [stdout]     |
[INFO] [stdout] 101 |         let mut out: [u64;wots_const::L] = [0;wots_const::L];
[INFO] [stdout]     |                                                           ^ not found in `wots_const`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/wots_const.rs:10:11
[INFO] [stdout]     |
[INFO] [stdout]   9 | #[cfg(feature = "16")]
[INFO] [stdout]     |       -------------- the item is gated behind the `16` feature
[INFO] [stdout]  10 | pub const L: usize = 18;
[INFO] [stdout]     |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/wots_const.rs:24:11
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[cfg(feature = "256")]
[INFO] [stdout]     |       --------------- the item is gated behind the `256` feature
[INFO] [stdout]  24 | pub const L: usize = 10;
[INFO] [stdout]     |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `L` in module `wots_const`
[INFO] [stdout]    --> src/lib.rs:103:33
[INFO] [stdout]     |
[INFO] [stdout] 103 |         for i in 0..wots_const::L {
[INFO] [stdout]     |                                 ^ not found in `wots_const`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/wots_const.rs:10:11
[INFO] [stdout]     |
[INFO] [stdout]   9 | #[cfg(feature = "16")]
[INFO] [stdout]     |       -------------- the item is gated behind the `16` feature
[INFO] [stdout]  10 | pub const L: usize = 18;
[INFO] [stdout]     |           ^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/wots_const.rs:24:11
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[cfg(feature = "256")]
[INFO] [stdout]     |       --------------- the item is gated behind the `256` feature
[INFO] [stdout]  24 | pub const L: usize = 10;
[INFO] [stdout]     |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_basew` in this scope
[INFO] [stdout]    --> src/lib.rs:36:22
[INFO] [stdout]     |
[INFO] [stdout]  36 |         let base16 = to_basew(&digest);
[INFO] [stdout]     |                      ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:120:4
[INFO] [stdout]     |
[INFO] [stdout] 119 | #[cfg(feature = "16")]
[INFO] [stdout]     |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 120 | fn to_basew(data: &[u8]) -> [u8;wots_const::L1] {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:154:4
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[cfg(feature = "256")]
[INFO] [stdout]     |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 154 | fn to_basew(data: &[u8]) -> [u8;wots_const::L1] {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `checksum` in this scope
[INFO] [stdout]    --> src/lib.rs:37:18
[INFO] [stdout]     |
[INFO] [stdout]  37 |         let cs = checksum(&base16);
[INFO] [stdout]     |                  ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:134:4
[INFO] [stdout]     |
[INFO] [stdout] 133 | #[cfg(feature = "16")]
[INFO] [stdout]     |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 134 | fn checksum(data: &[u8;wots_const::L1]) -> [u8;wots_const::L2] {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:166:4
[INFO] [stdout]     |
[INFO] [stdout] 165 | #[cfg(feature = "256")]
[INFO] [stdout]     |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 166 | fn checksum(data: &[u8;wots_const::L1]) -> [u8;wots_const::L2] {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_basew` in this scope
[INFO] [stdout]    --> src/lib.rs:70:22
[INFO] [stdout]     |
[INFO] [stdout]  70 |         let base16 = to_basew(&digest);
[INFO] [stdout]     |                      ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:120:4
[INFO] [stdout]     |
[INFO] [stdout] 119 | #[cfg(feature = "16")]
[INFO] [stdout]     |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 120 | fn to_basew(data: &[u8]) -> [u8;wots_const::L1] {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:154:4
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[cfg(feature = "256")]
[INFO] [stdout]     |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 154 | fn to_basew(data: &[u8]) -> [u8;wots_const::L1] {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `checksum` in this scope
[INFO] [stdout]    --> src/lib.rs:72:18
[INFO] [stdout]     |
[INFO] [stdout]  72 |         let cs = checksum(&base16);
[INFO] [stdout]     |                  ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:134:4
[INFO] [stdout]     |
[INFO] [stdout] 133 | #[cfg(feature = "16")]
[INFO] [stdout]     |       -------------- the item is gated behind the `16` feature
[INFO] [stdout] 134 | fn checksum(data: &[u8;wots_const::L1]) -> [u8;wots_const::L2] {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:166:4
[INFO] [stdout]     |
[INFO] [stdout] 165 | #[cfg(feature = "256")]
[INFO] [stdout]     |       --------------- the item is gated behind the `256` feature
[INFO] [stdout] 166 | fn checksum(data: &[u8;wots_const::L1]) -> [u8;wots_const::L2] {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ewots` (lib) due to 25 previous errors
[INFO] running `Command { std: "docker" "inspect" "18a92298df5a9f4de57fc15164cb84dfcd4d375f1aa4091f8502bce232396715", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18a92298df5a9f4de57fc15164cb84dfcd4d375f1aa4091f8502bce232396715", kill_on_drop: false }`
[INFO] [stdout] 18a92298df5a9f4de57fc15164cb84dfcd4d375f1aa4091f8502bce232396715
