2025-12-11 14:49.19: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/pkg-directory-structure (0080e2513e85a0db9b274a7d61f2f32c4b8b887f) (linux-x86_64:opensuse-16.0-4.14_opam-2.4) Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/cmdlang.git" -b "pkg-directory-structure" && cd "cmdlang" && git reset --hard 0080e251 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470 # opensuse-16.0-4.14_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 24866eca47222a207c9a30d2caac223d18f6a780 || git fetch origin master) && git reset -q --hard 24866eca47222a207c9a30d2caac223d18f6a780 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 cmdlang.opam cmdlang-to-cmdliner.opam cmdlang-to-climate.opam cmdlang-to-base.opam cmdlang-tests.opam cmdlang-stdlib-runner.opam cmdlang-dev.opam ./ RUN opam pin add -yn cmdlang.dev './' && \ opam pin add -yn cmdlang-to-cmdliner.dev './' && \ opam pin add -yn cmdlang-to-climate.dev './' && \ opam pin add -yn cmdlang-to-base.dev './' && \ opam pin add -yn cmdlang-tests.dev './' && \ opam pin add -yn cmdlang-stdlib-runner.dev './' && \ opam pin add -yn cmdlang-dev.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-runner.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-12-11 14:49.19: Using cache hint "mbarbin/cmdlang-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470-opensuse-16.0-4.14_opam-2.4-67b653ef1dca5c0584da7570906c28c5" 2025-12-11 14:49.19: Using OBuilder spec: ((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470) (comment opensuse-16.0-4.14_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 24866eca47222a207c9a30d2caac223d18f6a780 || git fetch origin master) && git reset -q --hard 24866eca47222a207c9a30d2caac223d18f6a780 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src cmdlang.opam cmdlang-to-cmdliner.opam cmdlang-to-climate.opam cmdlang-to-base.opam cmdlang-tests.opam cmdlang-stdlib-runner.opam cmdlang-dev.opam) (dst ./)) (run (network host) (shell "opam pin add -yn cmdlang.dev './' && \ \nopam pin add -yn cmdlang-to-cmdliner.dev './' && \ \nopam pin add -yn cmdlang-to-climate.dev './' && \ \nopam pin add -yn cmdlang-to-base.dev './' && \ \nopam pin add -yn cmdlang-tests.dev './' && \ \nopam pin add -yn cmdlang-stdlib-runner.dev './' && \ \nopam pin add -yn cmdlang-dev.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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.4 --depext-only -y cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-runner.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 --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _build")) ) 2025-12-11 14:49.19: Waiting for resource in pool OCluster 2025-12-11 14:49.19: Waiting for worker… 2025-12-11 14:52.30: Got resource from pool OCluster Building on asteria.caelum.ci.dev HEAD is now at ef45d86 Experiment with per-package directory structure HEAD is now at 0080e25 Update headache config (from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470) Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470' locally docker.io/ocaml/opam@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470: Pulling from ocaml/opam 64cfa2a65095: Already exists 320fd2571c69: Already exists e3128b2a1cd4: Already exists acce8b1619ff: Already exists 11d985658944: Already exists 5c5b58d580a7: Already exists 5e75b627cbd3: Already exists 568326b7a1a6: Already exists fda6a824b52a: Already exists 61eb3722d665: Already exists 3ee891d6bc98: Already exists fbebbe6d7e78: Already exists ffdc4923f4d8: Already exists b3cefc22657f: Already exists 0f65b5048a68: Already exists fdafa843400a: Already exists 675d43fcc48d: Already exists 675d43fcc48d: Already exists 4f4fb700ef54: Already exists 07c46357da3e: Already exists c2952720b4b8: Already exists 0def37599331: Already exists 0215fec64307: Already exists 1e114b6e0b99: Already exists 8be8727cf2d4: Already exists 07ea0cd9caad: Already exists 219aa75ada64: Already exists 4f733390fc25: Already exists 47822bfd74c9: Already exists 55ac5afcc236: Already exists 81a12f7ea306: Already exists dc735bc4d209: Already exists 8099339dfa3d: Already exists 18db35b7babc: Already exists 2c554e7edcff: Already exists 037020dca856: Already exists 8c3fd11b2030: Already exists 6c0580d03e26: Pulling fs layer f75204f60aae: Pulling fs layer cf877fea4c97: Pulling fs layer 7dbd76c662c0: Pulling fs layer 7dbd76c662c0: Waiting f75204f60aae: Verifying Checksum f75204f60aae: Download complete cf877fea4c97: Verifying Checksum cf877fea4c97: Download complete 7dbd76c662c0: Verifying Checksum 7dbd76c662c0: Download complete 6c0580d03e26: Verifying Checksum 6c0580d03e26: Download complete 6c0580d03e26: Pull complete f75204f60aae: Pull complete cf877fea4c97: Pull complete 7dbd76c662c0: Pull complete Digest: sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470 Status: Downloaded newer image for ocaml/opam@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470 2025-12-11 14:53.42 ---> saved as "d16d0385364a25306ee0e7c4f9cb5e02af56115cf596dae7409ac3fce0d63c60" /: (comment opensuse-16.0-4.14_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-12-11 14:53.42 ---> saved as "ed06bd6e9dbccb5fe5d4f34fb01cc216015b0ff76e902ea14418780480a53299" /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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-12-11 14:54.06 ---> saved as "90c42445ac0866f756e188809060e80ff7fac97e0e8de4b24129dd7a2f85d47f" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-12-11 14:54.06 ---> saved as "4bee9cb334766cf5743c67217d8863987a8c0d1224d008c2d596ba35e8e63e4a" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-12-11 14:54.07 ---> saved as "349ba478a607621bea20c69a756caee0e3c7c11e56a3d2552ce0ac8668007d91" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 24866eca47222a207c9a30d2caac223d18f6a780 || git fetch origin master) && git reset -q --hard 24866eca47222a207c9a30d2caac223d18f6a780 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 2ec6d6cc92..810e1f14b7 master -> origin/master 24866eca47 Merge pull request #29034 from hannesm/fixes <><> 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 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) 2025-12-11 14:54.28 ---> saved as "2eea1c2e3bc66a2236f9e89630674b8e653d2f75d59c8dea2cea2ce93003e8e2" /src: (copy (src cmdlang.opam cmdlang-to-cmdliner.opam cmdlang-to-climate.opam cmdlang-to-base.opam cmdlang-tests.opam cmdlang-stdlib-runner.opam cmdlang-dev.opam) (dst ./)) 2025-12-11 14:54.28 ---> saved as "6b492fc482bc809c29f28debd9180f053b4f408da75fdd67a9958a370d728dbf" /src: (run (network host) (shell "opam pin add -yn cmdlang.dev './' && \ \nopam pin add -yn cmdlang-to-cmdliner.dev './' && \ \nopam pin add -yn cmdlang-to-climate.dev './' && \ \nopam pin add -yn cmdlang-to-base.dev './' && \ \nopam pin add -yn cmdlang-tests.dev './' && \ \nopam pin add -yn cmdlang-stdlib-runner.dev './' && \ \nopam pin add -yn cmdlang-dev.dev './'")) [cmdlang.dev] synchronised (file:///src) cmdlang is now pinned to file:///src (version dev) [cmdlang-to-cmdliner.dev] synchronised (file:///src) cmdlang-to-cmdliner is now pinned to file:///src (version dev) [cmdlang-to-climate.dev] synchronised (file:///src) cmdlang-to-climate is now pinned to file:///src (version dev) [cmdlang-to-base.dev] synchronised (file:///src) cmdlang-to-base is now pinned to file:///src (version dev) [NOTE] Package cmdlang-tests does not exist in opam repositories registered in the current switch. [cmdlang-tests.dev] synchronised (file:///src) cmdlang-tests is now pinned to file:///src (version dev) [cmdlang-stdlib-runner.dev] synchronised (file:///src) cmdlang-stdlib-runner is now pinned to file:///src (version dev) [NOTE] Package cmdlang-dev does not exist in opam repositories registered in the current switch. [cmdlang-dev.dev] synchronised (file:///src) cmdlang-dev is now pinned to file:///src (version dev) 2025-12-11 14:54.34 ---> saved as "58fac4958754276c07a8bd6ab9b6355d002cf78339cb1c803a1f25cdcf3dd6a9" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-12-11 14:54.34 ---> saved as "3dc8c39bbe983fb40c6681cd5ca54c50f19f8b978b698bd59b3f8cfe058ace16" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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.4 --depext-only -y cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-runner.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Repository 'repo-openh264 (16.0)' is up to date. - Retrieving repository 'repo-oss (16.0)' metadata [.. - Looking for gpg keys in repository repo-oss (16.0). - gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key - .. - - Note: Received 1 new package signing key from repository "repo-oss (16.0)": - - Those additional keys are usually used to sign packages shipped by the repository. In order to - validate those packages upon download and installation the new keys will be imported into the rpm - database. - - New: - Key Fingerprint: F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0 - Key Name: openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org> - Key Algorithm: RSA 4096 - Key Created: Wed May 10 14:46:12 2023 - Key Expires: Sun May 9 14:46:12 2027 - Rpm Name: gpg-pubkey-25db7ae0-645bae34 - - The repository metadata introducing the new keys have been signed and validated by the trusted - key: - - Repository: repo-oss (16.0) - Key Fingerprint: AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4 - Key Name: openSUSE Project Signing Key <opensuse@opensuse.org> - Key Algorithm: RSA 4096 - Key Created: Mon Jun 20 14:03:14 2022 - Key Expires: Fri Jun 19 14:03:14 2026 - Rpm Name: gpg-pubkey-29b700a4-62b07e22 - - . - . - ....... - ......... - ......... - ......... - ......... - ......... - .......... - ......... - ......... - ......... - ......... - ......... - ......... - ......... - .......... - ......... - ......... - ......... - ......... - .......... - ......... - ......... - ......... - ......... - ......... - ......... - ........ - ........ - .......... - ......... - ......... - ......... - ......... - ......... - .......... - ......... - .........done] - Building repository 'repo-oss (16.0)' cache [.. - ..done] - All repositories have been refreshed. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [cmdlang.dev] synchronised (file:///src) [cmdlang-stdlib-runner.dev] synchronised (file:///src) [cmdlang-to-climate.dev] synchronised (file:///src) [cmdlang-to-cmdliner.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-12-11 14:55.29 ---> saved as "5e186d8acd06dd7e05d704c2817ec41bf37652a6337c5e072d1f45b2ecf827a0" /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 3 packages - install climate 0.9.0 - install cmdliner 2.1.0 - install dune 3.20.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved climate.0.9.0 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved dune.3.20.2 (cached) -> installed cmdliner.2.1.0 -> installed dune.3.20.2 -> installed climate.0.9.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-12-11 14:55.57 ---> saved as "07bac63512876627d6192cb0fae4c6a9cc4754a5cb9206549c653e24bb37adb1" /src: (copy (src .) (dst /src)) 2025-12-11 14:55.57 ---> saved as "16769ed3e2d4d2abb50fa7e07691ae92076bce6ecd13463d8d88c896c1c067ad" /src: (run (shell "opam exec -- dune build --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _build")) 2025-12-11 14:55.58 ---> saved as "8b51f88e765d3a83346f4b0067b55d244ac21e05bc3e110b9a0b40c241a238f9" Job succeeded 2025-12-11 14:55.58: Job succeeded