[INFO] fetching crate assemblist 1.3.0... [INFO] testing assemblist-1.3.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate assemblist 1.3.0 into /workspace/builds/worker-4-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-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate assemblist 1.3.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5a80fad8238b88994ef8576cd9a29cb0024b7afe074e8e093d548c89e405c764 [INFO] running `Command { std: "docker" "start" "-a" "5a80fad8238b88994ef8576cd9a29cb0024b7afe074e8e093d548c89e405c764", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5a80fad8238b88994ef8576cd9a29cb0024b7afe074e8e093d548c89e405c764", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a80fad8238b88994ef8576cd9a29cb0024b7afe074e8e093d548c89e405c764", kill_on_drop: false }` [INFO] [stdout] 5a80fad8238b88994ef8576cd9a29cb0024b7afe074e8e093d548c89e405c764 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8026e73f541141d8b5874635513c2e484b6e9215049dc16d38152896f22a50cf [INFO] running `Command { std: "docker" "start" "-a" "8026e73f541141d8b5874635513c2e484b6e9215049dc16d38152896f22a50cf", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling unicode-ident v1.0.18 [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 4.36s [INFO] running `Command { std: "docker" "inspect" "8026e73f541141d8b5874635513c2e484b6e9215049dc16d38152896f22a50cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8026e73f541141d8b5874635513c2e484b6e9215049dc16d38152896f22a50cf", kill_on_drop: false }` [INFO] [stdout] 8026e73f541141d8b5874635513c2e484b6e9215049dc16d38152896f22a50cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 991e38674be9a45dbfb50173b8a75d21b4880af3a6b4248fcca8fe06ad832515 [INFO] running `Command { std: "docker" "start" "-a" "991e38674be9a45dbfb50173b8a75d21b4880af3a6b4248fcca8fe06ad832515", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling quote v1.0.39 [INFO] [stderr] Compiling http v1.3.1 [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] --> 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] 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/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] 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 "prelude_test") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `assemblist` (test "construction_test") due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [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] [stderr] error: could not compile `assemblist` (test "implementation_test") due to 3 previous errors [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" "991e38674be9a45dbfb50173b8a75d21b4880af3a6b4248fcca8fe06ad832515", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "991e38674be9a45dbfb50173b8a75d21b4880af3a6b4248fcca8fe06ad832515", kill_on_drop: false }` [INFO] [stdout] 991e38674be9a45dbfb50173b8a75d21b4880af3a6b4248fcca8fe06ad832515