[INFO] cloning repository https://github.com/nottxy/sql2csv [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nottxy/sql2csv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnottxy%2Fsql2csv", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnottxy%2Fsql2csv'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d5fa5e08ccf6bf7cbedea6fe88fd49ed4ca80b7b [INFO] testing nottxy/sql2csv against try#c066bf6804adc55193b71afdff6a56922f4a8689+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_in_2025-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnottxy%2Fsql2csv" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/nottxy/sql2csv [INFO] finished tweaking git repo https://github.com/nottxy/sql2csv [INFO] tweaked toml for git repo https://github.com/nottxy/sql2csv written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/nottxy/sql2csv on toolchain c066bf6804adc55193b71afdff6a56922f4a8689 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/nottxy/sql2csv 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" "+c066bf6804adc55193b71afdff6a56922f4a8689" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 618d8d06ee530f04d2d8e06ef561b6a023bd0904a3712ac65479b2edfffaa309 [INFO] running `Command { std: "docker" "start" "-a" "618d8d06ee530f04d2d8e06ef561b6a023bd0904a3712ac65479b2edfffaa309", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "618d8d06ee530f04d2d8e06ef561b6a023bd0904a3712ac65479b2edfffaa309", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "618d8d06ee530f04d2d8e06ef561b6a023bd0904a3712ac65479b2edfffaa309", kill_on_drop: false }` [INFO] [stdout] 618d8d06ee530f04d2d8e06ef561b6a023bd0904a3712ac65479b2edfffaa309 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 3ba875b0dbc1ac5437ddd86b6c2a839922c3509a929aecc11488e708aea7822b [INFO] running `Command { std: "docker" "start" "-a" "3ba875b0dbc1ac5437ddd86b6c2a839922c3509a929aecc11488e708aea7822b", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling siphasher v0.3.7 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling tokio v1.15.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling block-buffer v0.10.0 [INFO] [stderr] Compiling crypto-common v0.1.1 [INFO] [stderr] Compiling digest v0.10.1 [INFO] [stderr] Compiling md-5 v0.10.0 [INFO] [stderr] Compiling sha2 v0.10.0 [INFO] [stderr] Compiling hmac v0.12.0 [INFO] [stderr] Compiling postgres-protocol v0.6.3 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling postgres-types v0.2.2 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling structopt v0.3.25 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling tokio-postgres v0.7.5 [INFO] [stderr] Compiling postgres v0.19.2 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling sql2csv v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcmepXsr/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libtoml-f282d4cb079b1a5d.rlib,libstructopt-bc99283e6fc690e9.rlib,libclap-814ae7f28054caf2.rlib,libvec_map-f5624d319d58cb9d.rlib,libtextwrap-c924a3194d9436be.rlib,libunicode_width-2222409b5ba3ddc6.rlib,libstrsim-b8b77d7a062bc77b.rlib,libbitflags-e274cd04b58a060d.rlib,libatty-a526d9cc28213be6.rlib,libansi_term-bdfff57b5fb49171.rlib,libsql2csv-e707c57872dedb76.rlib,libpostgres-41ef11b0fbb32ff2.rlib,libtokio_postgres-697252b33d3fdfdb.rlib,libphf-931a3da28db65d2e.rlib,libphf_shared-012c73e1e1ee7602.rlib,libsiphasher-babbde151073aa44.rlib,libpercent_encoding-3f452dc5e318e927.rlib,libsocket2-9d30beb063976ff8.rlib,libtokio_util-ec067112204428da.rlib,libparking_lot-ba5344b171e09627.rlib,libparking_lot_core-a1b76ad4cabbaf04.rlib,libsmallvec-58335197664382aa.rlib,liblock_api-c3c95a699de46305.rlib,libscopeguard-73056285f12cb829.rlib,libinstant-e23fa3fb52ce1101.rlib,libtokio-9add45c2dd674f6a.rlib,libmio-bd056cfe89769487.rlib,liblog-2fa663e3959e676f.rlib,libpostgres_types-361bbc7179396b2f.rlib,libpostgres_protocol-bdcea6c99026c64b.rlib,libbase64-1447dfff012d42f8.rlib,libstringprep-503f886cc740e713.rlib,libunicode_normalization-b999db1f4766a6ba.rlib,libtinyvec-4bc788528a02b60f.rlib,libtinyvec_macros-c54c30cfa88e68f0.rlib,libunicode_bidi-fb711a4a1fa89e19.rlib,libsha2-c34a2b57f9a794aa.rlib,libcpufeatures-03d302c468f0d4ec.rlib,librand-d21bb490e105f66f.rlib,librand_chacha-d154986c327cee62.rlib,libppv_lite86-7955ccdf208dacd3.rlib,librand_core-e7379593d77a934c.rlib,libgetrandom-a138dc773a2f888e.rlib,liblibc-7253a04f790802a5.rlib,libcfg_if-66d55f6b302e88c8.rlib,libhmac-86498a91cf4b3609.rlib,libmd5-43cf8bd8716cc48a.rlib,libdigest-775fd0fc9b3bee8b.rlib,libsubtle-af5f0d59ba7ae801.rlib,libblock_buffer-ae71d380c46e22c0.rlib,libcrypto_common-a2cff777c05f0807.rlib,libgeneric_array-3d3d03e2defe1d28.rlib,libtypenum-dfaa696d06b304f0.rlib,libfutures-8e4b16f77e77fb6d.rlib,libfutures_executor-973f007baa58158a.rlib,libfutures_util-328ac6fc2e2678a3.rlib,libfutures_io-c37adbf38ba7e010.rlib,libslab-93074f6ff5a0b7db.rlib,libfutures_channel-82fcaf3edaa4e9d7.rlib,libpin_project_lite-668e52fe3a18bf8a.rlib,libfutures_sink-c9f7a3542fd7e063.rlib,libfutures_task-8d01264ee8be7a4a.rlib,libpin_utils-b08f1197f0cdae19.rlib,libfutures_core-e674cac6d3f3e322.rlib,libbytes-37e68ee094a72681.rlib,libbyteorder-c7092f68299ac016.rlib,libfallible_iterator-da18290346318e11.rlib,libcsv-276d9599e0b291ec.rlib,libryu-653032556b772f2f.rlib,libitoa-7c9a83f6047c872a.rlib,libcsv_core-473774c5d573e48c.rlib,libbstr-59da87be4aee721e.rlib,liblazy_static-4b136fc9bfbd2c4b.rlib,libregex_automata-2f772042de7a2dcd.rlib,libmemchr-a2892755812de0fe.rlib,libserde-0b6fbeaf51f8a598.rlib,libdotenv-071ec522f34dd5ab.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcmepXsr/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/sql2csv-7e0b1560675ff898" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgetrandom-a138dc773a2f888e.rlib(getrandom-a138dc773a2f888e.getrandom.4eeba8ad6187f255-cgu.0.rcgu.o): in function `getrandom::util_libc::open_readonly': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.3/src/util_libc.rs:110:(.text._ZN9getrandom9util_libc13open_readonly17h8f9825d638e74aafE+0xb6): undefined reference to `open64' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sql2csv` (bin "sql2csv") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "3ba875b0dbc1ac5437ddd86b6c2a839922c3509a929aecc11488e708aea7822b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ba875b0dbc1ac5437ddd86b6c2a839922c3509a929aecc11488e708aea7822b", kill_on_drop: false }` [INFO] [stdout] 3ba875b0dbc1ac5437ddd86b6c2a839922c3509a929aecc11488e708aea7822b