[INFO] cloning repository https://github.com/gmmpb/wls-vst3-rust-skeleton
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gmmpb/wls-vst3-rust-skeleton" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgmmpb%2Fwls-vst3-rust-skeleton", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgmmpb%2Fwls-vst3-rust-skeleton'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a2bda24e3816af380f00a92f7538d94ba57fc2af
[INFO] checking gmmpb/wls-vst3-rust-skeleton against master#377656d3dd3f9c23a9c8713e163f4365a5261a84 for pr-146470-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgmmpb%2Fwls-vst3-rust-skeleton" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gmmpb/wls-vst3-rust-skeleton
[INFO] finished tweaking git repo https://github.com/gmmpb/wls-vst3-rust-skeleton
[INFO] tweaked toml for git repo https://github.com/gmmpb/wls-vst3-rust-skeleton written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gmmpb/wls-vst3-rust-skeleton on toolchain 377656d3dd3f9c23a9c8713e163f4365a5261a84
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gmmpb/wls-vst3-rust-skeleton 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" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Updating git repository `https://github.com/robbert-vdh/nih-plug.git`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/nicokoch/reflink.git`
[INFO] [stderr]     Updating git repository `https://github.com/RustAudio/baseview.git`
[INFO] [stderr]     Updating git repository `https://github.com/micahrj/clap-sys.git`
[INFO] [stderr]     Updating git repository `https://github.com/robbert-vdh/vst3-sys.git`
[INFO] [stderr]     Updating git repository `https://github.com/robbert-vdh/iced_baseview.git`
[INFO] [stderr]     Updating git repository `https://github.com/robbert-vdh/nih_plug_assets.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded coremidi-sys v3.1.1
[INFO] [stderr]   Downloaded cache-padded v1.3.0
[INFO] [stderr]   Downloaded jack-sys v0.5.1
[INFO] [stderr]   Downloaded coremidi v0.6.0
[INFO] [stderr]   Downloaded nih_log v0.3.1
[INFO] [stderr]   Downloaded atomic_float v1.1.0
[INFO] [stderr]   Downloaded jack v0.11.4
[INFO] [stderr]   Downloaded atomic_float v0.1.0
[INFO] [stderr]   Downloaded midi-consts v0.1.0
[INFO] [stderr]   Downloaded anymap3 v1.0.1
[INFO] [stderr]   Downloaded rtrb v0.2.3
[INFO] [stderr]   Downloaded xcb-util v0.3.0
[INFO] [stderr]   Downloaded twox-hash v2.1.0
[INFO] [stderr]   Downloaded glyph_brush_draw_cache v0.1.6
[INFO] [stderr]   Downloaded midir v0.9.1
[INFO] [stderr]   Downloaded glyph_brush v0.7.12
[INFO] [stderr]   Downloaded goblin v0.6.1
[INFO] [stderr]   Downloaded glow_glyph v0.5.1
[INFO] [stderr]   Downloaded glam v0.10.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8e5235c9710373a7c2aadf02d1595a88715a6ca7379141cefb48f3d3542582ae
[INFO] running `Command { std: "docker" "start" "-a" "8e5235c9710373a7c2aadf02d1595a88715a6ca7379141cefb48f3d3542582ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e5235c9710373a7c2aadf02d1595a88715a6ca7379141cefb48f3d3542582ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e5235c9710373a7c2aadf02d1595a88715a6ca7379141cefb48f3d3542582ae", kill_on_drop: false }`
[INFO] [stdout] 8e5235c9710373a7c2aadf02d1595a88715a6ca7379141cefb48f3d3542582ae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4e5b76e1c06b90abc732193f0db39d4d8bb16060a20a2367958f72e2e79b1ec8
[INFO] running `Command { std: "docker" "start" "-a" "4e5b76e1c06b90abc732193f0db39d4d8bb16060a20a2367958f72e2e79b1ec8", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling xml-rs v0.8.26
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling quick-xml v0.22.0
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling jack-sys v0.5.1
[INFO] [stderr]    Compiling glam v0.10.2
[INFO] [stderr]     Checking iced_core v0.4.0 (https://github.com/iced-rs/iced.git?rev=a53fa91e0ddf374bbeb66d5e831b79127ed47a9d#a53fa91e)
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.1
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking iced_style v0.3.0 (https://github.com/iced-rs/iced.git?rev=a53fa91e0ddf374bbeb66d5e831b79127ed47a9d#a53fa91e)
[INFO] [stderr]     Checking keyboard-types v0.6.2
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]     Checking glow v0.11.2
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking ordered-float v5.0.0
[INFO] [stderr]    Compiling jack v0.11.4
[INFO] [stderr]    Compiling cpal v0.15.3
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]     Checking terminal_size v0.4.2
[INFO] [stderr]     Checking clap_builder v4.5.36
[INFO] [stderr]     Checking cache-padded v1.3.0
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking rtrb v0.2.3
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking anymap3 v1.0.1
[INFO] [stderr]     Checking widestring v1.2.0
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]     Checking atomic_refcell v0.1.13
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking midi-consts v0.1.0
[INFO] [stderr]     Checking clap-sys v0.5.0 (https://github.com/micahrj/clap-sys.git?rev=25d7f53fdb6363ad63fbd80049cb7a42a97ac156#25d7f53f)
[INFO] [stderr]     Checking atomic_float v0.1.0
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking owned_ttf_parser v0.25.0
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]     Checking ab_glyph v0.2.29
[INFO] [stderr]     Checking nih_plug_assets v0.1.0 (https://github.com/robbert-vdh/nih_plug_assets.git#a04e3279)
[INFO] [stderr]    Compiling xcb v0.10.1
[INFO] [stderr]    Compiling xcb v0.9.0
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking glyph_brush_draw_cache v0.1.6
[INFO] [stderr]     Checking glyph_brush_layout v0.2.4
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking nix v0.22.3
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr] error: could not compile `object` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/377656d3dd3f9c23a9c8713e163f4365a5261a84/bin/rustc --crate-name object --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=7cfabbdf4dddf3d6 -C extra-filename=-e223442ee65c6c0a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-a8313380c25031b5.rmeta --cap-lints allow --cap-lints=forbid --cfg core_error --check-cfg 'cfg(core_error)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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/377656d3dd3f9c23a9c8713e163f4365a5261a84/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --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=65d1391fee7d585f -C extra-filename=-0f5501c8bbeaca1a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-765cfefec5a0635b.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-c2b9187a0adc7cdd.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-b3925cc8f83e9ac1.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "4e5b76e1c06b90abc732193f0db39d4d8bb16060a20a2367958f72e2e79b1ec8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e5b76e1c06b90abc732193f0db39d4d8bb16060a20a2367958f72e2e79b1ec8", kill_on_drop: false }`
[INFO] [stdout] 4e5b76e1c06b90abc732193f0db39d4d8bb16060a20a2367958f72e2e79b1ec8
