[INFO] cloning repository https://github.com/PeterGrace/billyjoule [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PeterGrace/billyjoule" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPeterGrace%2Fbillyjoule", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPeterGrace%2Fbillyjoule'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1d4b6aa55d0bc1161d22532a28244c3af78cd08c [INFO] testing PeterGrace/billyjoule against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPeterGrace%2Fbillyjoule" "/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/PeterGrace/billyjoule [INFO] finished tweaking git repo https://github.com/PeterGrace/billyjoule [INFO] tweaked toml for git repo https://github.com/PeterGrace/billyjoule written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/PeterGrace/billyjoule on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/PeterGrace/billyjoule 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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ac40286643b6ca74cf6b6ddd2dc54ddc5e1045aa10f911a7665047347191a7b5 [INFO] running `Command { std: "docker" "start" "-a" "ac40286643b6ca74cf6b6ddd2dc54ddc5e1045aa10f911a7665047347191a7b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac40286643b6ca74cf6b6ddd2dc54ddc5e1045aa10f911a7665047347191a7b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac40286643b6ca74cf6b6ddd2dc54ddc5e1045aa10f911a7665047347191a7b5", kill_on_drop: false }` [INFO] [stdout] ac40286643b6ca74cf6b6ddd2dc54ddc5e1045aa10f911a7665047347191a7b5 [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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 099dfc8a92ba69c52bc8138db2b3cc2900178af001e7fe820c330c6669bd9cea [INFO] running `Command { std: "docker" "start" "-a" "099dfc8a92ba69c52bc8138db2b3cc2900178af001e7fe820c330c6669bd9cea", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling cc v1.1.11 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling serde_json v1.0.124 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling tokio v1.39.2 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rustls v0.20.9 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rustls-pki-types v1.8.0 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling rustls v0.23.12 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Compiling dlv-list v0.3.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling string_cache v0.8.7 [INFO] [stderr] Compiling openssl-src v300.3.1+3.3.1 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Compiling ordered-multimap v0.4.3 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling curl v0.4.46 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling rust-ini v0.18.0 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling anstyle-parse v0.2.5 [INFO] [stderr] Compiling webpki-roots v0.26.3 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling markup5ever v0.11.0 [INFO] [stderr] Compiling colorchoice v1.0.2 [INFO] [stderr] Compiling waker-fn v1.2.0 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling libnghttp2-sys v0.1.10+1.61.0 [INFO] [stderr] Compiling libz-sys v1.1.19 [INFO] [stderr] Compiling curl-sys v0.4.74+curl-8.9.0 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling rxml_validation v0.9.1 [INFO] [stderr] Compiling anstyle-query v1.1.1 [INFO] [stderr] Compiling isahc v1.7.2 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling parking v2.2.0 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling rxml v0.9.1 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling futures-lite v1.13.0 [INFO] [stderr] Compiling anstream v0.6.15 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling rustls-pemfile v2.1.3 [INFO] [stderr] Compiling sluice v0.5.5 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling xml5ever v0.17.0 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling quick-xml v0.26.0 [INFO] [stderr] Compiling task-local-extensions v0.1.4 [INFO] [stderr] Compiling serenity v0.11.7 [INFO] [stderr] Compiling castaway v0.1.2 [INFO] [stderr] Compiling clap_lex v0.7.2 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling clap_derive v4.5.13 [INFO] [stderr] Compiling clap_builder v4.5.15 [INFO] [stderr] Compiling iso8601 v0.6.1 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling minidom v0.15.2 [INFO] [stderr] Compiling retry-policies v0.1.2 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling yaup v0.2.1 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling aws-region v0.25.4 [INFO] [stderr] Compiling quick-xml v0.28.2 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling uuid v1.10.0 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling hyper-util v0.1.7 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling maybe-async v0.2.10 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling billyjoule v0.10.7 (/opt/rustwide/workdir) [INFO] [stderr] Compiling levenshtein v1.0.5 [INFO] [stderr] Compiling uwl v0.6.0 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling async-recursion v1.1.1 [INFO] [stderr] Compiling human-duration v0.1.0 [INFO] [stderr] Compiling duration-string v0.3.0 [INFO] [stderr] Compiling html5ever v0.26.0 [INFO] [stderr] Compiling meilisearch-index-setting-macro v0.24.3 [INFO] [stderr] Compiling command_attr v0.4.2 [INFO] [stderr] Compiling jsonwebtoken v8.3.0 [INFO] [stderr] Compiling clap v4.5.15 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling webpki v0.22.4 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling rustls-webpki v0.102.6 [INFO] [stderr] Compiling webpki-roots v0.22.6 [INFO] [stderr] Compiling hyper v0.14.30 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling markup5ever_rcdom v0.2.0 [INFO] [stderr] Compiling attohttpc v0.22.0 [INFO] [stderr] Compiling tungstenite v0.17.3 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Compiling attohttpc v0.24.1 [INFO] [stderr] Compiling select v0.6.0 [INFO] [stderr] Compiling aws-creds v0.35.0 [INFO] [stderr] Compiling aws-creds v0.34.1 [INFO] [stderr] Compiling async-tungstenite v0.17.2 [INFO] [stderr] Compiling tokio-rustls v0.26.0 [INFO] [stderr] Compiling hyper-rustls v0.27.2 [INFO] [stderr] Compiling reqwest v0.12.5 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling yahoo_finance_api v2.2.1 [INFO] [stderr] Compiling reqwest-middleware v0.2.5 [INFO] [stderr] Compiling rust-s3 v0.33.0 [INFO] [stderr] Compiling reqwest-retry v0.2.3 [INFO] [stderr] error: could not compile `serenity` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8da20828b6ea601dfd8e2448cb50ace88876bd78/bin/rustc --crate-name serenity --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serenity-0.11.7/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 -C debuginfo=2 --cfg 'feature="async-tungstenite"' --cfg 'feature="base64"' --cfg 'feature="builder"' --cfg 'feature="bytes"' --cfg 'feature="cache"' --cfg 'feature="chrono"' --cfg 'feature="client"' --cfg 'feature="command_attr"' --cfg 'feature="dashmap"' --cfg 'feature="default"' --cfg 'feature="default_no_backend"' --cfg 'feature="flate2"' --cfg 'feature="framework"' --cfg 'feature="gateway"' --cfg 'feature="http"' --cfg 'feature="levenshtein"' --cfg 'feature="model"' --cfg 'feature="parking_lot"' --cfg 'feature="reqwest"' --cfg 'feature="rustls_backend"' --cfg 'feature="standard_framework"' --cfg 'feature="static_assertions"' --cfg 'feature="tokio"' --cfg 'feature="typemap_rev"' --cfg 'feature="utils"' --cfg 'feature="uwl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("absolute_ratelimits", "async-tungstenite", "base64", "builder", "bytes", "cache", "chrono", "client", "collector", "command_attr", "dashmap", "default", "default_native_tls", "default_no_backend", "extras", "flate2", "framework", "gateway", "http", "levenshtein", "model", "moka", "native_tls_backend", "parking_lot", "reqwest", "rustls_backend", "rustversion", "serenity-voice-model", "simd-json", "simd_json", "simdjson", "standard_framework", "static_assertions", "temp_cache", "time", "tokio", "tokio_task_builder", "typemap_rev", "unstable_discord_api", "utils", "uwl", "voice", "voice-model", "voice_model"))' -C metadata=90cbf41844368ec7 -C extra-filename=-f86886381543adc9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-1702b73fb70e8ae6.so --extern async_tungstenite=/opt/rustwide/target/debug/deps/libasync_tungstenite-de983a3aab2c5990.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-64299f9d815d057c.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-e2b4db6c651223da.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-23e98e3e91ed6cac.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-33ef6c02a07f9fec.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9a245036d8199056.rmeta --extern command_attr=/opt/rustwide/target/debug/deps/libcommand_attr-07d0af180ee4fd30.so --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-b7e11cdfc8814939.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-3f3706aa3637a7ec.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-e7897ba230eb801c.rmeta --extern levenshtein=/opt/rustwide/target/debug/deps/liblevenshtein-d5295984f9865dfc.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-4b44681fdb2c65f7.rmeta --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-f092ffb5bac4030f.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-3d731ec044566fec.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-9bee39bbc5bd523a.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-cdc2aec7ea881fa3.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-a8648d89dd1df4dd.rmeta --extern serde_value=/opt/rustwide/target/debug/deps/libserde_value-e90c4e341ce21186.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-6826b82c04c1418d.rmeta --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-d53a9977dc6e27e5.rmeta --extern dep_time=/opt/rustwide/target/debug/deps/libtime-740e03ff91f729ed.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8312b382e8dfe1a2.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-4cd89cc57e859b05.rmeta --extern typemap_rev=/opt/rustwide/target/debug/deps/libtypemap_rev-6393db246c94b25b.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-e9c1b0d12fcea097.rmeta --extern uwl=/opt/rustwide/target/debug/deps/libuwl-4c15440b20717405.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-c98889ca1a3ecf89/out -L native=/opt/rustwide/target/debug/build/ring-35098d5ee5a6782b/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "099dfc8a92ba69c52bc8138db2b3cc2900178af001e7fe820c330c6669bd9cea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "099dfc8a92ba69c52bc8138db2b3cc2900178af001e7fe820c330c6669bd9cea", kill_on_drop: false }` [INFO] [stdout] 099dfc8a92ba69c52bc8138db2b3cc2900178af001e7fe820c330c6669bd9cea