[INFO] cloning repository https://github.com/maor1993/open_mbc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maor1993/open_mbc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaor1993%2Fopen_mbc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaor1993%2Fopen_mbc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e3c2f13d7a45bffcf0cb58b53801450aade21ff5
[INFO] checking maor1993/open_mbc against try#9b8307bcb9d1de8ffc7e1c81c48efffdb24ee840 for pr-149518
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaor1993%2Fopen_mbc" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/maor1993/open_mbc
[INFO] finished tweaking git repo https://github.com/maor1993/open_mbc
[INFO] tweaked toml for git repo https://github.com/maor1993/open_mbc written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/maor1993/open_mbc on toolchain 9b8307bcb9d1de8ffc7e1c81c48efffdb24ee840
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9b8307bcb9d1de8ffc7e1c81c48efffdb24ee840" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/maor1993/open_mbc 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" "+9b8307bcb9d1de8ffc7e1c81c48efffdb24ee840" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+9b8307bcb9d1de8ffc7e1c81c48efffdb24ee840" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 62ec5e62e3a10f48370b80b2de0b2392fce58f6d2c6071b78e996ee338abc00a
[INFO] running `Command { std: "docker" "start" "-a" "62ec5e62e3a10f48370b80b2de0b2392fce58f6d2c6071b78e996ee338abc00a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62ec5e62e3a10f48370b80b2de0b2392fce58f6d2c6071b78e996ee338abc00a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62ec5e62e3a10f48370b80b2de0b2392fce58f6d2c6071b78e996ee338abc00a", kill_on_drop: false }`
[INFO] [stdout] 62ec5e62e3a10f48370b80b2de0b2392fce58f6d2c6071b78e996ee338abc00a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+9b8307bcb9d1de8ffc7e1c81c48efffdb24ee840" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ea127cd809e57dceaf533c10a47290373474d59393eaff21fb086d50fc80091d
[INFO] running `Command { std: "docker" "start" "-a" "ea127cd809e57dceaf533c10a47290373474d59393eaff21fb086d50fc80091d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling unicode-general-category v0.6.0
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]     Checking unicode-ccc v0.1.2
[INFO] [stderr]     Checking ttf-parser v0.18.1
[INFO] [stderr]     Checking unicode-script v0.5.7
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking dtoa v1.0.10
[INFO] [stderr]     Checking unicode-bidi-mirroring v0.1.0
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking phf v0.8.0
[INFO] [stderr]    Compiling xcb v0.9.0
[INFO] [stderr]     Checking morphorm v0.6.5
[INFO] [stderr]     Checking keyboard-types v0.6.2
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]     Checking generational-arena v0.2.9
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]    Compiling selectors v0.23.0 (https://github.com/robbert-vdh/vizia.git#30d1975f)
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking vizia_id v0.1.0 (https://github.com/robbert-vdh/vizia.git#30d1975f)
[INFO] [stderr]     Checking glow v0.12.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]     Checking lru v0.10.1
[INFO] [stderr]    Compiling cc v1.2.42
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking type-map v0.5.1
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]     Checking memmap2 v0.6.2
[INFO] [stderr]     Checking self_cell v1.2.1
[INFO] [stderr]     Checking ttf-parser v0.19.2
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking yazi v0.1.6
[INFO] [stderr]     Checking zeno v0.2.3
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]    Compiling vst3-com-macros-support v0.2.0 (https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d77)
[INFO] [stderr]     Checking self_cell v0.10.3
[INFO] [stderr]    Compiling pathfinder_simd v0.5.5
[INFO] [stderr]    Compiling freetype-sys v0.20.1
[INFO] [stderr]     Checking vizia_input v0.1.0 (https://github.com/robbert-vdh/vizia.git#30d1975f)
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v6.0.0
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling camino v1.2.1
[INFO] [stderr]     Checking sys-locale v0.3.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking rangemap v1.6.0
[INFO] [stderr]     Checking aliasable v0.1.3
[INFO] [stderr]     Checking accesskit v0.11.2
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking indexmap v2.12.0
[INFO] [stderr]     Checking deranged v0.5.4
[INFO] [stderr]     Checking fontdb v0.14.1
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling unic-langid-impl v0.9.6
[INFO] [stderr]    Compiling cssparser v0.29.6
[INFO] [stderr]    Compiling unic-langid-macros-impl v0.9.6
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling phf_macros v0.10.0
[INFO] [stderr]     Checking unic-langid-macros v0.9.6
[INFO] [stderr]     Checking unic-langid v0.9.6
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking rustybuzz v0.7.0
[INFO] [stderr]     Checking font-types v0.7.3
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]     Checking read-fonts v0.22.7
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]     Checking fluent-syntax v0.11.1
[INFO] [stderr]     Checking intl_pluralrules v7.0.2
[INFO] [stderr]     Checking intl-memoizer v0.5.3
[INFO] [stderr]     Checking fluent-langneg v0.13.0
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking fluent-bundle v0.15.3
[INFO] [stderr]    Compiling vst3-com-macros v0.2.0 (https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d77)
[INFO] [stderr]    Compiling vizia_derive v0.1.0 (https://github.com/robbert-vdh/vizia.git#30d1975f)
[INFO] [stderr]    Compiling scroll_derive v0.11.1
[INFO] [stderr]     Checking nix v0.22.3
[INFO] [stderr]     Checking femtovg v0.7.1
[INFO] [stderr]     Checking vizia_storage v0.1.0 (https://github.com/robbert-vdh/vizia.git#30d1975f)
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking cargo-platform v0.1.9
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking vizia_style v0.1.0 (https://github.com/robbert-vdh/vizia.git#30d1975f)
[INFO] [stderr]     Checking scroll v0.11.0
[INFO] [stderr]     Checking vst3-com v0.1.0 (https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d77)
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stdout] error: static of uninhabited type
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/xcb-4168568eece5de36/out/ffi/big_requests.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub static mut xcb_big_requests_id: xcb_extension_t;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: uninhabited statics cannot be initialized, and any access would be an immediate error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: static of uninhabited type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/xcb-4168568eece5de36/out/ffi/xc_misc.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub static mut xcb_xc_misc_id: xcb_extension_t;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: uninhabited statics cannot be initialized, and any access would be an immediate error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: static of uninhabited type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/xcb-4168568eece5de36/out/ffi/dri2.rs:571:5
[INFO] [stdout]     |
[INFO] [stdout] 571 |     pub static mut xcb_dri2_id: xcb_extension_t;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: uninhabited statics cannot be initialized, and any access would be an immediate error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]     Checking toml_edit v0.19.15
[INFO] [stderr]     Checking weezl v0.1.10
[INFO] [stderr]    Compiling font-kit v0.14.3
[INFO] [stderr]     Checking nih_log v0.3.1
[INFO] [stderr] error: could not compile `xcb` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ea127cd809e57dceaf533c10a47290373474d59393eaff21fb086d50fc80091d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea127cd809e57dceaf533c10a47290373474d59393eaff21fb086d50fc80091d", kill_on_drop: false }`
[INFO] [stdout] ea127cd809e57dceaf533c10a47290373474d59393eaff21fb086d50fc80091d
