2026-01-16 13:58.00: New job: test avsm/ocaml-ctypes https://github.com/avsm/ocaml-ctypes.git#refs/heads/master (8e58a54e3d8b4657e856570ffecf4941d8d676ab) (linux-x86_64:ubuntu-25.10-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164dOpam 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-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d# ubuntu-25.10-5.4_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-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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 13:58.00: Using cache hint "avsm/ocaml-ctypes-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d-ubuntu-25.10-5.4_opam-2.5-5c32101c3572180caa0ddc92a1380dfa"2026-01-16 13:58.00: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d)(comment ubuntu-25.10-5.4_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-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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 13:58.00: Waiting for resource in pool OCluster2026-01-16 17:37.06: Waiting for worker…2026-01-16 17:41.03: Got resource from pool OClusterBuilding on cleteAll commits already cachedHEAD is now at 8e58a54 ctypes-foreign: add win32 depext(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d' locallydocker.io/ocaml/opam@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d: Pulling from ocaml/opam16c195d4c5e9: Already existsea8d6f284f52: Already existsa590f1caf60c: Already exists95a0aba17fe6: Already exists24604fb30e30: Already existsbb7bc1b8d84e: Already existsb52bcdd4741a: Already exists8c668707afec: Already existsc4692dd3f67a: Already exists5eaf747da0d4: Already existsdacd9c5006da: Already existsf4da334a65ba: Already existsac7668965f73: Already exists34d1263af20a: Already existsa86b2aea8581: Already exists32d4d471ed96: Already existsb77ed416f3dc: Already existsb77ed416f3dc: Already existsd1055a5d5025: Already exists202c9ab5b2cc: Already exists5c7364b10079: Already existsf1b0581b7244: Already exists4f4fb700ef54: Already exists9fa3330063e0: Already exists2713ff50a5c7: Already exists42b31df89324: Already existscccb2a33229d: Already existsf9eb1b0ba386: Already existscfa1b801ea0b: Already exists731be0d7062d: Already exists75483806616d: Already exists61d580994fd0: Already exists369979efbe7c: Already exists3dcb2f554fbb: Already existse1eaa3dbc066: Already existsbb45476b0f8e: Already exists530fce115371: Already existsfb7cddf53135: Already existsfd3c4ec2a132: Already exists809886565a24: Already existsb7adeb70e5d2: Already exists93d6b25a0f2c: Already existsb7f94c26092e: Already exists2f3c581aea92: Already exists7c0e80be0075: Already exists75b2f1ee103f: Already exists5b17a385367e: Already existsd4ded4b7f699: Already existsDigest: sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164dStatus: Downloaded newer image for ocaml/opam@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d2026-01-16 17:41.03 ---> using "af32c03474fe19e80e592c8693340c8ce6655469affb5fd3412b6c6978beb304" from cache/: (comment ubuntu-25.10-5.4_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 17:41.03 ---> using "48ca1be731ec09fa9fcf51eb3c760bbe808657f16675c4adc3c7616d0ca1628a" 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 17:41.03 ---> using "54834730e5f1ef7889eb8abe62f024973502919b990d0be6ecd40fc47d38fbbf" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.4.02.5.02026-01-16 17:41.03 ---> using "3e6a607d767caf9a7be377c7cbb1abf80ab9aacf5c9cbcdd190a786907db7f65" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-16 17:41.03 ---> using "1203abad3b4e5797f4c1fa2491ba5736556317f6d5986a0b7b75b6407db4b5a4" 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_HEADa6b2f19780..92679ed614 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-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-01-16 17:41.03 ---> using "faccaacc4ef9fb2c3c44ad662cd923586e88f3a431cbaa949a4dde291382b397" from cache/src: (copy (src ctypes.opam ctypes-foreign.opam) (dst ./))2026-01-16 17:41.03 ---> saved as "ea8fcd3bd433ae88c675798b29e0a0fb24a02e6775dd099e0534de604afd9731"/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)[ctypes-foreign.dev] synchronised (file:///src)[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 is now pinned to file:///src (version dev)2026-01-16 17:41.11 ---> saved as "98934f044a453ef9388020d6e3e4262d60d5149afcb33758e2d007eee0f481e0"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-16 17:41.11 ---> saved as "934e51860c62a2b5f94cee0f378d983ab83e1a19cb84da714c12b6d1734ce727"/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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 questing-security InRelease [136 kB]- Hit:2 http://archive.ubuntu.com/ubuntu questing InRelease- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:5 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [169 kB]- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [295 kB]- Get:7 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [120 kB]- Get:8 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [114 kB]- Get:9 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [174 kB]- Fetched 1277 kB in 3s (438 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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"- Selecting previously unselected package libgpm2: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 ... 18746 files and directories currently installed.)- Preparing to unpack .../0-libgpm2_1.20.7-12_amd64.deb ...- Unpacking libgpm2:amd64 (1.20.7-12) ...- Selecting previously unselected package libncurses6:amd64.- Preparing to unpack .../1-libncurses6_6.5+20250216-2build1_amd64.deb ...- Unpacking libncurses6:amd64 (6.5+20250216-2build1) ...- Selecting previously unselected package libncurses-dev:amd64.- Preparing to unpack .../2-libncurses-dev_6.5+20250216-2build1_amd64.deb ...- Unpacking libncurses-dev:amd64 (6.5+20250216-2build1) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../3-libpkgconf3_1.8.1-4build1_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4build1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../4-pkgconf-bin_1.8.1-4build1_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4build1) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../5-pkgconf_1.8.1-4build1_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4build1) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../6-pkg-config_1.8.1-4build1_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4build1) ...- Selecting previously unselected package libffi-dev:amd64.- Preparing to unpack .../7-libffi-dev_3.5.2-1build1_amd64.deb ...- Unpacking libffi-dev:amd64 (3.5.2-1build1) ...- Setting up libgpm2:amd64 (1.20.7-12) ...- Setting up libffi-dev:amd64 (3.5.2-1build1) ...- Setting up libpkgconf3:amd64 (1.8.1-4build1) ...- Setting up libncurses6:amd64 (6.5+20250216-2build1) ...- Setting up pkgconf-bin (1.8.1-4build1) ...- Setting up libncurses-dev:amd64 (6.5+20250216-2build1) ...- Setting up pkgconf:amd64 (1.8.1-4build1) ...- Setting up pkg-config:amd64 (1.8.1-4build1) ...- Processing triggers for libc-bin (2.42-0ubuntu3) ...# To update the current shell environment, run: eval $(opam env)2026-01-16 17:41.43 ---> saved as "1eb2503777766066b8f532dacccfdcf79bc2d1d8dc83dfe82c7658239df171a1"/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 stdlib-shims.0.3.0 (cached)-> retrieved ounit.2.2.7, ounit2.2.2.7 (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 17:43.28 ---> saved as "c86d39e98876814bd9ba39112847ce6fa40bb79a55992679bf1c9dfe8d08a7df"/src: (copy (src .) (dst /src))2026-01-16 17:43.29 ---> saved as "cfdd43e9bb6841fa3685054cd4b6a510326ccf2e2eb777ede0592b5092ef5f56"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-01-16 17:43.30 ---> saved as "fd21aed1b3b9e7c0184854bdb73d51cbca28d51d4e210526c370607a8882f622"Job succeeded2026-01-16 17:43.30: Job succeeded