2025-05-22 19:57.35: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/pull/34/head (101f79647108ba83a0a1d6b1717b3e51d6e1946e) (linux-arm64:debian-12-4.14_arm32_opam-2.3)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:9df74c8c6f53ce83389297048432f019fb17fc96c28f27ca700eb3c2c9e01b3bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/backtracking/bitv.git" && cd "bitv" && git fetch origin "refs/pull/34/head" && git reset --hard 101f7964cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:9df74c8c6f53ce83389297048432f019fb17fc96c28f27ca700eb3c2c9e01b3b# debian-12-4.14_arm32_opam-2.3USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 bitv.opam ./RUN opam pin add -yn bitv.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.19.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.3 --depext-only -y bitv.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-05-22 19:57.35: Using cache hint "backtracking/bitv-ocaml/opam:debian-12-ocaml-4.14@sha256:9df74c8c6f53ce83389297048432f019fb17fc96c28f27ca700eb3c2c9e01b3b-debian-12-4.14_arm32_opam-2.3-ef1757ea52ca786ef95ed67d1c3054ff"2025-05-22 19:57.35: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:9df74c8c6f53ce83389297048432f019fb17fc96c28f27ca700eb3c2c9e01b3b)(comment debian-12-4.14_arm32_opam-2.3)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src bitv.opam) (dst ./))(run (network host)(shell "opam pin add -yn bitv.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.19.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.3 --depext-only -y bitv.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-05-22 19:57.35: Waiting for resource in pool OCluster2025-05-22 19:57.35: Waiting for worker…2025-05-22 21:09.54: Got resource from pool OClusterBuilding on molpadia.caelum.ci.devAll commits already cachedHEAD is now at 101f796 Fix max_length overflow on 32 bits integer platform.(from ocaml/opam:debian-12-ocaml-4.14@sha256:9df74c8c6f53ce83389297048432f019fb17fc96c28f27ca700eb3c2c9e01b3b)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:9df74c8c6f53ce83389297048432f019fb17fc96c28f27ca700eb3c2c9e01b3b' locallydocker.io/ocaml/opam@sha256:9df74c8c6f53ce83389297048432f019fb17fc96c28f27ca700eb3c2c9e01b3b: Pulling from ocaml/opam5a64641236c0: Pulling fs layer5a64641236c0: Verifying Checksum5a64641236c0: Download complete5a64641236c0: Pull completeDigest: sha256:9df74c8c6f53ce83389297048432f019fb17fc96c28f27ca700eb3c2c9e01b3bStatus: Downloaded newer image for ocaml/opam@sha256:9df74c8c6f53ce83389297048432f019fb17fc96c28f27ca700eb3c2c9e01b3bWARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested2025-05-22 21:09.54 ---> using "fbe3507ddfb49174807fb3b5ec2c92e2ca5df35a1a8d51ef85d3c3a7b9384458" from cache/: (comment debian-12-4.14_arm32_opam-2.3)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-05-22 21:09.54 ---> using "ae4dd88ea2ca0788dc5bb2f6931cb371f1b60ad5339a93b10dddb4bfef7b2759" 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.Continue? [y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-05-22 21:09.54 ---> using "b583ae389992b18bccc9a56bde4d5cdbbb09ed2ee10a121d14d0436740f10599" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.3.02025-05-22 21:09.54 ---> using "6635db15231ab8d3249eeae60f6c031947eac456c82609d256b98a1fb62d09ac" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-05-22 21:09.54 ---> using "293ada7600339663cf2d7244bc3f71ecc18e47e08e94c3d56db50b0fb310c6c1" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD0d013e603b..2df846cb67 master -> origin/master2df846cb67 Merge pull request #27910 from maiste/release-dune-3.19.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, 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-05-22 21:09.54 ---> using "33ad63571d35e816e673e21966c048e423e7afc6e01d86ff967ff8c9576815de" from cache/src: (copy (src bitv.opam) (dst ./))2025-05-22 21:09.54 ---> using "ca9c6006b70e7925b3efeb5660e353ac3f214f9ff858c97b7df024247d3f7766" from cache/src: (run (network host)(shell "opam pin add -yn bitv.dev './'"))[bitv.dev] synchronised (file:///src)bitv is now pinned to file:///src (version dev)2025-05-22 21:09.54 ---> using "59ac547bea73b9aa79d84b0dcb9b060ea8af94aa3c4c081e4b02edb750aa2eca" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-05-22 21:09.54 ---> using "429d981baee0625ad32fbd2bed485a11a64f5daf96e29940451d8a8e33affcf5" from cache/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.19.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.3 --depext-only -y bitv.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian bookworm/main armhf Packages [8508 kB]- Get:5 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [240 kB]- Fetched 9003 kB in 2s (5127 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[bitv.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).2025-05-22 21:09.54 ---> using "450ee8f54c412bc26fbdf91ca73903691261f5cd538e819fb7f7c27a73e6c1d7" from cache/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.19.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved dune.3.19.0 (cached)-> installed dune.3.19.0Done.# To update the current shell environment, run: eval $(opam env)2025-05-22 21:09.54 ---> using "578bcc0f4c6d01973c8622eda673d65a7a1aee90f30190a1ef3c262aba2372cb" from cache/src: (copy (src .) (dst /src))2025-05-22 21:09.54 ---> saved as "72bb4f38254d1cbdb27458a96d0b8a79da6bbee768edc27675df6ebb06777e03"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-05-22 21:09.55 ---> saved as "0f8f5c6beae1cad2d229ed569eca62c530fcde11caf394906ecb9555038c849f"Job succeeded2025-05-22 21:09.55: Job succeeded