Organisationsocaml-multicoreocaml-uring798c56 ()debian-13-4.14_riscv64_opam-2.4

debian-13-4.14_riscv64_opam-2.4

Link Copied
Code Copied

Logs

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:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/ocaml-uring.git" -b "main" && cd "ocaml-uring" && git reset --hard 798c5680
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76
# debian-13-4.14_riscv64_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN 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 --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 $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-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 OCluster
2025-09-27 12:31.30: Waiting for worker…
2025-09-27 14:10.42: Got resource from pool OCluster
Building on riscv-bm-04.sw.ci.dev
error: unable to write file .gitignore
error: unable to write file CHANGES.md
error: unable to write file HACKING.md
error: unable to write file LICENSE.md
error: unable to write file Makefile
error: unable to write file README.md
error: unable to write file bench/.ocamlformat
error: unable to write file bench/bechamel_csv/bechamel_csv.ml
error: unable to write file bench/bechamel_csv/bechamel_csv.mli
error: unable to write file bench/bechamel_csv/dune
error: unable to write file bench/cptest.ml
error: unable to write file bench/dune
error: unable to write file bench/main.ml
error: unable to write file bench/readv.ml
error: unable to write file dune
error: unable to write file dune-project
error: unable to write file lib/uring/dune
error: unable to write file lib/uring/heap.ml
error: unable to write file lib/uring/heap.mli
error: unable to write file lib/uring/include/discover.ml
error: unable to write file lib/uring/include/dune
error: unable to write file lib/uring/include/gen.ml
error: unable to write file lib/uring/include/liburing/dune
error: unable to write file lib/uring/primitives.h
error: unable to write file lib/uring/region.ml
error: unable to write file lib/uring/region.mli
error: unable to write file lib/uring/uring.ml
error: unable to write file lib/uring/uring.mli
error: unable to write file lib/uring/uring_stubs.c
error: unable to write file tests/dune
error: unable to write file tests/heap.md
Updating files:   6% (31/482)
error: unable to write file tests/lwtcp.ml
error: unable to write file tests/lwtcp_lib.ml
error: unable to write file tests/main.md
Updating files:   7% (34/482)
error: unable to write file tests/poll_add.ml
error: unable to write file tests/sketch.md
error: unable to write file tests/socket_ops.ml
error: unable to write file tests/urcat.ml
error: unable to write file tests/urcp.ml
Updating files:   8% (39/482)
error: unable to write file tests/urcp_fixed_lib.ml
error: unable to write file tests/urcp_lib.ml
error: unable to write file tests/urstat.ml
error: unable to write file uring.opam
error: unable to write file uring.opam.template
Updating files:   9% (44/482)
error: unable to write file vendor/liburing/.github/pull_request_template.md
error: unable to write file vendor/liburing/.github/workflows/build.yml
error: unable to write file vendor/liburing/.github/workflows/shellcheck.yml
error: unable to write file vendor/liburing/.gitignore
error: unable to write file vendor/liburing/CHANGELOG
Updating files:  10% (49/482)
error: unable to write file vendor/liburing/CITATION.cff
error: unable to write file vendor/liburing/COPYING
error: unable to write file vendor/liburing/COPYING.GPL
error: unable to write file vendor/liburing/LICENSE
error: unable to write file vendor/liburing/Makefile
Updating files:  11% (54/482)
error: unable to write file vendor/liburing/Makefile.common
error: unable to write file vendor/liburing/Makefile.quiet
error: unable to write file vendor/liburing/README
error: unable to write file vendor/liburing/SECURITY.md
Updating files:  12% (58/482)
error: unable to write file vendor/liburing/configure
error: unable to write file vendor/liburing/debian/README.Debian
error: unable to write file vendor/liburing/debian/changelog
error: unable to write file vendor/liburing/debian/control
error: unable to write file vendor/liburing/debian/copyright
Updating files:  13% (63/482)
error: unable to write file vendor/liburing/debian/liburing-dev.install
error: unable to write file vendor/liburing/debian/liburing-dev.manpages
error: unable to write file vendor/liburing/debian/liburing2.install
error: unable to write file vendor/liburing/debian/liburing2.symbols
Updating files:  13% (67/482)
error: unable to write file vendor/liburing/debian/patches/series
Updating files:  14% (68/482)
error: unable to write file vendor/liburing/debian/rules
error: unable to write file vendor/liburing/debian/source/format
error: unable to write file vendor/liburing/debian/source/local-options
error: unable to write file vendor/liburing/debian/source/options
error: unable to write file vendor/liburing/debian/watch
Updating files:  15% (73/482)
error: unable to write file vendor/liburing/examples/Makefile
error: unable to write file vendor/liburing/examples/helpers.c
error: unable to write file vendor/liburing/examples/helpers.h
error: unable to write file vendor/liburing/examples/io_uring-close-test.c
error: unable to write file vendor/liburing/examples/io_uring-cp.c
Updating files:  16% (78/482)
error: unable to write file vendor/liburing/examples/io_uring-test.c
error: unable to write file vendor/liburing/examples/io_uring-udp.c
error: unable to write file vendor/liburing/examples/link-cp.c
error: unable to write file vendor/liburing/examples/napi-busy-poll-client.c
Updating files:  17% (82/482)
error: unable to write file vendor/liburing/examples/napi-busy-poll-server.c
error: unable to write file vendor/liburing/examples/poll-bench.c
error: unable to write file vendor/liburing/examples/proxy.c
error: unable to write file vendor/liburing/examples/proxy.h
error: unable to write file vendor/liburing/examples/rsrc-update-bench.c
Updating files:  18% (87/482)
error: unable to write file vendor/liburing/examples/send-zerocopy.c
error: unable to write file vendor/liburing/examples/ucontext-cp.c
error: unable to write file vendor/liburing/liburing-ffi.pc.in
error: unable to write file vendor/liburing/liburing.pc.in
error: unable to write file vendor/liburing/liburing.spec
Updating files:  19% (92/482)
error: unable to write file vendor/liburing/make-debs.sh
Updating files:  20% (97/482)
error: unable to write file vendor/liburing/man/io_uring.7
error: unable to write file vendor/liburing/man/io_uring_buf_ring_add.3
error: unable to write file vendor/liburing/man/io_uring_buf_ring_advance.3
error: unable to write file vendor/liburing/man/io_uring_buf_ring_available.3
error: unable to write file vendor/liburing/man/io_uring_buf_ring_cq_advance.3
Updating files:  21% (102/482)
error: unable to write file vendor/liburing/man/io_uring_buf_ring_init.3
error: unable to write file vendor/liburing/man/io_uring_buf_ring_mask.3
error: unable to write file vendor/liburing/man/io_uring_check_version.3
error: unable to write file vendor/liburing/man/io_uring_close_ring_fd.3
error: unable to write file vendor/liburing/man/io_uring_cq_advance.3
Updating files:  22% (107/482)
error: unable to write file vendor/liburing/man/io_uring_cq_has_overflow.3
error: unable to write file vendor/liburing/man/io_uring_cq_ready.3
error: unable to write file vendor/liburing/man/io_uring_cqe_get_data.3
Updating files:  23% (111/482)
error: unable to write file vendor/liburing/man/io_uring_cqe_seen.3
error: unable to write file vendor/liburing/man/io_uring_enable_rings.3
error: unable to write file vendor/liburing/man/io_uring_enter.2
error: unable to write file vendor/liburing/man/io_uring_for_each_cqe.3
Updating files:  24% (116/482)
error: unable to write file vendor/liburing/man/io_uring_free_buf_ring.3
error: unable to write file vendor/liburing/man/io_uring_free_probe.3
error: unable to write file vendor/liburing/man/io_uring_get_events.3
error: unable to write file vendor/liburing/man/io_uring_get_probe.3
error: unable to write file vendor/liburing/man/io_uring_get_sqe.3
Updating files:  25% (121/482)
error: unable to write file vendor/liburing/man/io_uring_opcode_supported.3
error: unable to write file vendor/liburing/man/io_uring_peek_cqe.3
error: unable to write file vendor/liburing/man/io_uring_prep_accept.3
Updating files:  26% (126/482)
error: unable to write file vendor/liburing/man/io_uring_prep_bind.3
error: unable to write file vendor/liburing/man/io_uring_prep_cancel.3
Updating files:  27% (131/482)
error: unable to write file vendor/liburing/man/io_uring_prep_close.3
error: unable to write file vendor/liburing/man/io_uring_prep_cmd.3
error: unable to write file vendor/liburing/man/io_uring_prep_connect.3
Updating files:  28% (135/482)
error: unable to write file vendor/liburing/man/io_uring_prep_fadvise.3
error: unable to write file vendor/liburing/man/io_uring_prep_fallocate.3
error: unable to write file vendor/liburing/man/io_uring_prep_files_update.3
Updating files:  29% (140/482)
error: unable to write file vendor/liburing/man/io_uring_prep_fixed_fd_install.3
error: unable to write file vendor/liburing/man/io_uring_prep_fsync.3
error: unable to write file vendor/liburing/man/io_uring_prep_ftruncate.3
error: unable to write file vendor/liburing/man/io_uring_prep_futex_wait.3
Updating files:  30% (145/482)
error: unable to write file vendor/liburing/man/io_uring_prep_futex_waitv.3
error: unable to write file vendor/liburing/man/io_uring_prep_futex_wake.3
error: unable to write file vendor/liburing/man/io_uring_prep_getxattr.3
error: unable to write file vendor/liburing/man/io_uring_prep_link_timeout.3
Updating files:  31% (150/482)
error: unable to write file vendor/liburing/man/io_uring_prep_linkat.3
error: unable to write file vendor/liburing/man/io_uring_prep_listen.3
error: unable to write file vendor/liburing/man/io_uring_prep_madvise.3
Updating files:  32% (155/482)
error: unable to write file vendor/liburing/man/io_uring_prep_mkdirat.3
error: unable to write file vendor/liburing/man/io_uring_prep_msg_ring.3
error: unable to write file vendor/liburing/man/io_uring_prep_msg_ring_fd.3
Updating files:  33% (160/482)
error: unable to write file vendor/liburing/man/io_uring_prep_nop.3
error: unable to write file vendor/liburing/man/io_uring_prep_openat.3
Updating files:  34% (164/482)
error: unable to write file vendor/liburing/man/io_uring_prep_openat2.3
error: unable to write file vendor/liburing/man/io_uring_prep_poll_add.3
Updating files:  35% (169/482)
error: unable to write file vendor/liburing/man/io_uring_prep_poll_remove.3
error: unable to write file vendor/liburing/man/io_uring_prep_poll_update.3
error: unable to write file vendor/liburing/man/io_uring_prep_provide_buffers.3
error: unable to write file vendor/liburing/man/io_uring_prep_read.3
error: unable to write file vendor/liburing/man/io_uring_prep_read_fixed.3
Updating files:  36% (174/482)
error: unable to write file vendor/liburing/man/io_uring_prep_read_multishot.3
error: unable to write file vendor/liburing/man/io_uring_prep_readv.3
error: unable to write file vendor/liburing/man/io_uring_prep_readv2.3
error: unable to write file vendor/liburing/man/io_uring_prep_recv.3
Updating files:  37% (179/482)
error: unable to write file vendor/liburing/man/io_uring_prep_recvmsg.3
error: unable to write file vendor/liburing/man/io_uring_prep_remove_buffers.3
error: unable to write file vendor/liburing/man/io_uring_prep_renameat.3
Updating files:  38% (184/482)
error: unable to write file vendor/liburing/man/io_uring_prep_send.3
error: unable to write file vendor/liburing/man/io_uring_prep_send_set_addr.3
error: unable to write file vendor/liburing/man/io_uring_prep_send_zc.3
Updating files:  39% (188/482)
error: unable to write file vendor/liburing/man/io_uring_prep_sendmsg.3
error: unable to write file vendor/liburing/man/io_uring_prep_setxattr.3
Updating files:  40% (193/482)
error: unable to write file vendor/liburing/man/io_uring_prep_shutdown.3
error: unable to write file vendor/liburing/man/io_uring_prep_socket.3
error: unable to write file vendor/liburing/man/io_uring_prep_splice.3
Updating files:  41% (198/482)
error: unable to write file vendor/liburing/man/io_uring_prep_statx.3
error: unable to write file vendor/liburing/man/io_uring_prep_symlinkat.3
error: unable to write file vendor/liburing/man/io_uring_prep_sync_file_range.3
error: unable to write file vendor/liburing/man/io_uring_prep_tee.3
Updating files:  42% (203/482)
error: unable to write file vendor/liburing/man/io_uring_prep_timeout.3
error: unable to write file vendor/liburing/man/io_uring_prep_timeout_update.3
error: unable to write file vendor/liburing/man/io_uring_prep_unlinkat.3
Updating files:  43% (208/482)
error: unable to write file vendor/liburing/man/io_uring_prep_waitid.3
error: unable to write file vendor/liburing/man/io_uring_prep_write.3
error: unable to write file vendor/liburing/man/io_uring_prep_write_fixed.3
error: unable to write file vendor/liburing/man/io_uring_prep_writev.3
error: unable to write file vendor/liburing/man/io_uring_prep_writev2.3
Updating files:  44% (213/482)
error: unable to write file vendor/liburing/man/io_uring_queue_exit.3
error: unable to write file vendor/liburing/man/io_uring_queue_init.3
Updating files:  45% (217/482)
error: unable to write file vendor/liburing/man/io_uring_recvmsg_out.3
Updating files:  46% (222/482)
error: unable to write file vendor/liburing/man/io_uring_register.2
error: unable to write file vendor/liburing/man/io_uring_register_buf_ring.3
error: unable to write file vendor/liburing/man/io_uring_register_buffers.3
Updating files:  47% (227/482)
error: unable to write file vendor/liburing/man/io_uring_register_eventfd.3
Updating files:  48% (232/482)
error: unable to write file vendor/liburing/man/io_uring_register_file_alloc_range.3
error: unable to write file vendor/liburing/man/io_uring_register_files.3
Updating files:  49% (237/482)
error: unable to write file vendor/liburing/man/io_uring_register_iowq_aff.3
error: unable to write file vendor/liburing/man/io_uring_register_iowq_max_workers.3
error: unable to write file vendor/liburing/man/io_uring_register_napi.3
Updating files:  50% (241/482)
error: unable to write file vendor/liburing/man/io_uring_register_ring_fd.3
error: unable to write file vendor/liburing/man/io_uring_register_sync_cancel.3
Updating files:  50% (243/482)
error: unable to write file vendor/liburing/man/io_uring_setup.2
error: unable to write file vendor/liburing/man/io_uring_setup_buf_ring.3
error: unable to write file vendor/liburing/man/io_uring_sq_ready.3
Updating files:  51% (246/482)
error: unable to write file vendor/liburing/man/io_uring_sq_space_left.3
error: unable to write file vendor/liburing/man/io_uring_sqe_set_data.3
error: unable to write file vendor/liburing/man/io_uring_sqe_set_flags.3
error: unable to write file vendor/liburing/man/io_uring_sqring_wait.3
Updating files:  52% (251/482)
error: unable to write file vendor/liburing/man/io_uring_submit.3
error: unable to write file vendor/liburing/man/io_uring_submit_and_get_events.3
error: unable to write file vendor/liburing/man/io_uring_submit_and_wait.3
error: unable to write file vendor/liburing/man/io_uring_submit_and_wait_timeout.3
error: unable to write file vendor/liburing/man/io_uring_unregister_buf_ring.3
Updating files:  53% (256/482)
error: unable to write file vendor/liburing/man/io_uring_unregister_buffers.3
error: unable to write file vendor/liburing/man/io_uring_unregister_files.3
error: unable to write file vendor/liburing/man/io_uring_unregister_napi.3
Updating files:  54% (261/482)
error: unable to write file vendor/liburing/man/io_uring_unregister_ring_fd.3
error: unable to write file vendor/liburing/man/io_uring_wait_cqe.3
error: unable to write file vendor/liburing/man/io_uring_wait_cqe_nr.3
error: unable to write file vendor/liburing/man/io_uring_wait_cqe_timeout.3
error: unable to write file vendor/liburing/man/io_uring_wait_cqes.3
Updating files:  55% (266/482)
error: unable to write file vendor/liburing/src/Makefile
error: unable to write file vendor/liburing/src/arch/aarch64/lib.h
error: unable to write file vendor/liburing/src/arch/aarch64/syscall.h
error: unable to write file vendor/liburing/src/arch/generic/lib.h
Updating files:  56% (270/482)
error: unable to write file vendor/liburing/src/arch/generic/syscall.h
error: unable to write file vendor/liburing/src/arch/riscv64/lib.h
error: unable to write file vendor/liburing/src/arch/riscv64/syscall.h
error: unable to write file vendor/liburing/src/arch/syscall-defs.h
error: unable to write file vendor/liburing/src/arch/x86/lib.h
Updating files:  57% (275/482)
error: unable to write file vendor/liburing/src/arch/x86/syscall.h
error: unable to write file vendor/liburing/src/ffi.c
error: unable to write file vendor/liburing/src/include/liburing.h
Updating files:  57% (278/482)
error: unable to write file vendor/liburing/src/include/liburing/barrier.h
error: unable to write file vendor/liburing/src/include/liburing/io_uring.h
Updating files:  58% (280/482)
error: unable to write file vendor/liburing/src/int_flags.h
error: unable to write file vendor/liburing/src/lib.h
error: unable to write file vendor/liburing/src/liburing-ffi.map
error: unable to write file vendor/liburing/src/liburing.map
error: unable to write file vendor/liburing/src/nolibc.c
Updating files:  59% (285/482)
error: unable to write file vendor/liburing/src/queue.c
error: unable to write file vendor/liburing/src/register.c
error: unable to write file vendor/liburing/src/setup.c
error: unable to write file vendor/liburing/src/setup.h
error: unable to write file vendor/liburing/src/syscall.c
Updating files:  60% (290/482)
error: unable to write file vendor/liburing/src/syscall.h
error: unable to write file vendor/liburing/src/version.c
error: unable to write file vendor/liburing/test/232c93d07b74.c
error: unable to write file vendor/liburing/test/35fa71a030ca.c
error: unable to write file vendor/liburing/test/500f9fbadef8.c
Updating files:  61% (295/482)
error: unable to write file vendor/liburing/test/7ad0e4b2f83c.c
error: unable to write file vendor/liburing/test/8a9973408177.c
error: unable to write file vendor/liburing/test/917257daa0fe.c
error: unable to write file vendor/liburing/test/Makefile
Updating files:  62% (299/482)
error: unable to write file vendor/liburing/test/a0908ae19763.c
error: unable to write file vendor/liburing/test/a4c0b3decb33.c
error: unable to write file vendor/liburing/test/accept-link.c
error: unable to write file vendor/liburing/test/accept-non-empty.c
error: unable to write file vendor/liburing/test/accept-reuse.c
Updating files:  63% (304/482)
error: unable to write file vendor/liburing/test/accept-test.c
error: unable to write file vendor/liburing/test/accept.c
error: unable to write file vendor/liburing/test/across-fork.c
error: unable to write file vendor/liburing/test/b19062a56726.c
error: unable to write file vendor/liburing/test/b5837bd5311d.c
Updating files:  64% (309/482)
error: unable to write file vendor/liburing/test/bind-listen.c
error: unable to write file vendor/liburing/test/buf-ring-nommap.c
Updating files:  64% (311/482)
error: unable to write file vendor/liburing/test/buf-ring-put.c
error: unable to write file vendor/liburing/test/buf-ring.c
error: unable to write file vendor/liburing/test/ce593a6c480a.c
Updating files:  65% (314/482)
error: unable to write file vendor/liburing/test/close-opath.c
error: unable to write file vendor/liburing/test/config
error: unable to write file vendor/liburing/test/connect-rep.c
error: unable to write file vendor/liburing/test/connect.c
error: unable to write file vendor/liburing/test/coredump.c
Updating files:  66% (319/482)
error: unable to write file vendor/liburing/test/cq-full.c
error: unable to write file vendor/liburing/test/cq-overflow.c
error: unable to write file vendor/liburing/test/cq-peek-batch.c
error: unable to write file vendor/liburing/test/cq-ready.c
Updating files:  67% (323/482)
error: unable to write file vendor/liburing/test/cq-size.c
error: unable to write file vendor/liburing/test/d4ae271dfaae.c
error: unable to write file vendor/liburing/test/d77a67ed5f27.c
error: unable to write file vendor/liburing/test/defer-taskrun.c
error: unable to write file vendor/liburing/test/defer-tw-timeout.c
Updating files:  68% (328/482)
error: unable to write file vendor/liburing/test/defer.c
error: unable to write file vendor/liburing/test/double-poll-crash.c
error: unable to write file vendor/liburing/test/drop-submit.c
error: unable to write file vendor/liburing/test/eeed8b54e0df.c
error: unable to write file vendor/liburing/test/empty-eownerdead.c
Updating files:  69% (333/482)
error: unable to write file vendor/liburing/test/eploop.c
error: unable to write file vendor/liburing/test/eventfd-disable.c
error: unable to write file vendor/liburing/test/eventfd-reg.c
error: unable to write file vendor/liburing/test/eventfd-ring.c
error: unable to write file vendor/liburing/test/eventfd.c
Updating files:  70% (338/482)
error: unable to write file vendor/liburing/test/evloop.c
error: unable to write file vendor/liburing/test/exec-target.c
error: unable to write file vendor/liburing/test/exit-no-cleanup.c
error: unable to write file vendor/liburing/test/fadvise.c
error: unable to write file vendor/liburing/test/fallocate.c
Updating files:  71% (343/482)
error: unable to write file vendor/liburing/test/fc2a85cb02ef.c
error: unable to write file vendor/liburing/test/fd-install.c
error: unable to write file vendor/liburing/test/fd-pass.c
Updating files:  71% (346/482)
error: unable to write file vendor/liburing/test/file-register.c
error: unable to write file vendor/liburing/test/file-update.c
Updating files:  72% (348/482)
error: unable to write file vendor/liburing/test/file-verify.c
error: unable to write file vendor/liburing/test/files-exit-hang-poll.c
error: unable to write file vendor/liburing/test/files-exit-hang-timeout.c
error: unable to write file vendor/liburing/test/fixed-buf-iter.c
Updating files:  73% (352/482)
error: unable to write file vendor/liburing/test/fixed-buf-merge.c
error: unable to write file vendor/liburing/test/fixed-hugepage.c
error: unable to write file vendor/liburing/test/fixed-link.c
error: unable to write file vendor/liburing/test/fixed-reuse.c
error: unable to write file vendor/liburing/test/fpos.c
Updating files:  74% (357/482)
error: unable to write file vendor/liburing/test/fsnotify.c
error: unable to write file vendor/liburing/test/fsync.c
error: unable to write file vendor/liburing/test/futex.c
error: unable to write file vendor/liburing/test/hardlink.c
error: unable to write file vendor/liburing/test/helpers.c
Updating files:  75% (362/482)
error: unable to write file vendor/liburing/test/helpers.h
error: unable to write file vendor/liburing/test/ignore-single-mmap.c
error: unable to write file vendor/liburing/test/init-mem.c
error: unable to write file vendor/liburing/test/io-cancel.c
error: unable to write file vendor/liburing/test/io_uring_enter.c
Updating files:  76% (367/482)
error: unable to write file vendor/liburing/test/io_uring_passthrough.c
error: unable to write file vendor/liburing/test/io_uring_register.c
error: unable to write file vendor/liburing/test/io_uring_setup.c
error: unable to write file vendor/liburing/test/iopoll-leak.c
error: unable to write file vendor/liburing/test/iopoll-overflow.c
Updating files:  77% (372/482)
error: unable to write file vendor/liburing/test/iopoll.c
error: unable to write file vendor/liburing/test/lfs-openat-write.c
error: unable to write file vendor/liburing/test/lfs-openat.c
error: unable to write file vendor/liburing/test/link-timeout.c
Updating files:  78% (376/482)
error: unable to write file vendor/liburing/test/link.c
error: unable to write file vendor/liburing/test/link_drain.c
error: unable to write file vendor/liburing/test/madvise.c
error: unable to write file vendor/liburing/test/mkdir.c
error: unable to write file vendor/liburing/test/msg-ring-fd.c
Updating files:  79% (381/482)
error: unable to write file vendor/liburing/test/msg-ring-flags.c
error: unable to write file vendor/liburing/test/msg-ring-overflow.c
error: unable to write file vendor/liburing/test/msg-ring.c
error: unable to write file vendor/liburing/test/multicqes_drain.c
error: unable to write file vendor/liburing/test/no-mmap-inval.c
Updating files:  80% (386/482)
error: unable to write file vendor/liburing/test/nolibc.c
error: unable to write file vendor/liburing/test/nop-all-sizes.c
error: unable to write file vendor/liburing/test/nop.c
error: unable to write file vendor/liburing/test/nvme.h
error: unable to write file vendor/liburing/test/ooo-file-unreg.c
Updating files:  81% (391/482)
error: unable to write file vendor/liburing/test/open-close.c
error: unable to write file vendor/liburing/test/open-direct-link.c
error: unable to write file vendor/liburing/test/open-direct-pick.c
error: unable to write file vendor/liburing/test/openat2.c
error: unable to write file vendor/liburing/test/personality.c
Updating files:  82% (396/482)
error: unable to write file vendor/liburing/test/pipe-bug.c
error: unable to write file vendor/liburing/test/pipe-eof.c
error: unable to write file vendor/liburing/test/pipe-reuse.c
error: unable to write file vendor/liburing/test/poll-cancel-all.c
error: unable to write file vendor/liburing/test/poll-cancel-ton.c
Updating files:  83% (401/482)
error: unable to write file vendor/liburing/test/poll-cancel.c
error: unable to write file vendor/liburing/test/poll-link.c
error: unable to write file vendor/liburing/test/poll-many.c
error: unable to write file vendor/liburing/test/poll-mshot-overflow.c
Updating files:  84% (405/482)
error: unable to write file vendor/liburing/test/poll-mshot-update.c
Updating files:  84% (406/482)
error: unable to write file vendor/liburing/test/poll-race-mshot.c
error: unable to write file vendor/liburing/test/poll-race.c
error: unable to write file vendor/liburing/test/poll-ring.c
error: unable to write file vendor/liburing/test/poll-v-poll.c
Updating files:  85% (410/482)
error: unable to write file vendor/liburing/test/poll.c
error: unable to write file vendor/liburing/test/probe.c
error: unable to write file vendor/liburing/test/read-before-exit.c
error: unable to write file vendor/liburing/test/read-mshot-empty.c
error: unable to write file vendor/liburing/test/read-mshot.c
Updating files:  86% (415/482)
error: unable to write file vendor/liburing/test/read-write.c
error: unable to write file vendor/liburing/test/recv-msgall-stream.c
error: unable to write file vendor/liburing/test/recv-msgall.c
error: unable to write file vendor/liburing/test/recv-multishot.c
error: unable to write file vendor/liburing/test/recvsend_bundle.c
Updating files:  87% (420/482)
error: unable to write file vendor/liburing/test/reg-fd-only.c
error: unable to write file vendor/liburing/test/reg-hint.c
error: unable to write file vendor/liburing/test/reg-reg-ring.c
error: unable to write file vendor/liburing/test/regbuf-merge.c
error: unable to write file vendor/liburing/test/register-restrictions.c
Updating files:  88% (425/482)
error: unable to write file vendor/liburing/test/rename.c
error: unable to write file vendor/liburing/test/ring-leak.c
error: unable to write file vendor/liburing/test/ring-leak2.c
error: unable to write file vendor/liburing/test/ringbuf-read.c
Updating files:  89% (429/482)
error: unable to write file vendor/liburing/test/ringbuf-status.c
error: unable to write file vendor/liburing/test/rsrc_tags.c
error: unable to write file vendor/liburing/test/runtests-loop.sh
error: unable to write file vendor/liburing/test/runtests-quiet.sh
Updating files:  89% (433/482)
error: unable to write file vendor/liburing/test/runtests.sh
Updating files:  90% (434/482)
error: unable to write file vendor/liburing/test/rw_merge_test.c
error: unable to write file vendor/liburing/test/self.c
error: unable to write file vendor/liburing/test/send-zerocopy.c
error: unable to write file vendor/liburing/test/send_recv.c
error: unable to write file vendor/liburing/test/send_recvmsg.c
Updating files:  91% (439/482)
error: unable to write file vendor/liburing/test/shared-wq.c
error: unable to write file vendor/liburing/test/short-read.c
error: unable to write file vendor/liburing/test/shutdown.c
error: unable to write file vendor/liburing/test/sigfd-deadlock.c
error: unable to write file vendor/liburing/test/single-issuer.c
Updating files:  92% (444/482)
error: unable to write file vendor/liburing/test/skip-cqe.c
error: unable to write file vendor/liburing/test/socket-getsetsock-cmd.c
error: unable to write file vendor/liburing/test/socket-io-cmd.c
error: unable to write file vendor/liburing/test/socket-rw-eagain.c
error: unable to write file vendor/liburing/test/socket-rw-offset.c
Updating files:  93% (449/482)
error: unable to write file vendor/liburing/test/socket-rw.c
error: unable to write file vendor/liburing/test/socket.c
error: unable to write file vendor/liburing/test/splice.c
error: unable to write file vendor/liburing/test/sq-full-cpp.cc
error: unable to write file vendor/liburing/test/sq-full.c
Updating files:  94% (454/482)
error: unable to write file vendor/liburing/test/sq-poll-dup.c
error: unable to write file vendor/liburing/test/sq-poll-kthread.c
error: unable to write file vendor/liburing/test/sq-poll-share.c
error: unable to write file vendor/liburing/test/sq-space_left.c
Updating files:  95% (458/482)
error: unable to write file vendor/liburing/test/sqpoll-disable-exit.c
error: unable to write file vendor/liburing/test/sqpoll-exec.c
error: unable to write file vendor/liburing/test/sqpoll-exit-hang.c
Updating files:  95% (461/482)
error: unable to write file vendor/liburing/test/sqpoll-sleep.c
error: unable to write file vendor/liburing/test/statx.c
Updating files:  96% (463/482)
error: unable to write file vendor/liburing/test/stdout.c
error: unable to write file vendor/liburing/test/submit-and-wait.c
error: unable to write file vendor/liburing/test/submit-link-fail.c
error: unable to write file vendor/liburing/test/submit-reuse.c
error: unable to write file vendor/liburing/test/symlink.c
Updating files:  97% (468/482)
error: unable to write file vendor/liburing/test/sync-cancel.c
error: unable to write file vendor/liburing/test/teardowns.c
error: unable to write file vendor/liburing/test/test.h
error: unable to write file vendor/liburing/test/thread-exit.c
error: unable to write file vendor/liburing/test/timeout-new.c
Updating files:  98% (473/482)
error: unable to write file vendor/liburing/test/timeout.c
error: unable to write file vendor/liburing/test/truncate.c
error: unable to write file vendor/liburing/test/tty-write-dpoll.c
error: unable to write file vendor/liburing/test/unlink.c
error: unable to write file vendor/liburing/test/version.c
Updating files:  99% (478/482)
error: unable to write file vendor/liburing/test/waitid.c
error: unable to write file vendor/liburing/test/wakeup-hang.c
error: unable to write file vendor/liburing/test/wq-aff.c
error: unable to write file vendor/liburing/test/xattr.c
Updating 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 128
2025-09-27 14:10.56: Job failed: Failed: Build failed