2025-04-17 14:57.24: New job: test patricoferris/ppxlib https://github.com/patricoferris/ppxlib.git#refs/heads/ci (68af5338acb54860e18a4e72a933bdb8b1634e74) (openbsd-amd64:openbsd-76-amd64-4.14_opam-2.3) Base: openbsd-76-amd64-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/patricoferris/ppxlib.git" -b "ci" && cd "ppxlib" && git reset --hard 68af5338 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-76-amd64-ocaml-4.14 # openbsd-76-amd64-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam /home/opam/src/./ RUN opam pin add -yn ppxlib.dev '/home/opam/src/./' && \ opam pin add -yn ppxlib-tools.dev '/home/opam/src/./' && \ opam pin add -yn ppxlib-bench.dev '/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project' ENV DEPS="base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.18.1 dune-configurator.3.18.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-04-17 14:57.24: Using cache hint "patricoferris/ppxlib-openbsd-76-amd64-ocaml-4.14-openbsd-76-amd64-4.14_opam-2.3-1e024c00995969c62ca7f756e43c5608" 2025-04-17 14:57.24: Using OBuilder spec: ((from openbsd-76-amd64-ocaml-4.14) (comment openbsd-76-amd64-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst /home/opam/src/./)) (run (network host) (shell "opam pin add -yn ppxlib.dev '/home/opam/src/./' && \ \nopam pin add -yn ppxlib-tools.dev '/home/opam/src/./' && \ \nopam pin add -yn ppxlib-bench.dev '/home/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.18.1 dune-configurator.3.18.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 yojson.2.2.2") (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.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /home/opam/src)) (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-04-17 14:57.24: Waiting for resource in pool OCluster 2025-04-17 15:17.45: Waiting for worker… 2025-04-17 17:42.52: Got resource from pool OCluster Building on bremusa All commits already cached HEAD is now at 68af533 Bump trunk CI to 5.4.0 (from openbsd-76-amd64-ocaml-4.14) 2025-04-17 17:42.52 ---> using "273e81235ea8a6b452476629509f5a1e49a129b613e30bfb7515f80881f75048" from cache /: (comment openbsd-76-amd64-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-04-17 17:42.52 ---> using "8f4c505b74dc31d91c5d30f3e3d123c2567bb97ae9c1708d719a97f14994a2cb" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using 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. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2025-04-17 17:42.52 ---> using "b66ba35f8a9a53257673fce4c0b7f7307b571514bb7b92fa06cc7e407f80f85e" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.6 The OCaml toplevel, version 4.14.2 2.3.0 2025-04-17 17:42.52 ---> using "136946daf17d74755f97e0e0d17c355664b0b582f53f270159dfd90ff2a9858b" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 727427c1e7..442eddb8a3 master -> origin/master 442eddb8a3 Merge pull request #27761 from maiste/release-dune-3.18.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-04-17 17:42.52 ---> using "bbcfd478c5d510a6c598593cba3c95841ec53af14524bc1f4387489e5495dcfe" from cache /: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst /home/opam/src/./)) 2025-04-17 17:43.49 ---> saved as "087ba7f1235b31b87d69d48da94d4696d0c6d47ee01d851bbb127f19b8ecc3b7" /: (run (network host) (shell "opam pin add -yn ppxlib.dev '/home/opam/src/./' && \ \nopam pin add -yn ppxlib-tools.dev '/home/opam/src/./' && \ \nopam pin add -yn ppxlib-bench.dev '/home/opam/src/./'")) [ppxlib.dev] synchronised (file:///home/opam/src) ppxlib is now pinned to file:///home/opam/src (version dev) [ppxlib-tools.dev] synchronised (file:///home/opam/src) ppxlib-tools is now pinned to file:///home/opam/src (version dev) Package ppxlib-bench does not exist, create as a NEW package? [y/n] y [ppxlib-bench.dev] synchronised (file:///home/opam/src) ppxlib-bench is now pinned to file:///home/opam/src (version dev) 2025-04-17 17:44.47 ---> saved as "fc6f0bbcf852c25ea9e6aae629b87caa273b84d984120c41a1acab6b51608a53" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2025-04-17 17:45.44 ---> saved as "864ca3fdb05301bfda8ad9a780bce0917b35d6fa1e12fdf5ed03453ac7c422b2" /: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.18.1 dune-configurator.3.18.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 yojson.2.2.2") /: (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.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppxlib.dev] synchronised (file:///home/opam/src) [ppxlib-bench.dev] synchronised (file:///home/opam/src) [ppxlib-tools.dev] synchronised (file:///home/opam/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). 2025-04-17 17:46.52 ---> saved as "9e3aa2bac3a4074ec1128deb8c9e037abb21494a8ebf317605e3702e72bf8bcd" /: (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 14 packages - install base v0.16.4 - install cinaps v0.15.1 - install cmdliner 1.3.0 - install csexp 1.5.2 - install dune 3.18.1 - install dune-configurator 3.18.1 - install ocaml-compiler-libs v0.12.4 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install re 1.12.0 - install seq base - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cinaps.v0.15.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved base.v0.16.4 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved seq.base (cached) -> retrieved re.1.12.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved dune.3.18.1, dune-configurator.3.18.1 (cached) -> installed cmdliner.1.3.0 -> installed dune.3.18.1 -> installed ocamlfind.1.9.8 -> installed csexp.1.5.2 -> installed ocaml-compiler-libs.v0.12.4 -> installed dune-configurator.3.18.1 -> installed ppx_derivers.1.2.1 -> installed seq.base -> installed sexplib0.v0.16.0 -> installed re.1.12.0 -> installed base.v0.16.4 -> installed cinaps.v0.15.1 -> installed stdlib-shims.0.3.0 -> installed yojson.2.2.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-04-17 17:55.17 ---> saved as "410a8d9397dab0f5daebd4cb2d9d23aa1db7977bdead714c0369342763d26e73" /: (copy (src .) (dst /home/opam/src)) 2025-04-17 17:56.04 ---> saved as "0abfabb5dbbeb930c1a303c29482a0f5e923a1358fab063560ebb8f11bffefa1" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) File "ast/versions.ml", line 1, characters 0-0: /usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/ast/versions.ml _build/default/ast/versions.ml.cinaps-corrected diff --git a/_build/default/ast/versions.ml b/_build/default/ast/versions.ml.cinaps-corrected index 23a2f3e..a2312f4 100644 --- a/_build/default/ast/versions.ml +++ b/_build/default/ast/versions.ml.cinaps-corrected @@ -647,6 +647,13 @@ module OCaml_503 = struct let string_version = "5.3" end let ocaml_503 : OCaml_503.types ocaml_version = (module OCaml_503) +module OCaml_504 = struct + module Ast = Astlib.Ast_504 + include Make_witness(Astlib.Ast_504) + let version = 504 + let string_version = "5.4" +end +let ocaml_504 : OCaml_504.types ocaml_version = (module OCaml_504) (*$*) let all_versions : (module OCaml_version) list = [ @@ -663,6 +670,7 @@ let all_versions : (module OCaml_version) list = [ (module OCaml_501 : OCaml_version); (module OCaml_502 : OCaml_version); (module OCaml_503 : OCaml_version); +(module OCaml_504 : OCaml_version); (*$*) ] @@ -691,6 +699,8 @@ include Register_migration(OCaml_501)(OCaml_502) (Astlib.Migrate_501_502)(Astlib.Migrate_502_501) include Register_migration(OCaml_502)(OCaml_503) (Astlib.Migrate_502_503)(Astlib.Migrate_503_502) +include Register_migration(OCaml_503)(OCaml_504) + (Astlib.Migrate_503_504)(Astlib.Migrate_504_503) (*$*) module OCaml_current = OCaml_OCAML_VERSION File "ast/versions.mli", line 1, characters 0-0: /usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/ast/versions.mli _build/default/ast/versions.mli.cinaps-corrected diff --git a/_build/default/ast/versions.mli b/_build/default/ast/versions.mli.cinaps-corrected index 2ba8b4f..7a3b3a7 100644 --- a/_build/default/ast/versions.mli +++ b/_build/default/ast/versions.mli.cinaps-corrected @@ -153,6 +153,7 @@ module OCaml_500 : OCaml_version with module Ast = Astlib.Ast_500 module OCaml_501 : OCaml_version with module Ast = Astlib.Ast_501 module OCaml_502 : OCaml_version with module Ast = Astlib.Ast_502 module OCaml_503 : OCaml_version with module Ast = Astlib.Ast_503 +module OCaml_504 : OCaml_version with module Ast = Astlib.Ast_504 (*$*) (* An alias to the current compiler version *) "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-04-17 17:57.56: Job failed: Failed: Build failed