[INFO] cloning repository https://github.com/domoritz/csv2parquet [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/domoritz/csv2parquet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdomoritz%2Fcsv2parquet", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdomoritz%2Fcsv2parquet'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9263467088245c69909d9249dd05a58c8aef7669 [INFO] testing domoritz/csv2parquet against beta-2025-01-12 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdomoritz%2Fcsv2parquet" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/domoritz/csv2parquet on toolchain beta-2025-01-12 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/domoritz/csv2parquet [INFO] finished tweaking git repo https://github.com/domoritz/csv2parquet [INFO] tweaked toml for git repo https://github.com/domoritz/csv2parquet written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/domoritz/csv2parquet 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-01-12" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded arrow-schema v32.0.0 [INFO] [stderr] Downloaded arrow-buffer v32.0.0 [INFO] [stderr] Downloaded seq-macro v0.3.1 [INFO] [stderr] Downloaded arrow-csv v32.0.0 [INFO] [stderr] Downloaded arrow-arith v32.0.0 [INFO] [stderr] Downloaded arrow-row v32.0.0 [INFO] [stderr] Downloaded arrow-ipc v32.0.0 [INFO] [stderr] Downloaded arrow-cast v32.0.0 [INFO] [stderr] Downloaded arrow v32.0.0 [INFO] [stderr] Downloaded arrow-ord v32.0.0 [INFO] [stderr] Downloaded arrow-array v32.0.0 [INFO] [stderr] Downloaded flatbuffers v23.1.21 [INFO] [stderr] Downloaded arrow-data v32.0.0 [INFO] [stderr] Downloaded arrow-select v32.0.0 [INFO] [stderr] Downloaded zstd v0.12.0+zstd.1.5.2 [INFO] [stderr] Downloaded arrow-json v32.0.0 [INFO] [stderr] Downloaded arrow-string v32.0.0 [INFO] [stderr] Downloaded zstd-safe v6.0.2+zstd.1.5.2 [INFO] [stderr] Downloaded parquet v32.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ad9d6349563c67cd47bf1eceb1639ea3f65342650053bd9bf118043697fa14d6 [INFO] running `Command { std: "docker" "start" "-a" "ad9d6349563c67cd47bf1eceb1639ea3f65342650053bd9bf118043697fa14d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad9d6349563c67cd47bf1eceb1639ea3f65342650053bd9bf118043697fa14d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad9d6349563c67cd47bf1eceb1639ea3f65342650053bd9bf118043697fa14d6", kill_on_drop: false }` [INFO] [stdout] ad9d6349563c67cd47bf1eceb1639ea3f65342650053bd9bf118043697fa14d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 45006d227efc68af59f4ba73ec625bff18ee03509ee90b7efe5204cd21f0c809 [INFO] running `Command { std: "docker" "start" "-a" "45006d227efc68af59f4ba73ec625bff18ee03509ee90b7efe5204cd21f0c809", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling libm v0.2.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling iana-time-zone v0.1.47 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling hashbrown v0.13.1 [INFO] [stderr] Compiling lexical-util v0.8.5 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling semver v1.0.16 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling io-lifetimes v1.0.3 [INFO] [stderr] Compiling ahash v0.8.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling lexical-parse-integer v0.8.6 [INFO] [stderr] Compiling lexical-write-integer v0.8.5 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling lexical-write-float v0.8.5 [INFO] [stderr] Compiling zstd-safe v6.0.2+zstd.1.5.2 [INFO] [stderr] Compiling lexical-parse-float v0.8.5 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.3 [INFO] [stderr] Compiling serde_json v1.0.91 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling flatbuffers v23.1.21 [INFO] [stderr] Compiling rustix v0.36.6 [INFO] [stderr] Compiling alloc-stdlib v0.2.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling linux-raw-sys v0.1.4 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling snap v1.0.5 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling miniz_oxide v0.5.3 [INFO] [stderr] Compiling brotli-decompressor v2.3.2 [INFO] [stderr] Compiling lexical-core v0.8.5 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling os_str_bytes v6.3.0 [INFO] [stderr] Compiling num-complex v0.4.2 [INFO] [stderr] Compiling half v2.1.0 [INFO] [stderr] Compiling const-random-macro v0.1.13 [INFO] [stderr] Compiling ordered-float v2.10.0 [INFO] [stderr] Compiling integer-encoding v3.0.4 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling chrono v0.4.23 [INFO] [stderr] Compiling clap_lex v0.3.0 [INFO] [stderr] Compiling thrift v0.17.0 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling twox-hash v1.6.3 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling const-random v0.1.13 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling seq-macro v0.3.1 [INFO] [stderr] Compiling paste v1.0.9 [INFO] [stderr] Compiling base64 v0.21.0 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling zstd-sys v2.0.1+zstd.1.5.2 [INFO] [stderr] Compiling lz4-sys v1.9.4 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling is-terminal v0.4.2 [INFO] [stderr] Compiling regex v1.7.0 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling arrow-buffer v32.0.0 [INFO] [stderr] Compiling clap_derive v4.1.0 [INFO] [stderr] Compiling clap v4.1.4 [INFO] [stderr] Compiling lz4 v1.24.0 [INFO] [stderr] Compiling arrow-schema v32.0.0 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling arrow-data v32.0.0 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling arrow-array v32.0.0 [INFO] [stderr] Compiling arrow-select v32.0.0 [INFO] [stderr] Compiling arrow-row v32.0.0 [INFO] [stderr] Compiling arrow-arith v32.0.0 [INFO] [stderr] Compiling arrow-cast v32.0.0 [INFO] [stderr] Compiling arrow-ord v32.0.0 [INFO] [stderr] Compiling arrow-string v32.0.0 [INFO] [stderr] Compiling zstd v0.12.0+zstd.1.5.2 [INFO] [stderr] Compiling arrow-ipc v32.0.0 [INFO] [stderr] Compiling arrow-json v32.0.0 [INFO] [stderr] Compiling arrow-csv v32.0.0 [INFO] [stderr] Compiling arrow v32.0.0 [INFO] [stderr] Compiling parquet v32.0.0 [INFO] [stderr] Compiling csv2parquet v0.6.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s [INFO] running `Command { std: "docker" "inspect" "45006d227efc68af59f4ba73ec625bff18ee03509ee90b7efe5204cd21f0c809", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45006d227efc68af59f4ba73ec625bff18ee03509ee90b7efe5204cd21f0c809", kill_on_drop: false }` [INFO] [stdout] 45006d227efc68af59f4ba73ec625bff18ee03509ee90b7efe5204cd21f0c809 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 28fa9753acec48615000d7e5a26a2b95fe9d1d2057f3695635dcb2f9a9ab1da1 [INFO] running `Command { std: "docker" "start" "-a" "28fa9753acec48615000d7e5a26a2b95fe9d1d2057f3695635dcb2f9a9ab1da1", kill_on_drop: false }` [INFO] [stderr] Compiling csv2parquet v0.6.1 (/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-2025-01-12-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/rustcHXkJHU/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-881a28050740af2c.rlib,libgetopts-1ec82257904e6c1a.rlib,libunicode_width-4f5c184aada24a03.rlib,librustc_std_workspace_std-75e27242e8cac7c5.rlib}" "/opt/rustwide/target/debug/deps/{libparquet-03588504c47dd9d4.rlib,libzstd-8869b92d7f2dda4a.rlib,libzstd_safe-39bc317f0e9e6128.rlib,libzstd_sys-1225ae0470792dfe.rlib,liblz4-0c1aae9273698a04.rlib,liblz4_sys-349e104540da7dee.rlib,libbrotli-4988b635c6698f3b.rlib,libbrotli_decompressor-b50a44cf14262bbb.rlib,liballoc_stdlib-4dc09ff231313f07.rlib,liballoc_no_stdlib-10199eb4e48381ab.rlib,libflate2-e740f82f0b1d8286.rlib,libminiz_oxide-346073b7a65c5f16.rlib,libadler-8a8ce72c9fb247b6.rlib,libcrc32fast-e5de59621c1c9ea3.rlib,libsnap-5f1673a39870b438.rlib,libbase64-4e8d254bd5593b68.rlib,libtwox_hash-ae9c612676f9e00b.rlib,libbytes-e53dd136625724ae.rlib,libthrift-a8c0096e690b5a6a.rlib,libordered_float-59878c7c177476a7.rlib,libinteger_encoding-679603a00515518e.rlib,libbyteorder-fb36fe721788ce00.rlib,libclap-fc92528e0345f38b.rlib,libstrsim-934c6b5db5b11ce4.rlib,libis_terminal-d330eaf5cfcd794c.rlib,librustix-40d04abcb7857018.rlib,liblinux_raw_sys-47a5560eacbdd6ea.rlib,libio_lifetimes-bfbd1faf106594aa.rlib,libclap_lex-a96a2ebcac8b4156.rlib,libos_str_bytes-fb7825282e1fd80e.rlib,libtermcolor-214b0416d5f44404.rlib,libarrow-4f9d258df91440ee.rlib,libarrow_row-f7aff402340088d2.rlib,libarrow_json-c3a8fd0e665afdfe.rlib,libserde_json-91fd4a23fc479415.rlib,libitoa-16cfa8721381c1c3.rlib,libindexmap-a77f9b9634cddb94.rlib,libhashbrown-cae2cd0d9cc0a6cf.rlib,libarrow_ipc-86fa77be48012a83.rlib,libflatbuffers-d88c77baab509c4e.rlib,libbitflags-dde12b0d7d495b50.rlib,libarrow_csv-4d12d94d2bb0f0bf.rlib,libcsv-132c753d38da05a7.rlib,libryu-038f6cdb33aa666f.rlib,libitoa-968a9d3f706bae82.rlib,libbstr-3f2c9713e7c7abba.rlib,libregex_automata-31d378b01f1978af.rlib,liblazy_static-af860367908b8176.rlib,libcsv_core-7347f19c40cf3129.rlib,libarrow_string-8068ee78d9cf2b4b.rlib,libregex-414c6c9fb24044af.rlib,libaho_corasick-95e122a3773e7b94.rlib,libmemchr-34c06a26bc9e8129.rlib,libregex_syntax-2c334d0254c8ff10.rlib,libarrow_cast-f882ef90a7d3296e.rlib,liblexical_core-3ab640c486ed799e.rlib,liblexical_write_float-e54c040a8b42c216.rlib,liblexical_write_integer-62d967caa3c11d13.rlib,liblexical_parse_float-6df2ede1e04f9df1.rlib,liblexical_parse_integer-0368550ec99eb7cd.rlib,liblexical_util-9cab8c4c115a1a50.rlib,libstatic_assertions-f0217ecdd817a834.rlib,libarrow_arith-82c13bcb93d64be4.rlib,libarrow_ord-eb20cdea60213dbe.rlib,libarrow_select-fb31bd40182a58bd.rlib,libarrow_array-46443e42bc922e18.rlib,libahash-b11ba008d16257e8.rlib,libgetrandom-72be431c64bf440b.rlib,liblibc-657502f25eb3e472.rlib,libonce_cell-19d93442e685772c.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libhashbrown-364cca0c2eb34a47.rlib,libchrono-99f9241421c8793d.rlib,libiana_time_zone-5969ba017bbd3728.rlib,libarrow_data-7632b22862de4e75.rlib,libarrow_schema-0a653a73f223d2dc.rlib,libserde-34a6006e1a0efa1b.rlib,libarrow_buffer-0a6d75193b43d159.rlib,libhalf-4f90e634b08cffe7.rlib,libnum-ded03beefdf8dcdf.rlib,libnum_iter-4ca1a6bb2c1b799d.rlib,libnum_rational-e37bb7d86f6e419c.rlib,libnum_complex-7385494e4e1e3148.rlib,libnum_bigint-391345e7f2625d91.rlib,libnum_integer-a62fc605002685fc.rlib,libnum_traits-77ae0229e76c1f91.rlib}" "/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-2e6eca6bf1681754.rlib,libpanic_unwind-6419b8734ab2f0cb.rlib,libobject-784ada497c5d935e.rlib,libmemchr-9267ffe866ca370f.rlib,libaddr2line-36f3ec5f8f15f213.rlib,libgimli-a0a71c3c5fe00164.rlib,librustc_demangle-95f237535246c825.rlib,libstd_detect-e0bd23c2b0917c59.rlib,libhashbrown-22a7802a8abbef9e.rlib,librustc_std_workspace_alloc-eb0228d54dd99343.rlib,libminiz_oxide-e6c6f516ce70276d.rlib,libadler-af73ed2b2e212982.rlib,libunwind-0000b4ce778574a2.rlib,libcfg_if-1a94dbdc43bc518f.rlib,liblibc-b957950176a614bc.rlib,liballoc-2b137d666ae9b5cb.rlib,librustc_std_workspace_core-4cf833632aafa84c.rlib,libcore-65c2c6d2d6ae570b.rlib,libcompiler_builtins-678c764df5f831e4.rlib}" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/lz4-sys-459d37b636d5a2ac/out" "-L" "/opt/rustwide/target/debug/build/zstd-sys-da84ead7c4b97fcf/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/csv2parquet-c72fd642526dd4cd" "-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 `csv2parquet` (bin "csv2parquet" test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "28fa9753acec48615000d7e5a26a2b95fe9d1d2057f3695635dcb2f9a9ab1da1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28fa9753acec48615000d7e5a26a2b95fe9d1d2057f3695635dcb2f9a9ab1da1", kill_on_drop: false }` [INFO] [stdout] 28fa9753acec48615000d7e5a26a2b95fe9d1d2057f3695635dcb2f9a9ab1da1