[INFO] fetching crate assemblist 1.3.0... [INFO] testing assemblist-1.3.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate assemblist 1.3.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate assemblist 1.3.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate assemblist 1.3.0 [INFO] tweaked toml for crates.io crate assemblist 1.3.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate assemblist 1.3.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate assemblist 1.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded json v0.12.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b3665da2205d7d0aa9f95d48d54f117f74a49fc611a0b72ae22f370a60610d1a [INFO] running `Command { std: "docker" "start" "-a" "b3665da2205d7d0aa9f95d48d54f117f74a49fc611a0b72ae22f370a60610d1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b3665da2205d7d0aa9f95d48d54f117f74a49fc611a0b72ae22f370a60610d1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3665da2205d7d0aa9f95d48d54f117f74a49fc611a0b72ae22f370a60610d1a", kill_on_drop: false }` [INFO] [stdout] b3665da2205d7d0aa9f95d48d54f117f74a49fc611a0b72ae22f370a60610d1a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a08ad8cceaea3c2a175f3237d810d38598201189b223267679c9c45955c17e67 [INFO] running `Command { std: "docker" "start" "-a" "a08ad8cceaea3c2a175f3237d810d38598201189b223267679c9c45955c17e67", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling quote v1.0.39 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling assemblist v1.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/model/branch.rs:33:27 [INFO] [stdout] | [INFO] [stdout] 33 | fn try_parse_brace(input: ParseStream) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 33 | fn try_parse_brace(input: ParseStream<'_>) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.44s [INFO] running `Command { std: "docker" "inspect" "a08ad8cceaea3c2a175f3237d810d38598201189b223267679c9c45955c17e67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a08ad8cceaea3c2a175f3237d810d38598201189b223267679c9c45955c17e67", kill_on_drop: false }` [INFO] [stdout] a08ad8cceaea3c2a175f3237d810d38598201189b223267679c9c45955c17e67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3b1a062241c4a1ba3c10147b5e2c8539a948832d3e328427ce2f1571b0e279b [INFO] running `Command { std: "docker" "start" "-a" "a3b1a062241c4a1ba3c10147b5e2c8539a948832d3e328427ce2f1571b0e279b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling quote v1.0.39 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling assemblist v1.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/model/branch.rs:33:27 [INFO] [stdout] | [INFO] [stdout] 33 | fn try_parse_brace(input: ParseStream) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 33 | fn try_parse_brace(input: ParseStream<'_>) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio v1.44.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> tests/prelude_test.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | asserts::equivalent!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> tests/construction_test.rs:234:5 [INFO] [stdout] | [INFO] [stdout] 234 | asserts::equivalent!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> tests/implementation_test.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | asserts::equivalent!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> tests/implementation_test.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | asserts::equivalent!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> tests/implementation_test.rs:318:5 [INFO] [stdout] | [INFO] [stdout] 318 | asserts::equivalent!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/flattening/method.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | asserts::equivalent!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/flattening/method.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | asserts::equivalent!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/flattening/method.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | asserts::equivalent!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/flattening/output.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | asserts::equivalent!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/flattening/output.rs:182:9 [INFO] [stdout] | [INFO] [stdout] 182 | asserts::equivalent!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/flattening/tree.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | asserts::equivalent!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `assemblist` (test "prelude_test") due to 1 previous error [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/model/chained_section.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | asserts::tokens_are_matching!(ChainedSection, tokens, "naked () ."); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/model/chained_section.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | asserts::tokens_are_matching!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/model/chained_section.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | asserts::tokens_are_matching!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/model/chained_section.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | asserts::tokens_are_matching!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/model/chained_section.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 109 | asserts::tokens_are_not_matching!(ChainedSection, tokens, "expected curly braces"); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/model/section.rs:112:9 [INFO] [stdout] | [INFO] [stdout] 112 | asserts::tokens_are_matching!(Section, tokens, "naked ()"); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/model/section.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | asserts::tokens_are_matching!(Section, tokens, "get_first < T : Debug > (vec : Vec < T >)"); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/model/section.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 120 | asserts::tokens_are_matching!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/model/section.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | asserts::tokens_are_not_matching!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/model/section.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | asserts::tokens_are_not_matching!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/model/tree.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | asserts::tokens_are_matching!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/model/trunk.rs:176:9 [INFO] [stdout] | [INFO] [stdout] 176 | asserts::tokens_are_matching!(Trunk, tokens, "fn first () . second () { }"); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/model/trunk.rs:180:9 [INFO] [stdout] | [INFO] [stdout] 180 | asserts::tokens_are_not_matching!(Trunk, tokens, "expected parentheses"); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/model/trunk.rs:187:9 [INFO] [stdout] | [INFO] [stdout] 187 | asserts::tokens_are_matching!(Trunk, tokens, "fn first () . second () { }"); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/model/trunk.rs:194:9 [INFO] [stdout] | [INFO] [stdout] 194 | asserts::tokens_are_matching!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/model/trunk.rs:211:9 [INFO] [stdout] | [INFO] [stdout] 211 | asserts::tokens_are_matching!( [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `assemblist` (test "implementation_test") due to 3 previous errors [INFO] [stderr] error: could not compile `assemblist` (test "construction_test") due to 1 previous error [INFO] [stdout] warning: unused import: `super::ChainedSection` [INFO] [stdout] --> src/model/chained_section.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | use super::ChainedSection; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::Section` [INFO] [stdout] --> src/model/section.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | use super::Section; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::Tree` [INFO] [stdout] --> src/model/tree.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | use super::Tree; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::Trunk` [INFO] [stdout] --> src/model/trunk.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | use super::Trunk; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/flattening/method.rs:124:21 [INFO] [stdout] | [INFO] [stdout] 124 | let trunk = asserts::tokens_are_parsable_as::(tokens); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `asserts`, use `cargo add asserts` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/flattening/output.rs:158:21 [INFO] [stdout] | [INFO] [stdout] 158 | let trunk = asserts::tokens_are_parsable_as::(tokens); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `asserts`, use `cargo add asserts` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/flattening/tree.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | let tree = asserts::tokens_are_parsable_as::(tokens); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `asserts`, use `cargo add asserts` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/flattening/trunk.rs:113:21 [INFO] [stdout] | [INFO] [stdout] 113 | let trunk = asserts::tokens_are_parsable_as::(tokens); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `asserts`, use `cargo add asserts` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/flattening/usual_args.rs:193:26 [INFO] [stdout] | [INFO] [stdout] 193 | let punctuated = asserts::tokens_are_parsable_punctuated_as::(tokens); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `asserts`, use `cargo add asserts` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/flattening/usual_args.rs:204:26 [INFO] [stdout] | [INFO] [stdout] 204 | let punctuated = asserts::tokens_are_parsable_punctuated_as::(tokens); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `asserts`, use `cargo add asserts` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/flattening/usual_args.rs:215:9 [INFO] [stdout] | [INFO] [stdout] 215 | asserts::tokens_are_not_matching_punctuated::(tokens, "unexpected token"); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `asserts`, use `cargo add asserts` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asserts` [INFO] [stdout] --> src/flattening/usual_args.rs:219:26 [INFO] [stdout] | [INFO] [stdout] 219 | let punctuated = asserts::tokens_are_parsable_punctuated_as::(tokens); [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `asserts` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `asserts`, use `cargo add asserts` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `assemblist` (lib test) due to 30 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "a3b1a062241c4a1ba3c10147b5e2c8539a948832d3e328427ce2f1571b0e279b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3b1a062241c4a1ba3c10147b5e2c8539a948832d3e328427ce2f1571b0e279b", kill_on_drop: false }` [INFO] [stdout] a3b1a062241c4a1ba3c10147b5e2c8539a948832d3e328427ce2f1571b0e279b