2026-01-13 20:19.41: New job: test avsm/ocaml-ctypes https://github.com/avsm/ocaml-ctypes.git#refs/heads/master (8e58a54e3d8b4657e856570ffecf4941d8d676ab) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500Opam 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-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500# debian-13-4.08_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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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-m4.1 conf-ncurses.1 conf-pkg-config.1.0 cppo.1.6.1 dune.1.6.3 integers.0.3.0 jbuilder.transition lwt.4.2.0 mmap.1.0.2 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ounit.2.0.0 result.1.5 seq.base"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-13 20:19.41: Using cache hint "avsm/ocaml-ctypes-ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500-debian-13-4.08_opam-2.5-2011df0b4abdce7c659b5612488264ea"2026-01-13 20:19.41: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500)(comment debian-13-4.08_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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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-m4.1 conf-ncurses.1 conf-pkg-config.1.0 cppo.1.6.1 dune.1.6.3 integers.0.3.0 jbuilder.transition lwt.4.2.0 mmap.1.0.2 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ounit.2.0.0 result.1.5 seq.base")(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-13 20:19.41: Waiting for resource in pool OCluster2026-01-13 23:12.41: Waiting for worker…2026-01-13 23:15.16: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 8e58a54 ctypes-foreign: add win32 depext(from ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500)2026-01-13 23:15.16 ---> using "4c1f60dc0cc5644c6a4c05cf3315bdbf9cc478b70e443b212a1220385bab8bba" from cache/: (comment debian-13-4.08_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-13 23:15.16 ---> using "92dd4fc960da195cf8060e96ee0990af7318cc2673fac9df60b7fa438452988b" 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-13 23:15.16 ---> using "aabd502144a2d34da48b540ca016cfc216bbcccbb82cd54dc1dbcd4eab0c47c4" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.08.12.5.02026-01-13 23:15.16 ---> using "2f5f566f7e806252bb5a6fcdcbd8b7bc314413458c854c3595c5ff2a71173bde" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-13 23:15.16 ---> using "b86df431ec01f8f97d0c50a8e2cdd966fd4d0009325244e611106efcf1f13127" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && git log --no-decorate -n1 --oneline && opam update -u"))2dee2fe30d Merge pull request #29195 from raphael-proust/lwt-fix-ocamlfind-dep-constraint<><> 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-13 23:15.16 ---> using "68ea3874e4e9c20398c7d244b530fbac16c11786e5ad35a14ddea99f36c6b351" from cache/src: (copy (src ctypes.opam ctypes-foreign.opam) (dst ./))2026-01-13 23:15.17 ---> saved as "120bb5e19d7cf7661ffe7809e13316ddfb728696168c2817c6d9f6dc0ff81095"/src: (run (network host)(shell "opam pin add -yn ctypes.dev './' && \\nopam pin add -yn ctypes-foreign.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.dev] synchronised (file:///src)ctypes 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-13 23:15.22 ---> saved as "ac2aa9487ff431d14c083449df14ec612611f99e9bea770ad1cc41aa197a59e9"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-13 23:15.22 ---> saved as "027e0f54db80bd4038d77ff525e5853bcce318f1fe16198c8694211583175e62"/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 conf-ncurses.1 conf-pkg-config.1.0 cppo.1.6.1 dune.1.6.3 integers.0.3.0 jbuilder.transition lwt.4.2.0 mmap.1.0.2 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ounit.2.0.0 result.1.5 seq.base")/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://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.5 kB]- Fetched 9997 kB in 3s (3125 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ctypes.dev] synchronised (file:///src)[ctypes-foreign.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).The following system packages will first need to be installed:libffi-dev m4 ncurses-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "m4" "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 ... 20622 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 m4.- Preparing to unpack .../4-m4_1.4.19-8_amd64.deb ...- Unpacking m4 (1.4.19-8) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../5-pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../6-pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../7-pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up m4 (1.4.19-8) ...- 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) ...# To update the current shell environment, run: eval $(opam env)2026-01-13 23:15.48 ---> saved as "f071d36690170f641979d5e7e98cc4097c5f6bc9ea88d48c0c76159da315c504"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).The following actions will be performed:=== install 15 packages- install base-bytes base- install conf-m4 1- install conf-ncurses 1- install conf-pkg-config 1.0- install cppo 1.6.1- install dune 1.6.3- install integers 0.3.0- install jbuilder transition (deprecated)- install lwt 4.2.0- install mmap 1.0.2- install ocamlbuild 0.14.0- install ocamlfind 1.8.0- install ounit 2.0.0- install result 1.5- install seq base<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.6.1 (cached)-> retrieved dune.1.6.3 (cached)-> retrieved integers.0.3.0 (cached)-> installed conf-m4.1-> installed conf-pkg-config.1.0-> retrieved lwt.4.2.0 (cached)-> retrieved mmap.1.0.2 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> installed conf-ncurses.1-> retrieved ocamlfind.1.8.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ounit.2.0.0 (cached)-> retrieved result.1.5 (cached)-> installed ocamlfind.1.8.0-> installed base-bytes.base-> installed ocamlbuild.0.14.0-> installed ounit.2.0.0-> installed dune.1.6.3-> installed jbuilder.transition-> installed mmap.1.0.2-> installed result.1.5-> installed integers.0.3.0-> installed cppo.1.6.1-> installed lwt.4.2.0Done.<><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><>=> Note: This package is deprecated.=> Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead.# To update the current shell environment, run: eval $(opam env)2026-01-13 23:16.54 ---> saved as "b493c1317dae98774510543a37a616e1acc8f3108c6174e2f7281b69edbfbc41"/src: (copy (src .) (dst /src))2026-01-13 23:16.55 ---> saved as "2804766d6ba264b41436f476919e8a59e521349d943955640dbddfbc300149d8"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "dune-project", line 1, characters 11-14:1 | (lang dune 3.0)^^^Error: Version 3.0 of dune is not supported.Supported versions:- 0.0- 1.0 to 1.6"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-01-13 23:16.56: Job failed: Failed: Build failed