[INFO] cloning repository https://github.com/Flat/crosspostrs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Flat/crosspostrs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFlat%2Fcrosspostrs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFlat%2Fcrosspostrs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c702e93be6f1a23f1ce3a523d7860a840b82cf5b [INFO] testing Flat/crosspostrs against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFlat%2Fcrosspostrs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Flat/crosspostrs [INFO] finished tweaking git repo https://github.com/Flat/crosspostrs [INFO] tweaked toml for git repo https://github.com/Flat/crosspostrs written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Flat/crosspostrs on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Flat/crosspostrs 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39f0788bcd8333f714ddb4a9d86dd57caa5396d657cfabcd8336e6db74d1ed07 [INFO] running `Command { std: "docker" "start" "-a" "39f0788bcd8333f714ddb4a9d86dd57caa5396d657cfabcd8336e6db74d1ed07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39f0788bcd8333f714ddb4a9d86dd57caa5396d657cfabcd8336e6db74d1ed07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39f0788bcd8333f714ddb4a9d86dd57caa5396d657cfabcd8336e6db74d1ed07", kill_on_drop: false }` [INFO] [stdout] 39f0788bcd8333f714ddb4a9d86dd57caa5396d657cfabcd8336e6db74d1ed07 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0858265cf38f3386d3dce5219a84a3d4cda332e265c9e7eba87f594d5e036399 [INFO] running `Command { std: "docker" "start" "-a" "0858265cf38f3386d3dce5219a84a3d4cda332e265c9e7eba87f594d5e036399", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling tracing-core v0.1.22 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling serde_json v1.0.78 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling rustls-pemfile v0.2.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling serenity v0.10.10 (https://github.com/serenity-rs/serenity?branch=next#8de7f6f2) [INFO] [stderr] Compiling typemap_rev v0.1.5 [INFO] [stderr] Compiling anyhow v1.0.53 [INFO] [stderr] Compiling virtue v0.0.4 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling bincode_derive v2.0.0-beta.2 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling sled v0.34.7 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling bincode v2.0.0-beta.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.8 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki-roots v0.22.2 [INFO] [stderr] Compiling rustls v0.20.2 [INFO] [stderr] Compiling darling_core v0.12.4 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.19 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling tokio v1.16.1 [INFO] [stderr] Compiling darling_macro v0.12.4 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling darling v0.12.4 [INFO] [stderr] Compiling tracing v0.1.30 [INFO] [stderr] Compiling poise_macros v0.1.0 (https://github.com/kangalioo/poise?branch=develop#cdc83d80) [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-rustls v0.23.2 [INFO] [stderr] Compiling h2 v0.3.11 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling dashmap v4.0.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling tungstenite v0.16.0 [INFO] [stderr] Compiling async-tungstenite v0.16.1 [INFO] [stderr] Compiling hyper v0.14.17 [INFO] [stderr] Compiling hyper-rustls v0.23.0 [INFO] [stderr] Compiling reqwest v0.11.9 [INFO] [stderr] Compiling poise v0.1.0 (https://github.com/kangalioo/poise?branch=develop#cdc83d80) [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/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/bin/rustc --crate-name serenity --edition=2018 /opt/rustwide/cargo-home/git/checkouts/serenity-f1bb9963890f3450/8de7f6f/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="client"' --cfg 'feature="collector"' --cfg 'feature="dashmap"' --cfg 'feature="flate2"' --cfg 'feature="gateway"' --cfg 'feature="http"' --cfg 'feature="model"' --cfg 'feature="parking_lot"' --cfg 'feature="reqwest"' --cfg 'feature="rustls_backend"' --cfg 'feature="rustls_backend_marker"' --cfg 'feature="tokio"' --cfg 'feature="typemap_rev"' --cfg 'feature="unstable_discord_api"' --cfg 'feature="utils"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("absolute_ratelimits", "async-tungstenite", "async-tungstenite_compat", "base64", "builder", "bytes", "bytes_compat", "cache", "client", "collector", "command_attr", "dashmap", "default", "default_native_tls", "default_native_tls_tokio_0_2", "default_no_backend", "default_tokio_0_2", "extras", "flate2", "framework", "gateway", "http", "levenshtein", "model", "native_tls_backend", "native_tls_backend_marker", "native_tls_tokio_0_2_backend", "parking_lot", "reqwest", "reqwest_compat", "rustls_backend", "rustls_backend_marker", "rustls_tokio_0_2_backend", "serenity-voice-model", "simd-json", "simdjson", "standard_framework", "static_assertions", "time", "tokio", "tokio_compat", "typemap_rev", "unstable_discord_api", "utils", "uwl", "voice", "voice-model"))' -C metadata=d95e6a902dcdc7d0 -C extra-filename=-f8089df139080989 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f9d471ce8366c3a9.so --extern async_tungstenite=/opt/rustwide/target/debug/deps/libasync_tungstenite-63480ac85f8b03b5.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-beb813779272318b.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-e2b4db6c651223da.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-8210432e63828fd8.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-0992c865fac079d1.rmeta --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-d3908c4a7d4bb784.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-74af80c93ba038e0.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-1bd49d7206416be4.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-2ae9ff56ceb854d4.rmeta --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-4d4e94e1df015853.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-c4c9bbddaf346b03.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-d8e5e041794fd24f.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-a16f62417578bc49.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-d3c6d817a674f6b3.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-1fe4939a1d5b8904.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-717b6d3af9d9f0fc.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-e173cc42ebdf1480.rmeta --extern typemap_rev=/opt/rustwide/target/debug/deps/libtypemap_rev-6393db246c94b25b.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-730d179c4520d5ac.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-977f3dc9bdabf8a1/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "0858265cf38f3386d3dce5219a84a3d4cda332e265c9e7eba87f594d5e036399", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0858265cf38f3386d3dce5219a84a3d4cda332e265c9e7eba87f594d5e036399", kill_on_drop: false }` [INFO] [stdout] 0858265cf38f3386d3dce5219a84a3d4cda332e265c9e7eba87f594d5e036399