[INFO] cloning repository https://github.com/andrewyazura/zero-to-prod-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andrewyazura/zero-to-prod-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewyazura%2Fzero-to-prod-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewyazura%2Fzero-to-prod-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b9b7bf880e758e0601b18b671d85d308b0594d17 [INFO] testing andrewyazura/zero-to-prod-rust/b9b7bf880e758e0601b18b671d85d308b0594d17 against beta-2024-10-19 for beta-1.83-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewyazura%2Fzero-to-prod-rust" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andrewyazura/zero-to-prod-rust on toolchain beta-2024-10-19 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-10-19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/andrewyazura/zero-to-prod-rust [INFO] finished tweaking git repo https://github.com/andrewyazura/zero-to-prod-rust [INFO] tweaked toml for git repo https://github.com/andrewyazura/zero-to-prod-rust written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/andrewyazura/zero-to-prod-rust 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" "+beta-2024-10-19" "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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 58ce51b6245225b39e49333d9bf4e5f213c9e522af0aaf90e1a032557713f54e [INFO] running `Command { std: "docker" "start" "-a" "58ce51b6245225b39e49333d9bf4e5f213c9e522af0aaf90e1a032557713f54e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "58ce51b6245225b39e49333d9bf4e5f213c9e522af0aaf90e1a032557713f54e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58ce51b6245225b39e49333d9bf4e5f213c9e522af0aaf90e1a032557713f54e", kill_on_drop: false }` [INFO] [stdout] 58ce51b6245225b39e49333d9bf4e5f213c9e522af0aaf90e1a032557713f54e [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3758a5891c6563428cfb66c19f6ec7f89a4c54a9d742350c5551cf00092c76c0 [INFO] running `Command { std: "docker" "start" "-a" "3758a5891c6563428cfb66c19f6ec7f89a4c54a9d742350c5551cf00092c76c0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling bytestring v1.3.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling zstd-safe v7.1.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling local-waker v0.1.4 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling syn v2.0.58 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling jobserver v0.1.30 [INFO] [stderr] Compiling socket2 v0.5.6 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling cc v1.0.94 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling getrandom v0.2.14 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling brotli-decompressor v2.5.1 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling zstd-sys v2.0.10+zstd.1.5.6 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling serde_json v1.0.115 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling brotli v3.5.0 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling actix-router v0.5.2 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling actix-web-codegen v4.2.2 [INFO] [stderr] Compiling tokio v1.37.0 [INFO] [stderr] Compiling zstd v0.13.1 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling actix-rt v2.9.0 [INFO] [stderr] Compiling actix-server v2.3.0 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling actix-http v3.6.0 [INFO] [stderr] Compiling actix-web v4.5.1 [INFO] [stderr] Compiling zero2prod v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.70s [INFO] running `Command { std: "docker" "inspect" "3758a5891c6563428cfb66c19f6ec7f89a4c54a9d742350c5551cf00092c76c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3758a5891c6563428cfb66c19f6ec7f89a4c54a9d742350c5551cf00092c76c0", kill_on_drop: false }` [INFO] [stdout] 3758a5891c6563428cfb66c19f6ec7f89a4c54a9d742350c5551cf00092c76c0 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 08aeba42db82e85e45c889827108dc6254723ec3ecfa985b7a62b29a3b1f27d2 [INFO] running `Command { std: "docker" "start" "-a" "08aeba42db82e85e45c889827108dc6254723ec3ecfa985b7a62b29a3b1f27d2", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling syn v2.0.58 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling base64 v0.22.0 [INFO] [stderr] Compiling rustls-pki-types v1.4.1 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rustls-pemfile v2.1.2 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Compiling http-body v1.0.0 [INFO] [stderr] Compiling http-body-util v0.1.1 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling actix-web-codegen v4.2.2 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling tokio v1.37.0 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling actix-rt v2.9.0 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling actix-server v2.3.0 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling h2 v0.4.4 [INFO] [stderr] Compiling actix-http v3.6.0 [INFO] [stderr] Compiling hyper v1.2.0 [INFO] [stderr] Compiling hyper-util v0.1.3 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.3 [INFO] [stderr] Compiling actix-web v4.5.1 [INFO] [stderr] Compiling zero2prod v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcEWDIeG/symbols.o" "/opt/rustwide/target/debug/deps/zero2prod-a11eb02235faaddf.zero2prod.23ba2055956e62ec-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/zero2prod-a11eb02235faaddf.4x9ljim8v2x9tikfdflt6lcwi.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libzero2prod-33cb215c7c4051bf.rlib" "/opt/rustwide/target/debug/deps/libactix_web-b72254bf787cb03e.rlib" "/opt/rustwide/target/debug/deps/liburl-34e94d54e26c08e0.rlib" "/opt/rustwide/target/debug/deps/libidna-77e463d244e20468.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-184ea3783b9704ed.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-dcbbce603bc23510.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-333661e3b238a9a3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-9b64cff028edaa87.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-58b098f2f840b9e9.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-59e65d5ba0f82c92.rlib" "/opt/rustwide/target/debug/deps/libserde_json-1c33070686be9527.rlib" "/opt/rustwide/target/debug/deps/libryu-4305639b8ee77ec1.rlib" "/opt/rustwide/target/debug/deps/libactix_server-f67e9f36b5895886.rlib" "/opt/rustwide/target/debug/deps/libactix_router-d6c43eac3982b084.rlib" "/opt/rustwide/target/debug/deps/libregex-5d643ad489837c7e.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-65fbcc2e7272c41b.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-7caac28eed5e421d.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-96109dd5bfd35bc9.rlib" "/opt/rustwide/target/debug/deps/libserde-801599ea6e09a99a.rlib" "/opt/rustwide/target/debug/deps/libcookie-b85b27e7b5958089.rlib" "/opt/rustwide/target/debug/deps/libtime-bbd4a6480130db4d.rlib" "/opt/rustwide/target/debug/deps/libtime_core-f368596cca30f67d.rlib" "/opt/rustwide/target/debug/deps/libnum_conv-a312b8300ce88506.rlib" "/opt/rustwide/target/debug/deps/libderanged-7c3aacebfed7a85e.rlib" "/opt/rustwide/target/debug/deps/libpowerfmt-a584063b8a4e44a4.rlib" "/opt/rustwide/target/debug/deps/libactix_http-677ed2cf15a5a228.rlib" "/opt/rustwide/target/debug/deps/librand-f7eb59ad7351d6e8.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-bccc1f25154e9dff.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-6355e3a2f5357626.rlib" "/opt/rustwide/target/debug/deps/librand_core-34efe3f1f128b065.rlib" "/opt/rustwide/target/debug/deps/libhttparse-2dbc320ca65411a3.rlib" "/opt/rustwide/target/debug/deps/libbrotli-c2ea099efda05802.rlib" "/opt/rustwide/target/debug/deps/libbrotli_decompressor-8a96aa2faa68c2d3.rlib" "/opt/rustwide/target/debug/deps/liballoc_stdlib-db2d25da53f2297b.rlib" "/opt/rustwide/target/debug/deps/liballoc_no_stdlib-07772ed8f1252285.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-bf64bff9ff5092d8.rlib" "/opt/rustwide/target/debug/deps/libsha1-7b90341a76349ec7.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-6b5d33967087d885.rlib" "/opt/rustwide/target/debug/deps/libdigest-c84df7ec6d03d262.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-1c810e7ce630e20d.rlib" "/opt/rustwide/target/debug/deps/libcrypto_common-c9a7249a89218cc0.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-8204c0397cddb82b.rlib" "/opt/rustwide/target/debug/deps/libtypenum-b40ba058056b0bf8.rlib" "/opt/rustwide/target/debug/deps/libbase64-83d75e850891a998.rlib" "/opt/rustwide/target/debug/deps/liblocal_channel-af79fc17c96ef0e2.rlib" "/opt/rustwide/target/debug/deps/libbytestring-3dc1ec0a45afa28b.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-72c6ecdc91029a85.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-d9708f87b05a446b.rlib" "/opt/rustwide/target/debug/deps/libahash-9e21074cd05f30ad.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-cd342152f55aa17a.rlib" "/opt/rustwide/target/debug/deps/libzerocopy-2502bccedbc2df3b.rlib" "/opt/rustwide/target/debug/deps/libmime-a9df5a780629fb7d.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-fc63a8437ca6afa3.rlib" "/opt/rustwide/target/debug/deps/libh2-041aa03f626eaca4.rlib" "/opt/rustwide/target/debug/deps/libindexmap-e19a6ae0b23a44bc.rlib" "/opt/rustwide/target/debug/deps/libequivalent-e4dc2e1acc32de2c.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-ad909cf2cd84416e.rlib" "/opt/rustwide/target/debug/deps/libslab-4af98065b6656afb.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-df43793e7c664b11.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-1a324ef029900904.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-e8360a4d12f71807.rlib" "/opt/rustwide/target/debug/deps/libzstd-8049c8b74afe6f26.rlib" "/opt/rustwide/target/debug/deps/libzstd_safe-9fbb884fbeac8469.rlib" "/opt/rustwide/target/debug/deps/libzstd_sys-ea9c5fd9cb383d87.rlib" "/opt/rustwide/target/debug/deps/libflate2-71ab6f2ea7a08515.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-1f2602dec9f12f75.rlib" "/opt/rustwide/target/debug/deps/libadler-eba61f23bb3cdb48.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-16a1d0f57f735d5f.rlib" "/opt/rustwide/target/debug/deps/libactix_service-31063b372025f3e6.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-dc36c600a660f017.rlib" "/opt/rustwide/target/debug/deps/libmemchr-d8470a4b578ef69c.rlib" "/opt/rustwide/target/debug/deps/libbitflags-73a3465e70e0bb19.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-aa1b903dc5e5f294.rlib" "/opt/rustwide/target/debug/deps/libtracing-ea5de4f511cc02e5.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-494c8f77b83eb5be.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-334d739f4e3a4961.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-be8c0dbcc571dd8d.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-5c414e6973e009fd.rlib" "/opt/rustwide/target/debug/deps/liblocal_waker-1f0f762c54949865.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-22056fbbfa9c68f4.rlib" "/opt/rustwide/target/debug/deps/libtokio-decffd8acea0b1f6.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-e65055c3c9bb664e.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-f92a2249bcff4bcb.rlib" "/opt/rustwide/target/debug/deps/libsocket2-c9fa7111cab5edc9.rlib" "/opt/rustwide/target/debug/deps/libmio-2cf68ace7c08f4ba.rlib" "/opt/rustwide/target/debug/deps/liblog-8b73e71086c996a2.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-5eefdd9ad5b9744e.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-56e9154fc1009bbb.rlib" "/opt/rustwide/target/debug/deps/liblibc-db6d1022cbe7c1eb.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-a3e7e701fcd1f47b.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-e47cf4c2f7e4fd50.rlib" "/opt/rustwide/target/debug/deps/liblock_api-68a59d9c05ef3b72.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f937485db0060aca.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-92287217d9698c36.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-b7e48a954509deff.rlib" "/opt/rustwide/target/debug/deps/libhttp-e1844d105c5ab9c1.rlib" "/opt/rustwide/target/debug/deps/libitoa-307f5b8ccbe1a9f3.rlib" "/opt/rustwide/target/debug/deps/libbytes-2732d0fbd5e31f67.rlib" "/opt/rustwide/target/debug/deps/libfnv-953831fe314029b4.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c23a60ad8ad82457.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8075ca78f1ab4d36.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7ce5bb5de1292ec.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-1eb5a29926b5407e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-c87392f211c13f97.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-15b5b2b2c6f086dd.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c2c541cae2b103ab.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-15c1ed2fa5431191.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4d1181c0949c6b3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-6c4974d38bc789f2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-fd2f9881207a1ddb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22ef94d07d56001a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-fe63cadd4ae35992.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-ee98afae2c1a70ca.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ea4b2c81c1419814.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a547f84ff160c665.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-4cf833632aafa84c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-65c2c6d2d6ae570b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-7e3ac74759210e95.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/zstd-sys-eba78d63341b43f3/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/zero2prod-a11eb02235faaddf" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: 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 `zero2prod` (bin "zero2prod") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "08aeba42db82e85e45c889827108dc6254723ec3ecfa985b7a62b29a3b1f27d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08aeba42db82e85e45c889827108dc6254723ec3ecfa985b7a62b29a3b1f27d2", kill_on_drop: false }` [INFO] [stdout] 08aeba42db82e85e45c889827108dc6254723ec3ecfa985b7a62b29a3b1f27d2