[INFO] fetching crate unrest_tmp_quote 0.1.0... [INFO] testing unrest_tmp_quote-0.1.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate unrest_tmp_quote 0.1.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate unrest_tmp_quote 0.1.0 [INFO] finished tweaking crates.io crate unrest_tmp_quote 0.1.0 [INFO] tweaked toml for crates.io crate unrest_tmp_quote 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate unrest_tmp_quote 0.1.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] [stderr] Adding proc-macro2 v0.1.10 (available: v1.0.101) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91cc66a08b16284629ffee4662938856c1253f764456b3e1c95eddc9bff3c9d8 [INFO] running `Command { std: "docker" "start" "-a" "91cc66a08b16284629ffee4662938856c1253f764456b3e1c95eddc9bff3c9d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91cc66a08b16284629ffee4662938856c1253f764456b3e1c95eddc9bff3c9d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91cc66a08b16284629ffee4662938856c1253f764456b3e1c95eddc9bff3c9d8", kill_on_drop: false }` [INFO] [stdout] 91cc66a08b16284629ffee4662938856c1253f764456b3e1c95eddc9bff3c9d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b56ca9322d1606f734561cc51c47ca21364f5eb33dc07f4a4188b0d2601825dd [INFO] running `Command { std: "docker" "start" "-a" "b56ca9322d1606f734561cc51c47ca21364f5eb33dc07f4a4188b0d2601825dd", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling proc-macro2 v0.1.10 [INFO] [stderr] Compiling unrest_tmp_quote v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/to_tokens.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | fn to_tokens(&self, &mut Tokens); [INFO] [stdout] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut Tokens` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "b56ca9322d1606f734561cc51c47ca21364f5eb33dc07f4a4188b0d2601825dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b56ca9322d1606f734561cc51c47ca21364f5eb33dc07f4a4188b0d2601825dd", kill_on_drop: false }` [INFO] [stdout] b56ca9322d1606f734561cc51c47ca21364f5eb33dc07f4a4188b0d2601825dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab8c572ea78e8376a3a1c5bb4a80b305beaa37b0f5fb6feb886ec550e4e3af45 [INFO] running `Command { std: "docker" "start" "-a" "ab8c572ea78e8376a3a1c5bb4a80b305beaa37b0f5fb6feb886ec550e4e3af45", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/to_tokens.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | fn to_tokens(&self, &mut Tokens); [INFO] [stdout] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut Tokens` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling unrest_tmp_quote v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/to_tokens.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | fn to_tokens(&self, &mut Tokens); [INFO] [stdout] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut Tokens` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `quote` [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:357:18 [INFO] [stdout] | [INFO] [stdout] 357 | let tokens = quote! { #(#fields)* }; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:355:20 [INFO] [stdout] | [INFO] [stdout] 355 | .map(|var| quote! { #var }); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:343:18 [INFO] [stdout] | [INFO] [stdout] 343 | let tokens = quote! { #owned #borrowed }; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:332:18 [INFO] [stdout] | [INFO] [stdout] 332 | let tokens = quote! { #b }; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:325:18 [INFO] [stdout] | [INFO] [stdout] 325 | let tokens = quote!(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:318:18 [INFO] [stdout] | [INFO] [stdout] 318 | let tokens = quote! { #(#_i),* }; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:309:18 [INFO] [stdout] | [INFO] [stdout] 309 | let tokens = quote!(#(a b)* #(c d),*); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:297:18 [INFO] [stdout] | [INFO] [stdout] 297 | let tokens = quote! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:285:18 [INFO] [stdout] | [INFO] [stdout] 285 | let tokens = quote! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:274:18 [INFO] [stdout] | [INFO] [stdout] 274 | let tokens = quote!(#ch #ch); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:265:18 [INFO] [stdout] | [INFO] [stdout] 265 | let tokens = quote!(struct #foo; enum #bar {}); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:256:18 [INFO] [stdout] | [INFO] [stdout] 256 | let tokens = quote!(#s); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:248:18 [INFO] [stdout] | [INFO] [stdout] 248 | let tokens = quote!(#s); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:240:18 [INFO] [stdout] | [INFO] [stdout] 240 | let tokens = quote!(#s); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:232:18 [INFO] [stdout] | [INFO] [stdout] 232 | let tokens = quote!(#s); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:222:18 [INFO] [stdout] | [INFO] [stdout] 222 | let tokens = quote! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:202:18 [INFO] [stdout] | [INFO] [stdout] 202 | let tokens = quote! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:180:18 [INFO] [stdout] | [INFO] [stdout] 180 | let tokens = quote! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:162:18 [INFO] [stdout] | [INFO] [stdout] 162 | let tokens = quote!(vec!#x); // Note: explicit `vec!` [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:154:18 [INFO] [stdout] | [INFO] [stdout] 154 | let tokens = quote!(&#x); // Note: explicit `&` [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:146:18 [INFO] [stdout] | [INFO] [stdout] 146 | let tokens = quote!(#x); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:138:18 [INFO] [stdout] | [INFO] [stdout] 138 | let tokens = quote!(#x); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:130:18 [INFO] [stdout] | [INFO] [stdout] 130 | let tokens = quote!(#x); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:86:18 [INFO] [stdout] | [INFO] [stdout] 86 | let tokens = quote! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:84:17 [INFO] [stdout] | [INFO] [stdout] 84 | let value = quote!( self.x ); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | let path = quote!( SomeTrait::serialize_with ); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:80:19 [INFO] [stdout] | [INFO] [stdout] 80 | let item_ty = quote!( Cow<'a, str> ); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:78:20 [INFO] [stdout] | [INFO] [stdout] 78 | let field_ty = quote!( String ); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:76:24 [INFO] [stdout] | [INFO] [stdout] 76 | let where_clause = quote!( where T: Serialize ); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:74:20 [INFO] [stdout] | [INFO] [stdout] 74 | let generics = quote!( <'a, T> ); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:69:33 [INFO] [stdout] | [INFO] [stdout] 69 | assert_eq!("X , X , X , X", quote!(#(#primes),*).to_string()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:67:35 [INFO] [stdout] | [INFO] [stdout] 67 | assert_eq!("X , X , X , X ,", quote!(#(#primes,)*).to_string()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 65 | assert_eq!("X X X X", quote!(#(#primes)*).to_string()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 54 | let tokens = quote!(#x <#x> (#x) [#x] {#x}); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:44:26 [INFO] [stdout] | [INFO] [stdout] 44 | tokens.append_tokens(quote!("Hello World!";)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | let mut tokens = quote!(let x =); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote` in this scope [INFO] [stdout] --> tests/test.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | let tokens = quote!( [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `quote` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `unrest_tmp_quote` (test "test") due to 38 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "ab8c572ea78e8376a3a1c5bb4a80b305beaa37b0f5fb6feb886ec550e4e3af45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab8c572ea78e8376a3a1c5bb4a80b305beaa37b0f5fb6feb886ec550e4e3af45", kill_on_drop: false }` [INFO] [stdout] ab8c572ea78e8376a3a1c5bb4a80b305beaa37b0f5fb6feb886ec550e4e3af45