2026-01-16 11:40.30: New job: test avsm/ocaml-ctypes https://github.com/avsm/ocaml-ctypes.git#refs/heads/master (8e58a54e3d8b4657e856570ffecf4941d8d676ab) (linux-x86_64:ubuntu-22.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/avsm/ocaml-ctypes.git" -b "master" && cd "ocaml-ctypes" && git reset --hard 8e58a54ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b# ubuntu-22.04-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ctypes.opam ctypes-foreign.opam ./RUN opam pin add -yn ctypes.dev './' && \opam pin add -yn ctypes-foreign.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-ncurses.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 integers.0.7.0 lwt.6.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ctypes.dev ctypes-foreign.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-16 11:40.30: Using cache hint "avsm/ocaml-ctypes-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b-ubuntu-22.04-4.14_opam-2.5-40651050b9b8964a487673598cc21eec"2026-01-16 11:40.30: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b)(comment ubuntu-22.04-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 ctypes.opam ctypes-foreign.opam) (dst ./))(run (network host)(shell "opam pin add -yn ctypes.dev './' && \\nopam pin add -yn ctypes-foreign.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-ncurses.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 integers.0.7.0 lwt.6.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base stdlib-shims.0.3.0")(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 ctypes.dev ctypes-foreign.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 11:40.30: Waiting for resource in pool OCluster2026-01-16 15:37.34: Waiting for worker…2026-01-16 15:40.13: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at 8e58a54 ctypes-foreign: add win32 depext(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b' locallydocker.io/ocaml/opam@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b: Pulling from ocaml/opam7e49dc6156b0: Already existsd4e25bc4e54e: Already existsa2f0d7f6c7a2: Already existse9295d1ac3bc: Already exists48c87b1c7333: Already existsda6709a7d994: Already existsf4bdd0682581: Already existsfdd283dd5a04: Already exists58e1793fb243: Already exists77ec02af2c49: Already existsd98cd9755506: Already existsdc8614d28602: Already exists0772aa035f0f: Already exists89fd84f5b086: Already existsa82872a7c2c5: Already existsbe0daa8cb4c5: Already exists0564ca0741f1: Already exists0564ca0741f1: Already exists4f4fb700ef54: Already exists89ad18ffaf37: Already exists47d9a6f0fd74: Already exists702f403fd691: Already exists4f4fb700ef54: Already exists2ebe2d64d0a6: Already exists4cab782a5dac: Already exists5281573baee7: Already existsfe8da0bd13e1: Already exists17da0d9119d3: Already existsf209b87d9a21: Already exists8af345427948: Already existse70f51ae47c8: Already exists3dcb78ac65ef: Already existsce307cfab940: Already existsffb7aa02dfd1: Already exists79f572c137cf: Already exists6a9f73cee81e: Already existsd357c931e45e: Already existsa17937b255c7: Already exists903ee3defa85: Already exists33d1aed44e28: Already exists424cf3ca0d8a: Already exists327a58b1b5a8: Already existsedcecd8da58f: Already existse7abd33fd6aa: Already exists4c86d7be6862: Already existsDigest: sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501bStatus: Downloaded newer image for ocaml/opam@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b2026-01-16 15:40.14 ---> using "e3241aa53d8aad4718fa2f2ab81b104356db8836803d01e9d8dc6f8cfc7a6d78" from cache/: (comment ubuntu-22.04-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 15:40.14 ---> using "a8302cfb54c076400f781dc5021df0a0e4796a1520c087a458293c3b6f782955" 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.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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-16 15:40.14 ---> using "69ce5a7b0aae10903a94d154c9c9061aacb5e428d43054ead80cd5f2e1350273" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 4.14.22.5.02026-01-16 15:40.14 ---> using "10f3a93aa039492984e7257be6ea61a365ea2989d1b36da493512eac89e222d0" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-16 15:40.14 ---> using "b1f56d56e57df39bc243dbe95d179c554820497e2fc2dc8d4e4a9ba1bd94aa03" 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_HEAD235b964523..873cb18c37 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> 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)2026-01-16 15:40.14 ---> using "e53b4808c87af18a3d66a2c34e43d7d793cf0ef77442dcdf35d30febdde6de0c" from cache/src: (copy (src ctypes.opam ctypes-foreign.opam) (dst ./))2026-01-16 15:40.14 ---> saved as "e1750769a993bc22710f22d5d4e847ed48a8217aee551c8c844ed9a810098dfd"/src: (run (network host)(shell "opam pin add -yn ctypes.dev './' && \\nopam pin add -yn ctypes-foreign.dev './'"))[ctypes.dev] synchronised (file:///src)[WARNING] Failed checks on ctypes package definition from source at file:///src:warning 48: The fields 'build-test:' and 'build-doc:' are deprecated, and should be replaced by uses of the 'with-test' and 'with-doc' filter variables in the 'build:' and 'install:' fields, and by the newer 'run-test:' fielderror 52: Package is needlessly flagged "light-uninstall", since it has no remove instructionsctypes is now pinned to file:///src (version dev)[WARNING] Failed checks on ctypes-foreign package definition from source at file:///src:error 3: File format error in 'depends' at line 47, column 0: Duplicate field dependswarning 47: Synopsis should start with a capital and not end with a dotwarning 68: Missing field 'license'[ctypes-foreign.dev] synchronised (file:///src)ctypes-foreign is now pinned to file:///src (version dev)2026-01-16 15:40.23 ---> saved as "0b600677c57ccbad6392495c4561f5387dd20033e1e1b71e8472d9aa3e0c232f"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-16 15:40.23 ---> saved as "07b55fd84fdd72597ba00df6553e9625eaadc7923c8e2dda06f25ad25d8fd75f"/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-ncurses.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 integers.0.7.0 lwt.6.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base stdlib-shims.0.3.0")/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 ctypes.dev ctypes-foreign.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:2 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3637 kB]- Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease- Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1289 kB]- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1600 kB]- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3968 kB]- Fetched 10.9 MB in 2s (5428 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ctypes.dev] synchronised (file:///src)[ctypes-foreign.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).The following system packages will first need to be installed:libffi-dev ncurses-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "ncurses-dev" "pkg-config"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libglib2.0-0:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15645 files and directories currently installed.)- Preparing to unpack .../0-libglib2.0-0_2.72.4-0ubuntu2.7_amd64.deb ...- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.7) ...- Selecting previously unselected package libglib2.0-data.- Preparing to unpack .../1-libglib2.0-data_2.72.4-0ubuntu2.7_all.deb ...- Unpacking libglib2.0-data (2.72.4-0ubuntu2.7) ...- Selecting previously unselected package libicu70:amd64.- Preparing to unpack .../2-libicu70_70.1-2_amd64.deb ...- Unpacking libicu70:amd64 (70.1-2) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../3-libxml2_2.9.13+dfsg-1ubuntu0.10_amd64.deb ...- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ...- Selecting previously unselected package shared-mime-info.- Preparing to unpack .../4-shared-mime-info_2.1-2_amd64.deb ...- Unpacking shared-mime-info (2.1-2) ...- Selecting previously unselected package xdg-user-dirs.- Preparing to unpack .../5-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...- Selecting previously unselected package libncurses-dev:amd64.- Preparing to unpack .../6-libncurses-dev_6.3-2ubuntu0.1_amd64.deb ...- Unpacking libncurses-dev:amd64 (6.3-2ubuntu0.1) ...- Selecting previously unselected package pkg-config.- Preparing to unpack .../7-pkg-config_0.29.2-1ubuntu3_amd64.deb ...- Unpacking pkg-config (0.29.2-1ubuntu3) ...- Selecting previously unselected package libffi-dev:amd64.- Preparing to unpack .../8-libffi-dev_3.4.2-4_amd64.deb ...- Unpacking libffi-dev:amd64 (3.4.2-4) ...- Setting up libncurses-dev:amd64 (6.3-2ubuntu0.1) ...- Setting up xdg-user-dirs (0.17-2ubuntu4) ...- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.7) ...- No schema files found: doing nothing.- Setting up libffi-dev:amd64 (3.4.2-4) ...- Setting up libglib2.0-data (2.72.4-0ubuntu2.7) ...- Setting up pkg-config (0.29.2-1ubuntu3) ...- Setting up libicu70:amd64 (70.1-2) ...- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ...- Setting up shared-mime-info (2.1-2) ...- Processing triggers for libc-bin (2.35-0ubuntu3.11) ...# To update the current shell environment, run: eval $(opam env)2026-01-16 15:40.57 ---> saved as "a0fbfc73347d8c90a25f5fb0e3b1ddfad8a5b7cb12c0335e64e814197ffd5831"/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 15 packages- install base-bytes base- install conf-ncurses 1- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install dune 3.21.0- install dune-configurator 3.21.0- install integers 0.7.0- install lwt 6.0.0- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ounit 2.2.7- install ounit2 2.2.7- install seq base- install stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-pkg-config.4-> retrieved integers.0.7.0 (cached)-> retrieved lwt.6.0.0 (cached)-> installed conf-ncurses.1-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ounit.2.2.7, ounit2.2.2.7 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.21.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> installed integers.0.7.0-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed dune-configurator.3.21.0-> installed lwt.6.0.0Done.# To update the current shell environment, run: eval $(opam env)2026-01-16 15:42.11 ---> saved as "0696982b8104600e60497f8771dba2e9361eb178ef3de4fc587a9ce79f610616"/src: (copy (src .) (dst /src))2026-01-16 15:42.12 ---> saved as "ebc4fed8548c9d094bf4e5d7bc15183b3fb631f5d9a278bb2c17929d87e308cc"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-01-16 15:42.12 ---> saved as "6d81781509d431d9dc43ae8b77a820349980bf57b95660d9ea97e9b8108b107f"Job succeeded2026-01-16 15:42.13: Job succeeded