2025-05-05 17:39.04: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (e0c0244283f717d7ca50df973d07f4b8dfb44071) (linux-x86_64:ubuntu-24.10-4.14_opam-2.3) Base: ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard e0c02442 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175 # ubuntu-24.10-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./ RUN opam pin add -yn ppxlib.dev './' && \ opam pin add -yn ppxlib-tools.dev './' && \ opam pin add -yn ppxlib-bench.dev './' RUN echo '(lang dune 3.0)' > './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.2 dune-configurator.3.18.2 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 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-05-05 17:39.04: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175-ubuntu-24.10-4.14_opam-2.3-345828965cd7a3b9fdfd4432a2da1931" 2025-05-05 17:39.04: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175) (comment ubuntu-24.10-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo 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")) (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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ppxlib.dev './' && \ \nopam pin add -yn ppxlib-tools.dev './' && \ \nopam pin add -yn ppxlib-bench.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './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.2 dune-configurator.3.18.2 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 /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-05-05 17:39.04: Waiting for resource in pool OCluster 2025-05-05 17:39.04: Waiting for worker… 2025-05-05 17:39.04: Got resource from pool OCluster Building on x86-bm-c5.sw.ocaml.org HEAD is now at 83089dc6 Remove ASTs from 402 to 407 HEAD is now at e0c02442 Merge pull request #575 from patricoferris/remove-legacy-asts (from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175) Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175' locally docker.io/ocaml/opam@sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175: Pulling from ocaml/opam 15a4d7cd3af3: Pulling fs layer 15a4d7cd3af3: Verifying Checksum 15a4d7cd3af3: Download complete 15a4d7cd3af3: Pull complete Digest: sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175 Status: Downloaded newer image for ocaml/opam@sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175 2025-05-05 17:41.16 ---> saved as "df5035e9f373cab7b647944908c29ef23c3e0b7c73ed8554b911086a83caab6a" /: (comment ubuntu-24.10-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-05-05 17:41.16 ---> saved as "bfd22775a56a1230bf2c770102e71126eb42444d0731fc937e63860ed6fc2cf1" /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 development 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-05-05 17:41.46 ---> saved as "83f0a35ae00f3c61272d5ad8e69db6384df80349de134224fcc146bea8599c21" /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.3.0 2025-05-05 17:41.46 ---> saved as "078834a099fd8cb6c06401c0cb0fa407960a21508c46eb76c37e78414b2e2b3d" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-05-05 17:41.46 ---> saved as "fa31c9afced9f0b3d7f50d81c982c316fd2fc0118109eb0238332324a80f23dd" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 34a3fc46c3..e28c86445c master -> origin/master 35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+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-05-05 17:42.12 ---> saved as "f96daaab7ccf37c7e4e2bc781240342ca85db85ff5f779999e6098fc5f10e731" /src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) 2025-05-05 17:42.12 ---> saved as "e3729b3d2770958ad580588d2de027e1e6f3f7e9878d1c38dbb02c15b0caf761" /src: (run (network host) (shell "opam pin add -yn ppxlib.dev './' && \ \nopam pin add -yn ppxlib-tools.dev './' && \ \nopam pin add -yn ppxlib-bench.dev './'")) [ppxlib.dev] synchronised (file:///src) ppxlib is now pinned to file:///src (version dev) [ppxlib-tools.dev] synchronised (file:///src) ppxlib-tools is now pinned to file:///src (version dev) Package ppxlib-bench does not exist, create as a NEW package? [y/n] y [ppxlib-bench.dev] synchronised (file:///src) ppxlib-bench is now pinned to file:///src (version dev) 2025-05-05 17:42.18 ---> saved as "7a439409f3ab86ed773b35496a1224f2419713c65bc3d0cabce8308a8e4ac003" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-05-05 17:42.18 ---> saved as "c97aa73141ef6a3f2fe98c510455c85fcbac5d43edbb407319852ba0a0fc0773" /src: (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.2 dune-configurator.3.18.2 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") /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.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB] - Get:2 http://security.ubuntu.com/ubuntu oracular-security/restricted amd64 Packages [282 kB] - Get:3 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [228 kB] - Get:4 http://security.ubuntu.com/ubuntu oracular-security/multiverse amd64 Packages [11.8 kB] - Get:5 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [376 kB] - Hit:6 http://archive.ubuntu.com/ubuntu oracular InRelease - Get:7 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB] - Get:8 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB] - Get:9 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [306 kB] - Get:10 http://archive.ubuntu.com/ubuntu oracular-updates/multiverse amd64 Packages [12.8 kB] - Get:11 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [509 kB] - Get:12 http://archive.ubuntu.com/ubuntu oracular-updates/restricted amd64 Packages [288 kB] - Get:13 http://archive.ubuntu.com/ubuntu oracular-backports/universe amd64 Packages [5423 B] - Fetched 2398 kB in 1s (2396 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppxlib.dev] synchronised (file:///src) [ppxlib-bench.dev] synchronised (file:///src) [ppxlib-tools.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). 2025-05-05 17:42.31 ---> saved as "5a83b149e37cfbecdba9cf4f9185bf57e473311e4869ad1ed161f7d194abb2f9" /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 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.2 - install dune-configurator 3.18.2 - 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 csexp.1.5.2 (cached) -> retrieved base.v0.16.4 (cached) -> retrieved cmdliner.1.3.0 (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) -> installed seq.base -> 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.2, dune-configurator.3.18.2 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed dune.3.18.2 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.12.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed yojson.2.2.2 -> installed cinaps.v0.15.1 -> installed dune-configurator.3.18.2 -> installed base.v0.16.4 Done. # To update the current shell environment, run: eval $(opam env) 2025-05-05 17:43.19 ---> saved as "a05194fffa1883c00d34ffa926571d3c4f4a1b0763ec88bdeec5ddf6e784d63c" /src: (copy (src .) (dst /src)) 2025-05-05 17:43.19 ---> saved as "ece51b54809b93f4fed8d813fbdad57cab1ba8c09bad8f574b9a4d96558eacfe" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-05-05 17:43.42 ---> saved as "babd73d4242f03c96bfba490c940a435469321862e413c9007548cf9e8e4035b" Job succeeded 2025-05-05 17:43.42: Job succeeded