[INFO] cloning repository https://github.com/georgrybski/oxidai [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/georgrybski/oxidai" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeorgrybski%2Foxidai", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeorgrybski%2Foxidai'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6b233f5b7803f281bb5b211c5840009ca784fb75 [INFO] testing georgrybski/oxidai against 1.86.0 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeorgrybski%2Foxidai" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/georgrybski/oxidai on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/georgrybski/oxidai [INFO] finished tweaking git repo https://github.com/georgrybski/oxidai [INFO] tweaked toml for git repo https://github.com/georgrybski/oxidai written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/georgrybski/oxidai 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.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b0be86016405df2a5d2ec2a019ed9fb964a67380f8f736e4b5cd5c955db49029 [INFO] running `Command { std: "docker" "start" "-a" "b0be86016405df2a5d2ec2a019ed9fb964a67380f8f736e4b5cd5c955db49029", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b0be86016405df2a5d2ec2a019ed9fb964a67380f8f736e4b5cd5c955db49029", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0be86016405df2a5d2ec2a019ed9fb964a67380f8f736e4b5cd5c955db49029", kill_on_drop: false }` [INFO] [stdout] b0be86016405df2a5d2ec2a019ed9fb964a67380f8f736e4b5cd5c955db49029 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ef00f523038faa5e138327e7aa9d05f092b5cd2c004304b10241ba7fff98b0d [INFO] running `Command { std: "docker" "start" "-a" "2ef00f523038faa5e138327e7aa9d05f092b5cd2c004304b10241ba7fff98b0d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling bytes v1.7.1 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling cc v1.1.7 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling indexmap v2.3.0 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling mio v1.0.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling anstyle-parse v0.2.5 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling colorchoice v1.0.2 [INFO] [stderr] Compiling anstyle-query v1.1.1 [INFO] [stderr] Compiling serde_json v1.0.122 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling axum-core v0.4.3 [INFO] [stderr] Compiling anstream v0.6.15 [INFO] [stderr] Compiling axum v0.7.5 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling clap_lex v0.7.2 [INFO] [stderr] Compiling rustls-pki-types v1.7.0 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling clap_builder v4.5.13 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling rustls-pemfile v2.1.3 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling clap_derive v4.5.13 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.16 [INFO] [stderr] Compiling tokio v1.39.2 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling clap v4.5.13 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.4.5 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling hyper-util v0.1.6 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.5 [INFO] [stderr] Compiling oxidai_cli_client v0.1.0 (/opt/rustwide/workdir/clients/cli) [INFO] [stdout] error: failed to write /tmp/rustcZ0asTi/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `axum` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc3EpqiE/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libreqwest-99c8aa72d2355180.rlib,librustls_pemfile-d04ad4addb3861a9.rlib,librustls_pki_types-c93bc957b13cb191.rlib,libbase64-a5e94c799b6e0355.rlib,libipnet-9da30fff21088048.rlib,libhyper_tls-dbabdd875706003b.rlib,libtokio_native_tls-d262c2a2df811784.rlib,libserde_urlencoded-382cf50d5d1915f9.rlib,libryu-1e0959d9b13361b2.rlib,libmime-b1201f19d94827ba.rlib,libencoding_rs-98153f49b06ad610.rlib,libserde-2bc5f5067c6e2bba.rlib,libnative_tls-be9a284bd040f875.rlib,libopenssl_probe-796ddc39c5b420b8.rlib,libopenssl-0e877115efc5bebe.rlib,libbitflags-0ac53e55ff75894f.rlib,libforeign_types-8c08dc176465e4d3.rlib,libforeign_types_shared-a93701b229f7fd2a.rlib,libopenssl_sys-3f4661f186d23b67.rlib,libhyper_util-ba09e7fff3ec0d5d.rlib,libtower-e97ae0c3955e7a71.rlib,libpin_project-7a844d3cda404fe9.rlib,libtower_layer-0d09549df8c2ceee.rlib,libtower_service-511def5dccdf34e7.rlib,libhyper-68f7550038006fb8.rlib,libwant-7e7b244d03670ceb.rlib,libtry_lock-e362fd018cf13400.rlib,libhttparse-a8f2f1f11f275a0f.rlib,libh2-1ecb2cc15a4ad12b.rlib,libtracing-583c78d71404d976.rlib,libtracing_core-4d34bbd5e99e102d.rlib,libonce_cell-d6794224419f7b7c.rlib,libindexmap-651bd5b1dc0e9eab.rlib,libequivalent-13b77291db166d53.rlib,libhashbrown-c66975864bbd8e42.rlib,libatomic_waker-63599a0ff8178fac.rlib,libtokio_util-60e99d942db58ac7.rlib,libhttpdate-a061c31a04dbb35a.rlib,libfutures_channel-eb27c25075d43d50.rlib,libtokio-02daddb395fdc25d.rlib,libsignal_hook_registry-a1832d592e976f1d.rlib,libsocket2-9bf43e00feac8c53.rlib,libmio-e18be9d76dc73164.rlib,libparking_lot-8d3e1b3e096648b3.rlib,libparking_lot_core-4a2fda475d6d8ca9.rlib,liblibc-29115231e1676e6e.rlib,libcfg_if-da7e6a5cb20f1238.rlib,libsmallvec-bbe44cd668e247f6.rlib,liblock_api-0ff35190b58366e7.rlib,libscopeguard-0ff18b2ed8dae252.rlib,libhttp_body_util-3fa034608514176c.rlib,libhttp_body-9ef7bba06e6187ed.rlib,liblog-ef48228e81f30838.rlib,libfutures_util-4a692054799c4825.rlib,libmemchr-9f173e8f7f0f0cc9.rlib,libfutures_io-3432ed781a1c1801.rlib,libslab-4df6ec21763841be.rlib,libpin_project_lite-54b44acf278a61eb.rlib,libfutures_sink-0b4e60ec797a6662.rlib,libfutures_task-ce6277d9923a99a6.rlib,libpin_utils-d8f0fd3fa8a14f27.rlib,libfutures_core-ddda25de6b6d098a.rlib,liburl-7506f5046f2f65ba.rlib,libidna-cacedeafc5e4d2e9.rlib,libunicode_normalization-d7594e99190af26c.rlib,libtinyvec-5fd14e6db22b6376.rlib,libtinyvec_macros-55d8a264b763c0a6.rlib,libunicode_bidi-e14777a0a8a771c6.rlib,libform_urlencoded-53924430f7580454.rlib,libpercent_encoding-68324bb938036928.rlib,libhttp-e29046300d811222.rlib,libitoa-729ce0f86b755285.rlib,libbytes-8489978b22295149.rlib,libfnv-185b8526af05532d.rlib,libclap-071270c7d49e4d01.rlib,libclap_builder-f679533f2c8aa4bf.rlib,libstrsim-19b3c4cc1ff5c77e.rlib,libanstream-fadf91b18de668f1.rlib,libanstyle_query-23da6ffc68234549.rlib,libis_terminal_polyfill-a534c82a7c6c6fad.rlib,libcolorchoice-439bb73ef5971695.rlib,libanstyle_parse-7631975d6bf5d2d9.rlib,libutf8parse-07200a2af1b9897d.rlib,libclap_lex-f33b664a6f9c38bc.rlib,libanstyle-5a4a15a96c9f54b5.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/oxidai_cli_client-41feca1b843027c9" "-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 `oxidai_cli_client` (bin "oxidai_cli_client") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "2ef00f523038faa5e138327e7aa9d05f092b5cd2c004304b10241ba7fff98b0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ef00f523038faa5e138327e7aa9d05f092b5cd2c004304b10241ba7fff98b0d", kill_on_drop: false }` [INFO] [stdout] 2ef00f523038faa5e138327e7aa9d05f092b5cd2c004304b10241ba7fff98b0d