[INFO] fetching crate pkgcruft 0.0.14... [INFO] checking pkgcruft-0.0.14 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate pkgcruft 0.0.14 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate pkgcruft 0.0.14 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate pkgcruft 0.0.14 [INFO] tweaked toml for crates.io crate pkgcruft 0.0.14 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate pkgcruft 0.0.14 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate pkgcruft 0.0.14 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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 02fee07a94db88bedca4383f5b36fff8ce55b77cd08a692d3c0e4b500f503558 [INFO] running `Command { std: "docker" "start" "-a" "02fee07a94db88bedca4383f5b36fff8ce55b77cd08a692d3c0e4b500f503558", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "02fee07a94db88bedca4383f5b36fff8ce55b77cd08a692d3c0e4b500f503558", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02fee07a94db88bedca4383f5b36fff8ce55b77cd08a692d3c0e4b500f503558", kill_on_drop: false }` [INFO] [stdout] 02fee07a94db88bedca4383f5b36fff8ce55b77cd08a692d3c0e4b500f503558 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 48ac2cb24f79d43b5b56fc2e7dbd7047f7f8ab234c387d6832bc622cb0262a9b [INFO] running `Command { std: "docker" "start" "-a" "48ac2cb24f79d43b5b56fc2e7dbd7047f7f8ab234c387d6832bc622cb0262a9b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Checking cfg-if v1.0.1 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling cc v1.2.30 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking slab v0.4.10 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Checking writeable v0.6.1 [INFO] [stderr] Checking litemap v0.8.0 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking anstyle v1.0.11 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Checking http v1.3.1 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling prettyplease v0.2.36 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking bitflags v2.9.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking anstyle-parse v0.2.7 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking rustls-pki-types v1.12.0 [INFO] [stderr] Checking colorchoice v1.0.4 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle-query v1.1.3 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Checking anstream v0.6.19 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Compiling libloading v0.8.8 [INFO] [stderr] Checking foldhash v0.1.5 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Checking clap_lex v0.7.5 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Compiling bindgen v0.72.0 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Compiling camino v1.1.10 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking ipnet v2.11.0 [INFO] [stderr] Compiling rustls v0.23.29 [INFO] [stderr] Compiling serde_json v1.0.141 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Checking clap_builder v4.5.41 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking tinyvec v1.9.0 [INFO] [stderr] Checking socket2 v0.6.0 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling autotools v0.2.7 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking data-encoding v2.9.0 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Checking lru-cache v0.1.2 [INFO] [stderr] Checking dlv-list v0.5.2 [INFO] [stderr] Compiling tree-sitter-bash v0.25.0 [INFO] [stderr] Compiling blake3 v1.8.2 [INFO] [stderr] Checking webpki-roots v1.0.2 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Compiling peg-runtime v0.8.5 [INFO] [stderr] Checking unicode-width v0.2.1 [INFO] [stderr] Checking resolv-conf v0.7.4 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking tree-sitter-language v0.1.5 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking winnow v0.7.12 [INFO] [stderr] Checking iri-string v0.7.8 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Compiling peg-macros v0.8.5 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking console v0.16.0 [INFO] [stderr] Checking ordered-multimap v0.7.3 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking uuid v1.17.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking cached_proc_macro_types v0.1.1 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking web-time v1.1.0 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking unit-prefix v0.5.1 [INFO] [stderr] Checking constant_time_eq v0.3.1 [INFO] [stderr] Checking rustls-webpki v0.103.4 [INFO] [stderr] Checking toml_writer v1.0.2 [INFO] [stderr] Checking annotate-snippets v0.6.1 [INFO] [stderr] Checking streaming-iterator v0.1.9 [INFO] [stderr] Checking arrayref v0.3.9 [INFO] [stderr] Checking peg v0.8.5 [INFO] [stderr] Checking indicatif v0.18.0 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking chic v1.2.2 [INFO] [stderr] Checking rust-ini v0.21.2 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Checking filetime v0.2.25 [INFO] [stderr] Checking toml_parser v1.0.1 [INFO] [stderr] Checking half v2.6.0 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking predicates-core v1.0.9 [INFO] [stderr] Checking is_executable v1.0.4 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking roxmltree v0.20.0 [INFO] [stderr] Checking tempfile v3.20.0 [INFO] [stderr] Checking plotters-backend v0.3.7 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking plotters-svg v0.3.7 [INFO] [stderr] Checking float-cmp v0.10.0 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] Checking termtree v0.5.1 [INFO] [stderr] Checking difflib v0.4.0 [INFO] [stderr] Checking colored v3.0.0 [INFO] [stderr] Checking strfmt v0.2.5 [INFO] [stderr] Compiling assert_cmd v2.0.17 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking bstr v1.12.0 [INFO] [stderr] Checking predicates-tree v1.0.12 [INFO] [stderr] Checking wait-timeout v0.2.1 [INFO] [stderr] Checking predicates v3.1.3 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Checking oorandom v11.1.5 [INFO] [stderr] Checking yansi v1.0.1 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Compiling tree-sitter v0.25.8 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Checking pretty_assertions v1.4.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling clap_derive v4.5.41 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling enum-as-inner v0.6.1 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking tokio v1.46.1 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking criterion-plot v0.6.0 [INFO] [stderr] Compiling tracing-test-macro v0.2.5 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Checking zerovec v0.11.2 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Checking clap v4.5.41 [INFO] [stderr] Checking clap-verbosity-flag v3.0.3 [INFO] [stderr] Checking clap_complete v4.5.55 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling serde_with_macros v3.14.0 [INFO] [stderr] Compiling cached_proc_macro v0.25.0 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking potential_utf v0.1.2 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Checking tracing-test v0.2.5 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Checking cached v0.56.0 [INFO] [stderr] Checking strum v0.27.2 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Compiling scallop v0.0.26 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde_spanned v1.0.0 [INFO] [stderr] Checking toml_datetime v0.7.0 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking serde_with v3.14.0 [INFO] [stderr] Checking dashmap v6.1.0 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Checking toml v0.9.2 [INFO] [stderr] Checking ipc-channel v0.20.1 [INFO] [stderr] Checking hyper v1.6.0 [INFO] [stderr] Checking tokio-rustls v0.26.2 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking hickory-proto v0.24.4 [INFO] [stderr] Checking tokio-util v0.7.15 [INFO] [stderr] Checking tower-http v0.6.6 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking ordermap v0.5.8 [INFO] [stderr] Checking criterion v0.7.0 [INFO] [stderr] Checking hyper-util v0.1.16 [INFO] [stderr] Checking hickory-resolver v0.24.4 [INFO] [stderr] Checking hyper-rustls v0.27.7 [INFO] [stderr] Checking reqwest v0.12.22 [INFO] [stderr] Checking pkgcraft v0.0.27 [INFO] [stderr] Checking pkgcruft v0.0.14 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/commands.rs:213:19 [INFO] [stdout] | [INFO] [stdout] 213 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/dependency.rs:143:19 [INFO] [stdout] | [INFO] [stdout] 143 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/dependency_slot_missing.rs:69:19 [INFO] [stdout] | [INFO] [stdout] 69 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/duplicates.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | use pkgcraft::test::{assert_err_re, test_data}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/eapi_stale.rs:42:19 [INFO] [stdout] | [INFO] [stdout] 42 | use pkgcraft::test::{assert_err_re, test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/eapi_status.rs:68:19 [INFO] [stdout] | [INFO] [stdout] 68 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/ebuild_name.rs:47:19 [INFO] [stdout] | [INFO] [stdout] 47 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/eclass.rs:49:19 [INFO] [stdout] | [INFO] [stdout] 49 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/filesdir.rs:268:19 [INFO] [stdout] | [INFO] [stdout] 268 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/header.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 78 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/homepage.rs:63:19 [INFO] [stdout] | [INFO] [stdout] 63 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/ignore.rs:67:19 [INFO] [stdout] | [INFO] [stdout] 67 | use pkgcraft::test::test_data; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/iuse.rs:75:19 [INFO] [stdout] | [INFO] [stdout] 75 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/keywords.rs:110:19 [INFO] [stdout] | [INFO] [stdout] 110 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/keywords_dropped.rs:97:19 [INFO] [stdout] | [INFO] [stdout] 97 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/license.rs:98:19 [INFO] [stdout] | [INFO] [stdout] 98 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/live.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/manifest.rs:188:19 [INFO] [stdout] | [INFO] [stdout] 188 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/metadata.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/properties.rs:47:19 [INFO] [stdout] | [INFO] [stdout] 47 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/python_update.rs:160:19 [INFO] [stdout] | [INFO] [stdout] 160 | use pkgcraft::test::{assert_err_re, test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/repo_layout.rs:86:19 [INFO] [stdout] | [INFO] [stdout] 86 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/restrict.rs:47:19 [INFO] [stdout] | [INFO] [stdout] 47 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/restrict_test_missing.rs:49:19 [INFO] [stdout] | [INFO] [stdout] 49 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/ruby_update.rs:119:19 [INFO] [stdout] | [INFO] [stdout] 119 | use pkgcraft::test::{assert_err_re, test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/src_uri.rs:63:19 [INFO] [stdout] | [INFO] [stdout] 63 | use pkgcraft::test::{assert_err_re, test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/unstable_only.rs:55:19 [INFO] [stdout] | [INFO] [stdout] 55 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/use_local.rs:71:19 [INFO] [stdout] | [INFO] [stdout] 71 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/variable_order.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check/whitespace.rs:118:19 [INFO] [stdout] | [INFO] [stdout] 118 | use pkgcraft::test::{test_data, test_data_patched}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/check.rs:539:19 [INFO] [stdout] | [INFO] [stdout] 539 | use pkgcraft::test::assert_ordered_eq; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/report.rs:1154:19 [INFO] [stdout] | [INFO] [stdout] 1154 | use pkgcraft::test::test_data; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/scan.rs:263:19 [INFO] [stdout] | [INFO] [stdout] 263 | use pkgcraft::test::*; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> src/test.rs:102:19 [INFO] [stdout] | [INFO] [stdout] 102 | use pkgcraft::test::*; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/commands.rs:230:9 [INFO] [stdout] | [INFO] [stdout] 230 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/commands.rs:236:9 [INFO] [stdout] | [INFO] [stdout] 236 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/dependency.rs:160:9 [INFO] [stdout] | [INFO] [stdout] 160 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/dependency.rs:166:9 [INFO] [stdout] | [INFO] [stdout] 166 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/dependency_slot_missing.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/dependency_slot_missing.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/eapi_stale.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/eapi_stale.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/eapi_status.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/eapi_status.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 111 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/eapi_status.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 117 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/eapi_status.rs:123:9 [INFO] [stdout] | [INFO] [stdout] 123 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/ebuild_name.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/ebuild_name.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/ebuild_name.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/eclass.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/eclass.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/filesdir.rs:285:9 [INFO] [stdout] | [INFO] [stdout] 285 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/filesdir.rs:291:9 [INFO] [stdout] | [INFO] [stdout] 291 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/header.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/header.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 111 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/homepage.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/homepage.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/ignore.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | assert_unordered_reports!(&reports, &all); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | pkgcraft::test::assert_ordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/ignore.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | assert_ordered_reports!(&reports, &unused[..1]); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_ordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | pkgcraft::test::assert_ordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/ignore.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 111 | assert_ordered_reports!(&reports, &unused[..2]); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_ordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | pkgcraft::test::assert_ordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/ignore.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | assert_ordered_reports!(&reports, &unused[..3]); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_ordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/iuse.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/iuse.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/keywords.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 127 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/keywords.rs:133:9 [INFO] [stdout] | [INFO] [stdout] 133 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/keywords_dropped.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/keywords_dropped.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 120 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/license.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/license.rs:122:9 [INFO] [stdout] | [INFO] [stdout] 122 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/live.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/live.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/live.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/live.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/live.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/manifest.rs:204:9 [INFO] [stdout] | [INFO] [stdout] 204 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/manifest.rs:212:9 [INFO] [stdout] | [INFO] [stdout] 212 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/manifest.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/metadata.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/metadata.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/properties.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/properties.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/python_update.rs:185:9 [INFO] [stdout] | [INFO] [stdout] 185 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/python_update.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/repo_layout.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/repo_layout.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 111 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/repo_layout.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 117 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/restrict.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/restrict.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/restrict_test_missing.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/restrict_test_missing.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/ruby_update.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/ruby_update.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/src_uri.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/src_uri.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/unstable_only.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/unstable_only.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/unstable_only.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/use_local.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/use_local.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/variable_order.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/variable_order.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/whitespace.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/check/whitespace.rs:141:9 [INFO] [stdout] | [INFO] [stdout] 141 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | pkgcraft::test::assert_ordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/report.rs:1207:9 [INFO] [stdout] | [INFO] [stdout] 1207 | assert_ordered_reports!(expected, reports); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_ordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/scan.rs:282:9 [INFO] [stdout] | [INFO] [stdout] 282 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/scan.rs:287:9 [INFO] [stdout] | [INFO] [stdout] 287 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | pkgcraft::test::assert_ordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/scan.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 294 | assert_ordered_reports!(reports, expected); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_ordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | pkgcraft::test::assert_ordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/scan.rs:299:9 [INFO] [stdout] | [INFO] [stdout] 299 | assert_ordered_reports!(reports, expected); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_ordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/scan.rs:303:9 [INFO] [stdout] | [INFO] [stdout] 303 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/scan.rs:331:9 [INFO] [stdout] | [INFO] [stdout] 331 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/scan.rs:380:9 [INFO] [stdout] | [INFO] [stdout] 380 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/scan.rs:386:9 [INFO] [stdout] | [INFO] [stdout] 386 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/scan.rs:389:9 [INFO] [stdout] | [INFO] [stdout] 389 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/scan.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | assert_unordered_reports!(reports, []); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/scan.rs:406:9 [INFO] [stdout] | [INFO] [stdout] 406 | assert_unordered_reports!(reports, expected); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/scan.rs:421:9 [INFO] [stdout] | [INFO] [stdout] 421 | assert_unordered_reports!(&reports, &[]); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/scan.rs:430:9 [INFO] [stdout] | [INFO] [stdout] 430 | assert_unordered_reports!(&reports, &expected); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/scan.rs:454:13 [INFO] [stdout] | [INFO] [stdout] 454 | / assert_unordered_reports!( [INFO] [stdout] 455 | | &reports, [INFO] [stdout] 456 | | expected, [INFO] [stdout] 457 | | format!("repo scope: failed filters: {failed}") [INFO] [stdout] 458 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `test` in `pkgcraft` [INFO] [stdout] --> src/test.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pkgcraft::test::assert_unordered_eq!(iter1, iter2, $msg); [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] ::: src/scan.rs:462:13 [INFO] [stdout] | [INFO] [stdout] 462 | / assert_unordered_reports!( [INFO] [stdout] 463 | | &reports, [INFO] [stdout] 464 | | expected, [INFO] [stdout] 465 | | format!("pkg scope: failed filters: {failed}") [INFO] [stdout] 466 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: this error originates in the macro `assert_unordered_reports` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_err_re` in this scope [INFO] [stdout] --> src/scan.rs:337:9 [INFO] [stdout] | [INFO] [stdout] 337 | assert_err_re!(result, "Filesdir: check requires no package filtering"); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_err_re` in this scope [INFO] [stdout] --> src/scan.rs:342:9 [INFO] [stdout] | [INFO] [stdout] 342 | assert_err_re!(result, "PythonUpdate: check requires gentoo-inherited context"); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_err_re` in this scope [INFO] [stdout] --> src/scan.rs:347:9 [INFO] [stdout] | [INFO] [stdout] 347 | assert_err_re!(result, "FilesUnused: report requires package scope"); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_logs_re` in this scope [INFO] [stdout] --> src/scan.rs:407:9 [INFO] [stdout] | [INFO] [stdout] 407 | assert_logs_re!(format!(".+: skipping due to invalid pkg: eapi/invalid-9999")); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/check/dependency_slot_missing.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 29 | ) -> Ref> { [INFO] [stdout] | ----------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 29 | ) -> Ref<'_, Restrict, Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/check/python_update.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 89 | ) -> Option>, HashSet>> { [INFO] [stdout] | ------------------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 89 | ) -> Option>, HashSet>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/check/ruby_update.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 49 | ) -> Option>, HashSet>> { [INFO] [stdout] | ------------------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 49 | ) -> Option>, HashSet>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> tests/completion.rs:3:15 [INFO] [stdout] | [INFO] [stdout] 3 | use pkgcraft::test::cmd; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> tests/diff.rs:3:15 [INFO] [stdout] | [INFO] [stdout] 3 | use pkgcraft::test::cmd; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> tests/ignore.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | use pkgcraft::test::{cmd, test_data}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> tests/replay.rs:5:15 [INFO] [stdout] | [INFO] [stdout] 5 | use pkgcraft::test::*; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> tests/scan.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | use pkgcraft::test::*; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> tests/show/checks.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | use pkgcraft::test::{cmd, test_data}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> tests/show/reports.rs:5:15 [INFO] [stdout] | [INFO] [stdout] 5 | use pkgcraft::test::{cmd, test_data}; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> tests/../src/test.rs:102:19 [INFO] [stdout] | [INFO] [stdout] 102 | use pkgcraft::test::*; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | assert_unordered_eq!(&expected, &data); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:172:5 [INFO] [stdout] | [INFO] [stdout] 172 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | assert_unordered_eq!(&expected[..1], &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 281 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:369:9 [INFO] [stdout] | [INFO] [stdout] 369 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_ordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:385:9 [INFO] [stdout] | [INFO] [stdout] 385 | assert_ordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> benches/scan.rs:3:15 [INFO] [stdout] | [INFO] [stdout] 3 | use pkgcraft::test::test_data; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:400:5 [INFO] [stdout] | [INFO] [stdout] 400 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:409:5 [INFO] [stdout] | [INFO] [stdout] 409 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:418:5 [INFO] [stdout] | [INFO] [stdout] 418 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:426:5 [INFO] [stdout] | [INFO] [stdout] 426 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:434:5 [INFO] [stdout] | [INFO] [stdout] 434 | assert_unordered_eq!(&expected[..1], &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pkgcraft::test` [INFO] [stdout] --> benches/scan.rs:3:15 [INFO] [stdout] | [INFO] [stdout] 3 | use pkgcraft::test::test_data; [INFO] [stdout] | ^^^^ could not find `test` in `pkgcraft` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkgcraft-0.0.27/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 19 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | assert_unordered_eq!(&expected[..1], &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:449:5 [INFO] [stdout] | [INFO] [stdout] 449 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:457:5 [INFO] [stdout] | [INFO] [stdout] 457 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:465:5 [INFO] [stdout] | [INFO] [stdout] 465 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:472:5 [INFO] [stdout] | [INFO] [stdout] 472 | assert_unordered_eq!(&expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:479:5 [INFO] [stdout] | [INFO] [stdout] 479 | assert_unordered_eq!(&expected[..1], &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:486:5 [INFO] [stdout] | [INFO] [stdout] 486 | assert_unordered_eq!(&expected[..1], &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:550:5 [INFO] [stdout] | [INFO] [stdout] 550 | assert_unordered_eq!(&reports, &expected); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:593:9 [INFO] [stdout] | [INFO] [stdout] 593 | assert_unordered_eq!(&reports, &expected[5..=5]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pkgcruft` (bench "scan") due to 1 previous error [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:599:9 [INFO] [stdout] | [INFO] [stdout] 599 | assert_unordered_eq!(&reports, &[]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:607:9 [INFO] [stdout] | [INFO] [stdout] 607 | assert_unordered_eq!(&reports, &expected[5..]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:613:9 [INFO] [stdout] | [INFO] [stdout] 613 | assert_unordered_eq!(&reports, &expected[..5]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:622:9 [INFO] [stdout] | [INFO] [stdout] 622 | assert_unordered_eq!(&reports, &expected[5..]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:631:9 [INFO] [stdout] | [INFO] [stdout] 631 | assert_unordered_eq!(&reports, &expected[..5]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:641:9 [INFO] [stdout] | [INFO] [stdout] 641 | assert_unordered_eq!(&reports, &[]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:650:9 [INFO] [stdout] | [INFO] [stdout] 650 | assert_unordered_eq!(reports, [&expected[1..=1], &expected[5..]].concat()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:659:9 [INFO] [stdout] | [INFO] [stdout] 659 | assert_unordered_eq!(reports, [&expected[..1], &expected[2..5]].concat()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:668:9 [INFO] [stdout] | [INFO] [stdout] 668 | assert_unordered_eq!(&reports, &expected[5..]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:677:9 [INFO] [stdout] | [INFO] [stdout] 677 | assert_unordered_eq!(&reports, &expected[..5]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:686:9 [INFO] [stdout] | [INFO] [stdout] 686 | assert_unordered_eq!(&reports, &expected[..3]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:695:9 [INFO] [stdout] | [INFO] [stdout] 695 | assert_unordered_eq!(&reports, &expected[3..5]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:705:9 [INFO] [stdout] | [INFO] [stdout] 705 | assert_unordered_eq!(&reports, &expected[2..=2]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:714:9 [INFO] [stdout] | [INFO] [stdout] 714 | assert_unordered_eq!(&reports, &expected[..1]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:723:9 [INFO] [stdout] | [INFO] [stdout] 723 | assert_unordered_eq!(&reports, &expected[1..]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:732:9 [INFO] [stdout] | [INFO] [stdout] 732 | assert_unordered_eq!(&reports, &expected[2..]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:741:9 [INFO] [stdout] | [INFO] [stdout] 741 | assert_unordered_eq!(&reports, &expected[..2]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:830:5 [INFO] [stdout] | [INFO] [stdout] 830 | assert_unordered_eq!(&single_expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:837:5 [INFO] [stdout] | [INFO] [stdout] 837 | assert_unordered_eq!(&multiple_expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:860:5 [INFO] [stdout] | [INFO] [stdout] 860 | assert_unordered_eq!(&single_expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_unordered_eq` in this scope [INFO] [stdout] --> tests/scan.rs:867:5 [INFO] [stdout] | [INFO] [stdout] 867 | assert_unordered_eq!(&multiple_expected, &reports); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_unordered_reports` [INFO] [stdout] | [INFO] [stdout] ::: tests/../src/test.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! assert_unordered_reports { [INFO] [stdout] | ------------------------------------- similarly named macro `assert_unordered_reports` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pkgcruft` (lib test) due to 123 previous errors [INFO] [stderr] error: could not compile `pkgcruft` (bench "bench") due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pkgcruft` (test "pkgcruft") due to 55 previous errors [INFO] running `Command { std: "docker" "inspect" "48ac2cb24f79d43b5b56fc2e7dbd7047f7f8ab234c387d6832bc622cb0262a9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48ac2cb24f79d43b5b56fc2e7dbd7047f7f8ab234c387d6832bc622cb0262a9b", kill_on_drop: false }` [INFO] [stdout] 48ac2cb24f79d43b5b56fc2e7dbd7047f7f8ab234c387d6832bc622cb0262a9b