[INFO] cloning repository https://github.com/omertuc/pglock [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/omertuc/pglock" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fomertuc%2Fpglock", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fomertuc%2Fpglock'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7bfb3654be06abc7c9dfc45fd8efd1cb25a5c9a1 [INFO] testing omertuc/pglock 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%2Fomertuc%2Fpglock" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/omertuc/pglock [INFO] finished tweaking git repo https://github.com/omertuc/pglock [INFO] tweaked toml for git repo https://github.com/omertuc/pglock written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/omertuc/pglock 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/omertuc/pglock 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 6db4efd7fa001cc2496367e64280569e4b95cb0ccaea12c101fb877f316594b6 [INFO] running `Command { std: "docker" "start" "-a" "6db4efd7fa001cc2496367e64280569e4b95cb0ccaea12c101fb877f316594b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6db4efd7fa001cc2496367e64280569e4b95cb0ccaea12c101fb877f316594b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6db4efd7fa001cc2496367e64280569e4b95cb0ccaea12c101fb877f316594b6", kill_on_drop: false }` [INFO] [stdout] 6db4efd7fa001cc2496367e64280569e4b95cb0ccaea12c101fb877f316594b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] b854cf17a8e80358206470f659cf2edbfdb9bd672050ada5578f94772e03327e [INFO] running `Command { std: "docker" "start" "-a" "b854cf17a8e80358206470f659cf2edbfdb9bd672050ada5578f94772e03327e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.125 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling syn v1.0.92 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling mio v0.8.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling tokio v1.18.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling md-5 v0.10.1 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling postgres-protocol v0.6.3 [INFO] [stderr] Compiling postgres-types v0.2.2 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling tokio-postgres v0.7.5 [INFO] [stderr] Compiling postgres v0.19.2 [INFO] [stderr] Compiling preader v0.1.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/rustcUzeH4N/symbols.o" "<11 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libpostgres-a4ea7cab2f7fc6c9.rlib,libtokio_postgres-54ef39ca25bc941c.rlib,libphf-a92d7df5bead0e03.rlib,libphf_shared-600a15b5e5459999.rlib,libsiphasher-38fa4a3175b9359a.rlib,libpercent_encoding-3f452dc5e318e927.rlib,libtokio_util-ea396dbdaebf655d.rlib,libparking_lot-c1d7bd8044b0e66a.rlib,libparking_lot_core-37d67c9049dc0afb.rlib,libsmallvec-39c23b8b078c47c3.rlib,liblock_api-05ccfdad17814006.rlib,libscopeguard-73056285f12cb829.rlib,libinstant-e23fa3fb52ce1101.rlib,libtokio-73b6aa78be23379c.rlib,libsocket2-2bf1bf8267c5f1af.rlib,libmio-dc215062bc9ed036.rlib,liblog-78d7cfce7b82a11c.rlib,libpostgres_types-1cd0ace3e02bd175.rlib,libpostgres_protocol-67754236a9a1ab64.rlib,libbase64-1447dfff012d42f8.rlib,libstringprep-edec05a6bd289d89.rlib,libunicode_normalization-7dfe9357237bcd85.rlib,libtinyvec-21bb3701804405c4.rlib,libtinyvec_macros-c54c30cfa88e68f0.rlib,libunicode_bidi-a8729daac9c66a13.rlib,libsha2-2e9d58a4a9dd9f44.rlib,libcpufeatures-bd3a5bace216530a.rlib,librand-f23ac5cc62032fd6.rlib,librand_chacha-7131bcb70d83fbcf.rlib,libppv_lite86-a9f3c9ee76597f1e.rlib,librand_core-27f2a86d37e7ae78.rlib,libgetrandom-eb5aad9aed0ff7b4.rlib,liblibc-7099ee7e20e1711d.rlib,libcfg_if-66d55f6b302e88c8.rlib,libhmac-bdc73a1093d31d5d.rlib,libmd5-dcb9bee6cc7a575b.rlib,libdigest-d59c0e0535643fee.rlib,libsubtle-af5f0d59ba7ae801.rlib,libblock_buffer-8581fdc2e0425ff3.rlib,libcrypto_common-356cf6da213fda09.rlib,libgeneric_array-a2e7943a4edbb505.rlib,libtypenum-dfaa696d06b304f0.rlib,libfutures-292568f79a2c0d04.rlib,libfutures_executor-bfffc50739ffa71d.rlib,libfutures_util-d819a1f230804679.rlib,libmemchr-a2892755812de0fe.rlib,libfutures_io-f6086bf99b597e19.rlib,libslab-93ffcdda3079a5d2.rlib,libfutures_channel-833703bb7688a403.rlib,libpin_project_lite-d27858faef1bbdcd.rlib,libfutures_sink-4bad40136a985cca.rlib,libfutures_task-959022c35311190e.rlib,libpin_utils-b08f1197f0cdae19.rlib,libfutures_core-ed83b4ca5adcb0c0.rlib,libbytes-37e68ee094a72681.rlib,libbyteorder-c7092f68299ac016.rlib,libfallible_iterator-da18290346318e11.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/rustcUzeH4N/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/preader-fd1ef345b9bb42ed" "-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-eb5aad9aed0ff7b4.rlib(getrandom-eb5aad9aed0ff7b4.getrandom.29acd5007a5fde13-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.6/src/util_libc.rs:117:(.text._ZN9getrandom9util_libc13open_readonly17h74cefcc37a589d08E+0xbc): 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 `preader` (bin "preader") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "b854cf17a8e80358206470f659cf2edbfdb9bd672050ada5578f94772e03327e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b854cf17a8e80358206470f659cf2edbfdb9bd672050ada5578f94772e03327e", kill_on_drop: false }` [INFO] [stdout] b854cf17a8e80358206470f659cf2edbfdb9bd672050ada5578f94772e03327e