[INFO] cloning repository https://github.com/samuelpanzera/rust-BackEnd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/samuelpanzera/rust-BackEnd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamuelpanzera%2Frust-BackEnd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamuelpanzera%2Frust-BackEnd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f079bc9d6af353121fce0698bbfc53bb80c908ec [INFO] testing samuelpanzera/rust-BackEnd 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%2Fsamuelpanzera%2Frust-BackEnd" "/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/samuelpanzera/rust-BackEnd 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/samuelpanzera/rust-BackEnd [INFO] finished tweaking git repo https://github.com/samuelpanzera/rust-BackEnd [INFO] tweaked toml for git repo https://github.com/samuelpanzera/rust-BackEnd written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/samuelpanzera/rust-BackEnd 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] df3208a14edf7def50359e3c002c909a732e9bde11898b1201b27cf44e88e703 [INFO] running `Command { std: "docker" "start" "-a" "df3208a14edf7def50359e3c002c909a732e9bde11898b1201b27cf44e88e703", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df3208a14edf7def50359e3c002c909a732e9bde11898b1201b27cf44e88e703", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df3208a14edf7def50359e3c002c909a732e9bde11898b1201b27cf44e88e703", kill_on_drop: false }` [INFO] [stdout] df3208a14edf7def50359e3c002c909a732e9bde11898b1201b27cf44e88e703 [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] 32207ebaa9f5c9707b0108c6a1f3e2201d0c44004eb437e6f0ef12122449b322 [INFO] running `Command { std: "docker" "start" "-a" "32207ebaa9f5c9707b0108c6a1f3e2201d0c44004eb437e6f0ef12122449b322", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling litemap v0.7.5 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling once_cell v1.21.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling zerocopy v0.8.23 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling zstd-safe v7.2.3 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling local-waker v0.1.4 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling time-core v0.1.3 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling miniz_oxide v0.8.5 [INFO] [stderr] Compiling time-macros v0.2.20 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling socket2 v0.5.8 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling bytestring v1.4.0 [INFO] [stderr] Compiling indexmap v2.8.0 [INFO] [stderr] Compiling brotli-decompressor v4.0.2 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling actix-service v2.0.3 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling pq-sys v0.7.0 [INFO] [stderr] Compiling flate2 v1.1.0 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.7 [INFO] [stderr] Compiling time v0.3.39 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling r2d2 v0.8.10 [INFO] [stderr] Compiling impl-more v0.1.9 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling uuid v1.16.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling brotli v7.0.0 [INFO] [stderr] Compiling zstd-sys v2.0.14+zstd.1.5.7 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling diesel_table_macro_syntax v0.2.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling tokio v1.44.1 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling dsl_auto_type v0.1.3 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling diesel_derives v2.2.4 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling tokio-util v0.7.14 [INFO] [stderr] Compiling actix-rt v2.10.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling actix-server v2.5.1 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling diesel v2.2.8 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling actix-http v3.10.0 [INFO] [stderr] Compiling actix-web v4.10.2 [INFO] [stderr] Compiling tornearia_back v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s [INFO] running `Command { std: "docker" "inspect" "32207ebaa9f5c9707b0108c6a1f3e2201d0c44004eb437e6f0ef12122449b322", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32207ebaa9f5c9707b0108c6a1f3e2201d0c44004eb437e6f0ef12122449b322", kill_on_drop: false }` [INFO] [stdout] 32207ebaa9f5c9707b0108c6a1f3e2201d0c44004eb437e6f0ef12122449b322 [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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1ac33e92a92640b0f9b8f6c1c0ec0047fdb839b42b8274465161583f7dc93ec1 [INFO] running `Command { std: "docker" "start" "-a" "1ac33e92a92640b0f9b8f6c1c0ec0047fdb839b42b8274465161583f7dc93ec1", kill_on_drop: false }` [INFO] [stderr] Compiling tornearia_back v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustczCvsw0/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libactix_web-497f0c6fec5f39a8.rlib,libimpl_more-7d8093f282a8f115.rlib,liburl-f32c9db63068e343.rlib,libidna-5c5856a9cb4097bc.rlib,libidna_adapter-9105b1354b4d2203.rlib,libicu_normalizer-4d42ea27fff96409.rlib,libicu_normalizer_data-5f7d7c19a0e21ea1.rlib,libwrite16-e996c39ad8ba5f0b.rlib,libutf8_iter-51566bbad89f3a68.rlib,libutf16_iter-7ca3c212f3ee1c68.rlib,libicu_properties-c66df1dd1e337826.rlib,libicu_properties_data-61b2e4b1f2e1f988.rlib,libicu_locid_transform-8558b94aa205eada.rlib,libicu_locid_transform_data-94513cffde0b2fcb.rlib,libicu_collections-3d9dd5ed88be383e.rlib,libicu_provider-f70abca369996f72.rlib,libicu_locid-3e75a9568d3d6a87.rlib,liblitemap-79485f3bd9d9879d.rlib,libtinystr-e61b47794c1f79e8.rlib,libzerovec-697de047405aca28.rlib,libwriteable-1e5dea0053e4c229.rlib,libyoke-e74d9d3c0ec43d7d.rlib,libzerofrom-0a0ae6aff21c490b.rlib,libstable_deref_trait-14e4a70bda35dfe8.rlib,libserde_urlencoded-d0d392b1fb6f427b.rlib,libform_urlencoded-35907277f0683ea4.rlib,libactix_server-fe7424eec915177d.rlib,libactix_router-7c534ebf3862f20a.rlib,libregex-c1f2f84bdfda4529.rlib,libregex_automata-536e6d7a88b98780.rlib,libaho_corasick-847080ddcc800a8c.rlib,libregex_syntax-cf9ef9729ec61e4c.rlib,libcookie-09d5755f9826829d.rlib,libtime-f5487c3cb39912c7.rlib,libtime_core-21255f4bdc240b1e.rlib,libnum_conv-d3297905cfb69f59.rlib,libderanged-92956cf910ef0b9e.rlib,libpowerfmt-f6019a2766e431f7.rlib,libactix_http-24f3bb5ac16f5bbe.rlib,librand-1e2d149b4021069c.rlib,librand_chacha-59cd8c07ee865d91.rlib,libppv_lite86-aae7ecf858ac5e0c.rlib,libzerocopy-fe6f6e6de10a6ade.rlib,librand_core-bf26185f241417fa.rlib,libgetrandom-49740550f97885e0.rlib,libhttparse-351fd94c22c18642.rlib,libbrotli-3a85010d886959e9.rlib,libbrotli_decompressor-98786c519fc6562e.rlib,liballoc_stdlib-27a2ad33aa090449.rlib,liballoc_no_stdlib-118b0458ceca2dd8.rlib,libhttpdate-331798cefc82cc7e.rlib,libsha1-e249aec1428afdce.rlib,libcpufeatures-e04321643d03190d.rlib,libdigest-f22f7571d5c41590.rlib,libblock_buffer-30fee22e43a320d4.rlib,libcrypto_common-58e532a076c8532a.rlib,libgeneric_array-82b6fe1ead82a58a.rlib,libtypenum-1870ff6b08f11255.rlib,libbase64-32787b0325ea6df8.rlib,liblocal_channel-95ad785aa0bd083a.rlib,libbytestring-0a4eb2cd55c21343.rlib,libencoding_rs-c3fa4e07d9944d79.rlib,liblanguage_tags-458019a498dd9479.rlib,libfoldhash-d6b73c06654b8dc9.rlib,libmime-0188e0814ca7ddbf.rlib,libpercent_encoding-af9df9186596bd92.rlib,libh2-097fd3370181fefa.rlib,libindexmap-4a623ff2ffe225d6.rlib,libequivalent-6a754676e6af62ae.rlib,libhashbrown-acdfbba63b345327.rlib,libslab-33a512f5e5040868.rlib,libfutures_util-7445315e3d23a36a.rlib,libfutures_task-f13500651ee1eef1.rlib,libpin_utils-3860774ad9b215b5.rlib,libzstd-1a173716fad803d1.rlib,libzstd_safe-10bf751a0b80bf0c.rlib,libzstd_sys-1ba6ba787caf36ae.rlib,libflate2-6b0b1f0c3c688c88.rlib,libminiz_oxide-e2f9c28dc624d14a.rlib,libadler2-405893fb7a545b5b.rlib,libcrc32fast-dba2d92cf6d67f2f.rlib,libactix_service-8ab208343dcfa3f2.rlib,libactix_codec-11014c6e83af5f1c.rlib,libtracing-cf59d35d779b575e.rlib,libtracing_core-04c8401224648b08.rlib,libonce_cell-d7a5b5d3f8ed20f2.rlib,libtokio_util-3593254ad2e3aee9.rlib,libfutures_sink-ae1eb2d060de53a2.rlib,libderive_more-8f01928a4d1342de.rlib,libactix_utils-c35004119e876a6b.rlib,liblocal_waker-256d3526e6604f95.rlib,libactix_rt-c2fc841655e19026.rlib,libtokio-ac2f66b4b054c12f.rlib,libsignal_hook_registry-2a8ca6f35dc43e72.rlib,libsocket2-f8423ef762bf668f.rlib,libmio-20e4ca747ba87dc5.rlib,libpin_project_lite-72bf04572caa1c84.rlib,libfutures_core-3b920243fce8fec0.rlib,libhttp-4b117cc5cdebc6e1.rlib,libbytes-82ad4f0211bdc963.rlib,libfnv-79e2cbfbe03dcd16.rlib,libdotenv-7a66b7690bbb34f4.rlib,libdiesel-72e2457587b82b04.rlib,libbitflags-716aca32ffb35253.rlib,libbyteorder-8f59b6d1bfdaa844.rlib,libr2d2-9f605391b9918e43.rlib,libscheduled_thread_pool-e028bccdddf1d37c.rlib,libparking_lot-bcbf25848558f907.rlib,libparking_lot_core-1574e023519a9842.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libsmallvec-2bd8f6be8d3c93fd.rlib,liblock_api-cec8690087847b60.rlib,libscopeguard-7ec2214574194454.rlib,liblog-ea7edc51f2e45fa1.rlib,libpq_sys-57b151a22c495711.rlib,liblibc-a41a1e83635ee169.rlib,libserde_json-a2ff0357efbe9a3a.rlib,libmemchr-08f38e9718637002.rlib,libitoa-ef40fa516293a9d3.rlib,libryu-a7164637bc4900ee.rlib,libserde-980928eecdd6668a.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" "-lpq" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustczCvsw0/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/zstd-sys-7b6e1179e7537f0c/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/tornearia_back-9e30aa678dd3b08d" "-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 `tornearia_back` (bin "tornearia_back" test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "1ac33e92a92640b0f9b8f6c1c0ec0047fdb839b42b8274465161583f7dc93ec1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ac33e92a92640b0f9b8f6c1c0ec0047fdb839b42b8274465161583f7dc93ec1", kill_on_drop: false }` [INFO] [stdout] 1ac33e92a92640b0f9b8f6c1c0ec0047fdb839b42b8274465161583f7dc93ec1