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:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/cmdlang.git" -b "pkg-directory-structure" && cd "cmdlang" && git reset --hard 0080e251cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470# opensuse-16.0-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 24866eca47222a207c9a30d2caac223d18f6a780 || git fetch origin master) && git reset -q --hard 24866eca47222a207c9a30d2caac223d18f6a780 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-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 OCluster2025-12-11 14:49.19: Waiting for worker…2025-12-11 14:52.30: Got resource from pool OClusterBuilding on asteria.caelum.ci.devHEAD is now at ef45d86 Experiment with per-package directory structureHEAD 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' locallydocker.io/ocaml/opam@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470: Pulling from ocaml/opam64cfa2a65095: Already exists320fd2571c69: Already existse3128b2a1cd4: Already existsacce8b1619ff: Already exists11d985658944: Already exists5c5b58d580a7: Already exists5e75b627cbd3: Already exists568326b7a1a6: Already existsfda6a824b52a: Already exists61eb3722d665: Already exists3ee891d6bc98: Already existsfbebbe6d7e78: Already existsffdc4923f4d8: Already existsb3cefc22657f: Already exists0f65b5048a68: Already existsfdafa843400a: Already exists675d43fcc48d: Already exists675d43fcc48d: Already exists4f4fb700ef54: Already exists07c46357da3e: Already existsc2952720b4b8: Already exists0def37599331: Already exists0215fec64307: Already exists1e114b6e0b99: Already exists8be8727cf2d4: Already exists07ea0cd9caad: Already exists219aa75ada64: Already exists4f733390fc25: Already exists47822bfd74c9: Already exists55ac5afcc236: Already exists81a12f7ea306: Already existsdc735bc4d209: Already exists8099339dfa3d: Already exists18db35b7babc: Already exists2c554e7edcff: Already exists037020dca856: Already exists8c3fd11b2030: Already exists6c0580d03e26: Pulling fs layerf75204f60aae: Pulling fs layercf877fea4c97: Pulling fs layer7dbd76c662c0: Pulling fs layer7dbd76c662c0: Waitingf75204f60aae: Verifying Checksumf75204f60aae: Download completecf877fea4c97: Verifying Checksumcf877fea4c97: Download complete7dbd76c662c0: Verifying Checksum7dbd76c662c0: Download complete6c0580d03e26: Verifying Checksum6c0580d03e26: Download complete6c0580d03e26: Pull completef75204f60aae: Pull completecf877fea4c97: Pull complete7dbd76c662c0: Pull completeDigest: sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470Status: Downloaded newer image for ocaml/opam@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d24702025-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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-12-11 14:54.06 ---> saved as "90c42445ac0866f756e188809060e80ff7fac97e0e8de4b24129dd7a2f85d47f"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.14.22.4.12025-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_HEAD2ec6d6cc92..810e1f14b7 master -> origin/master24866eca47 Merge pull request #29034 from hannesm/fixes<><> 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.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.0Done.# 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 succeeded2025-12-11 14:55.58: Job succeeded