2026-04-17 00:53.07: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (0b4f2191aff13d20b656261ba6d7b2e5092a8f93) (linux-x86_64:debian-13-5.4_x86_32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:19b295164f5ffed3d0ca0e217bf2fad4b6eff053c1fd8c5d5543fb8ebb2ed1c4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/ocurl.git" -b "master" && cd "ocurl" && git reset --hard 0b4f2191cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:19b295164f5ffed3d0ca0e217bf2fad4b6eff053c1fd8c5d5543fb8ebb2ed1c4# debian-13-5.4_x86_32_opam-2.5USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV 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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 curl_lwt.opam curl.opam ./RUN opam pin add -yn curl_lwt.dev './' && \opam pin add -yn curl.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 lwt.6.1.1 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.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-04-17 00:53.07: Using cache hint "ygrek/ocurl-ocaml/opam:debian-13-ocaml-5.4@sha256:19b295164f5ffed3d0ca0e217bf2fad4b6eff053c1fd8c5d5543fb8ebb2ed1c4-debian-13-5.4_x86_32_opam-2.5-eed30161435fe05ea4dfec4b7cc82e3d"2026-04-17 00:53.07: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:19b295164f5ffed3d0ca0e217bf2fad4b6eff053c1fd8c5d5543fb8ebb2ed1c4)(comment debian-13-5.4_x86_32_opam-2.5)(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.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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src curl_lwt.opam curl.opam) (dst ./))(run (network host)(shell "opam pin add -yn curl_lwt.dev './' && \\nopam pin add -yn curl.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 lwt.6.1.1 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")(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 curl_lwt.dev curl.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-04-17 00:53.07: Waiting for resource in pool OCluster2026-04-17 00:53.07: Waiting for worker…2026-04-17 00:53.07: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 0b4f219 Remove the ocurl package definition (#107)(from ocaml/opam:debian-13-ocaml-5.4@sha256:19b295164f5ffed3d0ca0e217bf2fad4b6eff053c1fd8c5d5543fb8ebb2ed1c4)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:19b295164f5ffed3d0ca0e217bf2fad4b6eff053c1fd8c5d5543fb8ebb2ed1c4' locallydocker.io/ocaml/opam@sha256:19b295164f5ffed3d0ca0e217bf2fad4b6eff053c1fd8c5d5543fb8ebb2ed1c4: Pulling from ocaml/opamcdc6802f3021: Pulling fs layer8e8774c1af3a: Pulling fs layer292a61d1afae: Pulling fs layer127485e49abd: Pulling fs layer72146dc2a134: Pulling fs layer086b4e5bd101: Pulling fs layerf0e0184ab62b: Pulling fs layer127485e49abd: Waiting7d955676c491: Pulling fs layer4a92e167861e: Pulling fs layera4a933ada887: Pulling fs layer72146dc2a134: Waiting6384b03174cb: Pulling fs layer086b4e5bd101: Waiting2c6554cbb943: Pulling fs layerf0e0184ab62b: Waiting4a92e167861e: Waiting23d1a57d1dd1: Pulling fs layer7d955676c491: Waitinga4a933ada887: Waiting2c6554cbb943: Waiting2e38e9fe51d0: Pulling fs layer23d1a57d1dd1: Waiting450cb6c0831c: Pulling fs layer2e38e9fe51d0: Waiting534c38db944b: Pulling fs layer6e49f77e1db8: Pulling fs layer450cb6c0831c: Waiting534c38db944b: Waiting6e49f77e1db8: Waiting7bd591957276: Pulling fs layer6993757afdfe: Pulling fs layer7bd591957276: Waiting2b8d28d500db: Pulling fs layer6993757afdfe: Waiting97df1f9a7792: Pulling fs layer4f4fb700ef54: Pulling fs layer2b8d28d500db: Waiting97df1f9a7792: Waiting49ab5180ea8d: Pulling fs layer4f4fb700ef54: Waitingdd8c10b744e8: Pulling fs layer49ab5180ea8d: Waitingdd8c10b744e8: Waiting415ceb759e52: Pulling fs layerc3e3b7afb5a9: Pulling fs layerc5c67f6abbed: Pulling fs layer415ceb759e52: Waitingc3e3b7afb5a9: Waiting717d56360866: Pulling fs layerc5c67f6abbed: Waitingbf98d0b28cea: Pulling fs layer717d56360866: Waiting6eb397a886c0: Pulling fs layerbf98d0b28cea: Waiting6eb397a886c0: Waiting420131a6c1c9: Pulling fs layerf5a70cba4e7a: Pulling fs layer420131a6c1c9: Waitingecc76d9adb46: Pulling fs layerf5a70cba4e7a: Waitingdd43d9ad0162: Pulling fs layerb6fc9c23de32: Pulling fs layerecc76d9adb46: Waiting65662fb46292: Pulling fs layerdd43d9ad0162: Waitingb6fc9c23de32: Waiting65662fb46292: Waiting26f6c2b6c4ad: Pulling fs layer0a80ba9ed7bb: Pulling fs layer40a13315443b: Pulling fs layer26f6c2b6c4ad: Waiting0a80ba9ed7bb: Waiting03f4a5f9ae56: Pulling fs layer40a13315443b: Waiting03f4a5f9ae56: Waiting9cd6bb6a8f07: Pulling fs layer0fee2b9ec926: Pulling fs layer9cd6bb6a8f07: Waitingd7f2670f5756: Pulling fs layer0fee2b9ec926: Waitingd7f2670f5756: Waiting963f5a8e6964: Pulling fs layer963f5a8e6964: Waitingf7f0934200dc: Pulling fs layerf7f0934200dc: Waiting87c2b2f36074: Pulling fs layer19e8b2a7ee01: Pulling fs layer87c2b2f36074: Waiting19e8b2a7ee01: Waiting292a61d1afae: Verifying Checksum292a61d1afae: Download complete8e8774c1af3a: Download complete127485e49abd: Verifying Checksum127485e49abd: Download complete72146dc2a134: Verifying Checksum72146dc2a134: Download completecdc6802f3021: Verifying Checksumcdc6802f3021: Download completef0e0184ab62b: Verifying Checksumf0e0184ab62b: Download complete7d955676c491: Verifying Checksum7d955676c491: Download completea4a933ada887: Verifying Checksuma4a933ada887: Download complete4a92e167861e: Verifying Checksum4a92e167861e: Download complete086b4e5bd101: Verifying Checksum086b4e5bd101: Download complete6384b03174cb: Verifying Checksum6384b03174cb: Download complete2c6554cbb943: Verifying Checksum2c6554cbb943: Download complete23d1a57d1dd1: Verifying Checksum23d1a57d1dd1: Download complete2e38e9fe51d0: Verifying Checksum2e38e9fe51d0: Download complete450cb6c0831c: Verifying Checksum450cb6c0831c: Download complete534c38db944b: Verifying Checksum534c38db944b: Download complete7bd591957276: Verifying Checksum7bd591957276: Download complete6e49f77e1db8: Verifying Checksum6e49f77e1db8: Download complete6993757afdfe: Verifying Checksum6993757afdfe: Download complete97df1f9a7792: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete49ab5180ea8d: Verifying Checksum49ab5180ea8d: Download complete2b8d28d500db: Verifying Checksum2b8d28d500db: Download completedd8c10b744e8: Verifying Checksumdd8c10b744e8: Download complete415ceb759e52: Verifying Checksum415ceb759e52: Download completec3e3b7afb5a9: Verifying Checksumc3e3b7afb5a9: Download completec5c67f6abbed: Verifying Checksumc5c67f6abbed: Download completecdc6802f3021: Pull complete717d56360866: Download complete8e8774c1af3a: Pull completebf98d0b28cea: Download complete292a61d1afae: Pull complete6eb397a886c0: Download complete420131a6c1c9: Verifying Checksum420131a6c1c9: Download completef5a70cba4e7a: Download completeecc76d9adb46: Verifying Checksumecc76d9adb46: Download completedd43d9ad0162: Verifying Checksumdd43d9ad0162: Download complete65662fb46292: Verifying Checksum65662fb46292: Download complete0a80ba9ed7bb: Verifying Checksum0a80ba9ed7bb: Download complete127485e49abd: Pull complete40a13315443b: Verifying Checksum40a13315443b: Download complete72146dc2a134: Pull complete03f4a5f9ae56: Download complete9cd6bb6a8f07: Verifying Checksum9cd6bb6a8f07: Download complete0fee2b9ec926: Verifying Checksum0fee2b9ec926: Download completed7f2670f5756: Verifying Checksumd7f2670f5756: Download complete963f5a8e6964: Verifying Checksum963f5a8e6964: Download completef7f0934200dc: Verifying Checksumf7f0934200dc: Download complete87c2b2f36074: Verifying Checksum87c2b2f36074: Download complete19e8b2a7ee01: Verifying Checksum19e8b2a7ee01: Download complete26f6c2b6c4ad: Verifying Checksum26f6c2b6c4ad: Download completeb6fc9c23de32: Verifying Checksumb6fc9c23de32: Download complete086b4e5bd101: Pull completef0e0184ab62b: Pull complete7d955676c491: Pull complete4a92e167861e: Pull completea4a933ada887: Pull complete6384b03174cb: Pull complete2c6554cbb943: Pull complete23d1a57d1dd1: Pull complete2e38e9fe51d0: Pull complete450cb6c0831c: Pull complete534c38db944b: Pull complete6e49f77e1db8: Pull complete7bd591957276: Pull complete6993757afdfe: Pull complete2b8d28d500db: Pull complete97df1f9a7792: Pull complete4f4fb700ef54: Pull complete49ab5180ea8d: Pull completedd8c10b744e8: Pull complete415ceb759e52: Pull completec3e3b7afb5a9: Pull completec5c67f6abbed: Pull complete717d56360866: Pull completebf98d0b28cea: Pull complete6eb397a886c0: Pull complete420131a6c1c9: Pull completef5a70cba4e7a: Pull completeecc76d9adb46: Pull completedd43d9ad0162: Pull completeb6fc9c23de32: Pull complete65662fb46292: Pull complete26f6c2b6c4ad: Pull complete0a80ba9ed7bb: Pull complete40a13315443b: Pull complete03f4a5f9ae56: Pull complete9cd6bb6a8f07: Pull complete0fee2b9ec926: Pull completed7f2670f5756: Pull complete963f5a8e6964: Pull completef7f0934200dc: Pull complete87c2b2f36074: Pull complete19e8b2a7ee01: Pull completeDigest: sha256:19b295164f5ffed3d0ca0e217bf2fad4b6eff053c1fd8c5d5543fb8ebb2ed1c4Status: Downloaded newer image for ocaml/opam@sha256:19b295164f5ffed3d0ca0e217bf2fad4b6eff053c1fd8c5d5543fb8ebb2ed1c42026-04-17 00:53.10 ---> using "0ca7731ed5b760a2f7014ad982be846cebfd2d508db77048e592cd0fd92d442a" from cache/: (comment debian-13-5.4_x86_32_opam-2.5)/: (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.5 /usr/bin/opam"))2026-04-17 00:53.10 ---> using "92f3018a715eed0d9d327d1865e39236ed5450889cee02e78641de67e4a3454b" 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-04-17 00:53.10 ---> using "694efe6b068534c63a03d0999f6a9b8c4316e51986e8762f5286c924ee9f1785" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.4.12.5.02026-04-17 00:53.10 ---> using "4563e04b945f17de4318fb0119f3f8e03508d266cdfa3aed6829ceab377ef1f6" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-17 00:53.10 ---> using "76abb22a56661419d4239622a578bcb375a66c701bcd72ecd126e49bec17bdfc" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..0b0acbee05 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.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-04-17 00:53.10 ---> using "fb55b86604cead2242d2ea7cf2e920f79b78c2bcc1560764f37111146ddaab02" from cache/src: (copy (src curl_lwt.opam curl.opam) (dst ./))2026-04-17 00:53.10 ---> using "f46c5a8be56475f40d45bb5bd5c04d1a0bb0b325f69d36b4253481bdb120a4ed" from cache/src: (run (network host)(shell "opam pin add -yn curl_lwt.dev './' && \\nopam pin add -yn curl.dev './'"))[curl_lwt.dev] synchronised (file:///src)curl_lwt is now pinned to file:///src (version dev)[curl.dev] synchronised (file:///src)curl is now pinned to file:///src (version dev)2026-04-17 00:53.10 ---> using "17e2954d581fe45c63b5c970a5953b8a4758d1e51b7c8a110116d92d0a9a096c" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-17 00:53.10 ---> using "1f97e5b7de442b41a737be28d3c6cba2d1e00618d0198b45a946dce430dd4d6f" from cache/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 lwt.6.1.1 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")/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 curl_lwt.dev curl.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 i386 Packages [116 kB]- Fetched 206 kB in 0s (1345 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[curl.dev] synchronised (file:///src)[curl_lwt.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-option-bytecode-only is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.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-effects 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:libcurl4-gnutls-dev<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev"- Selecting previously unselected package comerr-dev:i386.- (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 ... 20624 files and directories currently installed.)- Preparing to unpack .../00-comerr-dev_2.1-1.47.2-3+b10_i386.deb ...- Unpacking comerr-dev:i386 (2.1-1.47.2-3+b10) ...- Selecting previously unselected package libgssrpc4t64:i386.- Preparing to unpack .../01-libgssrpc4t64_1.21.3-5_i386.deb ...- Unpacking libgssrpc4t64:i386 (1.21.3-5) ...- Selecting previously unselected package libkadm5clnt-mit12:i386.- Preparing to unpack .../02-libkadm5clnt-mit12_1.21.3-5_i386.deb ...- Unpacking libkadm5clnt-mit12:i386 (1.21.3-5) ...- Selecting previously unselected package libkdb5-10t64:i386.- Preparing to unpack .../03-libkdb5-10t64_1.21.3-5_i386.deb ...- Unpacking libkdb5-10t64:i386 (1.21.3-5) ...- Selecting previously unselected package libkadm5srv-mit12:i386.- Preparing to unpack .../04-libkadm5srv-mit12_1.21.3-5_i386.deb ...- Unpacking libkadm5srv-mit12:i386 (1.21.3-5) ...- Selecting previously unselected package krb5-multidev:i386.- Preparing to unpack .../05-krb5-multidev_1.21.3-5_i386.deb ...- Unpacking krb5-multidev:i386 (1.21.3-5) ...- Selecting previously unselected package libbrotli-dev:i386.- Preparing to unpack .../06-libbrotli-dev_1.1.0-2+b7_i386.deb ...- Unpacking libbrotli-dev:i386 (1.1.0-2+b7) ...- Selecting previously unselected package libevent-2.1-7t64:i386.- Preparing to unpack .../07-libevent-2.1-7t64_2.1.12-stable-10+b1_i386.deb ...- Unpacking libevent-2.1-7t64:i386 (2.1.12-stable-10+b1) ...- Selecting previously unselected package libunbound8:i386.- Preparing to unpack .../08-libunbound8_1.22.0-2+deb13u1_i386.deb ...- Unpacking libunbound8:i386 (1.22.0-2+deb13u1) ...- Selecting previously unselected package libgnutls-dane0t64:i386.- Preparing to unpack .../09-libgnutls-dane0t64_3.8.9-3+deb13u2_i386.deb ...- Unpacking libgnutls-dane0t64:i386 (3.8.9-3+deb13u2) ...- Selecting previously unselected package libgnutls-openssl27t64:i386.- Preparing to unpack .../10-libgnutls-openssl27t64_3.8.9-3+deb13u2_i386.deb ...- Unpacking libgnutls-openssl27t64:i386 (3.8.9-3+deb13u2) ...- Selecting previously unselected package libidn2-dev:i386.- Preparing to unpack .../11-libidn2-dev_2.3.8-2_i386.deb ...- Unpacking libidn2-dev:i386 (2.3.8-2) ...- Selecting previously unselected package libp11-kit-dev:i386.- Preparing to unpack .../12-libp11-kit-dev_0.25.5-3_i386.deb ...- Unpacking libp11-kit-dev:i386 (0.25.5-3) ...- Selecting previously unselected package libtasn1-6-dev:i386.- Preparing to unpack .../13-libtasn1-6-dev_4.20.0-2_i386.deb ...- Unpacking libtasn1-6-dev:i386 (4.20.0-2) ...- Selecting previously unselected package libgmpxx4ldbl:i386.- Preparing to unpack .../14-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_i386.deb ...- Unpacking libgmpxx4ldbl:i386 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libgmp-dev:i386.- Preparing to unpack .../15-libgmp-dev_2%3a6.3.0+dfsg-3_i386.deb ...- Unpacking libgmp-dev:i386 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package nettle-dev:i386.- Preparing to unpack .../16-nettle-dev_3.10.1-1_i386.deb ...- Unpacking nettle-dev:i386 (3.10.1-1) ...- Selecting previously unselected package libgnutls28-dev:i386.- Preparing to unpack .../17-libgnutls28-dev_3.8.9-3+deb13u2_i386.deb ...- Unpacking libgnutls28-dev:i386 (3.8.9-3+deb13u2) ...- Selecting previously unselected package libkrb5-dev:i386.- Preparing to unpack .../18-libkrb5-dev_1.21.3-5_i386.deb ...- Unpacking libkrb5-dev:i386 (1.21.3-5) ...- Selecting previously unselected package libldap-dev:i386.- Preparing to unpack .../19-libldap-dev_2.6.10+dfsg-1_i386.deb ...- Unpacking libldap-dev:i386 (2.6.10+dfsg-1) ...- Selecting previously unselected package libpkgconf3:i386.- Preparing to unpack .../20-libpkgconf3_1.8.1-4_i386.deb ...- Unpacking libpkgconf3:i386 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../21-pkgconf-bin_1.8.1-4_i386.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:i386.- Preparing to unpack .../22-pkgconf_1.8.1-4_i386.deb ...- Unpacking pkgconf:i386 (1.8.1-4) ...- Selecting previously unselected package libnghttp2-dev:i386.- Preparing to unpack .../23-libnghttp2-dev_1.64.0-1.1_i386.deb ...- Unpacking libnghttp2-dev:i386 (1.64.0-1.1) ...- Selecting previously unselected package libnghttp3-dev:i386.- Preparing to unpack .../24-libnghttp3-dev_1.8.0-1_i386.deb ...- Unpacking libnghttp3-dev:i386 (1.8.0-1) ...- Selecting previously unselected package libngtcp2-crypto-gnutls-dev:i386.- Preparing to unpack .../25-libngtcp2-crypto-gnutls-dev_1.11.0-1_i386.deb ...- Unpacking libngtcp2-crypto-gnutls-dev:i386 (1.11.0-1) ...- Selecting previously unselected package libngtcp2-dev:i386.- Preparing to unpack .../26-libngtcp2-dev_1.11.0-1_i386.deb ...- Unpacking libngtcp2-dev:i386 (1.11.0-1) ...- Selecting previously unselected package libpsl-dev:i386.- Preparing to unpack .../27-libpsl-dev_0.21.2-1.1+b1_i386.deb ...- Unpacking libpsl-dev:i386 (0.21.2-1.1+b1) ...- Selecting previously unselected package zlib1g-dev:i386.- Preparing to unpack .../28-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_i386.deb ...- Unpacking zlib1g-dev:i386 (1:1.3.dfsg+really1.3.1-1+b1) ...- Selecting previously unselected package librtmp-dev:i386.- Preparing to unpack .../29-librtmp-dev_2.4+20151223.gitfa8646d.1-2+b5_i386.deb ...- Unpacking librtmp-dev:i386 (2.4+20151223.gitfa8646d.1-2+b5) ...- Selecting previously unselected package libssl-dev:i386.- Preparing to unpack .../30-libssl-dev_3.5.5-1~deb13u2_i386.deb ...- Unpacking libssl-dev:i386 (3.5.5-1~deb13u2) ...- Selecting previously unselected package libssh2-1-dev:i386.- Preparing to unpack .../31-libssh2-1-dev_1.11.1-1_i386.deb ...- Unpacking libssh2-1-dev:i386 (1.11.1-1) ...- Selecting previously unselected package libcurl4-gnutls-dev:i386.- Preparing to unpack .../32-libcurl4-gnutls-dev_8.14.1-2+deb13u2_i386.deb ...- Unpacking libcurl4-gnutls-dev:i386 (8.14.1-2+deb13u2) ...- Selecting previously unselected package libtasn1-doc.- Preparing to unpack .../33-libtasn1-doc_4.20.0-2_all.deb ...- Unpacking libtasn1-doc (4.20.0-2) ...- Setting up libgnutls-openssl27t64:i386 (3.8.9-3+deb13u2) ...- Setting up libtasn1-doc (4.20.0-2) ...- Setting up libevent-2.1-7t64:i386 (2.1.12-stable-10+b1) ...- Setting up libngtcp2-crypto-gnutls-dev:i386 (1.11.0-1) ...- Setting up libngtcp2-dev:i386 (1.11.0-1) ...- Setting up libpsl-dev:i386 (0.21.2-1.1+b1) ...- Setting up libunbound8:i386 (1.22.0-2+deb13u1) ...- Setting up libpkgconf3:i386 (1.8.1-4) ...- Setting up libgmpxx4ldbl:i386 (2:6.3.0+dfsg-3) ...- Setting up libgnutls-dane0t64:i386 (3.8.9-3+deb13u2) ...- Setting up libgssrpc4t64:i386 (1.21.3-5) ...- Setting up libldap-dev:i386 (2.6.10+dfsg-1) ...- Setting up comerr-dev:i386 (2.1-1.47.2-3+b10) ...- Setting up libssl-dev:i386 (3.5.5-1~deb13u2) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libidn2-dev:i386 (2.3.8-2) ...- Setting up libnghttp3-dev:i386 (1.8.0-1) ...- Setting up zlib1g-dev:i386 (1:1.3.dfsg+really1.3.1-1+b1) ...- Setting up libtasn1-6-dev:i386 (4.20.0-2) ...- Setting up libbrotli-dev:i386 (1.1.0-2+b7) ...- Setting up libp11-kit-dev:i386 (0.25.5-3) ...- Setting up libkadm5clnt-mit12:i386 (1.21.3-5) ...- Setting up libgmp-dev:i386 (2:6.3.0+dfsg-3) ...- Setting up nettle-dev:i386 (3.10.1-1) ...- Setting up libkdb5-10t64:i386 (1.21.3-5) ...- Setting up pkgconf:i386 (1.8.1-4) ...- Setting up libssh2-1-dev:i386 (1.11.1-1) ...- Setting up libkadm5srv-mit12:i386 (1.21.3-5) ...- Setting up krb5-multidev:i386 (1.21.3-5) ...- Setting up libgnutls28-dev:i386 (3.8.9-3+deb13u2) ...- Setting up libnghttp2-dev:i386 (1.64.0-1.1) ...- Setting up libkrb5-dev:i386 (1.21.3-5) ...- Setting up librtmp-dev:i386 (2.4+20151223.gitfa8646d.1-2+b5) ...- Setting up libcurl4-gnutls-dev:i386 (8.14.1-2+deb13u2) ...- Processing triggers for libc-bin (2.41-12+deb13u2) ...# To update the current shell environment, run: eval $(opam env)2026-04-17 00:53.10 ---> using "abc16d5e29f0fec33ea66255b87372009ec69e199c516e5791378af6d8f9e7a8" 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-option-bytecode-only is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.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-effects 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 9 packages- install base-bytes base- install conf-libcurl 2- install cppo 1.8.0- install csexp 1.5.2- install dune 3.22.2- install dune-configurator 3.22.2- install lwt 6.1.1- install ocamlfind 1.9.8- install ocplib-endian 1.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-libcurl.2-> retrieved lwt.6.1.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.22.2-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.22.2-> installed lwt.6.1.1Done.# To update the current shell environment, run: eval $(opam env)2026-04-17 00:53.10 ---> using "aec468e2153627bbcfbdbf69de85797cea6b7d97870a71d37739da96336dc5f2" from cache/src: (copy (src .) (dst /src))Failure("\"rm\" \"-rf\" \"/var/cache/obuilder/merged/edf42f88e9ec28e5f1cf63c99d0eb07ac8727787da6b17a7ee217167bae6929d\" \"/var/cache/obuilder/work/edf42f88e9ec28e5f1cf63c99d0eb07ac8727787da6b17a7ee217167bae6929d\" failed with exit status 1")2026-04-17 00:53.10: Job failed: Failed: Build failed