2025-09-27 12:31.30: New job: test ocaml-multicore/ocaml-uring https://github.com/ocaml-multicore/ocaml-uring.git#refs/heads/main (798c568020cf950bf33a1343e97caaccc946aaa5) (linux-riscv64:debian-13-4.14_riscv64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/ocaml-uring.git" -b "main" && cd "ocaml-uring" && git reset --hard 798c5680cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76# debian-13-4.14_riscv64_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 uring.opam ./RUN opam pin add -yn uring.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mdx.2.5.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 re.1.14.0 result.1.5 topkg.1.1.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y uring.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-09-27 12:31.30: Using cache hint "ocaml-multicore/ocaml-uring-ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76-debian-13-4.14_riscv64_opam-2.4-51ff8b6bb399f48bfe85bf72146e7d27"2025-09-27 12:31.30: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76)(comment debian-13-4.14_riscv64_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src uring.opam) (dst ./))(run (network host)(shell "opam pin add -yn uring.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mdx.2.5.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 re.1.14.0 result.1.5 topkg.1.1.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y uring.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-09-27 12:31.30: Waiting for resource in pool OCluster2025-09-27 12:31.30: Waiting for worker…2025-09-27 14:10.42: Got resource from pool OClusterBuilding on riscv-bm-04.sw.ci.deverror: unable to write file .gitignoreerror: unable to write file CHANGES.mderror: unable to write file HACKING.mderror: unable to write file LICENSE.mderror: unable to write file Makefileerror: unable to write file README.mderror: unable to write file bench/.ocamlformaterror: unable to write file bench/bechamel_csv/bechamel_csv.mlerror: unable to write file bench/bechamel_csv/bechamel_csv.mlierror: unable to write file bench/bechamel_csv/duneerror: unable to write file bench/cptest.mlerror: unable to write file bench/duneerror: unable to write file bench/main.mlerror: unable to write file bench/readv.mlerror: unable to write file duneerror: unable to write file dune-projecterror: unable to write file lib/uring/duneerror: unable to write file lib/uring/heap.mlerror: unable to write file lib/uring/heap.mlierror: unable to write file lib/uring/include/discover.mlerror: unable to write file lib/uring/include/duneerror: unable to write file lib/uring/include/gen.mlerror: unable to write file lib/uring/include/liburing/duneerror: unable to write file lib/uring/primitives.herror: unable to write file lib/uring/region.mlerror: unable to write file lib/uring/region.mlierror: unable to write file lib/uring/uring.mlerror: unable to write file lib/uring/uring.mlierror: unable to write file lib/uring/uring_stubs.cerror: unable to write file tests/duneerror: unable to write file tests/heap.mdUpdating files: 6% (31/482) error: unable to write file tests/lwtcp.mlerror: unable to write file tests/lwtcp_lib.mlerror: unable to write file tests/main.mdUpdating files: 7% (34/482) error: unable to write file tests/poll_add.mlerror: unable to write file tests/sketch.mderror: unable to write file tests/socket_ops.mlerror: unable to write file tests/urcat.mlerror: unable to write file tests/urcp.mlUpdating files: 8% (39/482) error: unable to write file tests/urcp_fixed_lib.mlerror: unable to write file tests/urcp_lib.mlerror: unable to write file tests/urstat.mlerror: unable to write file uring.opamerror: unable to write file uring.opam.templateUpdating files: 9% (44/482) error: unable to write file vendor/liburing/.github/pull_request_template.mderror: unable to write file vendor/liburing/.github/workflows/build.ymlerror: unable to write file vendor/liburing/.github/workflows/shellcheck.ymlerror: unable to write file vendor/liburing/.gitignoreerror: unable to write file vendor/liburing/CHANGELOGUpdating files: 10% (49/482) error: unable to write file vendor/liburing/CITATION.cfferror: unable to write file vendor/liburing/COPYINGerror: unable to write file vendor/liburing/COPYING.GPLerror: unable to write file vendor/liburing/LICENSEerror: unable to write file vendor/liburing/MakefileUpdating files: 11% (54/482) error: unable to write file vendor/liburing/Makefile.commonerror: unable to write file vendor/liburing/Makefile.quieterror: unable to write file vendor/liburing/READMEerror: unable to write file vendor/liburing/SECURITY.mdUpdating files: 12% (58/482) error: unable to write file vendor/liburing/configureerror: unable to write file vendor/liburing/debian/README.Debianerror: unable to write file vendor/liburing/debian/changelogerror: unable to write file vendor/liburing/debian/controlerror: unable to write file vendor/liburing/debian/copyrightUpdating files: 13% (63/482) error: unable to write file vendor/liburing/debian/liburing-dev.installerror: unable to write file vendor/liburing/debian/liburing-dev.manpageserror: unable to write file vendor/liburing/debian/liburing2.installerror: unable to write file vendor/liburing/debian/liburing2.symbolsUpdating files: 13% (67/482) error: unable to write file vendor/liburing/debian/patches/seriesUpdating files: 14% (68/482) error: unable to write file vendor/liburing/debian/ruleserror: unable to write file vendor/liburing/debian/source/formaterror: unable to write file vendor/liburing/debian/source/local-optionserror: unable to write file vendor/liburing/debian/source/optionserror: unable to write file vendor/liburing/debian/watchUpdating files: 15% (73/482) error: unable to write file vendor/liburing/examples/Makefileerror: unable to write file vendor/liburing/examples/helpers.cerror: unable to write file vendor/liburing/examples/helpers.herror: unable to write file vendor/liburing/examples/io_uring-close-test.cerror: unable to write file vendor/liburing/examples/io_uring-cp.cUpdating files: 16% (78/482) error: unable to write file vendor/liburing/examples/io_uring-test.cerror: unable to write file vendor/liburing/examples/io_uring-udp.cerror: unable to write file vendor/liburing/examples/link-cp.cerror: unable to write file vendor/liburing/examples/napi-busy-poll-client.cUpdating files: 17% (82/482) error: unable to write file vendor/liburing/examples/napi-busy-poll-server.cerror: unable to write file vendor/liburing/examples/poll-bench.cerror: unable to write file vendor/liburing/examples/proxy.cerror: unable to write file vendor/liburing/examples/proxy.herror: unable to write file vendor/liburing/examples/rsrc-update-bench.cUpdating files: 18% (87/482) error: unable to write file vendor/liburing/examples/send-zerocopy.cerror: unable to write file vendor/liburing/examples/ucontext-cp.cerror: unable to write file vendor/liburing/liburing-ffi.pc.inerror: unable to write file vendor/liburing/liburing.pc.inerror: unable to write file vendor/liburing/liburing.specUpdating files: 19% (92/482) error: unable to write file vendor/liburing/make-debs.shUpdating files: 20% (97/482) error: unable to write file vendor/liburing/man/io_uring.7error: unable to write file vendor/liburing/man/io_uring_buf_ring_add.3error: unable to write file vendor/liburing/man/io_uring_buf_ring_advance.3error: unable to write file vendor/liburing/man/io_uring_buf_ring_available.3error: unable to write file vendor/liburing/man/io_uring_buf_ring_cq_advance.3Updating files: 21% (102/482) error: unable to write file vendor/liburing/man/io_uring_buf_ring_init.3error: unable to write file vendor/liburing/man/io_uring_buf_ring_mask.3error: unable to write file vendor/liburing/man/io_uring_check_version.3error: unable to write file vendor/liburing/man/io_uring_close_ring_fd.3error: unable to write file vendor/liburing/man/io_uring_cq_advance.3Updating files: 22% (107/482) error: unable to write file vendor/liburing/man/io_uring_cq_has_overflow.3error: unable to write file vendor/liburing/man/io_uring_cq_ready.3error: unable to write file vendor/liburing/man/io_uring_cqe_get_data.3Updating files: 23% (111/482) error: unable to write file vendor/liburing/man/io_uring_cqe_seen.3error: unable to write file vendor/liburing/man/io_uring_enable_rings.3error: unable to write file vendor/liburing/man/io_uring_enter.2error: unable to write file vendor/liburing/man/io_uring_for_each_cqe.3Updating files: 24% (116/482) error: unable to write file vendor/liburing/man/io_uring_free_buf_ring.3error: unable to write file vendor/liburing/man/io_uring_free_probe.3error: unable to write file vendor/liburing/man/io_uring_get_events.3error: unable to write file vendor/liburing/man/io_uring_get_probe.3error: unable to write file vendor/liburing/man/io_uring_get_sqe.3Updating files: 25% (121/482) error: unable to write file vendor/liburing/man/io_uring_opcode_supported.3error: unable to write file vendor/liburing/man/io_uring_peek_cqe.3error: unable to write file vendor/liburing/man/io_uring_prep_accept.3Updating files: 26% (126/482) error: unable to write file vendor/liburing/man/io_uring_prep_bind.3error: unable to write file vendor/liburing/man/io_uring_prep_cancel.3Updating files: 27% (131/482) error: unable to write file vendor/liburing/man/io_uring_prep_close.3error: unable to write file vendor/liburing/man/io_uring_prep_cmd.3error: unable to write file vendor/liburing/man/io_uring_prep_connect.3Updating files: 28% (135/482) error: unable to write file vendor/liburing/man/io_uring_prep_fadvise.3error: unable to write file vendor/liburing/man/io_uring_prep_fallocate.3error: unable to write file vendor/liburing/man/io_uring_prep_files_update.3Updating files: 29% (140/482) error: unable to write file vendor/liburing/man/io_uring_prep_fixed_fd_install.3error: unable to write file vendor/liburing/man/io_uring_prep_fsync.3error: unable to write file vendor/liburing/man/io_uring_prep_ftruncate.3error: unable to write file vendor/liburing/man/io_uring_prep_futex_wait.3Updating files: 30% (145/482) error: unable to write file vendor/liburing/man/io_uring_prep_futex_waitv.3error: unable to write file vendor/liburing/man/io_uring_prep_futex_wake.3error: unable to write file vendor/liburing/man/io_uring_prep_getxattr.3error: unable to write file vendor/liburing/man/io_uring_prep_link_timeout.3Updating files: 31% (150/482) error: unable to write file vendor/liburing/man/io_uring_prep_linkat.3error: unable to write file vendor/liburing/man/io_uring_prep_listen.3error: unable to write file vendor/liburing/man/io_uring_prep_madvise.3Updating files: 32% (155/482) error: unable to write file vendor/liburing/man/io_uring_prep_mkdirat.3error: unable to write file vendor/liburing/man/io_uring_prep_msg_ring.3error: unable to write file vendor/liburing/man/io_uring_prep_msg_ring_fd.3Updating files: 33% (160/482) error: unable to write file vendor/liburing/man/io_uring_prep_nop.3error: unable to write file vendor/liburing/man/io_uring_prep_openat.3Updating files: 34% (164/482) error: unable to write file vendor/liburing/man/io_uring_prep_openat2.3error: unable to write file vendor/liburing/man/io_uring_prep_poll_add.3Updating files: 35% (169/482) error: unable to write file vendor/liburing/man/io_uring_prep_poll_remove.3error: unable to write file vendor/liburing/man/io_uring_prep_poll_update.3error: unable to write file vendor/liburing/man/io_uring_prep_provide_buffers.3error: unable to write file vendor/liburing/man/io_uring_prep_read.3error: unable to write file vendor/liburing/man/io_uring_prep_read_fixed.3Updating files: 36% (174/482) error: unable to write file vendor/liburing/man/io_uring_prep_read_multishot.3error: unable to write file vendor/liburing/man/io_uring_prep_readv.3error: unable to write file vendor/liburing/man/io_uring_prep_readv2.3error: unable to write file vendor/liburing/man/io_uring_prep_recv.3Updating files: 37% (179/482) error: unable to write file vendor/liburing/man/io_uring_prep_recvmsg.3error: unable to write file vendor/liburing/man/io_uring_prep_remove_buffers.3error: unable to write file vendor/liburing/man/io_uring_prep_renameat.3Updating files: 38% (184/482) error: unable to write file vendor/liburing/man/io_uring_prep_send.3error: unable to write file vendor/liburing/man/io_uring_prep_send_set_addr.3error: unable to write file vendor/liburing/man/io_uring_prep_send_zc.3Updating files: 39% (188/482) error: unable to write file vendor/liburing/man/io_uring_prep_sendmsg.3error: unable to write file vendor/liburing/man/io_uring_prep_setxattr.3Updating files: 40% (193/482) error: unable to write file vendor/liburing/man/io_uring_prep_shutdown.3error: unable to write file vendor/liburing/man/io_uring_prep_socket.3error: unable to write file vendor/liburing/man/io_uring_prep_splice.3Updating files: 41% (198/482) error: unable to write file vendor/liburing/man/io_uring_prep_statx.3error: unable to write file vendor/liburing/man/io_uring_prep_symlinkat.3error: unable to write file vendor/liburing/man/io_uring_prep_sync_file_range.3error: unable to write file vendor/liburing/man/io_uring_prep_tee.3Updating files: 42% (203/482) error: unable to write file vendor/liburing/man/io_uring_prep_timeout.3error: unable to write file vendor/liburing/man/io_uring_prep_timeout_update.3error: unable to write file vendor/liburing/man/io_uring_prep_unlinkat.3Updating files: 43% (208/482) error: unable to write file vendor/liburing/man/io_uring_prep_waitid.3error: unable to write file vendor/liburing/man/io_uring_prep_write.3error: unable to write file vendor/liburing/man/io_uring_prep_write_fixed.3error: unable to write file vendor/liburing/man/io_uring_prep_writev.3error: unable to write file vendor/liburing/man/io_uring_prep_writev2.3Updating files: 44% (213/482) error: unable to write file vendor/liburing/man/io_uring_queue_exit.3error: unable to write file vendor/liburing/man/io_uring_queue_init.3Updating files: 45% (217/482) error: unable to write file vendor/liburing/man/io_uring_recvmsg_out.3Updating files: 46% (222/482) error: unable to write file vendor/liburing/man/io_uring_register.2error: unable to write file vendor/liburing/man/io_uring_register_buf_ring.3error: unable to write file vendor/liburing/man/io_uring_register_buffers.3Updating files: 47% (227/482) error: unable to write file vendor/liburing/man/io_uring_register_eventfd.3Updating files: 48% (232/482) error: unable to write file vendor/liburing/man/io_uring_register_file_alloc_range.3error: unable to write file vendor/liburing/man/io_uring_register_files.3Updating files: 49% (237/482) error: unable to write file vendor/liburing/man/io_uring_register_iowq_aff.3error: unable to write file vendor/liburing/man/io_uring_register_iowq_max_workers.3error: unable to write file vendor/liburing/man/io_uring_register_napi.3Updating files: 50% (241/482) error: unable to write file vendor/liburing/man/io_uring_register_ring_fd.3error: unable to write file vendor/liburing/man/io_uring_register_sync_cancel.3Updating files: 50% (243/482) error: unable to write file vendor/liburing/man/io_uring_setup.2error: unable to write file vendor/liburing/man/io_uring_setup_buf_ring.3error: unable to write file vendor/liburing/man/io_uring_sq_ready.3Updating files: 51% (246/482) error: unable to write file vendor/liburing/man/io_uring_sq_space_left.3error: unable to write file vendor/liburing/man/io_uring_sqe_set_data.3error: unable to write file vendor/liburing/man/io_uring_sqe_set_flags.3error: unable to write file vendor/liburing/man/io_uring_sqring_wait.3Updating files: 52% (251/482) error: unable to write file vendor/liburing/man/io_uring_submit.3error: unable to write file vendor/liburing/man/io_uring_submit_and_get_events.3error: unable to write file vendor/liburing/man/io_uring_submit_and_wait.3error: unable to write file vendor/liburing/man/io_uring_submit_and_wait_timeout.3error: unable to write file vendor/liburing/man/io_uring_unregister_buf_ring.3Updating files: 53% (256/482) error: unable to write file vendor/liburing/man/io_uring_unregister_buffers.3error: unable to write file vendor/liburing/man/io_uring_unregister_files.3error: unable to write file vendor/liburing/man/io_uring_unregister_napi.3Updating files: 54% (261/482) error: unable to write file vendor/liburing/man/io_uring_unregister_ring_fd.3error: unable to write file vendor/liburing/man/io_uring_wait_cqe.3error: unable to write file vendor/liburing/man/io_uring_wait_cqe_nr.3error: unable to write file vendor/liburing/man/io_uring_wait_cqe_timeout.3error: unable to write file vendor/liburing/man/io_uring_wait_cqes.3Updating files: 55% (266/482) error: unable to write file vendor/liburing/src/Makefileerror: unable to write file vendor/liburing/src/arch/aarch64/lib.herror: unable to write file vendor/liburing/src/arch/aarch64/syscall.herror: unable to write file vendor/liburing/src/arch/generic/lib.hUpdating files: 56% (270/482) error: unable to write file vendor/liburing/src/arch/generic/syscall.herror: unable to write file vendor/liburing/src/arch/riscv64/lib.herror: unable to write file vendor/liburing/src/arch/riscv64/syscall.herror: unable to write file vendor/liburing/src/arch/syscall-defs.herror: unable to write file vendor/liburing/src/arch/x86/lib.hUpdating files: 57% (275/482) error: unable to write file vendor/liburing/src/arch/x86/syscall.herror: unable to write file vendor/liburing/src/ffi.cerror: unable to write file vendor/liburing/src/include/liburing.hUpdating files: 57% (278/482) error: unable to write file vendor/liburing/src/include/liburing/barrier.herror: unable to write file vendor/liburing/src/include/liburing/io_uring.hUpdating files: 58% (280/482) error: unable to write file vendor/liburing/src/int_flags.herror: unable to write file vendor/liburing/src/lib.herror: unable to write file vendor/liburing/src/liburing-ffi.maperror: unable to write file vendor/liburing/src/liburing.maperror: unable to write file vendor/liburing/src/nolibc.cUpdating files: 59% (285/482) error: unable to write file vendor/liburing/src/queue.cerror: unable to write file vendor/liburing/src/register.cerror: unable to write file vendor/liburing/src/setup.cerror: unable to write file vendor/liburing/src/setup.herror: unable to write file vendor/liburing/src/syscall.cUpdating files: 60% (290/482) error: unable to write file vendor/liburing/src/syscall.herror: unable to write file vendor/liburing/src/version.cerror: unable to write file vendor/liburing/test/232c93d07b74.cerror: unable to write file vendor/liburing/test/35fa71a030ca.cerror: unable to write file vendor/liburing/test/500f9fbadef8.cUpdating files: 61% (295/482) error: unable to write file vendor/liburing/test/7ad0e4b2f83c.cerror: unable to write file vendor/liburing/test/8a9973408177.cerror: unable to write file vendor/liburing/test/917257daa0fe.cerror: unable to write file vendor/liburing/test/MakefileUpdating files: 62% (299/482) error: unable to write file vendor/liburing/test/a0908ae19763.cerror: unable to write file vendor/liburing/test/a4c0b3decb33.cerror: unable to write file vendor/liburing/test/accept-link.cerror: unable to write file vendor/liburing/test/accept-non-empty.cerror: unable to write file vendor/liburing/test/accept-reuse.cUpdating files: 63% (304/482) error: unable to write file vendor/liburing/test/accept-test.cerror: unable to write file vendor/liburing/test/accept.cerror: unable to write file vendor/liburing/test/across-fork.cerror: unable to write file vendor/liburing/test/b19062a56726.cerror: unable to write file vendor/liburing/test/b5837bd5311d.cUpdating files: 64% (309/482) error: unable to write file vendor/liburing/test/bind-listen.cerror: unable to write file vendor/liburing/test/buf-ring-nommap.cUpdating files: 64% (311/482) error: unable to write file vendor/liburing/test/buf-ring-put.cerror: unable to write file vendor/liburing/test/buf-ring.cerror: unable to write file vendor/liburing/test/ce593a6c480a.cUpdating files: 65% (314/482) error: unable to write file vendor/liburing/test/close-opath.cerror: unable to write file vendor/liburing/test/configerror: unable to write file vendor/liburing/test/connect-rep.cerror: unable to write file vendor/liburing/test/connect.cerror: unable to write file vendor/liburing/test/coredump.cUpdating files: 66% (319/482) error: unable to write file vendor/liburing/test/cq-full.cerror: unable to write file vendor/liburing/test/cq-overflow.cerror: unable to write file vendor/liburing/test/cq-peek-batch.cerror: unable to write file vendor/liburing/test/cq-ready.cUpdating files: 67% (323/482) error: unable to write file vendor/liburing/test/cq-size.cerror: unable to write file vendor/liburing/test/d4ae271dfaae.cerror: unable to write file vendor/liburing/test/d77a67ed5f27.cerror: unable to write file vendor/liburing/test/defer-taskrun.cerror: unable to write file vendor/liburing/test/defer-tw-timeout.cUpdating files: 68% (328/482) error: unable to write file vendor/liburing/test/defer.cerror: unable to write file vendor/liburing/test/double-poll-crash.cerror: unable to write file vendor/liburing/test/drop-submit.cerror: unable to write file vendor/liburing/test/eeed8b54e0df.cerror: unable to write file vendor/liburing/test/empty-eownerdead.cUpdating files: 69% (333/482) error: unable to write file vendor/liburing/test/eploop.cerror: unable to write file vendor/liburing/test/eventfd-disable.cerror: unable to write file vendor/liburing/test/eventfd-reg.cerror: unable to write file vendor/liburing/test/eventfd-ring.cerror: unable to write file vendor/liburing/test/eventfd.cUpdating files: 70% (338/482) error: unable to write file vendor/liburing/test/evloop.cerror: unable to write file vendor/liburing/test/exec-target.cerror: unable to write file vendor/liburing/test/exit-no-cleanup.cerror: unable to write file vendor/liburing/test/fadvise.cerror: unable to write file vendor/liburing/test/fallocate.cUpdating files: 71% (343/482) error: unable to write file vendor/liburing/test/fc2a85cb02ef.cerror: unable to write file vendor/liburing/test/fd-install.cerror: unable to write file vendor/liburing/test/fd-pass.cUpdating files: 71% (346/482) error: unable to write file vendor/liburing/test/file-register.cerror: unable to write file vendor/liburing/test/file-update.cUpdating files: 72% (348/482) error: unable to write file vendor/liburing/test/file-verify.cerror: unable to write file vendor/liburing/test/files-exit-hang-poll.cerror: unable to write file vendor/liburing/test/files-exit-hang-timeout.cerror: unable to write file vendor/liburing/test/fixed-buf-iter.cUpdating files: 73% (352/482) error: unable to write file vendor/liburing/test/fixed-buf-merge.cerror: unable to write file vendor/liburing/test/fixed-hugepage.cerror: unable to write file vendor/liburing/test/fixed-link.cerror: unable to write file vendor/liburing/test/fixed-reuse.cerror: unable to write file vendor/liburing/test/fpos.cUpdating files: 74% (357/482) error: unable to write file vendor/liburing/test/fsnotify.cerror: unable to write file vendor/liburing/test/fsync.cerror: unable to write file vendor/liburing/test/futex.cerror: unable to write file vendor/liburing/test/hardlink.cerror: unable to write file vendor/liburing/test/helpers.cUpdating files: 75% (362/482) error: unable to write file vendor/liburing/test/helpers.herror: unable to write file vendor/liburing/test/ignore-single-mmap.cerror: unable to write file vendor/liburing/test/init-mem.cerror: unable to write file vendor/liburing/test/io-cancel.cerror: unable to write file vendor/liburing/test/io_uring_enter.cUpdating files: 76% (367/482) error: unable to write file vendor/liburing/test/io_uring_passthrough.cerror: unable to write file vendor/liburing/test/io_uring_register.cerror: unable to write file vendor/liburing/test/io_uring_setup.cerror: unable to write file vendor/liburing/test/iopoll-leak.cerror: unable to write file vendor/liburing/test/iopoll-overflow.cUpdating files: 77% (372/482) error: unable to write file vendor/liburing/test/iopoll.cerror: unable to write file vendor/liburing/test/lfs-openat-write.cerror: unable to write file vendor/liburing/test/lfs-openat.cerror: unable to write file vendor/liburing/test/link-timeout.cUpdating files: 78% (376/482) error: unable to write file vendor/liburing/test/link.cerror: unable to write file vendor/liburing/test/link_drain.cerror: unable to write file vendor/liburing/test/madvise.cerror: unable to write file vendor/liburing/test/mkdir.cerror: unable to write file vendor/liburing/test/msg-ring-fd.cUpdating files: 79% (381/482) error: unable to write file vendor/liburing/test/msg-ring-flags.cerror: unable to write file vendor/liburing/test/msg-ring-overflow.cerror: unable to write file vendor/liburing/test/msg-ring.cerror: unable to write file vendor/liburing/test/multicqes_drain.cerror: unable to write file vendor/liburing/test/no-mmap-inval.cUpdating files: 80% (386/482) error: unable to write file vendor/liburing/test/nolibc.cerror: unable to write file vendor/liburing/test/nop-all-sizes.cerror: unable to write file vendor/liburing/test/nop.cerror: unable to write file vendor/liburing/test/nvme.herror: unable to write file vendor/liburing/test/ooo-file-unreg.cUpdating files: 81% (391/482) error: unable to write file vendor/liburing/test/open-close.cerror: unable to write file vendor/liburing/test/open-direct-link.cerror: unable to write file vendor/liburing/test/open-direct-pick.cerror: unable to write file vendor/liburing/test/openat2.cerror: unable to write file vendor/liburing/test/personality.cUpdating files: 82% (396/482) error: unable to write file vendor/liburing/test/pipe-bug.cerror: unable to write file vendor/liburing/test/pipe-eof.cerror: unable to write file vendor/liburing/test/pipe-reuse.cerror: unable to write file vendor/liburing/test/poll-cancel-all.cerror: unable to write file vendor/liburing/test/poll-cancel-ton.cUpdating files: 83% (401/482) error: unable to write file vendor/liburing/test/poll-cancel.cerror: unable to write file vendor/liburing/test/poll-link.cerror: unable to write file vendor/liburing/test/poll-many.cerror: unable to write file vendor/liburing/test/poll-mshot-overflow.cUpdating files: 84% (405/482) error: unable to write file vendor/liburing/test/poll-mshot-update.cUpdating files: 84% (406/482) error: unable to write file vendor/liburing/test/poll-race-mshot.cerror: unable to write file vendor/liburing/test/poll-race.cerror: unable to write file vendor/liburing/test/poll-ring.cerror: unable to write file vendor/liburing/test/poll-v-poll.cUpdating files: 85% (410/482) error: unable to write file vendor/liburing/test/poll.cerror: unable to write file vendor/liburing/test/probe.cerror: unable to write file vendor/liburing/test/read-before-exit.cerror: unable to write file vendor/liburing/test/read-mshot-empty.cerror: unable to write file vendor/liburing/test/read-mshot.cUpdating files: 86% (415/482) error: unable to write file vendor/liburing/test/read-write.cerror: unable to write file vendor/liburing/test/recv-msgall-stream.cerror: unable to write file vendor/liburing/test/recv-msgall.cerror: unable to write file vendor/liburing/test/recv-multishot.cerror: unable to write file vendor/liburing/test/recvsend_bundle.cUpdating files: 87% (420/482) error: unable to write file vendor/liburing/test/reg-fd-only.cerror: unable to write file vendor/liburing/test/reg-hint.cerror: unable to write file vendor/liburing/test/reg-reg-ring.cerror: unable to write file vendor/liburing/test/regbuf-merge.cerror: unable to write file vendor/liburing/test/register-restrictions.cUpdating files: 88% (425/482) error: unable to write file vendor/liburing/test/rename.cerror: unable to write file vendor/liburing/test/ring-leak.cerror: unable to write file vendor/liburing/test/ring-leak2.cerror: unable to write file vendor/liburing/test/ringbuf-read.cUpdating files: 89% (429/482) error: unable to write file vendor/liburing/test/ringbuf-status.cerror: unable to write file vendor/liburing/test/rsrc_tags.cerror: unable to write file vendor/liburing/test/runtests-loop.sherror: unable to write file vendor/liburing/test/runtests-quiet.shUpdating files: 89% (433/482) error: unable to write file vendor/liburing/test/runtests.shUpdating files: 90% (434/482) error: unable to write file vendor/liburing/test/rw_merge_test.cerror: unable to write file vendor/liburing/test/self.cerror: unable to write file vendor/liburing/test/send-zerocopy.cerror: unable to write file vendor/liburing/test/send_recv.cerror: unable to write file vendor/liburing/test/send_recvmsg.cUpdating files: 91% (439/482) error: unable to write file vendor/liburing/test/shared-wq.cerror: unable to write file vendor/liburing/test/short-read.cerror: unable to write file vendor/liburing/test/shutdown.cerror: unable to write file vendor/liburing/test/sigfd-deadlock.cerror: unable to write file vendor/liburing/test/single-issuer.cUpdating files: 92% (444/482) error: unable to write file vendor/liburing/test/skip-cqe.cerror: unable to write file vendor/liburing/test/socket-getsetsock-cmd.cerror: unable to write file vendor/liburing/test/socket-io-cmd.cerror: unable to write file vendor/liburing/test/socket-rw-eagain.cerror: unable to write file vendor/liburing/test/socket-rw-offset.cUpdating files: 93% (449/482) error: unable to write file vendor/liburing/test/socket-rw.cerror: unable to write file vendor/liburing/test/socket.cerror: unable to write file vendor/liburing/test/splice.cerror: unable to write file vendor/liburing/test/sq-full-cpp.ccerror: unable to write file vendor/liburing/test/sq-full.cUpdating files: 94% (454/482) error: unable to write file vendor/liburing/test/sq-poll-dup.cerror: unable to write file vendor/liburing/test/sq-poll-kthread.cerror: unable to write file vendor/liburing/test/sq-poll-share.cerror: unable to write file vendor/liburing/test/sq-space_left.cUpdating files: 95% (458/482) error: unable to write file vendor/liburing/test/sqpoll-disable-exit.cerror: unable to write file vendor/liburing/test/sqpoll-exec.cerror: unable to write file vendor/liburing/test/sqpoll-exit-hang.cUpdating files: 95% (461/482) error: unable to write file vendor/liburing/test/sqpoll-sleep.cerror: unable to write file vendor/liburing/test/statx.cUpdating files: 96% (463/482) error: unable to write file vendor/liburing/test/stdout.cerror: unable to write file vendor/liburing/test/submit-and-wait.cerror: unable to write file vendor/liburing/test/submit-link-fail.cerror: unable to write file vendor/liburing/test/submit-reuse.cerror: unable to write file vendor/liburing/test/symlink.cUpdating files: 97% (468/482) error: unable to write file vendor/liburing/test/sync-cancel.cerror: unable to write file vendor/liburing/test/teardowns.cerror: unable to write file vendor/liburing/test/test.herror: unable to write file vendor/liburing/test/thread-exit.cerror: unable to write file vendor/liburing/test/timeout-new.cUpdating files: 98% (473/482) error: unable to write file vendor/liburing/test/timeout.cerror: unable to write file vendor/liburing/test/truncate.cerror: unable to write file vendor/liburing/test/tty-write-dpoll.cerror: unable to write file vendor/liburing/test/unlink.cerror: unable to write file vendor/liburing/test/version.cUpdating files: 99% (478/482) error: unable to write file vendor/liburing/test/waitid.cerror: unable to write file vendor/liburing/test/wakeup-hang.cerror: unable to write file vendor/liburing/test/wq-aff.cerror: unable to write file vendor/liburing/test/xattr.cUpdating files: 100% (482/482) Updating files: 100% (482/482), done.fatal: Could not reset index file to revision 'HEAD'.git-reset failed with exit-code 1282025-09-27 14:10.56: Job failed: Failed: Build failed