2025-03-06 15:05.58: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (f2abf6c99ab02d9be7ec21d66272dc6ad10a4efa) (freebsd-x86_64:freebsd-14.1-5.3_opam-2.3)Base: freebsd-14.1-ocaml-5.3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/ocurl.git" -b "master" && cd "ocurl" && git reset --hard f2abf6c9cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.1-ocaml-5.3# freebsd-14.1-5.3_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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 914c0f050a68b562a16447bff36bf24527c68ef1 || git fetch origin master) && git reset -q --hard 914c0f050a68b562a16447bff36bf24527c68ef1 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.0 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-03-06 15:05.58: Using cache hint "ygrek/ocurl-freebsd-14.1-ocaml-5.3-freebsd-14.1-5.3_opam-2.3-01a69ad144a00063ce8c095f10c67567"2025-03-06 15:05.58: Using OBuilder spec:((from freebsd-14.1-ocaml-5.3)(comment freebsd-14.1-5.3_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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 914c0f050a68b562a16447bff36bf24527c68ef1 || git fetch origin master) && git reset -q --hard 914c0f050a68b562a16447bff36bf24527c68ef1 && 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.0 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-06 15:05.58: Waiting for resource in pool OCluster2025-03-06 18:47.15: Waiting for worker…2025-03-06 19:56.36: Got resource from pool OClusterBuilding on springAll commits already cachedHEAD is now at f2abf6c Update the changelog(from freebsd-14.1-ocaml-5.3)2025-03-06 19:43.56 ---> using "fa4c65a721275037aa0f851d49090cd38fc202c0147147d39fba5c0e4d9b16e6" from cache/: (comment freebsd-14.1-5.3_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam"))2025-03-06 19:43.57 ---> using "707c7e294765dd0c27e269a5b580560b225237a2f86c98e49e9b55231281b700" from cache/src: (run (shell "opam init --reinit -ni"))No configuration file found, using 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.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2025-03-06 19:43.59 ---> using "45749df81b3980750ffa6bca410a05b72322147ab2725b654dada75710103de9" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.1-RELEASE-p5The OCaml toplevel, version 5.3.02.3.02025-03-06 19:44.01 ---> using "f64bb7c3e303337c7ff569b67d81a7b6dbef733cbc8fc2ef78eebdda8d34b5e9" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-03-06 19:44.02 ---> using "b5dd81919ce8bb132a9ebf4541726236220f50fa3e495f7f25632fce1e88b154" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 914c0f050a68b562a16447bff36bf24527c68ef1 || git fetch origin master) && git reset -q --hard 914c0f050a68b562a16447bff36bf24527c68ef1 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf93eb7cb02..8707d628f2 master -> origin/master914c0f050a Merge pull request #27576 from ocaml/adding-maintenance-intent-to-lwt<><> 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).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.4.0However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2025-03-06 19:44.04 ---> using "74a488a1749be22e420af9ae01da41106c1188a4c88180164cca8a2ba9c4280a" from cache/src: (copy (src ocurl.opam curl_lwt.opam curl.opam) (dst ./))2025-03-06 19:44.05 ---> using "f820f3b266bdacd23b86dc006f7c4545c39adc6e1fbf8be5812324aca3a2fc7c" from cache/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-06 19:44.06 ---> using "087ced834b6f5b351a3fa744b5ee1532705deb2c2a6e22664fbb00ed71467c85" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-03-06 19:44.08 ---> using "90b3b1d73d1b974d5cdaa80175bd69c3f08b1c9c087c59aac88abf3b31e1b606" 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.17.2 dune-configurator.3.17.2 lwt.5.9.0 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"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[curl_lwt.dev] synchronised (file:///src)[ocurl.dev] synchronised (file:///src)[curl.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).2025-03-06 19:44.10 ---> using "dae09fe2ae1d556cae0d88a5aa3685b28b215998bbd9016a549ab2a7ca371093" 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 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∗ base-bytes base∗ conf-libcurl 2∗ cppo 1.8.0∗ csexp 1.5.2∗ dune 3.17.2∗ dune-configurator 3.17.2∗ lwt 5.9.0∗ ocamlfind 1.9.8∗ ocplib-endian 1.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>∗ installed conf-libcurl.2⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved cppo.1.8.0 (cached)⬇ retrieved lwt.5.9.0 (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.0Done.2025-03-06 19:44.11 ---> using "276a1bf99caa821cb03e708052791c2f1a5a10a7f19967eeb5517890e900d93a" from cache/src: (copy (src .) (dst /src))2025-03-06 19:44.18 ---> saved as "33760877550228fa523f5931f2f8ead0122f6c0b24a4f3caa990248cdf7436bd"/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.0/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.0/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.0/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.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/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 && /usr/bin/cc -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -fdiagnostics-color=always -Wall -Wno-deprecated-declarations -I/usr/local/include -g -I /home/opam/.opam/5.3.0/lib/ocaml -I /home/opam/.opam/5.3.0/lib/ocaml/unix -o curl-helper.o -c curl-helper.c)curl-helper.c:4708:17: warning: implicit conversion from enumeration type 'CURLMcode' to different enumeration type 'CURLcode' [-Wenum-conversion]4708 | CURLcode rc = curl_multi_cleanup(h->handle);| ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~curl-helper.c:4713:36: warning: implicit conversion from enumeration type 'CURLcode' to different enumeration type 'CURLMcode' [-Wenum-conversion]4713 | check_mcode("curl_multi_cleanup",rc);| ~~~~~~~~~~~ ^~2 warnings generated.(cd _build/default/examples && ./test_cb_exn.exe)E: wrong error: CURLE_COULDNT_RESOLVE_HOST Could not resolve hostname : Could not resolve host: google.comE: wrong error: CURLE_COULDNT_RESOLVE_HOST Could not resolve hostname : Could not resolve host: google.com(cd _build/default/examples && ./test_memory_leaks.exe)RSS 0 -> 0 OKRSS 0 -> 0 OKRSS 0 -> 0 OKError opening /proc/58705/statm (Sys_error("/proc/58705/statm: No such file or directory")), ignoringError opening /proc/58705/statm (Sys_error("/proc/58705/statm: No such file or directory")), ignoringError opening /proc/58705/statm (Sys_error("/proc/58705/statm: No such file or directory")), ignoringError opening /proc/58705/statm (Sys_error("/proc/58705/statm: No such file or directory")), ignoringError opening /proc/58705/statm (Sys_error("/proc/58705/statm: No such file or directory")), ignoringError opening /proc/58705/statm (Sys_error("/proc/58705/statm: No such file or directory")), ignoringjail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' 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.0 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' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed"jail" "-c" "name=obuilder_49128_30727" "mount.devfs" "path=/obuilder/result/f74c06192bf79a976175e386ce7818183d5d6f063d1227dc4298cf0438708d95/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' 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.0 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' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 12025-03-06 19:57.43: Job failed: Failed: Build failed