[INFO] fetching crate floxide-macros-support 3.2.2... [INFO] testing floxide-macros-support-3.2.2 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate floxide-macros-support 3.2.2 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate floxide-macros-support 3.2.2 [INFO] finished tweaking crates.io crate floxide-macros-support 3.2.2 [INFO] tweaked toml for crates.io crate floxide-macros-support 3.2.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate floxide-macros-support 3.2.2 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate floxide-macros-support 3.2.2 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4072627cb635f4ac05654ec9d0c3dfb41320ffc0352aa5bcdb1cc1eb42eeb17f [INFO] running `Command { std: "docker" "start" "-a" "4072627cb635f4ac05654ec9d0c3dfb41320ffc0352aa5bcdb1cc1eb42eeb17f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4072627cb635f4ac05654ec9d0c3dfb41320ffc0352aa5bcdb1cc1eb42eeb17f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4072627cb635f4ac05654ec9d0c3dfb41320ffc0352aa5bcdb1cc1eb42eeb17f", kill_on_drop: false }` [INFO] [stdout] 4072627cb635f4ac05654ec9d0c3dfb41320ffc0352aa5bcdb1cc1eb42eeb17f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 82a1688c871dbb44bafc97cc0264535920f7a45f9cb68e1601e8f27732cee43d [INFO] running `Command { std: "docker" "start" "-a" "82a1688c871dbb44bafc97cc0264535920f7a45f9cb68e1601e8f27732cee43d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling floxide-macros-support v3.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: `syn::Expr` doesn't implement `Debug` [INFO] [stdout] --> src/lib.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Debug, Clone)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 29 | pub guard: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `syn::Expr` [INFO] [stdout] | [INFO] [stdout] help: the trait `Debug` is implemented for `Option` [INFO] [stdout] --> /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/option.rs:594:15 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Visibility` doesn't implement `Debug` [INFO] [stdout] --> src/lib.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Debug, Clone)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] 43 | pub struct WorkflowDef { [INFO] [stdout] 44 | pub vis: Visibility, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `Visibility` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Generics` doesn't implement `Debug` [INFO] [stdout] --> src/lib.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Debug, Clone)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 46 | pub generics: Generics, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `Generics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Type` doesn't implement `Debug` [INFO] [stdout] --> src/lib.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Debug, Clone)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 49 | pub context: Type, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `syn::Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `floxide-macros-support` (lib) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "82a1688c871dbb44bafc97cc0264535920f7a45f9cb68e1601e8f27732cee43d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82a1688c871dbb44bafc97cc0264535920f7a45f9cb68e1601e8f27732cee43d", kill_on_drop: false }` [INFO] [stdout] 82a1688c871dbb44bafc97cc0264535920f7a45f9cb68e1601e8f27732cee43d