2026-04-10 09:11.46: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (1c403ba3b6c49eeb70e863421ff9454ea0d852a9) (linux-x86_64:(lint-opam))Base: ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810Opam files lintTo reproduce locally:git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard 1c403ba3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810# debian-13-5.0_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 gl-legacy.opam ./RUN opam pin add -yn gl-legacy.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 integers.0.7.0 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y gl-legacy.dev $DEPSRUN opam install $DEPSENV CI="true"ENV OCAMLCI="true"WORKDIR /srcCOPY --chown=1000:1000 . /src/RUN opam lintRUN opam exec -- opam-dune-lintEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-10 09:11.46: Using cache hint "sanette/gl-legacy-ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810-debian-13-5.0_opam-2.5-81f70675db9b1dbfca0a63dbc0e4fca4"2026-04-10 09:11.46: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810)(comment debian-13-5.0_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.2 /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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src gl-legacy.opam) (dst ./))(run (network host)(shell "opam pin add -yn gl-legacy.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 integers.0.7.0 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4")(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.2 --depext-only -y gl-legacy.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(env CI true)(env OCAMLCI true)(workdir /src)(copy (src .) (dst /src/))(run (shell "opam lint"))(run (shell "opam exec -- opam-dune-lint")))2026-04-10 09:11.46: Waiting for resource in pool OCluster2026-04-10 10:26.56: Waiting for worker…2026-04-10 10:33.28: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 1c403ba readme(from ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810)Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810' locallydocker.io/ocaml/opam@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810: Pulling from ocaml/opam866771c43bf5: Pulling fs layer1e49bea09367: Pulling fs layere793768537e6: Pulling fs layered323d3d481a: Pulling fs layer7df34a5cd5f1: Pulling fs layerfd712d3eb935: Pulling fs layer4b9fb8c99118: Pulling fs layer9d9a01948b94: Pulling fs layer0f1514f90b32: Pulling fs layered323d3d481a: Waiting4b9fb8c99118: Waitingfd712d3eb935: Waiting9d9a01948b94: Waiting7df34a5cd5f1: Waitinge1ec5a753447: Pulling fs layer0f1514f90b32: Waiting03cc323e2f71: Pulling fs layere1ec5a753447: Waitingc09c08ea9749: Pulling fs layer03cc323e2f71: Waitingb36b619f8e6b: Pulling fs layerc09c08ea9749: Waiting195344ca5274: Pulling fs layer228ee78582a6: Pulling fs layerb36b619f8e6b: Waiting195344ca5274: Waiting504bde1c25b3: Pulling fs layer228ee78582a6: Waiting9d8b1356c89f: Pulling fs layer568fb6dda155: Pulling fs layer504bde1c25b3: Waitingc499c9198aea: Pulling fs layer9d8b1356c89f: Waiting048e5e358118: Pulling fs layerc499c9198aea: Waiting871ca48eb45d: Pulling fs layer4f4fb700ef54: Pulling fs layer871ca48eb45d: Waiting048e5e358118: Waitinga5a2568b9df9: Pulling fs layer068cf3106ac8: Pulling fs layera5a2568b9df9: Waiting559f54ec9b29: Pulling fs layer798ffd96fde5: Pulling fs layer068cf3106ac8: Waiting559f54ec9b29: Waitinge9a891bf80d7: Pulling fs layerd720cfe12674: Pulling fs layer798ffd96fde5: Waitinge9a891bf80d7: Waitingc81c932f4a91: Pulling fs layer79f24fa3bb11: Pulling fs layerc81c932f4a91: Waiting8c1debcd8c20: Pulling fs layer1bb2cfea7250: Pulling fs layer79f24fa3bb11: Waiting2b3d3ca75e4c: Pulling fs layer1bb2cfea7250: Waiting557cacaf263c: Pulling fs layerd10483022eef: Pulling fs layer7b62a90d8223: Pulling fs layerd10483022eef: Waiting557cacaf263c: Waiting28ce8ea66e72: Pulling fs layerd975909ea717: Pulling fs layer7b62a90d8223: Waiting28ce8ea66e72: Waiting5c215c69c247: Pulling fs layerd975909ea717: Waitinge7c082452a54: Pulling fs layer5c215c69c247: Waiting09789821fe51: Pulling fs layere7c082452a54: Waitingd4847b112b00: Pulling fs layera790faded7b7: Pulling fs layer74458d02ffa7: Pulling fs layer74458d02ffa7: Waitinge793768537e6: Download complete1e49bea09367: Verifying Checksum1e49bea09367: Download complete866771c43bf5: Verifying Checksum866771c43bf5: Download complete7df34a5cd5f1: Verifying Checksum7df34a5cd5f1: Download completeed323d3d481a: Verifying Checksumed323d3d481a: Download complete9d9a01948b94: Verifying Checksum9d9a01948b94: Download complete4b9fb8c99118: Verifying Checksum4b9fb8c99118: Download completee1ec5a753447: Verifying Checksume1ec5a753447: Download complete866771c43bf5: Pull complete1e49bea09367: Pull completee793768537e6: Pull completeed323d3d481a: Pull complete7df34a5cd5f1: Pull complete03cc323e2f71: Verifying Checksum03cc323e2f71: Download completefd712d3eb935: Verifying Checksumfd712d3eb935: Download completec09c08ea9749: Verifying Checksumc09c08ea9749: Download completeb36b619f8e6b: Verifying Checksumb36b619f8e6b: Download complete0f1514f90b32: Verifying Checksum0f1514f90b32: Download complete504bde1c25b3: Verifying Checksum504bde1c25b3: Download complete195344ca5274: Verifying Checksum195344ca5274: Download complete228ee78582a6: Verifying Checksum228ee78582a6: Download complete9d8b1356c89f: Verifying Checksum9d8b1356c89f: Download complete568fb6dda155: Verifying Checksum568fb6dda155: Download completec499c9198aea: Download complete871ca48eb45d: Verifying Checksum871ca48eb45d: Download complete048e5e358118: Verifying Checksum048e5e358118: Download complete4f4fb700ef54: Download complete068cf3106ac8: Verifying Checksum068cf3106ac8: Download completea5a2568b9df9: Download complete559f54ec9b29: Download completed720cfe12674: Download complete798ffd96fde5: Download completee9a891bf80d7: Verifying Checksume9a891bf80d7: Download complete79f24fa3bb11: Verifying Checksum79f24fa3bb11: Download complete8c1debcd8c20: Download completec81c932f4a91: Verifying Checksumc81c932f4a91: Download complete1bb2cfea7250: Verifying Checksum1bb2cfea7250: Download complete557cacaf263c: Download complete2b3d3ca75e4c: Download complete7b62a90d8223: Verifying Checksum7b62a90d8223: Download completed975909ea717: Download complete5c215c69c247: Download completee7c082452a54: Download completefd712d3eb935: Pull complete4b9fb8c99118: Pull complete9d9a01948b94: Pull complete0f1514f90b32: Pull completee1ec5a753447: Pull complete03cc323e2f71: Pull completec09c08ea9749: Pull completeb36b619f8e6b: Pull complete195344ca5274: Pull complete228ee78582a6: Pull complete504bde1c25b3: Pull complete9d8b1356c89f: Pull complete568fb6dda155: Pull completec499c9198aea: Pull complete048e5e358118: Pull complete871ca48eb45d: Pull complete4f4fb700ef54: Pull completea5a2568b9df9: Pull complete068cf3106ac8: Pull complete559f54ec9b29: Pull complete798ffd96fde5: Pull completee9a891bf80d7: Pull completed720cfe12674: Pull completec81c932f4a91: Pull complete79f24fa3bb11: Pull complete8c1debcd8c20: Pull complete1bb2cfea7250: Pull complete2b3d3ca75e4c: Pull complete557cacaf263c: Pull completed10483022eef: Verifying Checksumd10483022eef: Download completed4847b112b00: Verifying Checksumd4847b112b00: Download completea790faded7b7: Verifying Checksuma790faded7b7: Download complete74458d02ffa7: Verifying Checksum74458d02ffa7: Download complete09789821fe51: Verifying Checksum09789821fe51: Download complete28ce8ea66e72: Verifying Checksum28ce8ea66e72: Download completed10483022eef: Pull complete7b62a90d8223: Pull complete28ce8ea66e72: Pull completed975909ea717: Pull complete5c215c69c247: Pull completee7c082452a54: Pull complete09789821fe51: Pull completed4847b112b00: Pull completea790faded7b7: Pull complete74458d02ffa7: Pull completeDigest: sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810Status: Downloaded newer image for ocaml/opam@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e08102026-04-10 10:33.28 ---> using "1af97956665d2efc3902489efa6840429d2fffc402d2f09afa7ae10086cc57e5" from cache/: (comment debian-13-5.0_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.2 /usr/bin/opam"))2026-04-10 10:33.28 ---> using "fffa85b6a8a0725b128381cdb5cd42bb4ab2b7ded1d9f884959e27e7a19a7ccc" 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 development 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 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-10 10:33.28 ---> using "190ae1a208c33d0ef1fdcc82fdd0305aa8dee8d7c9ac498c4b77d28a983ce473" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.0.02.2.12026-04-10 10:33.28 ---> using "3a3996d9771cccd6b412ed9f00f8f213d0ca373e700f30560b44a5f1df417699" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-10 10:33.28 ---> using "3e1fcac470e6d6083e0bda58d5cbe414fa61f9577da59577d1e9450041d266e2" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..4d62a12e26 master -> origin/master7858b18273 Merge pull request #29691 from punchagan/fix-conf-libffi<><> 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, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# Run eval $(opam env) to update the current shell environment2026-04-10 10:33.28 ---> using "dfaf6d0d8d6c18ae7a10f006e6fbec7facca7002556a4aa5f6200cfb19e701c3" from cache/src: (copy (src gl-legacy.opam) (dst ./))2026-04-10 10:33.28 ---> saved as "39852a4c1e7341682ba628253d54910c4a1fe1d853119c2c6258a21b8adb6956"/src: (run (network host)(shell "opam pin add -yn gl-legacy.dev './'"))[gl-legacy.dev] synchronised (file:///src)gl-legacy is now pinned to file:///src (version dev)2026-04-10 10:33.30 ---> saved as "05fbc336e36bc68b9ac6a78c3efbef8fabe9320d669d4b589aa4779eaf8f6baf"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-10 10:33.30 ---> saved as "b73330b25b9d320958721c82ed7aaad15716e05700779796a249c494e517f82d"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 integers.0.7.0 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4")/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.2 --depext-only -y gl-legacy.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 [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [121 kB]- Fetched 10.0 MB in 1min 54s (88.2 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[gl-legacy.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.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.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-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 mesa-common-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "mesa-common-dev" "pkg-config"- Selecting previously unselected package libdrm-common.- (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 ... 20623 files and directories currently installed.)- Preparing to unpack .../00-libdrm-common_2.4.124-2_all.deb ...- Unpacking libdrm-common (2.4.124-2) ...- Selecting previously unselected package libdrm2:amd64.- Preparing to unpack .../01-libdrm2_2.4.124-2_amd64.deb ...- Unpacking libdrm2:amd64 (2.4.124-2) ...- Selecting previously unselected package libdrm-amdgpu1:amd64.- Preparing to unpack .../02-libdrm-amdgpu1_2.4.124-2_amd64.deb ...- Unpacking libdrm-amdgpu1:amd64 (2.4.124-2) ...- Selecting previously unselected package libpciaccess0:amd64.- Preparing to unpack .../03-libpciaccess0_0.17-3+b3_amd64.deb ...- Unpacking libpciaccess0:amd64 (0.17-3+b3) ...- Selecting previously unselected package libdrm-intel1:amd64.- Preparing to unpack .../04-libdrm-intel1_2.4.124-2_amd64.deb ...- Unpacking libdrm-intel1:amd64 (2.4.124-2) ...- Selecting previously unselected package libdrm-radeon1:amd64.- Preparing to unpack .../05-libdrm-radeon1_2.4.124-2_amd64.deb ...- Unpacking libdrm-radeon1:amd64 (2.4.124-2) ...- Selecting previously unselected package libdrm-nouveau2:amd64.- Preparing to unpack .../06-libdrm-nouveau2_2.4.124-2_amd64.deb ...- Unpacking libdrm-nouveau2:amd64 (2.4.124-2) ...- Selecting previously unselected package libpciaccess-dev:amd64.- Preparing to unpack .../07-libpciaccess-dev_0.17-3+b3_amd64.deb ...- Unpacking libpciaccess-dev:amd64 (0.17-3+b3) ...- Selecting previously unselected package libdrm-dev:amd64.- Preparing to unpack .../08-libdrm-dev_2.4.124-2_amd64.deb ...- Unpacking libdrm-dev:amd64 (2.4.124-2) ...- Selecting previously unselected package libelf1t64:amd64.- Preparing to unpack .../09-libelf1t64_0.192-4_amd64.deb ...- Unpacking libelf1t64:amd64 (0.192-4) ...- Selecting previously unselected package libffi-dev:amd64.- Preparing to unpack .../10-libffi-dev_3.4.8-2_amd64.deb ...- Unpacking libffi-dev:amd64 (3.4.8-2) ...- Selecting previously unselected package libwayland-server0:amd64.- Preparing to unpack .../11-libwayland-server0_1.23.1-3_amd64.deb ...- Unpacking libwayland-server0:amd64 (1.23.1-3) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../12-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ...- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...- Selecting previously unselected package libz3-4:amd64.- Preparing to unpack .../13-libz3-4_4.13.3-1_amd64.deb ...- Unpacking libz3-4:amd64 (4.13.3-1) ...- Selecting previously unselected package libllvm19:amd64.- Preparing to unpack .../14-libllvm19_1%3a19.1.7-3+b1_amd64.deb ...- Unpacking libllvm19:amd64 (1:19.1.7-3+b1) ...- Selecting previously unselected package libsensors-config.- Preparing to unpack .../15-libsensors-config_1%3a3.6.2-2_all.deb ...- Unpacking libsensors-config (1:3.6.2-2) ...- Selecting previously unselected package libsensors5:amd64.- Preparing to unpack .../16-libsensors5_1%3a3.6.2-2_amd64.deb ...- Unpacking libsensors5:amd64 (1:3.6.2-2) ...- Selecting previously unselected package libx11-xcb1:amd64.- Preparing to unpack .../17-libx11-xcb1_2%3a1.8.12-1_amd64.deb ...- Unpacking libx11-xcb1:amd64 (2:1.8.12-1) ...- Selecting previously unselected package libxcb-dri3-0:amd64.- Preparing to unpack .../18-libxcb-dri3-0_1.17.0-2+b1_amd64.deb ...- Unpacking libxcb-dri3-0:amd64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-present0:amd64.- Preparing to unpack .../19-libxcb-present0_1.17.0-2+b1_amd64.deb ...- Unpacking libxcb-present0:amd64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-randr0:amd64.- Preparing to unpack .../20-libxcb-randr0_1.17.0-2+b1_amd64.deb ...- Unpacking libxcb-randr0:amd64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-sync1:amd64.- Preparing to unpack .../21-libxcb-sync1_1.17.0-2+b1_amd64.deb ...- Unpacking libxcb-sync1:amd64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-xfixes0:amd64.- Preparing to unpack .../22-libxcb-xfixes0_1.17.0-2+b1_amd64.deb ...- Unpacking libxcb-xfixes0:amd64 (1.17.0-2+b1) ...- Selecting previously unselected package libxshmfence1:amd64.- Preparing to unpack .../23-libxshmfence1_1.3.3-1_amd64.deb ...- Unpacking libxshmfence1:amd64 (1.3.3-1) ...- Selecting previously unselected package mesa-libgallium:amd64.- Preparing to unpack .../24-mesa-libgallium_25.0.7-2_amd64.deb ...- Unpacking mesa-libgallium:amd64 (25.0.7-2) ...- Selecting previously unselected package libgbm1:amd64.- Preparing to unpack .../25-libgbm1_25.0.7-2_amd64.deb ...- Unpacking libgbm1:amd64 (25.0.7-2) ...- Selecting previously unselected package libglvnd0:amd64.- Preparing to unpack .../26-libglvnd0_1.7.0-1+b2_amd64.deb ...- Unpacking libglvnd0:amd64 (1.7.0-1+b2) ...- Selecting previously unselected package libxcb-glx0:amd64.- Preparing to unpack .../27-libxcb-glx0_1.17.0-2+b1_amd64.deb ...- Unpacking libxcb-glx0:amd64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-shm0:amd64.- Preparing to unpack .../28-libxcb-shm0_1.17.0-2+b1_amd64.deb ...- Unpacking libxcb-shm0:amd64 (1.17.0-2+b1) ...- Selecting previously unselected package libxxf86vm1:amd64.- Preparing to unpack .../29-libxxf86vm1_1%3a1.1.4-1+b4_amd64.deb ...- Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b4) ...- Selecting previously unselected package libvulkan1:amd64.- Preparing to unpack .../30-libvulkan1_1.4.309.0-1_amd64.deb ...- Unpacking libvulkan1:amd64 (1.4.309.0-1) ...- Selecting previously unselected package libgl1-mesa-dri:amd64.- Preparing to unpack .../31-libgl1-mesa-dri_25.0.7-2_amd64.deb ...- Unpacking libgl1-mesa-dri:amd64 (25.0.7-2) ...- Selecting previously unselected package libglx-mesa0:amd64.- Preparing to unpack .../32-libglx-mesa0_25.0.7-2_amd64.deb ...- Unpacking libglx-mesa0:amd64 (25.0.7-2) ...- Selecting previously unselected package libglx0:amd64.- Preparing to unpack .../33-libglx0_1.7.0-1+b2_amd64.deb ...- Unpacking libglx0:amd64 (1.7.0-1+b2) ...- Selecting previously unselected package libgl1:amd64.- Preparing to unpack .../34-libgl1_1.7.0-1+b2_amd64.deb ...- Unpacking libgl1:amd64 (1.7.0-1+b2) ...- Selecting previously unselected package libglx-dev:amd64.- Preparing to unpack .../35-libglx-dev_1.7.0-1+b2_amd64.deb ...- Unpacking libglx-dev:amd64 (1.7.0-1+b2) ...- Selecting previously unselected package libgl-dev:amd64.- Preparing to unpack .../36-libgl-dev_1.7.0-1+b2_amd64.deb ...- Unpacking libgl-dev:amd64 (1.7.0-1+b2) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../37-libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Selecting previously unselected package libwayland-client0:amd64.- Preparing to unpack .../38-libwayland-client0_1.23.1-3_amd64.deb ...- Unpacking libwayland-client0:amd64 (1.23.1-3) ...- Selecting previously unselected package mesa-common-dev:amd64.- Preparing to unpack .../39-mesa-common-dev_25.0.7-2_amd64.deb ...- Unpacking mesa-common-dev:amd64 (25.0.7-2) ...- Selecting previously unselected package mesa-vulkan-drivers:amd64.- Preparing to unpack .../40-mesa-vulkan-drivers_25.0.7-2_amd64.deb ...- Unpacking mesa-vulkan-drivers:amd64 (25.0.7-2) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../41-pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../42-pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../43-pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up libxcb-dri3-0:amd64 (1.17.0-2+b1) ...- Setting up libwayland-server0:amd64 (1.23.1-3) ...- Setting up libx11-xcb1:amd64 (2:1.8.12-1) ...- Setting up libpciaccess0:amd64 (0.17-3+b3) ...- Setting up libpciaccess-dev:amd64 (0.17-3+b3) ...- Setting up libxcb-xfixes0:amd64 (1.17.0-2+b1) ...- Setting up libglvnd0:amd64 (1.7.0-1+b2) ...- Setting up libxcb-glx0:amd64 (1.17.0-2+b1) ...- Setting up libsensors-config (1:3.6.2-2) ...- Setting up libxcb-shm0:amd64 (1.17.0-2+b1) ...- Setting up libffi-dev:amd64 (3.4.8-2) ...- Setting up libelf1t64:amd64 (0.192-4) ...- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b4) ...- Setting up libxcb-present0:amd64 (1.17.0-2+b1) ...- Setting up libz3-4:amd64 (4.13.3-1) ...- Setting up libpkgconf3:amd64 (1.8.1-4) ...- Setting up libxcb-sync1:amd64 (1.17.0-2+b1) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libsensors5:amd64 (1:3.6.2-2) ...- Setting up libvulkan1:amd64 (1.4.309.0-1) ...- Setting up libxshmfence1:amd64 (1.3.3-1) ...- Setting up libxcb-randr0:amd64 (1.17.0-2+b1) ...- Setting up libdrm-common (2.4.124-2) ...- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...- Setting up libwayland-client0:amd64 (1.23.1-3) ...- Setting up libllvm19:amd64 (1:19.1.7-3+b1) ...- Setting up pkgconf:amd64 (1.8.1-4) ...- Setting up pkg-config:amd64 (1.8.1-4) ...- Setting up libdrm2:amd64 (2.4.124-2) ...- Setting up libdrm-amdgpu1:amd64 (2.4.124-2) ...- Setting up mesa-vulkan-drivers:amd64 (25.0.7-2) ...- Setting up libdrm-nouveau2:amd64 (2.4.124-2) ...- Setting up libdrm-radeon1:amd64 (2.4.124-2) ...- Setting up libdrm-intel1:amd64 (2.4.124-2) ...- Setting up mesa-libgallium:amd64 (25.0.7-2) ...- Setting up libdrm-dev:amd64 (2.4.124-2) ...- Setting up libgbm1:amd64 (25.0.7-2) ...- Setting up libgl1-mesa-dri:amd64 (25.0.7-2) ...- Setting up libglx-mesa0:amd64 (25.0.7-2) ...- Setting up libglx0:amd64 (1.7.0-1+b2) ...- Setting up libgl1:amd64 (1.7.0-1+b2) ...- Setting up libglx-dev:amd64 (1.7.0-1+b2) ...- Setting up libgl-dev:amd64 (1.7.0-1+b2) ...- Setting up mesa-common-dev:amd64 (25.0.7-2) ...- Processing triggers for libc-bin (2.41-12+deb13u1) ...2026-04-10 10:39.54 ---> saved as "ca963fa8454966c32cdfff7eadb67df961f36f02f73a8dcedfdfec8177a03824"/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.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.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-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 47 packages- install astring 0.8.5- install bos 0.2.1- install cmdliner 2.1.0- install conf-libffi 2.0.0- install conf-libgl 1- install conf-pkg-config 4- install csexp 1.5.2- install ctypes 0.24.0- install ctypes-foreign 0.24.0- install dune 3.20.2- install dune-configurator 3.20.2- install dyn 3.20.2- install fmt 0.11.0- install fpath 0.7.3- install integers 0.7.0- install jsonm 1.0.2- install logs 0.10.0- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install num 1.6- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocamlgraph 2.2.0- install opam-core 2.5.0- install opam-dune-lint 0.6- install opam-file-format 2.2.0- install opam-format 2.5.0- install opam-repository 2.5.0- install opam-state 2.5.0- install ordering 3.20.2- install parsexp v0.16.0- install patch 3.1.0- install pp 2.0.0- install re 1.14.0- install rresult 0.7.0- install sexplib v0.16.0- install sexplib0 v0.16.0- install sha 1.15.4- install spdx_licenses 1.4.0- install stdlib-shims 0.3.0- install stdune 3.20.2- install swhid_core 0.1- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> installed conf-libgl.1-> retrieved bos.0.2.1 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-pkg-config.4-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)-> retrieved fmt.0.11.0 (cached)-> installed conf-libffi.2.0.0-> retrieved fpath.0.7.3 (cached)-> retrieved integers.0.7.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved num.1.6 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlgraph.2.2.0 (cached)-> retrieved opam-core.2.5.0, opam-format.2.5.0, opam-repository.2.5.0, opam-state.2.5.0 (cached)-> retrieved opam-dune-lint.0.6 (cached)-> retrieved opam-file-format.2.2.0 (cached)-> installed cmdliner.2.1.0-> installed num.1.6-> retrieved parsexp.v0.16.0 (cached)-> retrieved patch.3.1.0 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved spdx_licenses.1.4.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved swhid_core.0.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed fpath.0.7.3-> installed logs.0.10.0-> installed dune.3.20.2-> installed bos.0.2.1-> installed csexp.1.5.2-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed ocamlgraph.2.2.0-> installed patch.3.1.0-> installed pp.2.0.0-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed spdx_licenses.1.4.0-> installed stdlib-shims.0.3.0-> installed swhid_core.0.1-> installed integers.0.7.0-> installed ordering.3.20.2-> installed parsexp.v0.16.0-> installed dune-configurator.3.20.2-> installed sha.1.15.4-> installed sexplib.v0.16.0-> installed dyn.3.20.2-> installed menhir.20260209-> installed opam-core.2.5.0-> installed opam-file-format.2.2.0-> installed ctypes.0.24.0-> installed stdune.3.20.2-> installed ctypes-foreign.0.24.0-> installed opam-format.2.5.0-> installed opam-repository.2.5.0-> installed opam-state.2.5.0-> installed opam-dune-lint.0.6Done.# Run eval $(opam env) to update the current shell environment2026-04-10 10:40.50 ---> saved as "cfcd043f6b833098e06250a7b91a0b2ab1f04d39221689855790d60697fcb563"/src: (env CI true)/src: (env OCAMLCI true)/src: (workdir /src)/src: (copy (src .) (dst /src/))2026-04-10 10:40.51 ---> saved as "ea61c8fdd0c592a92f481e63d3fb39c2e4ad8da016c9cfca5d4d23396d43f83a"/src: (run (shell "opam lint"))/src/gl-legacy.opam: Passed.2026-04-10 10:40.51 ---> saved as "14fe57deddae8d86b023f5fcc5536661c11c60bf9eff7aecbd510f18bf67c3d1"/src: (run (shell "opam exec -- opam-dune-lint"))WARNING: can't find opam package providing "tsdl"!gl-legacy.opam: changes needed:"tsdl" {with-test & >= "0"} [from test]Note: version numbers are just suggestions based on the currently installed version.Run with -f to apply changes in non-interactive mode."/usr/bin/env" "bash" "-c" "opam exec -- opam-dune-lint" failed with exit status 12026-04-10 10:40.51: Job failed: Failed: Build failed