[INFO] cloning repository https://github.com/collabora/obs-gitlab-runner [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/collabora/obs-gitlab-runner" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcollabora%2Fobs-gitlab-runner", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcollabora%2Fobs-gitlab-runner'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 58abb8f35fba00f56dc32a1780454cc695496cf8 [INFO] testing collabora/obs-gitlab-runner against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcollabora%2Fobs-gitlab-runner" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/collabora/obs-gitlab-runner on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/collabora/obs-gitlab-runner [INFO] finished tweaking git repo https://github.com/collabora/obs-gitlab-runner [INFO] tweaked toml for git repo https://github.com/collabora/obs-gitlab-runner written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/collabora/obs-gitlab-runner 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-2025-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dc9c7a20c70e7aed1333650d80b7b622f0002d5a463d6b49eed47bc82166e84f [INFO] running `Command { std: "docker" "start" "-a" "dc9c7a20c70e7aed1333650d80b7b622f0002d5a463d6b49eed47bc82166e84f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc9c7a20c70e7aed1333650d80b7b622f0002d5a463d6b49eed47bc82166e84f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc9c7a20c70e7aed1333650d80b7b622f0002d5a463d6b49eed47bc82166e84f", kill_on_drop: false }` [INFO] [stdout] dc9c7a20c70e7aed1333650d80b7b622f0002d5a463d6b49eed47bc82166e84f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 82f2c94bd4d2ece4f5909166c9bee1446d56860b94df50ff64382646f7bb312c [INFO] running `Command { std: "docker" "start" "-a" "82f2c94bd4d2ece4f5909166c9bee1446d56860b94df50ff64382646f7bb312c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Compiling tracing-core v0.1.22 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling zstd-safe v4.1.6+zstd.1.5.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling base64ct v1.0.1 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling password-hash v0.3.2 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling eyre v0.6.6 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling zstd-sys v1.6.3+zstd.1.5.2 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling cipher v0.3.0 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling sha1 v0.10.1 [INFO] [stderr] Compiling aes v0.7.5 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling pbkdf2 v0.10.1 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling owo-colors v3.2.0 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling camino v1.0.7 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling md-5 v0.10.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling base16ct v0.1.1 [INFO] [stderr] Compiling fmt2io v0.2.0 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling shellexpand-fork v2.1.1 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling time v0.3.9 [INFO] [stderr] Compiling bzip2 v0.4.3 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling tokio v1.18.5 [INFO] [stderr] Compiling tracing-attributes v0.1.19 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling clap_derive v3.1.0 [INFO] [stderr] Compiling strum_macros v0.24.0 [INFO] [stderr] Compiling tracing v0.1.30 [INFO] [stderr] Compiling strum_macros v0.23.1 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling strum v0.24.0 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling clap v3.1.0 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling backoff v0.4.0 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling tokio-util v0.7.0 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling h2 v0.3.11 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tracing-serde v0.1.3 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling quick-xml v0.22.0 [INFO] [stderr] Compiling rfc822-like v0.2.1 [INFO] [stderr] Compiling serde_yaml v0.8.23 [INFO] [stderr] Compiling tracing-subscriber v0.3.8 [INFO] [stderr] Compiling tracing-error v0.2.0 [INFO] [stderr] Compiling color-spantrace v0.2.0 [INFO] [stderr] Compiling hyper v0.14.17 [INFO] [stderr] Compiling color-eyre v0.6.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.9 [INFO] [stderr] Compiling open-build-service-api v0.1.0 (https://github.com/collabora/open-build-service-rs#1bb9a29e) [INFO] [stderr] Compiling zstd v0.10.2+zstd.1.5.2 [INFO] [stderr] Compiling zip v0.6.2 [INFO] [stderr] Compiling gitlab-runner v0.0.7 [INFO] [stderr] Compiling obs-gitlab-runner v0.1.8 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcKx9zOu/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{librfc822_like-f4736d24f7370ca2.rlib,libfmt2io-9113f0b7f8b6367a.rlib,libunicode_segmentation-430a21c4383dc97c.rlib,libshell_words-c7c8b88b0c6925bc.rlib,libshellexpand-53d76bf80d3f3d4f.rlib,libdirs_next-7c496e8dc22ced39.rlib,libdirs_sys_next-4dbdcf8f354d9967.rlib,libserde_yaml-fc199ba31e22ba02.rlib,libyaml_rust-9edf40b1a85f8c2b.rlib,liblinked_hash_map-c8825f289c1590f4.rlib,libbackoff-b41bd4442b9f9afd.rlib,librand-d5708bbe57eb3731.rlib,librand_chacha-9bcb216a86556622.rlib,libppv_lite86-f1eaae57f9caf7a8.rlib,libinstant-52a03de02aea7251.rlib,libcamino-7741300f9b401cf8.rlib,libopen_build_service_api-766725cc292adc77.rlib,libbase16ct-45c312e842f43183.rlib,libquick_xml-545de62ec589473b.rlib,libmd5-669077d3b1f20381.rlib,libstrum-aeddb683c412bc9a.rlib,libgitlab_runner-361147c4aed24b8b.rlib,libtempfile-151258b13c3d76db.rlib,libfastrand-bc45a48ef724d650.rlib,libremove_dir_all-5156da311761ea29.rlib,libfutures-be77f5ef20d13943.rlib,libfutures_executor-6929a2b9fc729b4c.rlib,libtokio_util-470f2daefa04e400.rlib,libthiserror-95fa20670d450d5a.rlib,libreqwest-82a7dbf0f33eab7d.rlib,libhyper_tls-f21b04bdd6ca8bec.rlib,libserde_urlencoded-a84de4cbae89e12a.rlib,libipnet-0d129d1b7e0d8c2c.rlib,libtokio_native_tls-950ed16eb060aa86.rlib,libencoding_rs-870cca835c319365.rlib,libbase64-83ca8be32b9f715d.rlib,libmime_guess-ba85c092859382e6.rlib,libunicase-0a5560e076218c84.rlib,libmime-df56754a5ea019bb.rlib,libnative_tls-fc2f82b0f3690475.rlib,libopenssl_probe-5821ed5bfde807ff.rlib,libopenssl-de3daaf25ea904ae.rlib,libbitflags-09131a3e0891448f.rlib,libforeign_types-ce5d663d7c32e748.rlib,libforeign_types_shared-47b443a4583fd949.rlib,libopenssl_sys-d047ad1f17fa0971.rlib,libhyper-c6625556ac4a7c46.rlib,libwant-f4d7e52b1b907006.rlib,libtry_lock-0ea2511cea348424.rlib,libhttparse-e855c82f8cc7f4fb.rlib,libh2-67944dfe73d0dac7.rlib,libtower_service-2b78dc045b8f6a1d.rlib,libfutures_util-f388420b673b3495.rlib,libfutures_io-9f4d68fdf218dc88.rlib,libslab-ab3183b7b9578fcc.rlib,libfutures_channel-be817e22fb6d6f86.rlib,libfutures_task-29239c9efcf27cfd.rlib,libpin_utils-3860774ad9b215b5.rlib,libtokio_util-9c470c0339257336.rlib,libfutures_sink-889779299baa627f.rlib,libtokio-2c1e3ea0d4197463.rlib,libsignal_hook_registry-635b0284c60aa75e.rlib,libnum_cpus-1fa2c0bf2d7306ca.rlib,libsocket2-9f3e5c7d3f1911e9.rlib,libmio-70da1d5a246e633a.rlib,libparking_lot-8c25793f0b15765a.rlib,libparking_lot_core-77a8aa4d0816c6c5.rlib,liblock_api-8e3851d444160ecd.rlib,libscopeguard-e318caba69bf687f.rlib,libhttp_body-cfa579c66aa5edaf.rlib,libfutures_core-bf2667edaa3a3aa5.rlib,liburl-5f60cd85e0d90d2e.rlib,libidna-ca54875848358f9c.rlib,libunicode_normalization-d32e7330504e22f7.rlib,libtinyvec-2a6c6b24abbe13cd.rlib,libtinyvec_macros-36ab4f0266eef07c.rlib,libunicode_bidi-6929fad116314dee.rlib,libform_urlencoded-43181f2d36d09639.rlib,libpercent_encoding-3e08c199980e8244.rlib,libmatches-80dbaef09a125478.rlib,libhttp-b3535c2dd7e7583a.rlib,libbytes-3aba2b4fd6e71b66.rlib,libfnv-79e2cbfbe03dcd16.rlib,libzip-180c1dd62747d85c.rlib,libpbkdf2-c01b33e7afab759f.rlib,libsha2-fcb147da01f276bd.rlib,libpassword_hash-bfd4e5d9da4b9b32.rlib,libbase64ct-b45ece28a02b4f4a.rlib,librand_core-84b0b6f7f0b1f4c2.rlib,libgetrandom-3b46f8ba437af781.rlib,libtime-1cc67ad34e67d1ca.rlib,libzstd-bec6b439786ff74d.rlib,libzstd_safe-ede801ff1a7846aa.rlib,libzstd_sys-7ef8b5dfd2c1f198.rlib,libbzip2-323aba1d21f61911.rlib,libbzip2_sys-6466b52d72e414d6.rlib,libflate2-0da765a065e74bbb.rlib,libcrc32fast-e5de59621c1c9ea3.rlib,libbyteorder-fb36fe721788ce00.rlib,libaes-7253d6785af8b571.rlib,libopaque_debug-1826dab867fa4b9d.rlib,libcipher-483d9985b837e818.rlib,libsha1-5824fcf65108e1be.rlib,libcpufeatures-6b3fb156db66dda0.rlib,libhmac-8d62d99bd206ce05.rlib,libdigest-c00d18c6670c07cf.rlib,libsubtle-e8a5d4b550a2b725.rlib,libblock_buffer-567c0fdfc5bf1733.rlib,libcrypto_common-aa3b1559891c7d9b.rlib,libgeneric_array-c46cbe347fe49132.rlib,libtypenum-35cb3744b4a64b8e.rlib,libconstant_time_eq-beff8cd2de40ca33.rlib,libcolor_eyre-d3c7df532011986f.rlib,libcolor_spantrace-202458e6906653d4.rlib,libtracing_error-2bf5ae2463936135.rlib,libtracing_subscriber-aab9332b776cb83f.rlib,libsmallvec-4d273beb6a432798.rlib,libtracing_serde-4c9b03a55ee928c3.rlib,libserde_json-f7d4fb08d4790605.rlib,libryu-60f963e30936d324.rlib,libitoa-af75672c211b96e4.rlib,libserde-908bff7888da0d4b.rlib,libansi_term-74ae5010905c21da.rlib,libthread_local-0d4fbc5ef2b730bd.rlib,libsharded_slab-77c44ad34d742c30.rlib,libtracing_log-c7751bdfaba8769f.rlib,liblog-34ef9ba83ed67a27.rlib,libtracing-d48d8fe861fa720e.rlib,libpin_project_lite-da79ce0c339de1c0.rlib,libtracing_core-7dab2065b6a2b74d.rlib,libowo_colors-fe5b6182552bee7b.rlib,libeyre-5bd3a05b9beab907.rlib,libindenter-add53b8e51d6428d.rlib,libonce_cell-72b44db854c93879.rlib,libbacktrace-5fdb9a6ed2c2333a.rlib,libminiz_oxide-01129cdd8036a338.rlib,libadler-8a8ce72c9fb247b6.rlib,libobject-81450508ec3c9bc7.rlib,libaddr2line-1225bbde52a84e4d.rlib,libgimli-e286ac2e7b5edbee.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,librustc_demangle-b6b07d3d723455a9.rlib,libclap-946ad7a10f332f6e.rlib,libstrsim-934c6b5db5b11ce4.rlib,libatty-f8b656e267e8a3ff.rlib,liblibc-9f85971a0c30fff9.rlib,libtermcolor-2977040801d16bf2.rlib,libtextwrap-5619fb57b98cc494.rlib,libindexmap-d351c485e1a11271.rlib,libhashbrown-d0e2926e70f85be4.rlib,libos_str_bytes-7970aac8f150f9f1.rlib,libmemchr-3c95261d07c8826e.rlib,libbitflags-ea92b9a71a7e9627.rlib,liblazy_static-af860367908b8176.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" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcKx9zOu/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/bzip2-sys-a02d42271011cc37/out/lib" "-L" "/opt/rustwide/target/debug/build/zstd-sys-3af7913cf8c4e6b6/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/obs_gitlab_runner-38efc0c91ec7f6ee" "-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: /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 `obs-gitlab-runner` (bin "obs-gitlab-runner") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "82f2c94bd4d2ece4f5909166c9bee1446d56860b94df50ff64382646f7bb312c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82f2c94bd4d2ece4f5909166c9bee1446d56860b94df50ff64382646f7bb312c", kill_on_drop: false }` [INFO] [stdout] 82f2c94bd4d2ece4f5909166c9bee1446d56860b94df50ff64382646f7bb312c