2025-03-19 21:08.23: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (2c3c97fd876c30e992af7c42b6b5ac7727ebbaea) (linux-s390x:debian-12-5.3_s390x_opam-2.3) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454 Opam project build To reproduce locally: git clone --recursive "https://github.com/ygrek/ocurl.git" -b "master" && cd "ocurl" && git reset --hard 2c3c97fd cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454 # debian-12-5.3_s390x_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ocurl.opam curl_lwt.opam curl.opam ./ RUN opam pin add -yn ocurl.dev './' && \ 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.17.2 dune-configurator.3.17.2 lwt.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.3 --depext-only -y ocurl.dev curl_lwt.dev curl.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-03-19 21:08.23: Using cache hint "ygrek/ocurl-ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454-debian-12-5.3_s390x_opam-2.3-77a176251f7dda6448125436e3c331e6" 2025-03-19 21:08.23: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454) (comment debian-12-5.3_s390x_opam-2.3) (user (uid 1000) (gid 1000)) (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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ocurl.opam curl_lwt.opam curl.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ocurl.dev './' && \ \nopam pin add -yn curl_lwt.dev './' && \ \nopam pin add -yn curl.dev './'")) (run (network host) (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.17.2 dune-configurator.3.17.2 lwt.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.3 --depext-only -y ocurl.dev 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")) ) 2025-03-19 21:08.23: Waiting for resource in pool OCluster 2025-03-19 21:08.23: Waiting for worker… 2025-03-19 21:29.09: Got resource from pool OCluster Building on s390x-worker-02.marist.ci.dev HEAD is now at 98abefc Use pkgconf in cc ccomp_type only HEAD is now at 2c3c97f GHA: quote OCaml version numbers (from ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454' locally docker.io/ocaml/opam@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454: Pulling from ocaml/opam f54fe0873ec6: Already exists 3953f69ba164: Already exists f39c451577b1: Already exists 024c3813d399: Already exists 82694f817519: Already exists da71310c0a42: Already exists e8a89e73a049: Already exists 4a90b330588c: Already exists a2c3b7288221: Already exists ed4bc940ad91: Already exists 47ee01ed0654: Already exists fc07cb35ff09: Already exists 14366eb79146: Already exists 1a6c30adb581: Already exists bdfa8c4ce9a5: Already exists fa1186060768: Already exists 311eb61bcd22: Already exists 74f299b0fc99: Already exists 04f9c5740f9c: Already exists 63b399323e8a: Already exists 4f4fb700ef54: Already exists 20b5924a1543: Already exists 26732f273d98: Already exists 787b86b362d0: Already exists 1e0d6a6421aa: Already exists 3f9de11d1a6d: Already exists 6ee3c53fb5da: Already exists 2a7106753557: Already exists cf8135ef3389: Already exists 25709b913201: Already exists e77b2a9a1883: Already exists d47f04d587e9: Already exists b7f4c4547737: Already exists f00d125eedd3: Already exists ffb45432d3e0: Already exists 1e27c4ca3b83: Already exists 9b3ab493c53f: Already exists dc7f46e5b11d: Already exists ed6891ca3696: Already exists 2d27930f8df9: Already exists 3e498a6f166b: Already exists 00247204389c: Already exists 2ee70e351495: Already exists 207e6a2e0b83: Already exists 6fbc8d38ccd5: Already exists 011c7cab5807: Already exists Digest: sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454 Status: Downloaded newer image for ocaml/opam@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454 2025-03-19 21:29.10 ---> using "8a5cf988ed4e44aa69a9a92c390361dd0474bf1c7888178b24b31a1b5b8cd184" from cache /: (comment debian-12-5.3_s390x_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-03-19 21:29.10 ---> using "8aa7fdae16e363611ed304826287f198076f11c224b45492c65931e25441c926" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com" [default] synchronised from file:///home/opam/opam-repository 2025-03-19 21:29.10 ---> using "1546b68e92ad04b4f79c84f82420d186c6abe552c32f79e815b5e0dde244a13d" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-55-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-03-19 21:29.10 ---> using "2dbfca78776cc46b8f72593cb352c8f1c5ff567e2c32d2080f658ed9bbee6e99" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-19 21:29.10 ---> using "e245c0b33541df3a7c29f26b4c0acab0214ac26c8e9a20001d24adb14a5ff60e" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 862a7640b1..6ccbe63dbf master -> origin/master cb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from file:///home/opam/opam-repository Everything 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-03-19 21:31.27 ---> saved as "a9ca7a8b775b8b70ed089c770836f8f2ac1f3bb979e80847844a7fca945dc3b7" /src: (copy (src ocurl.opam curl_lwt.opam curl.opam) (dst ./)) 2025-03-19 21:31.29 ---> saved as "9dc6598650306d2ce953d49ea9c669fc7fc8f238dd637ae8cafccc6e6cac590e" /src: (run (network host) (shell "opam pin add -yn ocurl.dev './' && \ \nopam pin add -yn curl_lwt.dev './' && \ \nopam pin add -yn curl.dev './'")) [ocurl.dev] synchronised (file:///src) ocurl is now pinned to file:///src (version dev) Package curl_lwt does not exist, create as a NEW package? [y/n] y [curl_lwt.dev] synchronised (file:///src) curl_lwt is now pinned to file:///src (version dev) Package curl does not exist, create as a NEW package? [y/n] y [curl.dev] synchronised (file:///src) curl is now pinned to file:///src (version dev) 2025-03-19 21:31.39 ---> saved as "c30c47b74d65c98270431b86e12dd872867a6212ee86a0e680c822614dfb9414" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-19 21:31.41 ---> saved as "786164f0f553c9463c616042b2a7d4868687cc5463c4e643a346279855c57531" /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.17.2 dune-configurator.3.17.2 lwt.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.3 --depext-only -y ocurl.dev curl_lwt.dev curl.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 s390x Packages [8458 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [216 kB] - Fetched 8928 kB in 2s (5923 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [curl.dev] synchronised (file:///src) [ocurl.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-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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-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" - debconf: delaying package configuration, since apt-utils is not installed - (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 ... 18549 files and directories currently installed.) - Preparing to unpack .../curl_7.88.1-10+deb12u12_s390x.deb ... - Unpacking curl (7.88.1-10+deb12u12) over (7.88.1-10+deb12u8) ... - Preparing to unpack .../libcurl4_7.88.1-10+deb12u12_s390x.deb ... - Unpacking libcurl4:s390x (7.88.1-10+deb12u12) over (7.88.1-10+deb12u8) ... - Preparing to unpack .../libcurl3-gnutls_7.88.1-10+deb12u12_s390x.deb ... - Unpacking libcurl3-gnutls:s390x (7.88.1-10+deb12u12) over (7.88.1-10+deb12u8) ... - Selecting previously unselected package libcurl4-gnutls-dev:s390x. - Preparing to unpack .../libcurl4-gnutls-dev_7.88.1-10+deb12u12_s390x.deb ... - Unpacking libcurl4-gnutls-dev:s390x (7.88.1-10+deb12u12) ... - Setting up libcurl3-gnutls:s390x (7.88.1-10+deb12u12) ... - Setting up libcurl4-gnutls-dev:s390x (7.88.1-10+deb12u12) ... - Setting up libcurl4:s390x (7.88.1-10+deb12u12) ... - Setting up curl (7.88.1-10+deb12u12) ... - Processing triggers for libc-bin (2.36-9+deb12u9) ... 2025-03-19 21:32.12 ---> saved as "d72a71813388ebf100fdd228a816452911b91a86b954ad0a53612291dd445d69" /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-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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-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.17.2 - install dune-configurator 3.17.2 - install lwt 5.9.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.5.9.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed dune.3.17.2 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.17.2 -> installed lwt.5.9.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-03-19 21:34.14 ---> saved as "b376c237989e5f9e72ef96bcaa977bdd5da7d37300c024a7acf21b60c5d66da9" /src: (copy (src .) (dst /src)) 2025-03-19 21:34.18 ---> saved as "5854b88bca7f5a04fc357783238c411cb641614e40714dda9629205ec06c71b0" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) File "examples/dune", line 32, characters 18-25: 32 | (preprocess (pps lwt_ppx)) ^^^^^^^ Error: Library "lwt_ppx" not found. -> required by _build/default/examples/.merlin-conf/exe-test_lwt-0dcf2dfa4ae9573d2c95196fdb3fad76 -> required by alias examples/check (cd _build/default && /home/opam/.opam/5.3/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 -w +a-4-42-69-70 -warn-error -a+31 -g -bin-annot -bin-annot-occurrences -I examples/.ocurl.eobjs/byte -I /home/opam/.opam/5.3/lib/ocaml/unix -I .curl.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o examples/.ocurl.eobjs/byte/dune__exe__Ocurl.cmo -c -impl examples/ocurl.ml) File "examples/ocurl.ml", line 21, characters 4-14: 21 | let getContent connection url = ^^^^^^^^^^ Warning 32 [unused-value-declaration]: unused value getContent. (cd _build/default && /home/opam/.opam/5.3/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 -w +a-4-42-69-70 -warn-error -a+31 -g -bin-annot -bin-annot-occurrences -I examples/.opar.eobjs/byte -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I .curl.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o examples/.opar.eobjs/byte/dune__exe__Opar.cmo -c -impl examples/opar.ml) File "examples/opar.ml", line 9, characters 4-17: 9 | let show_progress fname conn = ^^^^^^^^^^^^^ Warning 32 [unused-value-declaration]: unused value show_progress. (cd _build/default/examples && ./test_memory_leaks.exe) RSS 9175040 -> 13082624 OK RSS 13082624 -> 12169216 OK RSS 12169216 -> 12169216 OK "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-03-19 21:34.44: Job failed: Failed: Build failed