2026-01-16 13:59.08: New job: test ocurrent/bun https://github.com/ocurrent/bun.git#refs/heads/primary (edb099ddce28a538412a62564b419879c278c403) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5) Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/bun.git" -b "primary" && cd "bun" && git reset --hard edb099dd cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec # ubuntu-25.10-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 bun.opam ./ RUN opam pin add -yn bun.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="afl.2.52b afl-persistent.1.4 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 lwt.6.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 rresult.0.7.0 topkg.1.1.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y bun.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 2026-01-16 13:59.08: Using cache hint "ocurrent/bun-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec-ubuntu-25.10-4.14_opam-2.5-ea96a1d6ff66001b24ea88807bbcc281" 2026-01-16 13:59.08: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec) (comment ubuntu-25.10-4.14_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src bun.opam) (dst ./)) (run (network host) (shell "opam pin add -yn bun.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "afl.2.52b afl-persistent.1.4 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 lwt.6.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 rresult.0.7.0 topkg.1.1.1") (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 bun.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-01-16 13:59.08: Waiting for resource in pool OCluster 2026-01-16 18:14.45: Waiting for worker… 2026-01-16 18:18.47: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at edb099d Merge pull request #32 from ocurrent/revert-31-patch-1 (from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec) Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec' locally docker.io/ocaml/opam@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec: Pulling from ocaml/opam 16c195d4c5e9: Already exists ea8d6f284f52: Already exists a590f1caf60c: Already exists 95a0aba17fe6: Already exists 24604fb30e30: Already exists bb7bc1b8d84e: Already exists b52bcdd4741a: Already exists 8c668707afec: Already exists c4692dd3f67a: Already exists 5eaf747da0d4: Already exists dacd9c5006da: Already exists f4da334a65ba: Already exists ac7668965f73: Already exists 34d1263af20a: Already exists a86b2aea8581: Already exists 32d4d471ed96: Already exists b77ed416f3dc: Already exists b77ed416f3dc: Already exists d1055a5d5025: Already exists 202c9ab5b2cc: Already exists 5c7364b10079: Already exists f1b0581b7244: Already exists 4f4fb700ef54: Already exists 9fa3330063e0: Already exists 2713ff50a5c7: Already exists 42b31df89324: Already exists cccb2a33229d: Already exists f9eb1b0ba386: Already exists cfa1b801ea0b: Already exists 731be0d7062d: Already exists 75483806616d: Already exists 61d580994fd0: Already exists 369979efbe7c: Already exists 3dcb2f554fbb: Already exists e1eaa3dbc066: Already exists bb45476b0f8e: Already exists 530fce115371: Already exists fb7cddf53135: Already exists fd3c4ec2a132: Already exists 809886565a24: Already exists b7adeb70e5d2: Already exists eadd9f1803a3: Pulling fs layer 0bebb82b5512: Pulling fs layer 88ef2e8c2c2e: Pulling fs layer c0847e5b776d: Pulling fs layer 6832235b99fe: Pulling fs layer c0847e5b776d: Waiting 6832235b99fe: Waiting 88ef2e8c2c2e: Verifying Checksum 88ef2e8c2c2e: Download complete c0847e5b776d: Verifying Checksum c0847e5b776d: Download complete 6832235b99fe: Verifying Checksum 6832235b99fe: Download complete eadd9f1803a3: Verifying Checksum eadd9f1803a3: Download complete 0bebb82b5512: Verifying Checksum 0bebb82b5512: Download complete eadd9f1803a3: Pull complete 0bebb82b5512: Pull complete 88ef2e8c2c2e: Pull complete c0847e5b776d: Pull complete 6832235b99fe: Pull complete Digest: sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec Status: Downloaded newer image for ocaml/opam@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec 2026-01-16 18:18.47 ---> using "75df70da953d671714cf7970335f8c27515d2f02b005faf9feb62dfc11340dab" from cache /: (comment ubuntu-25.10-4.14_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-01-16 18:18.47 ---> using "0868f6818629c9b1fa57e9f1c50087daaf981ede9b3ef45b1cac6a45ce3b4ca0" 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. Continue? [Y/n] y 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] Initialised 2026-01-16 18:18.47 ---> using "89677c0f84fccc82a17b3a8527b0294b759518be030b5c5a65a2fc0031b0a85c" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-01-16 18:18.47 ---> using "296a891161693ac3543b75e3b7cd7f7cf6580366f514416736fdfe515b00ffd0" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-16 18:18.47 ---> using "fcaed8e9cab88da0ffb726db9094aacfbc5c85d997ff47780dee0c4350554c52" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD a6b2f19780..92679ed614 master -> origin/master 873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches Everything 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.4.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-01-16 18:18.47 ---> using "39defe92d95778e17f342e83d7489986e082573b183e1145409ad3d2115053ae" from cache /src: (copy (src bun.opam) (dst ./)) 2026-01-16 18:18.48 ---> saved as "36f360bee203610f596fd5729f6699a1462733f01590ecf06f0ca6adead53384" /src: (run (network host) (shell "opam pin add -yn bun.dev './'")) [bun.dev] synchronised (file:///src) bun is now pinned to file:///src (version dev) 2026-01-16 18:18.52 ---> saved as "92fbfbfa7e232b9599df6508091f78e3a830a5d2f148f7d1e7d9447b0ac1b243" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-16 18:18.53 ---> saved as "129ea1024defa7235ab764b686377f1835eb177588a4a2b524587b63e022cf80" /src: (env DEPS "afl.2.52b afl-persistent.1.4 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 lwt.6.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 rresult.0.7.0 topkg.1.1.1") /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 bun.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease - Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB] - Get:3 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB] - Get:4 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [295 kB] - Get:5 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [169 kB] - Get:6 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB] - Get:7 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [174 kB] - Get:8 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [114 kB] - Get:9 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [120 kB] - Fetched 1277 kB in 1s (1495 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bun.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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-bigarray is already installed (current version is base). # To update the current shell environment, run: eval $(opam env) 2026-01-16 18:19.32 ---> saved as "30bf0cbe8ff4ff0e909ebadd26b41314e932ffccb750a294b9cba801ef1deb7e" /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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-bigarray is already installed (current version is base). The following actions will be performed: === install 20 packages - install afl 2.52b - install afl-persistent 1.4 - install astring 0.8.5 - install base-bytes base - install bos 0.2.1 - install cmdliner 2.1.0 - install cppo 1.8.0 - install crowbar 0.2.2 - install csexp 1.5.2 - install dune 3.21.0 - install dune-configurator 3.21.0 - install fmt 0.11.0 - install fpath 0.7.3 - install logs 0.10.0 - install lwt 6.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install rresult 0.7.0 - install topkg 1.1.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved afl.2.52b (cached) -> retrieved afl-persistent.1.4 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved cppo.1.8.0 (cached) [ERROR] The compilation of afl.2.52b failed at "make". -> retrieved cmdliner.2.1.0 (cached) -> retrieved crowbar.0.2.2 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved lwt.6.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.21.0, dune-configurator.3.21.0 (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 rresult.0.7.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.21.0 -> installed afl-persistent.1.4 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed crowbar.0.2.2 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.21.0 -> installed lwt.6.0.0 -> installed logs.0.10.0 -> installed bos.0.2.1 #=== ERROR while compiling afl.2.52b ==========================================# # context 2.5.0 | linux/x86_64 | ocaml-base-compiler.4.14.2 | git+https://github.com/ocurrent/opam-repository#patches # path ~/.opam/4.14/.opam-switch/build/afl.2.52b # command /usr/bin/make # exit-code 2 # env-file ~/.opam/log/afl-1-5282ff.env # output-file ~/.opam/log/afl-1-5282ff.out ### output ### # [*] Checking for the ability to compile x86 code... # <stdin>:1:1: error: return type defaults to 'int' [-Wimplicit-int] # # Oops, looks like your compiler can't generate x86 code. # # Don't panic! You can use the LLVM or QEMU mode, but see docs/INSTALL first. # (To ignore this error, set AFL_NO_X86=1 and try again.) # # make: *** [Makefile:53: test_x86] Error 1 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build afl 2.52b +- +- The following changes have been performed | - install afl-persistent 1.4 | - install astring 0.8.5 | - install base-bytes base | - install bos 0.2.1 | - install cmdliner 2.1.0 | - install cppo 1.8.0 | - install crowbar 0.2.2 | - install csexp 1.5.2 | - install dune 3.21.0 | - install dune-configurator 3.21.0 | - install fmt 0.11.0 | - install fpath 0.7.3 | - install logs 0.10.0 | - install lwt 6.0.0 | - install ocamlbuild 0.16.1 | - install ocamlfind 1.9.8 | - install ocplib-endian 1.2 | - install rresult 0.7.0 | - install topkg 1.1.1 +- <><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><> => afl-persistent is installed, but since the current OCaml compiler does not enable AFL instrumentation by default, most packages will not be instrumented and fuzzing with afl-fuzz may not be effective. To globally enable AFL instrumentation, create an OCaml switch like: opam switch create 4.14.2+afl ocaml-variants.4.14.2+options ocaml-option-afl # To update the current shell environment, run: eval $(opam env) The former state can be restored with: /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260116181934.export" "/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31 2026-01-16 18:21.45: Job failed: Failed: Build failed