[INFO] fetching crate gtk-properties-macro 0.1.0... [INFO] testing gtk-properties-macro-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate gtk-properties-macro 0.1.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate gtk-properties-macro 0.1.0 [INFO] finished tweaking crates.io crate gtk-properties-macro 0.1.0 [INFO] tweaked toml for crates.io crate gtk-properties-macro 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate gtk-properties-macro 0.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate gtk-properties-macro 0.1.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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bb7e7f1f6e338006b1f854718438a2b34b71070519b606a0d6e2ff77a31b4ba9 [INFO] running `Command { std: "docker" "start" "-a" "bb7e7f1f6e338006b1f854718438a2b34b71070519b606a0d6e2ff77a31b4ba9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb7e7f1f6e338006b1f854718438a2b34b71070519b606a0d6e2ff77a31b4ba9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb7e7f1f6e338006b1f854718438a2b34b71070519b606a0d6e2ff77a31b4ba9", kill_on_drop: false }` [INFO] [stdout] bb7e7f1f6e338006b1f854718438a2b34b71070519b606a0d6e2ff77a31b4ba9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ced3d5fc57313e390c594b79346faad73ad38858d101dedc945bef16f610ad72 [INFO] running `Command { std: "docker" "start" "-a" "ced3d5fc57313e390c594b79346faad73ad38858d101dedc945bef16f610ad72", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling gtk-properties-macro v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `arrow` and `brace` are never read [INFO] [stdout] --> src/parse.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct Property { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 19 | pub arrow: Token![=>], [INFO] [stdout] | ^^^^^ [INFO] [stdout] 20 | pub brace: token::Brace, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren` is never read [INFO] [stdout] --> src/parse.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 108 | pub struct DeclarationArgs { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 109 | pub paren: token::Paren, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `1` is never read [INFO] [stdout] --> src/parse.rs:128:18 [INFO] [stdout] | [INFO] [stdout] 128 | KeyVal(Path, Token![=], Lit), [INFO] [stdout] | ------ ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `DeclarationArg` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 128 - KeyVal(Path, Token![=], Lit), [INFO] [stdout] 128 + KeyVal(Path, (), Lit), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s [INFO] running `Command { std: "docker" "inspect" "ced3d5fc57313e390c594b79346faad73ad38858d101dedc945bef16f610ad72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ced3d5fc57313e390c594b79346faad73ad38858d101dedc945bef16f610ad72", kill_on_drop: false }` [INFO] [stdout] ced3d5fc57313e390c594b79346faad73ad38858d101dedc945bef16f610ad72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b95c3ec2fb48fc3d34923aea29da359875018679ca87ecb1a66e2b0b2e667dc [INFO] running `Command { std: "docker" "start" "-a" "2b95c3ec2fb48fc3d34923aea29da359875018679ca87ecb1a66e2b0b2e667dc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling cfg-expr v0.10.3 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling anyhow v1.0.63 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling gio v0.15.12 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling prettyplease v0.1.19 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling futures-io v0.3.24 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling miniz_oxide v0.5.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling bytemuck v1.12.1 [INFO] [stderr] Compiling semver v1.0.13 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling rgb v0.8.33 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling futures-executor v0.3.24 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling std_prelude v0.2.12 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling os_str_bytes v6.3.0 [INFO] [stderr] Compiling bat v0.21.0 [INFO] [stderr] Compiling path_abs v0.5.1 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling console v0.15.1 [INFO] [stderr] Compiling ansi_colours v1.1.1 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling quick-xml v0.22.0 [INFO] [stderr] Compiling content_inspector v0.2.4 [INFO] [stderr] Compiling cargo-expand v1.0.30 [INFO] [stderr] Compiling bytesize v1.1.0 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling home v0.5.3 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling cargo-subcommand-metadata v0.1.0 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling globset v0.4.9 [INFO] [stderr] Compiling fancy-regex v0.7.1 [INFO] [stderr] Compiling grep-cli v0.1.6 [INFO] [stderr] Compiling syn-select v0.2.1 [INFO] [stderr] Compiling thiserror-impl v1.0.33 [INFO] [stderr] Compiling clap_derive v3.2.18 [INFO] [stderr] Compiling gtk-properties-macro v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `arrow` and `brace` are never read [INFO] [stdout] --> src/parse.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct Property { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 19 | pub arrow: Token![=>], [INFO] [stdout] | ^^^^^ [INFO] [stdout] 20 | pub brace: token::Brace, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren` is never read [INFO] [stdout] --> src/parse.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 108 | pub struct DeclarationArgs { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 109 | pub paren: token::Paren, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `1` is never read [INFO] [stdout] --> src/parse.rs:128:18 [INFO] [stdout] | [INFO] [stdout] 128 | KeyVal(Path, Token![=], Lit), [INFO] [stdout] | ------ ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `DeclarationArg` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 128 - KeyVal(Path, Token![=], Lit), [INFO] [stdout] 128 + KeyVal(Path, (), Lit), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling thiserror v1.0.33 [INFO] [stderr] Compiling pest v2.3.0 [INFO] [stderr] Compiling clap v3.2.20 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling toolchain_find v0.2.0 [INFO] [stderr] Compiling field-offset v0.3.4 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling serde_yaml v0.8.26 [INFO] [stderr] Compiling clircle v0.3.0 [INFO] [stderr] Compiling syntect v5.0.0 [INFO] [stderr] Compiling system-deps v6.0.2 [INFO] [stderr] Compiling proc-macro-crate v1.2.1 [INFO] [stderr] Compiling macrotest v1.0.9 [INFO] [stderr] Compiling glib-sys v0.15.10 [INFO] [stderr] Compiling gobject-sys v0.15.10 [INFO] [stderr] Compiling gio-sys v0.15.10 [INFO] [stderr] Compiling pango-sys v0.15.10 [INFO] [stderr] Compiling glib-macros v0.15.11 [INFO] [stderr] Compiling cairo-sys-rs v0.15.1 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.15.10 [INFO] [stderr] Compiling gdk4-sys v0.4.8 [INFO] [stderr] Compiling graphene-sys v0.15.10 [INFO] [stderr] Compiling gsk4-sys v0.4.8 [INFO] [stderr] Compiling gtk4-sys v0.4.8 [INFO] [stderr] Compiling gtk4-macros v0.4.8 [INFO] [stderr] Compiling glib v0.15.12 [INFO] [stderr] Compiling pango v0.15.10 [INFO] [stderr] Compiling cairo-rs v0.15.12 [INFO] [stderr] Compiling graphene-rs v0.15.1 [INFO] [stderr] Compiling gdk-pixbuf v0.15.11 [INFO] [stderr] Compiling gdk4 v0.4.8 [INFO] [stderr] Compiling gsk4 v0.4.8 [INFO] [stderr] Compiling gtk4 v0.4.8 [INFO] [stderr] error: could not compile `gtk4` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustc --crate-name gtk4 --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gtk4-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dox", "v4_2", "v4_4", "v4_6", "v4_8"))' -C metadata=6800ec09c51bbfc3 -C extra-filename=-201bdfa3062c96c5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-e2b4db6c651223da.rmeta --extern cairo=/opt/rustwide/target/debug/deps/libcairo-169dc507e4103d3e.rmeta --extern field_offset=/opt/rustwide/target/debug/deps/libfield_offset-3e1f3f72730ea669.rmeta --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-b74111d4c7f5cbd1.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/deps/libgdk_pixbuf-4418bf63cdb79af1.rmeta --extern gdk=/opt/rustwide/target/debug/deps/libgdk4-7e45b4953814d805.rmeta --extern gio=/opt/rustwide/target/debug/deps/libgio-be35ae93f3b8f00b.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-81e72c1c6e357acb.rmeta --extern graphene=/opt/rustwide/target/debug/deps/libgraphene-294f331483899295.rmeta --extern gsk=/opt/rustwide/target/debug/deps/libgsk4-3746fb622c28ed4b.rmeta --extern gtk4_macros=/opt/rustwide/target/debug/deps/libgtk4_macros-5003d4a8d9126339.so --extern ffi=/opt/rustwide/target/debug/deps/libgtk4_sys-9fc1a2d0a9ac8cb3.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-27db70a4374c972e.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-f44eb74a989470dd.rmeta --extern pango=/opt/rustwide/target/debug/deps/libpango-beac046e4c620aed.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "2b95c3ec2fb48fc3d34923aea29da359875018679ca87ecb1a66e2b0b2e667dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b95c3ec2fb48fc3d34923aea29da359875018679ca87ecb1a66e2b0b2e667dc", kill_on_drop: false }` [INFO] [stdout] 2b95c3ec2fb48fc3d34923aea29da359875018679ca87ecb1a66e2b0b2e667dc