[INFO] cloning repository https://github.com/shonya3/rusty_vinnie
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shonya3/rusty_vinnie" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshonya3%2Frusty_vinnie", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshonya3%2Frusty_vinnie'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ee70c5c6dfb1676d94c229d4c14bf8ef776b7e56
[INFO] checking shonya3/rusty_vinnie against try#0c70cfbec949d241375e31c5a42066be70c720fc for pr-149681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshonya3%2Frusty_vinnie" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/shonya3/rusty_vinnie
[INFO] finished tweaking git repo https://github.com/shonya3/rusty_vinnie
[INFO] tweaked toml for git repo https://github.com/shonya3/rusty_vinnie written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shonya3/rusty_vinnie on toolchain 0c70cfbec949d241375e31c5a42066be70c720fc
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0c70cfbec949d241375e31c5a42066be70c720fc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/shonya3/rusty_vinnie 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" "+0c70cfbec949d241375e31c5a42066be70c720fc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0c70cfbec949d241375e31c5a42066be70c720fc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dbfffebc15a6be543d0c287d24b766943f27138746ec2263d813136147977770
[INFO] running `Command { std: "docker" "start" "-a" "dbfffebc15a6be543d0c287d24b766943f27138746ec2263d813136147977770", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dbfffebc15a6be543d0c287d24b766943f27138746ec2263d813136147977770", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbfffebc15a6be543d0c287d24b766943f27138746ec2263d813136147977770", kill_on_drop: false }`
[INFO] [stdout] dbfffebc15a6be543d0c287d24b766943f27138746ec2263d813136147977770
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0c70cfbec949d241375e31c5a42066be70c720fc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c750dad5ae30c4902b8e958e0b42d37ebb48b76cb7353392d362e27f6435dbed
[INFO] running `Command { std: "docker" "start" "-a" "c750dad5ae30c4902b8e958e0b42d37ebb48b76cb7353392d362e27f6435dbed", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling cc v1.1.21
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]     Checking indexmap v2.5.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking webpki-roots v0.26.6
[INFO] [stderr]    Compiling rustls v0.23.13
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]     Checking ipnet v2.10.0
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]     Checking phf_shared v0.10.0
[INFO] [stderr]     Checking dtoa v1.0.9
[INFO] [stderr]     Checking phf_shared v0.11.2
[INFO] [stderr]     Checking servo_arc v0.4.0
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking ego-tree v0.10.0
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling prettyplease v0.2.32
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libloading v0.8.8
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling bindgen v0.66.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling bytes v1.10.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking getrandom v0.3.2
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking utf8-width v0.1.7
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]     Checking html-escape v0.2.13
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]     Checking webpki-roots v0.25.4
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]    Compiling serenity v0.12.4
[INFO] [stderr]     Checking flate2 v1.1.1
[INFO] [stderr]     Checking typemap_rev v0.3.0
[INFO] [stderr]     Checking rustls-native-certs v0.7.3
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking trim-in-place v0.1.7
[INFO] [stderr]    Compiling http v1.2.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking crossterm v0.26.1
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking comfy-table v6.2.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling match_token v0.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling typeshare-annotation v1.0.4
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling html5ever v0.27.0
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking thiserror v1.0.64
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]    Compiling poise_macros v0.6.1 (https://github.com/serenity-rs/poise.git?branch=current#81f6da4d)
[INFO] [stderr]     Checking rand v0.9.1
[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/0c70cfbec949d241375e31c5a42066be70c720fc/bin/rustc --crate-name bindgen --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.66.1/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="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_5", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=e393b8688e1e4681 -C extra-filename=-fdcc7a4868882303 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-e5c910880d9ee6e9.rmeta --extern cexpr=/opt/rustwide/target/debug/deps/libcexpr-c01d76409fb25732.rmeta --extern clang_sys=/opt/rustwide/target/debug/deps/libclang_sys-87a5e1f40c6f5205.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-bcf4d76e77cc406a.rmeta --extern lazycell=/opt/rustwide/target/debug/deps/liblazycell-94413c5e4ac1eb3a.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-64e4f3632e0a179a.rmeta --extern peeking_take_while=/opt/rustwide/target/debug/deps/libpeeking_take_while-c8886dfbebe7e598.rmeta --extern prettyplease=/opt/rustwide/target/debug/deps/libprettyplease-4410845f89522fe4.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-e45244f1a818ad39.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-45f6ac4652f94869.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ba3f429391f6aa41.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-c94cda88a025c06c.rmeta --extern shlex=/opt/rustwide/target/debug/deps/libshlex-258c8bec04b9d869.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-a601ef8faad2a5ab.rmeta --extern which=/opt/rustwide/target/debug/deps/libwhich-adfaebc7e8e37ad4.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c750dad5ae30c4902b8e958e0b42d37ebb48b76cb7353392d362e27f6435dbed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c750dad5ae30c4902b8e958e0b42d37ebb48b76cb7353392d362e27f6435dbed", kill_on_drop: false }`
[INFO] [stdout] c750dad5ae30c4902b8e958e0b42d37ebb48b76cb7353392d362e27f6435dbed
