[INFO] cloning repository https://github.com/allan2/hello-macro [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/allan2/hello-macro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fallan2%2Fhello-macro", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fallan2%2Fhello-macro'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ab93fa8d871f608ec5f554268981911597af6903 [INFO] checking allan2/hello-macro/ab93fa8d871f608ec5f554268981911597af6903 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fallan2%2Fhello-macro" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/allan2/hello-macro on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/allan2/hello-macro [INFO] finished tweaking git repo https://github.com/allan2/hello-macro [INFO] tweaked toml for git repo https://github.com/allan2/hello-macro written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/allan2/hello-macro 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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b3cba57249da5acca225eef376714a57ae601aec6547df23254ef603c3af32ae [INFO] running `Command { std: "docker" "start" "-a" "b3cba57249da5acca225eef376714a57ae601aec6547df23254ef603c3af32ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b3cba57249da5acca225eef376714a57ae601aec6547df23254ef603c3af32ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3cba57249da5acca225eef376714a57ae601aec6547df23254ef603c3af32ae", kill_on_drop: false }` [INFO] [stdout] b3cba57249da5acca225eef376714a57ae601aec6547df23254ef603c3af32ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8828352db7146275750801bee810c842672ee704fb2bc7b514c0ff98e16bc91f [INFO] running `Command { std: "docker" "start" "-a" "8828352db7146275750801bee810c842672ee704fb2bc7b514c0ff98e16bc91f", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling rustix v0.38.35 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling parking v2.2.0 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling rustix v0.37.27 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling fastrand v2.1.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling value-bag v1.9.0 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling async-task v4.7.1 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling futures-lite v2.3.0 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Compiling piper v0.2.4 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling waker-fn v1.2.0 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling async-lock v2.8.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Checking event-listener v5.3.1 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking event-listener-strategy v0.5.2 [INFO] [stderr] Compiling futures-lite v1.13.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling async-lock v3.4.0 [INFO] [stderr] Compiling async-channel v2.3.1 [INFO] [stderr] Compiling tokio v1.40.0 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling async-executor v1.13.0 [INFO] [stderr] Compiling blocking v1.6.1 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling polling v3.7.3 [INFO] [stderr] Compiling async-io v2.3.4 [INFO] [stderr] Checking async-global-executor v2.4.1 [INFO] [stderr] Checking async-std v1.12.0 [INFO] [stderr] Checking hi v0.1.0 (/opt/rustwide/workdir/hi) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> hi/src/lib.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 16 | let expanded = if sig.asyncness.is_some() { [INFO] [stdout] | _____________________- [INFO] [stdout] 17 | | #[cfg(feature = "async-std")] [INFO] [stdout] 18 | | { [INFO] [stdout] 19 | | // async-std [INFO] [stdout] 20 | |/ quote! { [INFO] [stdout] 21 | || #vis fn main() #output { [INFO] [stdout] 22 | || println!("{}", #msg); [INFO] [stdout] ... || [INFO] [stdout] 29 | || } [INFO] [stdout] 30 | || } [INFO] [stdout] | ||_____________^ expected `()`, found `TokenStream2` [INFO] [stdout] ... | [INFO] [stdout] 66 | | } [INFO] [stdout] 67 | | }; [INFO] [stdout] | |______- expected this to be `()` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> hi/src/lib.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 16 | let expanded = if sig.asyncness.is_some() { [INFO] [stdout] | _____________________- [INFO] [stdout] 17 | | #[cfg(feature = "async-std")] [INFO] [stdout] 18 | | { [INFO] [stdout] 19 | | // async-std [INFO] [stdout] 20 | |/ quote! { [INFO] [stdout] 21 | || #vis fn main() #output { [INFO] [stdout] 22 | || println!("{}", #msg); [INFO] [stdout] ... || [INFO] [stdout] 29 | || } [INFO] [stdout] 30 | || } [INFO] [stdout] | ||_____________^ expected `()`, found `TokenStream2` [INFO] [stdout] ... | [INFO] [stdout] 66 | | } [INFO] [stdout] 67 | | }; [INFO] [stdout] | |______- expected this to be `()` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hi` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `hi` (lib test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "8828352db7146275750801bee810c842672ee704fb2bc7b514c0ff98e16bc91f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8828352db7146275750801bee810c842672ee704fb2bc7b514c0ff98e16bc91f", kill_on_drop: false }` [INFO] [stdout] 8828352db7146275750801bee810c842672ee704fb2bc7b514c0ff98e16bc91f