2026-04-10 09:09.38: New job: test mirage/ocaml-fsevents https://github.com/mirage/ocaml-fsevents.git#refs/heads/main (71552eec0259b9c1d280d329596b08b64b943b7c) (linux-x86_64:ubuntu-24.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:dd146440c079badd35a3a93925c46eb5393069563dd7a6048de35ff37c28c035Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/ocaml-fsevents.git" -b "main" && cd "ocaml-fsevents" && git reset --hard 71552eeccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:dd146440c079badd35a3a93925c46eb5393069563dd7a6048de35ff37c28c035# ubuntu-24.04-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 fsevents.opam fsevents-lwt.opam ./RUN opam pin add -yn fsevents.dev './' && \opam pin add -yn fsevents-lwt.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cf.0.5.0 cf-lwt.0.5.0 cmdliner.2.1.0 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 integers.0.7.0 lwt.6.1.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y fsevents.dev fsevents-lwt.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-10 09:09.38: Using cache hint "mirage/ocaml-fsevents-ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:dd146440c079badd35a3a93925c46eb5393069563dd7a6048de35ff37c28c035-ubuntu-24.04-5.4_opam-2.5-a2adf83b4b004ba4f3e95741b4d1e1c1"2026-04-10 09:09.38: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:dd146440c079badd35a3a93925c46eb5393069563dd7a6048de35ff37c28c035)(comment ubuntu-24.04-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src fsevents.opam fsevents-lwt.opam) (dst ./))(run (network host)(shell "opam pin add -yn fsevents.dev './' && \\nopam pin add -yn fsevents-lwt.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cf.0.5.0 cf-lwt.0.5.0 cmdliner.2.1.0 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 integers.0.7.0 lwt.6.1.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")(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.5 --depext-only -y fsevents.dev fsevents-lwt.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")))2026-04-10 09:09.38: Waiting for resource in pool OCluster2026-04-10 09:09.38: Waiting for worker…2026-04-10 09:14.21: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 71552ee Merge branch 'samoht-fmt'(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:dd146440c079badd35a3a93925c46eb5393069563dd7a6048de35ff37c28c035)Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:dd146440c079badd35a3a93925c46eb5393069563dd7a6048de35ff37c28c035' locallydocker.io/ocaml/opam@sha256:dd146440c079badd35a3a93925c46eb5393069563dd7a6048de35ff37c28c035: Pulling from ocaml/opamffddc5d3d4f8: Pulling fs layerafacea7da6fc: Pulling fs layer02993a114a9c: Pulling fs layerf728466b937f: Pulling fs layer2a09ea00dab5: Pulling fs layerc9d563a716c5: Pulling fs layerf9e94867f93d: Pulling fs layer93f3d8d164b7: Pulling fs layerc9d563a716c5: Waitingf9e94867f93d: Waiting2a09ea00dab5: Waitingf728466b937f: Waiting93f3d8d164b7: Waiting02993a114a9c: Verifying Checksum02993a114a9c: Download completeafacea7da6fc: Download completef728466b937f: Download completec9d563a716c5: Download completef9e94867f93d: Download complete93f3d8d164b7: Verifying Checksum93f3d8d164b7: Download complete2a09ea00dab5: Verifying Checksum2a09ea00dab5: Download completeffddc5d3d4f8: Verifying Checksumffddc5d3d4f8: Download completeffddc5d3d4f8: Pull completeafacea7da6fc: Pull complete02993a114a9c: Pull completef728466b937f: Pull complete2a09ea00dab5: Pull completec9d563a716c5: Pull completef9e94867f93d: Pull complete93f3d8d164b7: Pull completeDigest: sha256:dd146440c079badd35a3a93925c46eb5393069563dd7a6048de35ff37c28c035Status: Downloaded newer image for ocaml/opam@sha256:dd146440c079badd35a3a93925c46eb5393069563dd7a6048de35ff37c28c0352026-04-10 09:14.21 ---> using "ae7ae9e61981f1895c6e0ec22a30eff69b90ad3e8d19cfdae29e77ec9a401a19" from cache/: (comment ubuntu-24.04-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-10 09:14.21 ---> using "78af527f8922ca38385a20426d19d3e0594d123ab663201b00e7abb85735dd95" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-10 09:14.21 ---> using "42bbc3622fda5675f2b9b26ece13b8496ee63f363b1da915ede0904830ff0bf3" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.4.02.5.02026-04-10 09:14.21 ---> using "c92895856407e4de9998ffa9245e5657274d0718c9187a181f217fa7619f3744" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-10 09:14.21 ---> using "07c31e381626716eff111e733ed0e9ef04437be3f64fa2f90d2dd770763d9c73" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..4d62a12e26 master -> origin/master7858b18273 Merge pull request #29691 from punchagan/fix-conf-libffi<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-04-10 09:14.43 ---> saved as "97dc2768e05899b651b72fccc2395ca3f42539a10333fdbe27dc3ec5f23cd808"/src: (copy (src fsevents.opam fsevents-lwt.opam) (dst ./))2026-04-10 09:14.43 ---> saved as "f12c2a2dd7175afff04876c186482b103c0bc1aaf15a0c1f076e8da36ea1bd44"/src: (run (network host)(shell "opam pin add -yn fsevents.dev './' && \\nopam pin add -yn fsevents-lwt.dev './'"))[fsevents.dev] synchronised (file:///src)fsevents is now pinned to file:///src (version dev)[fsevents-lwt.dev] synchronised (file:///src)fsevents-lwt is now pinned to file:///src (version dev)2026-04-10 09:14.47 ---> saved as "8169d9f75856b3165c5a4fa3b0898a159e11515204d4eaa37bbf4eb98eed760a"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-10 09:14.47 ---> saved as "521ff441bf0cba69103d16e87852eb5ce8bd4ca61f92e12c1ee88a7583988cb9"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cf.0.5.0 cf-lwt.0.5.0 cmdliner.2.1.0 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 integers.0.7.0 lwt.6.1.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y fsevents.dev fsevents-lwt.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:4 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:5 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3692 kB]- Get:6 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3505 kB]- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [38.1 kB]- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2377 kB]- Get:9 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1508 kB]- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2155 kB]- Get:11 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1989 kB]- Get:12 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Packages [695 B]- Get:13 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [49.5 kB]- Get:14 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [36.1 kB]- Fetched 15.7 MB in 17s (947 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[fsevents.dev] synchronised (file:///src)[fsevents-lwt.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:libffi-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "pkg-config"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libpkgconf3:amd64.- (Reading database ...- (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16365 files and directories currently installed.)- Preparing to unpack .../libpkgconf3_1.8.1-2build1_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-2build1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-2build1_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-2build1) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../pkgconf_1.8.1-2build1_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-2build1) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../pkg-config_1.8.1-2build1_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-2build1) ...- Selecting previously unselected package libffi-dev:amd64.- Preparing to unpack .../libffi-dev_3.4.6-1build1_amd64.deb ...- Unpacking libffi-dev:amd64 (3.4.6-1build1) ...- Setting up libffi-dev:amd64 (3.4.6-1build1) ...- Setting up libpkgconf3:amd64 (1.8.1-2build1) ...- Setting up pkgconf-bin (1.8.1-2build1) ...- Setting up pkgconf:amd64 (1.8.1-2build1) ...- Setting up pkg-config:amd64 (1.8.1-2build1) ...- Processing triggers for libc-bin (2.39-0ubuntu8.7) ...# To update the current shell environment, run: eval $(opam env)2026-04-10 09:15.16 ---> saved as "a2179151239acf44a7b23f9635bfe75c456d0a18dd048b47f3f2bf8f4938420f"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 25 packages- install alcotest 1.9.1- install astring 0.8.5- install base-bytes base- install cf 0.5.0- install cf-lwt 0.5.0- install cmdliner 2.1.0- install conf-libffi 2.0.0- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install ctypes 0.24.0- install ctypes-foreign 0.24.0- install dune 3.22.1- install dune-configurator 3.22.1- install fmt 0.11.0- install integers 0.7.0- install lwt 6.1.1- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install re 1.14.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cf.0.5.0, cf-lwt.0.5.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)-> installed conf-libffi.2.0.0-> retrieved fmt.0.11.0 (cached)-> retrieved integers.0.7.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved lwt.6.1.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved re.1.14.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.22.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> installed integers.0.7.0-> installed alcotest.1.9.1-> installed dune-configurator.3.22.1-> installed lwt.6.1.1-> installed ctypes.0.24.0-> installed ctypes-foreign.0.24.0-> installed cf.0.5.0-> installed cf-lwt.0.5.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-10 09:16.03 ---> saved as "335638f2f49d9e2aa7807507c63e4f85d294945d654f929eaeb148f868ef3875"/src: (copy (src .) (dst /src))2026-04-10 09:16.04 ---> saved as "165539b334af9f5cf0be7cff3f6d19b83d6153272b4d97cd5646a0a8869e7569"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-10 09:16.04 ---> saved as "2fd69ed24b8f29df4b161a866ff34596d07016b359bc7ba95948f55e53f9c60f"Job succeeded2026-04-10 09:16.04: Job succeeded