[INFO] cloning repository https://github.com/SuchAFuriousDeath/slint-contextmenu-bug
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SuchAFuriousDeath/slint-contextmenu-bug" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuchAFuriousDeath%2Fslint-contextmenu-bug", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuchAFuriousDeath%2Fslint-contextmenu-bug'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 098c96bb94e972282a6b6f58ac5ab15570332113
[INFO] checking SuchAFuriousDeath/slint-contextmenu-bug against f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 for pr-160235-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuchAFuriousDeath%2Fslint-contextmenu-bug" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SuchAFuriousDeath/slint-contextmenu-bug
[INFO] finished tweaking git repo https://github.com/SuchAFuriousDeath/slint-contextmenu-bug
[INFO] tweaked toml for git repo https://github.com/SuchAFuriousDeath/slint-contextmenu-bug written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SuchAFuriousDeath/slint-contextmenu-bug on toolchain f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SuchAFuriousDeath/slint-contextmenu-bug 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" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `slint_contextmenu_bug` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc2/source/target/.../slint_contextmenu_bug
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `slint-contextmenu-bug`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 - name = "slint_contextmenu_bug"
[INFO] [stderr] 10 + name = "slint-contextmenu-bug"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `slint-contextmenu-bug`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:11:19
[INFO] [stderr]    |
[INFO] [stderr] 11 ~ version = "0.1.0"
[INFO] [stderr] 12 + [[bin]]
[INFO] [stderr] 13 + name = "slint-contextmenu-bug"
[INFO] [stderr] 14 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `slint_contextmenu_bug` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 12bcc25cbd72ad1ed2bdfa1a17dbbb7f661b8d5ec91142adab3a747eac675660
[INFO] running `Command { std: "docker" "start" "12bcc25cbd72ad1ed2bdfa1a17dbbb7f661b8d5ec91142adab3a747eac675660", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "12bcc25cbd72ad1ed2bdfa1a17dbbb7f661b8d5ec91142adab3a747eac675660", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "12bcc25cbd72ad1ed2bdfa1a17dbbb7f661b8d5ec91142adab3a747eac675660" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "12bcc25cbd72ad1ed2bdfa1a17dbbb7f661b8d5ec91142adab3a747eac675660", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "12bcc25cbd72ad1ed2bdfa1a17dbbb7f661b8d5ec91142adab3a747eac675660" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `slint_contextmenu_bug` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../slint_contextmenu_bug
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `slint-contextmenu-bug`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 - name = "slint_contextmenu_bug"
[INFO] [stderr] 10 + name = "slint-contextmenu-bug"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `slint-contextmenu-bug`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:11:19
[INFO] [stderr]    |
[INFO] [stderr] 11 ~ version = "0.1.0"
[INFO] [stderr] 12 + [[bin]]
[INFO] [stderr] 13 + name = "slint-contextmenu-bug"
[INFO] [stderr] 14 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `slint_contextmenu_bug` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling cc v1.2.36
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling roxmltree v0.20.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling memmap2 v0.9.8
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling core_maths v0.1.1
[INFO] [stderr]     Checking wayland-sys v0.31.7
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling ttf-parser v0.25.1
[INFO] [stderr]    Compiling fontconfig-parser v0.5.8
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]    Compiling libloading v0.8.8
[INFO] [stderr]     Checking unicode-script v0.5.7
[INFO] [stderr]    Compiling weezl v0.1.10
[INFO] [stderr]     Checking unicode-properties v0.1.3
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling zune-jpeg v0.4.21
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=7bf56caa98297034 -C extra-filename=-4343bfecd79e406f --out-dir /opt/rustwide/target/debug/build/syn/4343bfecd79e406f/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/c158e4dd87109244/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/b3925cc8f83e9ac1/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/c158e4dd87109244/out/libproc_macro2-c158e4dd87109244.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/d215eade8192900f/out/libquote-d215eade8192900f.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/b3925cc8f83e9ac1/out/libunicode_ident-b3925cc8f83e9ac1.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "12bcc25cbd72ad1ed2bdfa1a17dbbb7f661b8d5ec91142adab3a747eac675660", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12bcc25cbd72ad1ed2bdfa1a17dbbb7f661b8d5ec91142adab3a747eac675660", kill_on_drop: false }`
[INFO] [stdout] 12bcc25cbd72ad1ed2bdfa1a17dbbb7f661b8d5ec91142adab3a747eac675660
