[INFO] cloning repository https://github.com/usagrada/osero [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/usagrada/osero" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fusagrada%2Fosero", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fusagrada%2Fosero'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 01fa1f5937358ab50636e3e0393d07b6b14acf56 [INFO] testing usagrada/osero against 1.84.0 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fusagrada%2Fosero" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/usagrada/osero on toolchain 1.84.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/usagrada/osero [INFO] finished tweaking git repo https://github.com/usagrada/osero [INFO] tweaked toml for git repo https://github.com/usagrada/osero written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/usagrada/osero 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" "+1.84.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded actix-web-actors v3.0.0 [INFO] [stderr] Downloaded v_escape_derive v0.8.5 [INFO] [stderr] Downloaded actix-cors v0.5.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec2a74a527fece378eecf9bae7e267fbe09b04dcf65f070216fd85335da5bc1e [INFO] running `Command { std: "docker" "start" "-a" "ec2a74a527fece378eecf9bae7e267fbe09b04dcf65f070216fd85335da5bc1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec2a74a527fece378eecf9bae7e267fbe09b04dcf65f070216fd85335da5bc1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec2a74a527fece378eecf9bae7e267fbe09b04dcf65f070216fd85335da5bc1e", kill_on_drop: false }` [INFO] [stdout] ec2a74a527fece378eecf9bae7e267fbe09b04dcf65f070216fd85335da5bc1e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 45c0c6ed066634c15128a2ec484979fd5485b480f1ce9ec06d44a1610eb813e7 [INFO] running `Command { std: "docker" "start" "-a" "45c0c6ed066634c15128a2ec484979fd5485b480f1ce9ec06d44a1610eb813e7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling pin-project-internal v0.4.28 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling instant v0.1.11 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling tinyvec v1.5.0 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling cc v1.0.71 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling derive_more v0.99.16 [INFO] [stderr] Compiling actix-macros v0.1.3 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling pin-project v0.4.28 [INFO] [stderr] Compiling actix-codec v0.3.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling bytestring v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling actix-threadpool v0.3.3 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling actix-web-codegen v0.4.0 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling actix-service v1.0.6 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling trust-dns-proto v0.19.7 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling v_escape v0.15.0 [INFO] [stderr] Compiling actix-utils v2.0.0 [INFO] [stderr] Compiling v_escape_derive v0.8.5 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling actix-server v1.0.4 [INFO] [stderr] Compiling actix-tls v2.0.0 [INFO] [stderr] Compiling buf-min v0.4.0 [INFO] [stderr] Compiling v_htmlescape v0.12.0 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling actix_derive v0.5.0 [INFO] [stderr] Compiling trust-dns-resolver v0.19.7 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling actix-connect v2.0.0 [INFO] [stderr] Compiling actix v0.10.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling actix-router v0.2.7 [INFO] [stderr] Compiling actix-http v2.2.1 [INFO] [stderr] Compiling awc v2.0.3 [INFO] [stderr] Compiling actix-web v3.3.2 [INFO] [stderr] Compiling actix-web-actors v3.0.0 [INFO] [stderr] Compiling actix-cors v0.5.4 [INFO] [stderr] Compiling actix-files v0.5.0 [INFO] [stderr] Compiling rust-socket v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `bfs` is never used [INFO] [stdout] --> src/osero.rs:64:6 [INFO] [stdout] | [INFO] [stdout] 15 | impl Fields { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 64 | fn bfs(&mut self) {} [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static is discouraged [INFO] [stdout] --> src/main.rs:48:38 [INFO] [stdout] | [INFO] [stdout] 48 | let result = FIELD.calc(v); [INFO] [stdout] | ^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.84.0-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/rustcZo0iRN/symbols.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.rust_socket.b2fa53ae7a7b614d-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.rust_socket.b2fa53ae7a7b614d-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.rust_socket.b2fa53ae7a7b614d-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.rust_socket.b2fa53ae7a7b614d-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.rust_socket.b2fa53ae7a7b614d-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.rust_socket.b2fa53ae7a7b614d-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.rust_socket.b2fa53ae7a7b614d-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.rust_socket.b2fa53ae7a7b614d-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.rust_socket.b2fa53ae7a7b614d-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.rust_socket.b2fa53ae7a7b614d-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.rust_socket.b2fa53ae7a7b614d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.rust_socket.b2fa53ae7a7b614d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.rust_socket.b2fa53ae7a7b614d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.rust_socket.b2fa53ae7a7b614d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.rust_socket.b2fa53ae7a7b614d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.rust_socket.b2fa53ae7a7b614d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b.44ltvw10s2q9eq7ryidbq2au4.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libactix_web_actors-000211cf4d111bb8.rlib" "/opt/rustwide/target/debug/deps/libactix_files-172c62730652d8f0.rlib" "/opt/rustwide/target/debug/deps/libv_htmlescape-ff048912c481f075.rlib" "/opt/rustwide/target/debug/deps/libv_escape-48a4d94a3863864f.rlib" "/opt/rustwide/target/debug/deps/libbuf_min-67eba64330ddda86.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-cf3f5a7c2fe6a6ce.rlib" "/opt/rustwide/target/debug/deps/libunicase-edf433e2e59c9fb0.rlib" "/opt/rustwide/target/debug/deps/libactix_cors-dfd186ceb65e6a24.rlib" "/opt/rustwide/target/debug/deps/libactix_web-128d9929b963ed29.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-f28b3b8c77d84f45.rlib" "/opt/rustwide/target/debug/deps/libawc-708c758a19703ba2.rlib" "/opt/rustwide/target/debug/deps/libactix_server-f8d07a6cccdb45a3.rlib" "/opt/rustwide/target/debug/deps/libsocket2-126536ebf429f944.rlib" "/opt/rustwide/target/debug/deps/libactix_router-754bdb084bb639a6.rlib" "/opt/rustwide/target/debug/deps/libbytestring-abb5c21534c5aa25.rlib" "/opt/rustwide/target/debug/deps/libactix_http-b6fd16561d342e2f.rlib" "/opt/rustwide/target/debug/deps/libbase64-7760247393b529ea.rlib" "/opt/rustwide/target/debug/deps/libhttparse-37cfeca29f9f7ea4.rlib" "/opt/rustwide/target/debug/deps/libsha1-a304f3be7418f6b9.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-10215846cf3cd1b4.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-b3ae2ae70e9b335f.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-b04bdfba4ece328d.rlib" "/opt/rustwide/target/debug/deps/libdigest-45920688d3b030b8.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-08b8d7c062efe4a5.rlib" "/opt/rustwide/target/debug/deps/libtypenum-3e9bd52ccb309895.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-efd0da5fdf25fe4f.rlib" "/opt/rustwide/target/debug/deps/libserde_json-b0ac5b71eeb593e5.rlib" "/opt/rustwide/target/debug/deps/libryu-41fbb0405ad23523.rlib" "/opt/rustwide/target/debug/deps/libcookie-e15221f5aef4faea.rlib" "/opt/rustwide/target/debug/deps/libserde-8158b7790e4b10ca.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-30666c8f8858d4bd.rlib" "/opt/rustwide/target/debug/deps/libregex-cc0605a6bc3b490f.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-9e2af2b803b7e237.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-202b6f92cc006935.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-44a818e4f94ce306.rlib" "/opt/rustwide/target/debug/deps/libmime-4bcbece52c10d809.rlib" "/opt/rustwide/target/debug/deps/libflate2-4d100691e445a223.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-4b839487ec164865.rlib" "/opt/rustwide/target/debug/deps/libadler-6e2239da07b4bf7a.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-0442fea8d77e5ee4.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-1f4bc9e733c56aaa.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-c9ca9305438720b5.rlib" "/opt/rustwide/target/debug/deps/libtime-72d702519b4af5f4.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-1c14017a170a6dfa.rlib" "/opt/rustwide/target/debug/deps/libstandback-0c186cd7564000a1.rlib" "/opt/rustwide/target/debug/deps/libfxhash-2bc16303050237e9.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-d8637429f7f8153b.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-c4cb26e7fa445f56.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-69e3eb69dc871476.rlib" "/opt/rustwide/target/debug/deps/libeither-bc0d4907aa8c3166.rlib" "/opt/rustwide/target/debug/deps/libh2-cc124d4a29b7561a.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-1d6b62438944dfb0.rlib" "/opt/rustwide/target/debug/deps/libtracing-fe2d7e99d5584329.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-59077da571647e8b.rlib" "/opt/rustwide/target/debug/deps/libindexmap-e39f9dff05fdf3e9.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-c7cbea886edfb9b5.rlib" "/opt/rustwide/target/debug/deps/libhttp-c505125ef8c81002.rlib" "/opt/rustwide/target/debug/deps/libitoa-33c38cd26ab78d22.rlib" "/opt/rustwide/target/debug/deps/libbytes-24876783b36c99b7.rlib" "/opt/rustwide/target/debug/deps/libactix_service-012a0e4138d2364b.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-2722af05f5fec660.rlib" "/opt/rustwide/target/debug/deps/libpin_project-309d873f39aceded.rlib" "/opt/rustwide/target/debug/deps/libactix-92adabe608393d2d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-a21cdbc75157d299.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-936d42b8bdd000d6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-8d8d71efd61244eb.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-57556aa9f882c175.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-ba75c555afaf325c.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-f07d56c2b4b76ef3.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-c4317695f4b23835.rlib" "/opt/rustwide/target/debug/deps/libhostname-06fb89f572f1545a.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-6af12c4ad54ee2aa.rlib" "/opt/rustwide/target/debug/deps/libquick_error-f65da788bd712813.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-625c1966a67059ae.rlib" "/opt/rustwide/target/debug/deps/librand-45162b5ebe7899d0.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-32259c2ba5070c31.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-c1efe21492a94d5f.rlib" "/opt/rustwide/target/debug/deps/librand_core-40df094ed8c65a7f.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-f4298d4070386b7d.rlib" "/opt/rustwide/target/debug/deps/liburl-c7becce8a2d3c6f8.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-69513cc842ae9b3d.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a0ca4bc71d2a5e52.rlib" "/opt/rustwide/target/debug/deps/libidna-a94955f4d5c3a11d.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-32e29af58757a53e.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-0c340b317d67472d.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-092535495408a9a1.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-58e09e042ec27ee9.rlib" "/opt/rustwide/target/debug/deps/libmatches-d94bf27bbd1551a4.rlib" "/opt/rustwide/target/debug/deps/libthiserror-7c0d6f15f70e33a1.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-e2898c56ef8f57fe.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-c312f4726fa0745b.rlib" "/opt/rustwide/target/debug/deps/libfutures-abd28d3a4a71f1a6.rlib" "/opt/rustwide/target/debug/deps/libpin_project-a33da34387e75f9e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-2169ba44ab025064.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-2a140d9396a8bada.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-679bc0edd16b993b.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-8af761ec2e94ae3b.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-2ebf07afb4e80c71.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-6af5177a19457a7c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-b6ae23134f9c42ea.rlib" "/opt/rustwide/target/debug/deps/liblock_api-3308c45693996f49.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-82059f033d9c8a99.rlib" "/opt/rustwide/target/debug/deps/libinstant-4a61f5e8d8afeb48.rlib" "/opt/rustwide/target/debug/deps/libtokio-31878386499ccec3.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-24e0034ea650e770.rlib" "/opt/rustwide/target/debug/deps/libfnv-dfe83f35af277293.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-09e2a212bb11fe29.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-c71c7d3baff721e2.rlib" "/opt/rustwide/target/debug/deps/libmio-dc2c85840a95310d.rlib" "/opt/rustwide/target/debug/deps/liblog-645ea4878d94637b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1caf228b3233c4a9.rlib" "/opt/rustwide/target/debug/deps/libiovec-1e6466f6db71343e.rlib" "/opt/rustwide/target/debug/deps/libnet2-3a280f707b88f98a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-066b54dcc0b2baaf.rlib" "/opt/rustwide/target/debug/deps/liblibc-c44d0d038b102b44.rlib" "/opt/rustwide/target/debug/deps/libbytes-54cb0554db295fdc.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-958807cdeb8a4ad3.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-eba78cda0ce34418.rlib" "/opt/rustwide/target/debug/deps/libcopyless-eee1b0c1c56384a5.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-be1bbac90e78e33c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-89184f34be94da89.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-f1e895c3d0646ef3.rlib" "/opt/rustwide/target/debug/deps/libslab-78f7f85390c36415.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-bfb6a13f8012e619.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-c41a1638fad3632f.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-cd7995bff5c53296.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-2eed3e6b3c0ea3d0.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-007bb49fc1fafaf0.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-597aff10ec6d4ace.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-057643b1ee86c6e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8e63f34add4b5f76.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8f13995dfe88b143.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-45742ba23c5ac84b.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-bea85df8985bb2f0.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-042a1cb2143833ef.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-092847c11df9843e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-766a7f754c8a7b1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-9b015ab0e459320f.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5742b2ff1aee27a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d03b432324732a0e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-7edbe936f6124018.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b3cefab73e1d8804.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a6ffb752c82ede63.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c896c1f3ebd992a5.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-915fd1ebf7e3c376.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-0ca9d0e07c79bf1c.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1e6496089ac34c68.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3d4809363f767eb8.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/brotli-sys-bf627a2cb59c553b/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rust_socket-e07ab3ae4b71fd1b" "-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 `rust-socket` (bin "rust-socket") due to 1 previous error; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "45c0c6ed066634c15128a2ec484979fd5485b480f1ce9ec06d44a1610eb813e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45c0c6ed066634c15128a2ec484979fd5485b480f1ce9ec06d44a1610eb813e7", kill_on_drop: false }` [INFO] [stdout] 45c0c6ed066634c15128a2ec484979fd5485b480f1ce9ec06d44a1610eb813e7