[INFO] fetching crate awint_core 0.1.0... [INFO] testing awint_core-0.1.0 against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] extracting crate awint_core 0.1.0 into /workspace/builds/worker-44/source [INFO] validating manifest of crates.io crate awint_core 0.1.0 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 awint_core 0.1.0 [INFO] finished tweaking crates.io crate awint_core 0.1.0 [INFO] tweaked toml for crates.io crate awint_core 0.1.0 written to /workspace/builds/worker-44/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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] a3ca19a6204fb00e04be20c87c6d0758bebe58ef38e1e135c387fab761e0b6a1 [INFO] running `Command { std: "docker" "start" "-a" "a3ca19a6204fb00e04be20c87c6d0758bebe58ef38e1e135c387fab761e0b6a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a3ca19a6204fb00e04be20c87c6d0758bebe58ef38e1e135c387fab761e0b6a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3ca19a6204fb00e04be20c87c6d0758bebe58ef38e1e135c387fab761e0b6a1", kill_on_drop: false }` [INFO] [stdout] a3ca19a6204fb00e04be20c87c6d0758bebe58ef38e1e135c387fab761e0b6a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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] dfe8a35d377121474bd955e81d39acabcd802a910c0f390e5866bfef80f3f785 [INFO] running `Command { std: "docker" "start" "-a" "dfe8a35d377121474bd955e81d39acabcd802a910c0f390e5866bfef80f3f785", kill_on_drop: false }` [INFO] [stderr] Compiling awint_internals v0.1.0 [INFO] [stderr] Compiling awint_core v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `const_fn_transmute` has been stable since 1.56.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:12:48 [INFO] [stdout] | [INFO] [stdout] 12 | #![cfg_attr(feature = "const_support", feature(const_fn_transmute))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_panic` has been stable since 1.57.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:17:48 [INFO] [stdout] | [INFO] [stdout] 17 | #![cfg_attr(feature = "const_support", feature(const_panic))] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_raw_ptr_deref` has been stable since 1.58.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:24:48 [INFO] [stdout] | [INFO] [stdout] 24 | #![cfg_attr(feature = "const_support", feature(const_raw_ptr_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `Command { std: "docker" "inspect" "dfe8a35d377121474bd955e81d39acabcd802a910c0f390e5866bfef80f3f785", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfe8a35d377121474bd955e81d39acabcd802a910c0f390e5866bfef80f3f785", kill_on_drop: false }` [INFO] [stdout] dfe8a35d377121474bd955e81d39acabcd802a910c0f390e5866bfef80f3f785 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ebd51f4ce85c50529c96881754b8e8ab752d8a529ebb14977dff3f26e5a4ffc [INFO] running `Command { std: "docker" "start" "-a" "5ebd51f4ce85c50529c96881754b8e8ab752d8a529ebb14977dff3f26e5a4ffc", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stdout] warning: the feature `const_fn_transmute` has been stable since 1.56.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:12:48 [INFO] [stdout] | [INFO] [stdout] 12 | #![cfg_attr(feature = "const_support", feature(const_fn_transmute))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_panic` has been stable since 1.57.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:17:48 [INFO] [stdout] | [INFO] [stdout] 17 | #![cfg_attr(feature = "const_support", feature(const_panic))] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_raw_ptr_deref` has been stable since 1.58.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:24:48 [INFO] [stdout] | [INFO] [stdout] 24 | #![cfg_attr(feature = "const_support", feature(const_raw_ptr_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_xoshiro v0.6.0 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling ron v0.6.6 [INFO] [stderr] Compiling awint_core v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `const_fn_transmute` has been stable since 1.56.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:12:48 [INFO] [stdout] | [INFO] [stdout] 12 | #![cfg_attr(feature = "const_support", feature(const_fn_transmute))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_panic` has been stable since 1.57.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:17:48 [INFO] [stdout] | [INFO] [stdout] 17 | #![cfg_attr(feature = "const_support", feature(const_panic))] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_raw_ptr_deref` has been stable since 1.58.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:24:48 [INFO] [stdout] | [INFO] [stdout] 24 | #![cfg_attr(feature = "const_support", feature(const_raw_ptr_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.76s [INFO] running `Command { std: "docker" "inspect" "5ebd51f4ce85c50529c96881754b8e8ab752d8a529ebb14977dff3f26e5a4ffc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ebd51f4ce85c50529c96881754b8e8ab752d8a529ebb14977dff3f26e5a4ffc", kill_on_drop: false }` [INFO] [stdout] 5ebd51f4ce85c50529c96881754b8e8ab752d8a529ebb14977dff3f26e5a4ffc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3baee947c09f5443857526ca3f3162c08a8e85ce5ab13e2b6e43d30d08ff901f [INFO] running `Command { std: "docker" "start" "-a" "3baee947c09f5443857526ca3f3162c08a8e85ce5ab13e2b6e43d30d08ff901f", kill_on_drop: false }` [INFO] [stderr] warning: the feature `const_fn_transmute` has been stable since 1.56.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:12:48 [INFO] [stderr] | [INFO] [stderr] 12 | #![cfg_attr(feature = "const_support", feature(const_fn_transmute))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `const_panic` has been stable since 1.57.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:17:48 [INFO] [stderr] | [INFO] [stderr] 17 | #![cfg_attr(feature = "const_support", feature(const_panic))] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the feature `const_raw_ptr_deref` has been stable since 1.58.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:24:48 [INFO] [stderr] | [INFO] [stderr] 24 | #![cfg_attr(feature = "const_support", feature(const_raw_ptr_deref))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `awint_core` (lib) generated 3 warnings [INFO] [stderr] warning: `awint_core` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/awint_core-5a56a0c0909cd127) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test logic::permute::usize_rotate_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests awint_core [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test src/data/bits.rs - data::bits::Bits (line 605) ... FAILED [INFO] [stdout] test src/data/bits.rs - data::bits::Bits (line 581) ... FAILED [INFO] [stdout] test src/data/bits.rs - data::bits::Bits (line 593) ... FAILED [INFO] [stdout] test src/data/bits.rs - data::bits::Bits (line 569) ... FAILED [INFO] [stdout] test src/logic/misc.rs - logic::misc::Bits::lut (line 215) ... FAILED [INFO] [stdout] test src/data/inlawi.rs - data::inlawi::InlAwi (line 37) ... FAILED [INFO] [stdout] test src/logic/misc.rs - logic::misc::Bits::field (line 82) ... FAILED [INFO] [stdout] test src/logic/permute.rs - logic::permute::Bits::rotl_assign (line 309) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/data/bits.rs - data::bits::Bits (line 605) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `awint` [INFO] [stdout] --> src/data/bits.rs:606:5 [INFO] [stdout] | [INFO] [stdout] 3 | use awint::{inlawi, InlAwi}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `awint` [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/data/bits.rs:607:28 [INFO] [stdout] | [INFO] [stdout] 4 | assert_eq!(format!("{:b}", inlawi!(11000101)), "0b11000101_u8"); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/data/bits.rs - data::bits::Bits (line 581) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `awint` [INFO] [stdout] --> src/data/bits.rs:582:5 [INFO] [stdout] | [INFO] [stdout] 3 | use awint::{InlAwi, inlawi}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `awint` [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/data/bits.rs:583:28 [INFO] [stdout] | [INFO] [stdout] 4 | assert_eq!(format!("{:X}", inlawi!(0xFEDCBA9876543210u100)), "0xFEDCBA98_76543210_u100"); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/data/bits.rs - data::bits::Bits (line 593) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `awint` [INFO] [stdout] --> src/data/bits.rs:594:5 [INFO] [stdout] | [INFO] [stdout] 3 | use awint::{InlAwi, inlawi}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `awint` [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/data/bits.rs:595:28 [INFO] [stdout] | [INFO] [stdout] 4 | assert_eq!(format!("{:o}", inlawi!(0o776543210u100)), "0o7_76543210_u100"); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/data/bits.rs - data::bits::Bits (line 569) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `awint` [INFO] [stdout] --> src/data/bits.rs:570:5 [INFO] [stdout] | [INFO] [stdout] 3 | use awint::{InlAwi, inlawi}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `awint` [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/data/bits.rs:571:28 [INFO] [stdout] | [INFO] [stdout] 4 | assert_eq!(format!("{:x}", inlawi!(0xfedcba9876543210u100)), "0xfedcba98_76543210_u100"); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/logic/misc.rs - logic::misc::Bits::lut (line 215) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `awint` [INFO] [stdout] --> src/logic/misc.rs:216:5 [INFO] [stdout] | [INFO] [stdout] 3 | use awint::{inlawi, InlAwi}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `awint` [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/logic/misc.rs:217:19 [INFO] [stdout] | [INFO] [stdout] 4 | let mut out_awi = inlawi!(0u10); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/logic/misc.rs:219:15 [INFO] [stdout] | [INFO] [stdout] 6 | let lut_awi = inlawi!(4u10, 3u10, 2u10, 1u10); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/logic/misc.rs:221:19 [INFO] [stdout] | [INFO] [stdout] 8 | let mut inx_awi = inlawi!(0u2); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/logic/misc.rs:229:21 [INFO] [stdout] | [INFO] [stdout] 16 | assert_eq!(out_awi, inlawi!(3u10)); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/data/inlawi.rs - data::inlawi::InlAwi (line 37) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `awint` [INFO] [stdout] --> src/data/inlawi.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 5 | use awint::{cc, inlawi, inlawi_ty, Bits, InlAwi}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `awint` [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/data/inlawi.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 9 | let mut tmp_awi = inlawi!(0i100); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `cc` [INFO] [stdout] --> src/data/inlawi.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 12 | cc!(tmp; lhs).unwrap(); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi_ty` [INFO] [stdout] --> src/data/inlawi.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 17 | const AWI: inlawi_ty!(100) = { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/data/inlawi.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 18 | let mut awi0 = inlawi!(123i100); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/data/inlawi.rs:55:16 [INFO] [stdout] | [INFO] [stdout] 20 | let awi1 = inlawi!(2i100); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/data/inlawi.rs:63:15 [INFO] [stdout] | [INFO] [stdout] 28 | assert_eq!(X, inlawi!(-246i100).const_as_ref()); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/logic/misc.rs - logic::misc::Bits::field (line 82) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `awint` [INFO] [stdout] --> src/logic/misc.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 3 | use awint::{inlawi, InlAwi}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `awint` [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/logic/misc.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 7 | let x_awi = inlawi!(0x11142111u50); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/logic/misc.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 9 | let mut y_awi = inlawi!(0xfd_ec_ba9876543210u100); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/logic/misc.rs:94:19 [INFO] [stdout] | [INFO] [stdout] 14 | assert_eq!(y_awi, inlawi!(0xfd_42_ba9876543210u100)); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/logic/permute.rs - logic::permute::Bits::rotl_assign (line 309) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `awint` [INFO] [stdout] --> src/logic/permute.rs:310:5 [INFO] [stdout] | [INFO] [stdout] 3 | use awint::{inlawi, ExtAwi, InlAwi}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `awint` [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/logic/permute.rs:311:21 [INFO] [stdout] | [INFO] [stdout] 4 | let mut awi_input = inlawi!(0x4321u16); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/logic/permute.rs:312:22 [INFO] [stdout] | [INFO] [stdout] 5 | let mut awi_output = inlawi!(0u16); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/logic/permute.rs:330:24 [INFO] [stdout] | [INFO] [stdout] 23 | assert_eq!(awi_output, inlawi!(0x3214u16)); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/logic/permute.rs:335:5 [INFO] [stdout] | [INFO] [stdout] 28 | inlawi!(0x3214u16).const_as_ref() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/logic/permute.rs:346:13 [INFO] [stdout] | [INFO] [stdout] 39 | let mut x = inlawi!(0x4321u16); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `inlawi` [INFO] [stdout] --> src/logic/permute.rs:349:15 [INFO] [stdout] | [INFO] [stdout] 42 | assert_eq!(x, inlawi!(0x3214u16)); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/data/bits.rs - data::bits::Bits (line 569) [INFO] [stdout] src/data/bits.rs - data::bits::Bits (line 581) [INFO] [stdout] src/data/bits.rs - data::bits::Bits (line 593) [INFO] [stdout] src/data/bits.rs - data::bits::Bits (line 605) [INFO] [stdout] src/data/inlawi.rs - data::inlawi::InlAwi (line 37) [INFO] [stdout] src/logic/misc.rs - logic::misc::Bits::field (line 82) [INFO] [stdout] src/logic/misc.rs - logic::misc::Bits::lut (line 215) [INFO] [stdout] src/logic/permute.rs - logic::permute::Bits::rotl_assign (line 309) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "3baee947c09f5443857526ca3f3162c08a8e85ce5ab13e2b6e43d30d08ff901f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3baee947c09f5443857526ca3f3162c08a8e85ce5ab13e2b6e43d30d08ff901f", kill_on_drop: false }` [INFO] [stdout] 3baee947c09f5443857526ca3f3162c08a8e85ce5ab13e2b6e43d30d08ff901f