[INFO] fetching crate leptos_router_macro 0.8.5... [INFO] checking leptos_router_macro-0.8.5 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate leptos_router_macro 0.8.5 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate leptos_router_macro 0.8.5 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate leptos_router_macro 0.8.5 [INFO] tweaked toml for crates.io crate leptos_router_macro 0.8.5 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate leptos_router_macro 0.8.5 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate leptos_router_macro 0.8.5 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 433e5186221621f81e4a9275307cbdbb99028a0bf775c77977e7d03ea8356f5e [INFO] running `Command { std: "docker" "start" "-a" "433e5186221621f81e4a9275307cbdbb99028a0bf775c77977e7d03ea8356f5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "433e5186221621f81e4a9275307cbdbb99028a0bf775c77977e7d03ea8356f5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "433e5186221621f81e4a9275307cbdbb99028a0bf775c77977e7d03ea8356f5e", kill_on_drop: false }` [INFO] [stdout] 433e5186221621f81e4a9275307cbdbb99028a0bf775c77977e7d03ea8356f5e [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d2ad324c5e8adf66ab5d48463756542e9cdeb377fab1062f99ac6e6b242f13e [INFO] running `Command { std: "docker" "start" "-a" "7d2ad324c5e8adf66ab5d48463756542e9cdeb377fab1062f99ac6e6b242f13e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Checking quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Checking proc-macro-error2 v2.0.1 [INFO] [stderr] Checking leptos_router_macro v0.8.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `leptos_router` [INFO] [stdout] --> tests/path.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use leptos_router::{ [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` 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 `leptos_router` [INFO] [stdout] --> tests/path.rs:32:18 [INFO] [stdout] | [INFO] [stdout] 32 | let output = path!("/foo/:bar/*any"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `leptos_router_macro` (test "path") due to 18 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] --> tests/path.rs:45:18 [INFO] [stdout] | [INFO] [stdout] 45 | let output = path!("/foo/bar-baz"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] --> tests/path.rs:51:18 [INFO] [stdout] | [INFO] [stdout] 51 | let output = path!("/-._~"); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] --> tests/path.rs:57:18 [INFO] [stdout] | [INFO] [stdout] 57 | let output = path!("/@"); [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] --> tests/path.rs:63:18 [INFO] [stdout] | [INFO] [stdout] 63 | let output = path!("home"); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] --> tests/path.rs:69:18 [INFO] [stdout] | [INFO] [stdout] 69 | let output = path!("home"); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] --> tests/path.rs:75:18 [INFO] [stdout] | [INFO] [stdout] 75 | let output = path!("/home/"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] --> tests/path.rs:81:18 [INFO] [stdout] | [INFO] [stdout] 81 | let output = path!("/home"); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] --> tests/path.rs:87:18 [INFO] [stdout] | [INFO] [stdout] 87 | let output = path!("/:id"); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] --> tests/path.rs:93:18 [INFO] [stdout] | [INFO] [stdout] 93 | let output = path!("/:id?"); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] --> tests/path.rs:99:18 [INFO] [stdout] | [INFO] [stdout] 99 | let output = path!("/home/:id"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] --> tests/path.rs:105:18 [INFO] [stdout] | [INFO] [stdout] 105 | let output = path!("/foo/:bar/*baz"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] --> tests/path.rs:118:18 [INFO] [stdout] | [INFO] [stdout] 118 | let output = path!("/foo/:bar/"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] --> tests/path.rs:131:18 [INFO] [stdout] | [INFO] [stdout] 131 | let output = path!("/foo/bar/baz"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] --> tests/path.rs:144:18 [INFO] [stdout] | [INFO] [stdout] 144 | let output = path!("/:foo/:bar/:baz"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] --> tests/path.rs:157:18 [INFO] [stdout] | [INFO] [stdout] 157 | let output = path!("/:foo?/:bar?/:baz?"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] --> tests/path.rs:170:18 [INFO] [stdout] | [INFO] [stdout] 170 | let output = path!("/home/:id/foo/:bar/:baz?/*any"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `leptos_router` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `leptos_router`, use `cargo add leptos_router` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [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] running `Command { std: "docker" "inspect" "7d2ad324c5e8adf66ab5d48463756542e9cdeb377fab1062f99ac6e6b242f13e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d2ad324c5e8adf66ab5d48463756542e9cdeb377fab1062f99ac6e6b242f13e", kill_on_drop: false }` [INFO] [stdout] 7d2ad324c5e8adf66ab5d48463756542e9cdeb377fab1062f99ac6e6b242f13e