[INFO] cloning repository https://github.com/willdoescode/rust-discord-bot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/willdoescode/rust-discord-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwilldoescode%2Frust-discord-bot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwilldoescode%2Frust-discord-bot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ebf925d3d962e70b1d020d40788610158ab0dcf5 [INFO] testing willdoescode/rust-discord-bot against try#7af779037716ae4125ceabb429791b4cf5dd0a43 for pr-136932 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwilldoescode%2Frust-discord-bot" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/willdoescode/rust-discord-bot on toolchain 7af779037716ae4125ceabb429791b4cf5dd0a43 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/willdoescode/rust-discord-bot [INFO] finished tweaking git repo https://github.com/willdoescode/rust-discord-bot [INFO] tweaked toml for git repo https://github.com/willdoescode/rust-discord-bot written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/willdoescode/rust-discord-bot 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" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 74f201df356361fa89bff7450648a1d7f5fab452b5cd9ab82c13be6ef3021a1a [INFO] running `Command { std: "docker" "start" "-a" "74f201df356361fa89bff7450648a1d7f5fab452b5cd9ab82c13be6ef3021a1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "74f201df356361fa89bff7450648a1d7f5fab452b5cd9ab82c13be6ef3021a1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74f201df356361fa89bff7450648a1d7f5fab452b5cd9ab82c13be6ef3021a1a", kill_on_drop: false }` [INFO] [stdout] 74f201df356361fa89bff7450648a1d7f5fab452b5cd9ab82c13be6ef3021a1a [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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3863f1ff0451d57afe8fa3dfded0658b3ff694392cd6aaaac8bfc25e9349d969 [INFO] running `Command { std: "docker" "start" "-a" "3863f1ff0451d57afe8fa3dfded0658b3ff694392cd6aaaac8bfc25e9349d969", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.59 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling log v0.4.13 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling pin-project-lite v0.2.4 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling futures-core v0.3.12 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling tokio v1.1.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling futures-sink v0.3.12 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling mio v0.7.7 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling http v0.2.3 [INFO] [stderr] Compiling ring v0.16.19 [INFO] [stderr] Compiling futures-channel v0.3.12 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling futures-task v0.3.12 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling serde_derive v1.0.121 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling futures-io v0.3.12 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling tinyvec v1.1.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling serde v1.0.121 [INFO] [stderr] Compiling form_urlencoded v1.0.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling unicode-normalization v0.1.16 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling http-body v0.4.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling encoding_rs v0.8.26 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling url v2.2.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling sha-1 v0.9.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling input_buffer v0.3.1 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling utf-8 v0.7.5 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling rand_core v0.6.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 tungstenite v0.11.1 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling ipnet v2.3.0 [INFO] [stderr] Compiling serenity v0.10.2 [INFO] [stderr] Compiling flate2 v1.0.19 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling uwl v0.6.0 [INFO] [stderr] Compiling typemap_rev v0.1.4 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling rand v0.8.2 [INFO] [stderr] Compiling tokio-macros v1.0.0 [INFO] [stderr] Compiling futures-macro v0.3.12 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling async-stream-impl v0.3.0 [INFO] [stderr] Compiling pin-project-internal v1.0.4 [INFO] [stderr] Compiling futures-util v0.3.12 [INFO] [stderr] Compiling async-stream v0.3.0 [INFO] [stderr] Compiling command_attr v0.3.3 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling pin-project v1.0.4 [INFO] [stderr] Compiling futures v0.3.12 [INFO] [stderr] Compiling tokio-stream v0.1.2 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling async-tungstenite v0.11.0 [INFO] [stderr] Compiling tokio-util v0.6.2 [INFO] [stderr] Compiling h2 v0.3.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling hyper v0.14.2 [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling reqwest v0.11.0 [INFO] [stderr] Compiling rust-discord-bot v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `array_map` has been stable since 1.55.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(array_map)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcKQ6qyC/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{librand-cd66ba5dae2fe293.rlib,librand_chacha-fcbfc7546bf61c13.rlib,librand_core-61c5e8ebafd4cb9f.rlib,libgetrandom-a5681faed72f0581.rlib,libserenity-a85edcecc89395ce.rlib,libstatic_assertions-d53a9977dc6e27e5.rlib,libuwl-4c15440b20717405.rlib,libtypemap_rev-0869690f72d2d294.rlib,libbitflags-ee4b6a8effb9c17a.rlib,libchrono-d6c0caa0c6dbe58b.rlib,libnum_integer-92d03ba97d0e17dc.rlib,libnum_traits-671bac53844c4298.rlib,libtime-26ac872f2fa9b27b.rlib,libreqwest-c9af0b101e6b6afa.rlib,libhyper_rustls-caa8cf3877126db8.rlib,libserde_urlencoded-be9ffd7466b0f9db.rlib,libwebpki_roots-ab13d26b26dbc3a0.rlib,libipnet-2899bbbe6ec4910c.rlib,libencoding_rs-e4880781975a7cf5.rlib,libmime_guess-01d46adae22d546b.rlib,libunicase-cce93eac132f2caa.rlib,libmime-2ae9ff56ceb854d4.rlib,libhyper-4173d30ea71c09ac.rlib,libwant-7d366489ed31343e.rlib,libtry_lock-ca4bbeb1dc9ff31a.rlib,libsocket2-85796eca1488da19.rlib,libh2-d679e7bf03bf4781.rlib,libtracing_futures-95e08b1d0a1d20ea.rlib,libpin_project-e81ad09d039eae15.rlib,libindexmap-7a972742a12cfaad.rlib,libhashbrown-fd3d74b5fbd7cbb8.rlib,libtokio_util-aabf821b9bd59454.rlib,libtokio_stream-dc9cf8f9597f1ff1.rlib,libasync_stream-28fb4948dbe7189d.rlib,libtower_service-2dc84133e3370862.rlib,libhttp_body-d5e16f8dc0a0f20b.rlib,libfutures-a062311bc1a2b17b.rlib,libtracing-af1fc20a8df12f15.rlib,libtracing_core-0db1229f2ddeb8e9.rlib,liblazy_static-2bb390fee0230a38.rlib,libasync_tungstenite-96d601b55b3f50bd.rlib,libwebpki_roots-111b0c58f8594219.rlib,libpin_project-76c83d811fdd2d18.rlib,libtokio_rustls-90cb51141f925fe6.rlib,librustls-35db18aba22eec22.rlib,libbase64-beb813779272318b.rlib,libsct-a10cadfc279e9c20.rlib,libwebpki-d3a14f0746ffb512.rlib,libring-43ab078635992609.rlib,libspin-bd5c65b66a03de3f.rlib,libuntrusted-4c6cc551cc2c6e70.rlib,libtokio-4669c95be28d240e.rlib,libsignal_hook_registry-0aef9b1a22fbf635.rlib,libnum_cpus-b2d3447437bebf7d.rlib,libmio-f84bd7117cb4dc75.rlib,libparking_lot-c6d9e54df9107c6c.rlib,libparking_lot_core-9b5edc08ac188f54.rlib,libsmallvec-97844d2104066b54.rlib,liblock_api-96daaf05e0aaf24f.rlib,libscopeguard-43643e546252cd47.rlib,libinstant-b4b0d3068b8068e8.rlib,libfutures_util-5954dc4cd7edfe6c.rlib,libmemchr-927b78ea32a27f52.rlib,libslab-ab64617c0d711aec.rlib,libfutures_channel-6602dd97749f87e8.rlib,libpin_project_lite-529db46f6949228e.rlib,libfutures_sink-e293451abe267756.rlib,libfutures_task-a3b0911946a5885a.rlib,libonce_cell-9653ed29e0a56f6d.rlib,libpin_utils-9a5791cba021167a.rlib,libfutures_core-60c908e5c790c2e2.rlib,libfutures_io-3b806d0614009be9.rlib,libtungstenite-17404c5fda326804.rlib,librand-5ee699203fd4d044.rlib,librand_chacha-ecdd18dc32293a80.rlib,libppv_lite86-88ed22677a4c0286.rlib,librand_core-6a167bb3ced5729b.rlib,libgetrandom-7999753772acd7f3.rlib,liblibc-0c4c428d5aa52677.rlib,libutf8-d0cbfebd382bce9a.rlib,libbyteorder-b8fb46ba98e015ee.rlib,libsha1-e3fe7078325c09c9.rlib,libopaque_debug-c0b21531799dfcb1.rlib,libcpuid_bool-1000632859c102b2.rlib,libblock_buffer-05a55351cd165867.rlib,libdigest-f0cd1e736c18aa56.rlib,libgeneric_array-500f646ccf068762.rlib,libtypenum-6ccc0ab738201d7c.rlib,libbase64-caf00e5e782a09dd.rlib,libinput_buffer-63eee0720de3d9bf.rlib,libbytes-28d97c987ff6326d.rlib,libhttparse-906c334f136f369e.rlib,liburl-8650222b019803ff.rlib,libidna-f8ad2083663d1b7c.rlib,libunicode_normalization-1cd151dfe1cc89e1.rlib,libtinyvec-cc703199c7cf89c8.rlib,libtinyvec_macros-cc8e196d6b1e57fc.rlib,libunicode_bidi-908b1a6e40a8cf52.rlib,libform_urlencoded-b614963d493e74e2.rlib,libpercent_encoding-d8e5e041794fd24f.rlib,libmatches-ae807cfe442355e3.rlib,liblog-91f3e9bc29914602.rlib,libcfg_if-7e9efee4241be1ca.rlib,libhttp-523e4cbde37c0458.rlib,libbytes-847a4bb13ea8f656.rlib,libfnv-2d77ec4f6f971b24.rlib,libflate2-cea55371d109f24c.rlib,libminiz_oxide-cedd2739a3a746ed.rlib,libadler-b552001441393eae.rlib,libcrc32fast-fb2004b3379a92cb.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libserde_json-11e30e324d955231.rlib,libryu-f3aba87160ed1f5c.rlib,libitoa-3b4277173c45fbe4.rlib,libserde-ab72b4433507944e.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-578256995a49de19/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rust_discord_bot-9cb9339325b3dca1" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-discord-bot` (bin "rust-discord-bot") due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "3863f1ff0451d57afe8fa3dfded0658b3ff694392cd6aaaac8bfc25e9349d969", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3863f1ff0451d57afe8fa3dfded0658b3ff694392cd6aaaac8bfc25e9349d969", kill_on_drop: false }` [INFO] [stdout] 3863f1ff0451d57afe8fa3dfded0658b3ff694392cd6aaaac8bfc25e9349d969