[INFO] fetching crate assemblist 1.3.0... [INFO] testing assemblist-1.3.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate assemblist 1.3.0 into /workspace/builds/worker-3-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate assemblist 1.3.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] efb299f6ca72e05d5474d9743cb0a817be2be5ce7521baf8ccf86adb22d51152 [INFO] running `Command { std: "docker" "start" "-a" "efb299f6ca72e05d5474d9743cb0a817be2be5ce7521baf8ccf86adb22d51152", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "efb299f6ca72e05d5474d9743cb0a817be2be5ce7521baf8ccf86adb22d51152", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efb299f6ca72e05d5474d9743cb0a817be2be5ce7521baf8ccf86adb22d51152", kill_on_drop: false }` [INFO] [stdout] efb299f6ca72e05d5474d9743cb0a817be2be5ce7521baf8ccf86adb22d51152 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e32c56f70d7dce3ba2ce987c12b14bc8179bb76e2a9cb5e7c96a16a08e283d99 [INFO] running `Command { std: "docker" "start" "-a" "e32c56f70d7dce3ba2ce987c12b14bc8179bb76e2a9cb5e7c96a16a08e283d99", 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.07s [INFO] running `Command { std: "docker" "inspect" "e32c56f70d7dce3ba2ce987c12b14bc8179bb76e2a9cb5e7c96a16a08e283d99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e32c56f70d7dce3ba2ce987c12b14bc8179bb76e2a9cb5e7c96a16a08e283d99", kill_on_drop: false }` [INFO] [stdout] e32c56f70d7dce3ba2ce987c12b14bc8179bb76e2a9cb5e7c96a16a08e283d99 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a169a9c1d13e671083ce31b7091babeb3e431e15d721d1f2d9fa647d163ea7d [INFO] running `Command { std: "docker" "start" "-a" "4a169a9c1d13e671083ce31b7091babeb3e431e15d721d1f2d9fa647d163ea7d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling json v0.12.4 [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/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] 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] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `assemblist` (test "prelude_test") due to 1 previous error [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] --> 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] [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] [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] 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] 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] --> 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] [stderr] error: could not compile `assemblist` (test "construction_test") due to 1 previous error [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` (test "implementation_test") due to 3 previous errors [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" "4a169a9c1d13e671083ce31b7091babeb3e431e15d721d1f2d9fa647d163ea7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a169a9c1d13e671083ce31b7091babeb3e431e15d721d1f2d9fa647d163ea7d", kill_on_drop: false }` [INFO] [stdout] 4a169a9c1d13e671083ce31b7091babeb3e431e15d721d1f2d9fa647d163ea7d