2026-02-12 22:39.47: New job: test edwintorok/lintcstubs-arity https://github.com/edwintorok/lintcstubs-arity.git#refs/heads/main (9c3f13ea3d916c189449d8991b7894105d31c14b) (linux-x86_64:ubuntu-25.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/edwintorok/lintcstubs-arity.git" -b "main" && cd "lintcstubs-arity" && git reset --hard 9c3f13eacat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14# ubuntu-25.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 lintcstubs-arity.opam ./RUN opam pin add -yn lintcstubs-arity.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.21.0 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.5 --depext-only -y lintcstubs-arity.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-02-12 22:39.47: Using cache hint "edwintorok/lintcstubs-arity-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14-ubuntu-25.04-4.14_opam-2.5-36c129a6416c71fddb14a5141318dab4"2026-02-12 22:39.47: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14)(comment ubuntu-25.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 lintcstubs-arity.opam) (dst ./))(run (network host)(shell "opam pin add -yn lintcstubs-arity.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.21.0 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.5 --depext-only -y lintcstubs-arity.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-02-12 22:39.47: Waiting for resource in pool OCluster2026-02-12 22:39.47: Waiting for worker…2026-02-12 22:39.47: Got resource from pool OClusterBuilding on cleteHEAD is now at d199a94 Prepare for 0.5.0HEAD is now at 9c3f13e Prepare for 0.5.1(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14)2026-02-12 22:39.48 ---> using "a087cecdfee3c27a6dfd3b374223c58ceb06bb9197e0c5bfa09038c2912fa098" from cache/: (comment ubuntu-25.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-02-12 22:39.48 ---> using "6628fbaea287be085c1f69116897fa244551695563234cf2a0f2968080bfffcf" 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] y[NOTE] The 'jobs' option was reset, its value was 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-02-12 22:39.48 ---> using "43b1664771e209c70664e1c4d4aa5215ea00316c213140908fe7d3a3067627b7" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-02-12 22:39.48 ---> using "e35201de726e6dcd60ed7658644b5fcf073701a2f448ca0d0784cb8c684ccdfa" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-12 22:39.48 ---> using "535b3512bf68b6720e90bebbd91312926b30294524d6e2ff60bb8bd88cd1b86d" 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"))873cb18c37 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-02-12 22:40.00 ---> saved as "6083635e3d777ee134de196f4de170dc5d91d1e6ca4145471335a3aa16176a64"/src: (copy (src lintcstubs-arity.opam) (dst ./))2026-02-12 22:40.01 ---> saved as "bf31a2028e1507b59f793f64328ba2bfd1bf54711726792726824b5491c54333"/src: (run (network host)(shell "opam pin add -yn lintcstubs-arity.dev './'"))[lintcstubs-arity.dev] synchronised (file:///src)lintcstubs-arity is now pinned to file:///src (version dev)2026-02-12 22:40.03 ---> saved as "94911b393814a0e1804686dc8437bdde5de67dadb004b0d986c78408d2f835c6"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-12 22:40.03 ---> saved as "915732d2090f35662b3363ced63f510261e2bd503d7e8e2c522660ed5fdff675"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.21.0 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.5 --depext-only -y lintcstubs-arity.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease- Get:2 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]- Get:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]- Get:4 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [290 kB]- Get:5 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]- Get:6 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [452 kB]- Get:7 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [330 kB]- Get:8 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [233 kB]- Get:9 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [363 kB]- Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [325 kB]- Fetched 2371 kB in 1s (2199 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lintcstubs-arity.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).# To update the current shell environment, run: eval $(opam env)2026-02-12 22:40.15 ---> saved as "2defcc224f9267230295f52b41de55a1a3a0a32c700fd89932a8ad6dba4b3623"/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 1 package- install dune 3.21.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved dune.3.21.0 (cached)-> installed dune.3.21.0Done.# To update the current shell environment, run: eval $(opam env)2026-02-12 22:40.50 ---> saved as "3a6aa67cf5c7e5487f9e210614f6d181ceaf54507b861a6056667a578f2dddda"/src: (copy (src .) (dst /src))2026-02-12 22:40.50 ---> saved as "d2005df2cf639d2742c112fc1a38d087fa004ca1e1223e39d1c9967384da4102"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I cmt/lib/.primitives_of_cmt.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -no-alias-deps -opaque -open Primitives_of_cmt__ -o cmt/lib/.primitives_of_cmt.objs/byte/primitives_of_cmt__Native_arg.cmo -c -impl cmt/lib/native_arg.ml)File "cmt/lib/native_arg.lt52.ml", line 1, characters 5-11:Error: Unbound module Ptypes(cd _build/default && ./test.sh ../install/default/bin/lintcstubs_arity)+ opam var prefix+ DIR=/home/opam/.opam/4.14/lib/ocaml-src+ [ -d /home/opam/.opam/4.14/lib/ocaml-src ]"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-02-12 22:40.52: Job failed: Failed: Build failed