[INFO] cloning repository https://github.com/Holsviktor/vvtv [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Holsviktor/vvtv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHolsviktor%2Fvvtv", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHolsviktor%2Fvvtv'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 711de2bb1807a9f07fd2867822401dbb20213224 [INFO] checking Holsviktor/vvtv against d8df82673d5911b6112a85bf91d9adefb2c66a1a for pr-162242 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHolsviktor%2Fvvtv" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Holsviktor/vvtv [INFO] finished tweaking git repo https://github.com/Holsviktor/vvtv [INFO] tweaked toml for git repo https://github.com/Holsviktor/vvtv written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Holsviktor/vvtv on toolchain d8df82673d5911b6112a85bf91d9adefb2c66a1a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Holsviktor/vvtv 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" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded redox_syscall v0.9.1 [INFO] [stderr] Downloaded tokio-macros v2.7.1 [INFO] [stderr] Downloaded rtp v0.17.2 [INFO] [stderr] Downloaded ffmpeg-sys-the-third v5.0.0+ffmpeg-8.1 [INFO] [stderr] Downloaded clang v2.0.0 [INFO] [stderr] Downloaded webrtc-util v0.17.2 [INFO] [stderr] Downloaded ffmpeg-the-third v5.0.0+ffmpeg-8.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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] 27a7fa3fa3cb570c248d887ec8d470a9d8774897ccd6487481c219d2b7a9bb42 [INFO] running `Command { std: "docker" "start" "27a7fa3fa3cb570c248d887ec8d470a9d8774897ccd6487481c219d2b7a9bb42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "27a7fa3fa3cb570c248d887ec8d470a9d8774897ccd6487481c219d2b7a9bb42", 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" "27a7fa3fa3cb570c248d887ec8d470a9d8774897ccd6487481c219d2b7a9bb42" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "27a7fa3fa3cb570c248d887ec8d470a9d8774897ccd6487481c219d2b7a9bb42", 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" "27a7fa3fa3cb570c248d887ec8d470a9d8774897ccd6487481c219d2b7a9bb42" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.107 [INFO] [stderr] Compiling quote v1.0.47 [INFO] [stderr] Compiling libc v0.2.189 [INFO] [stderr] Checking bitflags v2.13.1 [INFO] [stderr] Checking log v0.4.33 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling memchr v2.8.3 [INFO] [stderr] Compiling cc v1.4.0 [INFO] [stderr] Checking smallvec v1.15.2 [INFO] [stderr] Compiling wayland-sys v0.31.11 [INFO] [stderr] Compiling wayland-client v0.31.15 [INFO] [stderr] Compiling glob v0.3.4 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling quick-xml v0.41.0 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling zerocopy v0.8.55 [INFO] [stderr] Compiling syn v2.0.119 [INFO] [stderr] Compiling libloading v0.8.9 [INFO] [stderr] Compiling regex-syntax v0.8.11 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling wayland-backend v0.3.16 [INFO] [stderr] Compiling wayland-scanner v0.31.11 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Compiling regex-automata v0.4.16 [INFO] [stderr] Compiling syn v3.0.3 [INFO] [stderr] Compiling bindgen v0.72.1 [INFO] [stderr] Compiling either v1.17.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling regex v1.13.1 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling rustc-hash v2.1.3 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Checking polling v3.11.0 [INFO] [stderr] Compiling clang v2.0.0 [INFO] [stderr] Compiling drm-sys v0.8.1 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling bytemuck_derive v1.11.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Checking rand_core v0.9.5 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking bytemuck v1.25.2 [INFO] [stderr] Checking memmap2 v0.9.11 [INFO] [stderr] Checking wayland-protocols v0.32.13 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Compiling portable-atomic v1.14.0 [INFO] [stderr] Compiling drm-fourcc v2.2.0 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking strict-num v0.1.1 [INFO] [stderr] Checking calloop v0.13.0 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Checking as-raw-xcb-connection v1.0.1 [INFO] [stderr] Compiling serde_core v1.0.229 [INFO] [stderr] Checking wayland-csd-frame v0.3.0 [INFO] [stderr] Checking wayland-cursor v0.31.14 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking anstyle-parse v1.0.0 [INFO] [stderr] Checking tiny-skia-path v0.11.4 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking calloop-wayland-source v0.3.0 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Compiling tokio-macros v2.7.1 [INFO] [stderr] Checking gethostname v1.1.0 [INFO] [stderr] Checking socket2 v0.6.5 [INFO] [stderr] Checking mio v1.2.2 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling tiny-xlib v0.2.5 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.10 [INFO] [stderr] Checking x11rb-protocol v0.13.2 [INFO] [stderr] Checking bytes v1.12.1 [INFO] [stderr] Compiling serde v1.0.229 [INFO] [stderr] Checking colorchoice v1.0.5 [INFO] [stderr] Checking anstyle v1.0.14 [INFO] [stderr] Compiling cfg_aliases v0.2.2 [INFO] [stderr] Checking arrayvec v0.7.8 [INFO] [stderr] Checking anstream v1.0.0 [INFO] [stderr] Checking tiny-skia v0.11.4 [INFO] [stderr] Compiling winit v0.30.13 [INFO] [stderr] Checking ab_glyph v0.2.32 [INFO] [stderr] Checking nix v0.26.4 [INFO] [stderr] Checking tokio v1.53.1 [INFO] [stderr] Checking drm-ffi v0.9.1 [INFO] [stderr] Checking rand v0.9.5 [INFO] [stderr] Compiling serde_derive v1.0.229 [INFO] [stderr] Compiling async-trait v0.1.91 [INFO] [stderr] error: could not compile `bindgen` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d8df82673d5911b6112a85bf91d9adefb2c66a1a/bin/rustc --crate-name bindgen --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.72.1/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="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static"))' -C metadata=97112d7cbbe55196 -C extra-filename=-486b55cfc7cea52d --out-dir /opt/rustwide/target/debug/build/bindgen/486b55cfc7cea52d/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/9c7f9eb9639deea5/out -L dependency=/opt/rustwide/target/debug/build/either/abda62eaac7d3afe/out -L dependency=/opt/rustwide/target/debug/build/glob/4c55fa9c31ca0b2a/out -L dependency=/opt/rustwide/target/debug/build/libc/aaf142a3f07df6bd/out -L dependency=/opt/rustwide/target/debug/build/libloading/de43f9bf4e778113/out -L dependency=/opt/rustwide/target/debug/build/memchr/eb8ac1f1f77ae379/out -L dependency=/opt/rustwide/target/debug/build/minimal-lexical/26e6c335d7c2433d/out -L dependency=/opt/rustwide/target/debug/build/nom/c1e937ca3f1db2a8/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out -L dependency=/opt/rustwide/target/debug/build/quote/97307b84563a2c10/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/8b63b3b7e1fcd4f6/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/78c5964063282cb2/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/3440582ead57f77f/out/libbitflags-3440582ead57f77f.rmeta --extern cexpr=/opt/rustwide/target/debug/build/cexpr/87e7b15524e61b44/out/libcexpr-87e7b15524e61b44.rmeta --extern clang_sys=/opt/rustwide/target/debug/build/clang-sys/3e56841becd04d10/out/libclang_sys-3e56841becd04d10.rmeta --extern itertools=/opt/rustwide/target/debug/build/itertools/8ce6fd447f4762ca/out/libitertools-8ce6fd447f4762ca.rmeta --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out/libproc_macro2-ee684499ef27f3b8.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/97307b84563a2c10/out/libquote-97307b84563a2c10.rmeta --extern regex=/opt/rustwide/target/debug/build/regex/fb45d0ea5f5a9edf/out/libregex-fb45d0ea5f5a9edf.rmeta --extern rustc_hash=/opt/rustwide/target/debug/build/rustc-hash/7fc97d08af7663dd/out/librustc_hash-7fc97d08af7663dd.rmeta --extern shlex=/opt/rustwide/target/debug/build/shlex/258c8bec04b9d869/out/libshlex-258c8bec04b9d869.rmeta --extern syn=/opt/rustwide/target/debug/build/syn/4d4e6cd27a2e1a0e/out/libsyn-4d4e6cd27a2e1a0e.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" "27a7fa3fa3cb570c248d887ec8d470a9d8774897ccd6487481c219d2b7a9bb42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27a7fa3fa3cb570c248d887ec8d470a9d8774897ccd6487481c219d2b7a9bb42", kill_on_drop: false }` [INFO] [stdout] 27a7fa3fa3cb570c248d887ec8d470a9d8774897ccd6487481c219d2b7a9bb42