[INFO] cloning repository https://github.com/akarras/potatobot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/akarras/potatobot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakarras%2Fpotatobot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakarras%2Fpotatobot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5fd0fbcd9deb7e4c06d58e2e6d5098d113fc52c7 [INFO] checking akarras/potatobot against try#79452e8441468c5568c20bfca2aa1fe75b645b2d for pr-152210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakarras%2Fpotatobot" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain [INFO] started tweaking git repo https://github.com/akarras/potatobot [INFO] finished tweaking git repo https://github.com/akarras/potatobot [INFO] tweaked toml for git repo https://github.com/akarras/potatobot written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/akarras/potatobot on toolchain 79452e8441468c5568c20bfca2aa1fe75b645b2d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79452e8441468c5568c20bfca2aa1fe75b645b2d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/akarras/potatobot 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" "+79452e8441468c5568c20bfca2aa1fe75b645b2d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+79452e8441468c5568c20bfca2aa1fe75b645b2d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2c0c6dc62112ca14a139ab988c804ec976ab1044bb0e1ae723ba33d79a8c5633 [INFO] running `Command { std: "docker" "start" "-a" "2c0c6dc62112ca14a139ab988c804ec976ab1044bb0e1ae723ba33d79a8c5633", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2c0c6dc62112ca14a139ab988c804ec976ab1044bb0e1ae723ba33d79a8c5633", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c0c6dc62112ca14a139ab988c804ec976ab1044bb0e1ae723ba33d79a8c5633", kill_on_drop: false }` [INFO] [stdout] 2c0c6dc62112ca14a139ab988c804ec976ab1044bb0e1ae723ba33d79a8c5633 [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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+79452e8441468c5568c20bfca2aa1fe75b645b2d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b97f770c1a69cb0a2016b55c5f23090cb8e50fa5d8ce972b42b0f74754ebc518 [INFO] running `Command { std: "docker" "start" "-a" "b97f770c1a69cb0a2016b55c5f23090cb8e50fa5d8ce972b42b0f74754ebc518", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling serde v1.0.214 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Checking bytes v1.8.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking mio v1.0.2 [INFO] [stderr] Compiling cc v1.1.31 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling rustix v0.38.38 [INFO] [stderr] Checking rustls-pki-types v1.10.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling anymap2 v0.13.0 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Compiling libloading v0.8.5 [INFO] [stderr] Compiling matrixmultiply v0.3.9 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking miniz_oxide v0.8.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Checking scan_fmt v0.2.6 [INFO] [stderr] Compiling rustfft v6.2.0 [INFO] [stderr] Checking flate2 v1.0.34 [INFO] [stderr] Checking dyn-hash v0.2.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Checking strength_reduce v0.2.4 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking hashbrown v0.15.0 [INFO] [stderr] Compiling prettyplease v0.2.25 [INFO] [stderr] Compiling rustls v0.22.4 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling bindgen v0.70.1 [INFO] [stderr] Compiling syn v2.0.85 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Checking primal-check v0.3.4 [INFO] [stderr] Checking transpose v0.2.3 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Checking aligned-vec v0.5.0 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling built v0.7.5 [INFO] [stderr] Compiling unicase v2.8.0 [INFO] [stderr] Checking indexmap v2.6.0 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Checking ndarray v0.16.1 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking v_frame v0.3.8 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking webpki-roots v0.26.6 [INFO] [stderr] Checking filetime v0.2.25 [INFO] [stderr] Checking xattr v1.3.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling bindgen v0.68.1 [INFO] [stderr] Compiling rustls v0.23.16 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking tar v0.4.42 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Checking maybe-rayon v0.1.1 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Checking imgref v1.11.0 [INFO] [stderr] Checking bitstream-io v2.5.3 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Checking miniz_oxide v0.7.4 [INFO] [stderr] Checking loop9 v0.1.5 [INFO] [stderr] Checking flume v0.11.1 [INFO] [stderr] Checking fdeflate v0.3.6 [INFO] [stderr] Compiling serenity v0.12.2 (https://github.com/serenity-rs/serenity.git#59c24502) [INFO] [stderr] Checking bytemuck v1.19.0 [INFO] [stderr] Checking rgb v0.8.50 [INFO] [stderr] Checking jpeg-decoder v0.3.1 [INFO] [stderr] Checking zune-jpeg v0.4.13 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking exr v1.72.0 [INFO] [stderr] Checking image-webp v0.2.0 [INFO] [stderr] Checking png v0.17.14 [INFO] [stderr] Checking memmap2 v0.9.5 [INFO] [stderr] Checking is-terminal v0.4.13 [INFO] [stderr] Compiling ffmpeg-next v7.1.0 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Checking levenshtein v1.0.5 [INFO] [stderr] Checking uwl v0.6.0 [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stderr] Checking typemap_rev v0.3.0 [INFO] [stderr] Checking env_logger v0.10.2 [INFO] [stderr] Checking rustls-pemfile v2.2.0 [INFO] [stderr] Checking pretty_env_logger v0.5.0 [INFO] [stderr] Checking dotenv v0.15.0 [INFO] [stderr] Compiling derive-new v0.5.9 [INFO] [stderr] Compiling prost-derive v0.11.9 [INFO] [stderr] Compiling command_attr v0.5.2 (https://github.com/serenity-rs/serenity.git#59c24502) [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.95 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling serde_derive v1.0.214 [INFO] [stderr] Compiling thiserror-impl v1.0.65 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling liquid-derive v0.26.8 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Checking profiling v1.0.16 [INFO] [stderr] Checking rustls-webpki v0.102.8 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.95 [INFO] [stderr] Checking tokio v1.41.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking sct v0.7.1 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling thiserror v1.0.65 [INFO] [stderr] Compiling pest v2.7.14 [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/79452e8441468c5568c20bfca2aa1fe75b645b2d/bin/rustc --crate-name bindgen --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.70.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="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", "which-rustfmt"))' -C metadata=5305febf0eb9ea78 -C extra-filename=-f1ec33c8496c0ee3 --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-107ce71f81b0e3f4.rmeta --extern clang_sys=/opt/rustwide/target/debug/deps/libclang_sys-720f5a29504c71b9.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-db85e0b327a505f0.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a6b76b40120fed1b.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-17363c12faf47457.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-582ecb3ee6c26e96.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-65d828b5355c1642.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `serde_derive` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/79452e8441468c5568c20bfca2aa1fe75b645b2d/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.214/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=0af31f939fdba86e -C extra-filename=-7256d9199f59d29c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a6b76b40120fed1b.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-17363c12faf47457.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-65d828b5355c1642.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "b97f770c1a69cb0a2016b55c5f23090cb8e50fa5d8ce972b42b0f74754ebc518", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b97f770c1a69cb0a2016b55c5f23090cb8e50fa5d8ce972b42b0f74754ebc518", kill_on_drop: false }` [INFO] [stdout] b97f770c1a69cb0a2016b55c5f23090cb8e50fa5d8ce972b42b0f74754ebc518