2025-10-15 10:18.09: New job: test avsm/ocaml-ctypes https://github.com/avsm/ocaml-ctypes.git#refs/heads/master (8e58a54e3d8b4657e856570ffecf4941d8d676ab) (linux-x86_64:debian-13-5.2_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.2@sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3dOpam 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:debian-13-ocaml-5.2@sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3d# debian-13-5.2_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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-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.20.2 dune-configurator.3.20.2 integers.0.7.0 lwt.5.9.2 ocaml.5.2.1 ocaml-base-compiler.5.2.1 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.4 --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-BLOCK2025-10-15 10:18.09: Using cache hint "avsm/ocaml-ctypes-ocaml/opam:debian-13-ocaml-5.2@sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3d-debian-13-5.2_opam-2.4-853cfe65a5725b5de7a0ea601b1eae1a"2025-10-15 10:18.09: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.2@sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3d)(comment debian-13-5.2_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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-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.20.2 dune-configurator.3.20.2 integers.0.7.0 lwt.5.9.2 ocaml.5.2.1 ocaml-base-compiler.5.2.1 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.4 --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")))2025-10-15 10:18.09: Waiting for resource in pool OCluster2025-10-15 11:15.50: Waiting for worker…2025-10-15 11:18.51: Got resource from pool OClusterBuilding on phoebeAll commits already cachedHEAD is now at 8e58a54 ctypes-foreign: add win32 depext(from ocaml/opam:debian-13-ocaml-5.2@sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3d)Unable to find image 'ocaml/opam:debian-13-ocaml-5.2@sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3d' locallydocker.io/ocaml/opam@sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3d: Pulling from ocaml/opamcae3b572364a: Already exists820d433882fc: Already exists8f6112f72fa5: Already existsf06108004adb: Already existsf34ea90e6bf7: Already existsb44a65709156: Already exists4c25908bbac9: Already existsf76df728146d: Already exists1fee769dfcf3: Already exists9089a7f69af3: Already exists6f758b47b2a0: Already exists16b225bbb395: Already existsabbf3ec39b68: Already exists1a61521655a9: Already exists6a8565a9e443: Already existsc059a4cbd7b9: Already exists3a00fdc9e291: Already existsa0b62589bd38: Already exists6e8d713bf843: Already existsbca1fd5341ba: Already exists34b9849c2772: Already exists4f4fb700ef54: Already existsd8d3d0744e38: Already exists788c7ce0e0e5: Already existsa297eab0ca3b: Already exists2e79af39acdb: Already exists8858e600236c: Already exists9efe23d1fe7d: Already exists47d185934312: Already exists64a949a6caff: Already existsc9d6a7c18bb1: Already existse4fde4815f0c: Already existsd1f759c16950: Already existsf3dd45bf195f: Already exists3985a6049101: Already existsaae849592418: Already exists6173459dc6b2: Already exists7f16ef63bee0: Already existsfe355de6a899: Already existsb0bc5a15bc9d: Already existscbbfb6fb652b: Pulling fs layer3a1db35610e2: Pulling fs layer3937b1176c8b: Pulling fs layer241d2b3dd1b6: Pulling fs layer5bb186d106ca: Pulling fs layer1c06ca2d5760: Pulling fs layeraf03d24ec752: Pulling fs layer5bb186d106ca: Waiting1c06ca2d5760: Waiting241d2b3dd1b6: Waitingaf03d24ec752: Waiting3a1db35610e2: Verifying Checksum3a1db35610e2: Download completecbbfb6fb652b: Download completecbbfb6fb652b: Pull complete3a1db35610e2: Pull complete3937b1176c8b: Verifying Checksum3937b1176c8b: Download complete3937b1176c8b: Pull complete5bb186d106ca: Download complete1c06ca2d5760: Verifying Checksum1c06ca2d5760: Download completeaf03d24ec752: Download complete241d2b3dd1b6: Verifying Checksum241d2b3dd1b6: Download complete241d2b3dd1b6: Pull complete5bb186d106ca: Pull complete1c06ca2d5760: Pull completeaf03d24ec752: Pull completeDigest: sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3dStatus: Downloaded newer image for ocaml/opam@sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3d2025-10-15 11:18.51 ---> using "bf76267d990a76b55e032e393494781192467af72d54082c2262dbcd757da75c" from cache/: (comment debian-13-5.2_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-10-15 11:18.51 ---> using "47faf2b644d408d429505fc3dec961bd98ba126c64c353b0d147a4b55be8d190" 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] Initialised2025-10-15 11:18.51 ---> using "718c9657b9e67ec4265c85052dc3b662b859c5f18ec6a51bc25d4e2233f1820d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-84-genericThe OCaml toplevel, version 5.2.12.4.12025-10-15 11:18.51 ---> using "144a97081da465b9c5dbac8a7a52a751b0e0f38c3be6f9fd57dba2113d7ecf8e" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-15 11:18.51 ---> using "3a836c924a946171a147eea65e493ec36ba8a131c23988a46badb614c42eb3c4" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc<><> 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.3.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-10-15 11:18.51 ---> using "0d0c78bf33f55735d1b0f178b18e9973b7e695a9bb31769d01b7759a413c0cd0" from cache/src: (copy (src ctypes.opam ctypes-foreign.opam) (dst ./))2025-10-15 11:18.52 ---> saved as "cd9517bd6fa849be9d327f733f60bc0c0b1f2e08ff567acfbd6dbde237a2fb5e"/src: (run (network host)(shell "opam pin add -yn ctypes.dev './' && \\nopam pin add -yn ctypes-foreign.dev './'"))[ctypes.dev] synchronised (file:///src)ctypes is now pinned to file:///src (version dev)[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 instructions[ctypes-foreign.dev] synchronised (file:///src)ctypes-foreign 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'2025-10-15 11:18.58 ---> saved as "a81623b46504eb97b862094116cba03880ae076f17c61d2377620e5b77b32d0b"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-15 11:18.58 ---> saved as "f5f26fa1c64d7fcf02478b6fac8ae13a4e6e92a0c7a5492c1b41ea454bad44d1"/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.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.20.2 dune-configurator.3.20.2 integers.0.7.0 lwt.5.9.2 ocaml.5.2.1 ocaml-base-compiler.5.2.1 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.4 --depext-only -y ctypes.dev ctypes-foreign.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [53.8 kB]- Fetched 145 kB in 0s (647 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-base-compiler is already installed (current version is 5.2.1).[NOTE] Package ocaml is already installed (current version is 5.2.1).[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-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 libffi-dev: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 ... 20653 files and directories currently installed.)- Preparing to unpack .../0-libffi-dev_3.4.8-2_amd64.deb ...- Unpacking libffi-dev:amd64 (3.4.8-2) ...- Selecting previously unselected package libncurses6:amd64.- Preparing to unpack .../1-libncurses6_6.5+20250216-2_amd64.deb ...- Unpacking libncurses6:amd64 (6.5+20250216-2) ...- Selecting previously unselected package libncurses-dev:amd64.- Preparing to unpack .../2-libncurses-dev_6.5+20250216-2_amd64.deb ...- Unpacking libncurses-dev:amd64 (6.5+20250216-2) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../3-libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../4-pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../5-pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../6-pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up libffi-dev:amd64 (3.4.8-2) ...- Setting up libpkgconf3:amd64 (1.8.1-4) ...- Setting up libncurses6:amd64 (6.5+20250216-2) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libncurses-dev:amd64 (6.5+20250216-2) ...- Setting up pkgconf:amd64 (1.8.1-4) ...- Setting up pkg-config:amd64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12) ...2025-10-15 11:19.25 ---> saved as "585409134ce124efd364288590491deecd12ade0bbf33da005c4322e4b3b8eb1"/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-base-compiler is already installed (current version is 5.2.1).[NOTE] Package ocaml is already installed (current version is 5.2.1).[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-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.20.2- install dune-configurator 3.20.2- install integers 0.7.0- install lwt 5.9.2- 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.5.9.2 (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.20.2, dune-configurator.3.20.2 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.20.2-> installed csexp.1.5.2-> installed stdlib-shims.0.3.0-> installed cppo.1.8.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.20.2-> installed lwt.5.9.2Done.# To update the current shell environment, run: eval $(opam env)2025-10-15 11:21.23 ---> saved as "df7643467d36699b64a89ed6df8685d9a0c2a538998b02f832cbc7b0798abc2c"/src: (copy (src .) (dst /src))2025-10-15 11:21.24 ---> saved as "133486caf277204fd50f8c2a2d58921e28e2da6d4ec5cce6a5a5b0407ffc7d7a"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-10-15 11:21.24 ---> saved as "f1810a3acff58300afa0501e55cebdb38b474d4161faefbc2213d52877e4390c"Job succeeded2025-10-15 11:21.25: Job succeeded