[INFO] cloning repository https://github.com/natsukagami/youmubot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/natsukagami/youmubot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnatsukagami%2Fyoumubot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnatsukagami%2Fyoumubot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ed440d0a692a958e8e37829ffaff0d255c417294 [INFO] testing natsukagami/youmubot against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnatsukagami%2Fyoumubot" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/natsukagami/youmubot on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/natsukagami/youmubot [INFO] finished tweaking git repo https://github.com/natsukagami/youmubot [INFO] tweaked toml for git repo https://github.com/natsukagami/youmubot written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/natsukagami/youmubot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4a1c57f912fb2d1a4132534cfa428ec456d1e76a74aa7dbbb180b6a5de09b703 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4a1c57f912fb2d1a4132534cfa428ec456d1e76a74aa7dbbb180b6a5de09b703", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a1c57f912fb2d1a4132534cfa428ec456d1e76a74aa7dbbb180b6a5de09b703", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a1c57f912fb2d1a4132534cfa428ec456d1e76a74aa7dbbb180b6a5de09b703", kill_on_drop: false }` [INFO] [stdout] 4a1c57f912fb2d1a4132534cfa428ec456d1e76a74aa7dbbb180b6a5de09b703 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3675fa7c0c0798a9d222b649e9dacedb3e5b374b5790020d71e509e5e21f47fc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3675fa7c0c0798a9d222b649e9dacedb3e5b374b5790020d71e509e5e21f47fc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.85 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling encoding_rs v0.8.26 [INFO] [stderr] Compiling whoami v1.1.1 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling utf-8 v0.7.5 [INFO] [stderr] Compiling dtoa v0.4.7 [INFO] [stderr] Compiling serenity v0.10.9 [INFO] [stderr] Compiling typemap_rev v0.1.4 [INFO] [stderr] Compiling uwl v0.6.0 [INFO] [stderr] Compiling tokio v1.4.0 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling thread_local v1.1.2 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling ahash v0.6.3 [INFO] [stderr] Compiling tinyvec v1.1.1 [INFO] [stderr] Compiling input_buffer v0.3.1 [INFO] [stderr] Compiling hashlink v0.6.0 [INFO] [stderr] Compiling http-body v0.4.0 [INFO] [stderr] Compiling spinning_top v0.2.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling lexical-core v0.7.5 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling sha-1 v0.9.3 [INFO] [stderr] Compiling sha2 v0.9.3 [INFO] [stderr] Compiling crossbeam-queue v0.3.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.7 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling unicode-normalization v0.1.16 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling libsqlite3-sys v0.20.1 [INFO] [stderr] Compiling oppai-rs v0.2.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling dashmap v4.0.2 [INFO] [stderr] Compiling rand_core v0.6.1 [INFO] [stderr] Compiling nanorand v0.5.2 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling atoi v0.4.0 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling url v2.2.0 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling tungstenite v0.11.1 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling rustls v0.19.0 [INFO] [stderr] Compiling webpki-roots v0.21.0 [INFO] [stderr] Compiling webpki-roots v0.20.0 [INFO] [stderr] Compiling sqlformat v0.1.6 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling futures-macro v0.3.12 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling pin-project-internal v1.0.5 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] Compiling command_attr v0.3.7 [INFO] [stderr] Compiling futures-util v0.3.12 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling pin-project v1.0.5 [INFO] [stderr] Compiling tracing v0.1.25 [INFO] [stderr] Compiling flume v0.10.1 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling futures-executor v0.3.12 [INFO] [stderr] Compiling futures v0.3.12 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-util v0.6.3 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tokio-stream v0.1.5 [INFO] [stderr] Compiling sqlx-rt v0.3.0 [INFO] [stderr] Compiling async-tungstenite v0.11.0 [INFO] [stderr] Compiling h2 v0.3.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling serde_yaml v0.8.16 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling rustbreak v2.0.0 [INFO] [stderr] Compiling sqlx-core v0.5.1 [INFO] [stderr] Compiling hyper v0.14.2 [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling sqlx-macros v0.5.1 [INFO] [stderr] Compiling reqwest v0.11.0 [INFO] [stderr] Compiling codeforces v0.3.1 [INFO] [stderr] Compiling sqlx v0.5.1 [INFO] [stderr] Compiling youmubot-db-sql v0.1.0 (/opt/rustwide/workdir/youmubot-db-sql) [INFO] [stderr] Compiling youmubot-db v0.1.0 (/opt/rustwide/workdir/youmubot-db) [INFO] [stderr] Compiling youmubot-prelude v0.1.0 (/opt/rustwide/workdir/youmubot-prelude) [INFO] [stderr] Compiling youmubot-osu v0.1.0 (/opt/rustwide/workdir/youmubot-osu) [INFO] [stderr] Compiling youmubot-core v0.1.0 (/opt/rustwide/workdir/youmubot-core) [INFO] [stderr] Compiling youmubot-cf v0.1.0 (/opt/rustwide/workdir/youmubot-cf) [INFO] [stderr] error: could not compile `serenity` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name serenity --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="command_attr"' --cfg 'feature="default"' --cfg 'feature="default_no_backend"' --cfg 'feature="flate2"' --cfg 'feature="framework"' --cfg 'feature="gateway"' --cfg 'feature="http"' --cfg 'feature="model"' --cfg 'feature="reqwest"' --cfg 'feature="rustls_backend"' --cfg 'feature="rustls_backend_marker"' --cfg 'feature="standard_framework"' --cfg 'feature="static_assertions"' --cfg 'feature="tokio"' --cfg 'feature="typemap_rev"' --cfg 'feature="url"' --cfg 'feature="utils"' --cfg 'feature="uwl"' -C metadata=a355ddb18adfb9da -C extra-filename=-a355ddb18adfb9da --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-0438204f36b57e8e.so --extern async_tungstenite=/opt/rustwide/target/debug/deps/libasync_tungstenite-c6d2a36398e77bd0.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-4563507a4eb0b4b2.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-6d05264d59b50f7f.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-486dd913f668f7b5.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-b3e17a52cb19bc11.rmeta --extern command_attr=/opt/rustwide/target/debug/deps/libcommand_attr-2a3a99a520f2ec7f.so --extern flate2=/opt/rustwide/target/debug/deps/libflate2-2f85ab0196021da7.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-d0169b18597fda45.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-e4d6d4dee3e2b894.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-9780166c9d6bf44e.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-e5558a277d22e69f.rmeta --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-c94e2eb84119cf0b.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-39181d9444691267.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-ce82a26c08fae4c2.rmeta --extern typemap_rev=/opt/rustwide/target/debug/deps/libtypemap_rev-cec23fd87206e319.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-ccefdc4fb9808b38.rmeta --extern uwl=/opt/rustwide/target/debug/deps/libuwl-e2d5620dafdd4ea2.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-8e08546d2129372b/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3675fa7c0c0798a9d222b649e9dacedb3e5b374b5790020d71e509e5e21f47fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3675fa7c0c0798a9d222b649e9dacedb3e5b374b5790020d71e509e5e21f47fc", kill_on_drop: false }` [INFO] [stdout] 3675fa7c0c0798a9d222b649e9dacedb3e5b374b5790020d71e509e5e21f47fc