2024-12-19 18:30.01: New job: test ahrefs/monorobot https://github.com/ahrefs/monorobot.git#refs/heads/master (35dcf91ed83179c047912afa3ee8631d3fa56735) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:3b83406bd3604cbe91e1a7499b0a6b18dd710d949d68282fb558bf3d301d3e97 Opam project build To reproduce locally: git clone --recursive "https://github.com/ahrefs/monorobot.git" -b "master" && cd "monorobot" && git reset --hard 35dcf91e cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:3b83406bd3604cbe91e1a7499b0a6b18dd710d949d68282fb558bf3d301d3e97 # debian-12-4.14_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 9d811310def03190e9b9b1db9c9ea19b4f954c17 || git fetch origin master) && git reset -q --hard 9d811310def03190e9b9b1db9c9ea19b4f954c17 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 monorobot.opam ./ RUN opam pin add -yn monorobot.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="astring.0.8.5 atd.2.2.1 atdgen.2.2.1 atdgen-runtime.2.2.1 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 base_bigstring.v0.14.0 base_quickcheck.v0.14.1 bin_prot.v0.14.0 biniou.1.2.0 camlp4.4.14+1 camlzip.1.06 cmdliner.1.1.0 conf-g++.1.0 conf-gmp.1 conf-libcurl.1 conf-libevent.1 conf-libpcre.1 conf-perl.1 conf-pkg-config.1.0 conf-which.1 core_kernel.v0.14.1 cppo.1.6.1 cpuid.0.1.2 cstruct.3.0.0 cstruct-lwt.3.0.0 devkit.1.20210120 dune.2.8.5 dune-configurator.2.3.0 dune-private-libs.2.3.0 easy-format.1.0.1 extlib.1.7.8 extunix.0.1.4 fieldslib.v0.14.0 hex.1.2.0 host-arch-x86_64.1 host-system-other.1 jane-street-headers.v0.14.0 jbuilder.1.0+beta20.1 jst-config.v0.14.0 libevent.0.8.0 lwt.5.4.0 lwt_ppx.2.0.2 menhir.20160303 mirage-no-solo5.1 mirage-no-xen.1 mmap.1.1.0 nocrypto.0.5.4-1 num.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocamlnet.4.1.8 ocb-stubblr.0.1.0 ocplib-endian.1.0 octavius.0.1.0 ocurl.0.7.6 omd.1.3.1 ounit2.2.2.0 parsexp.v0.14.1 pcre.7.1.3 ppx_assert.v0.14.0 ppx_base.v0.14.0 ppx_bench.v0.14.1 ppx_bin_prot.v0.14.0 ppx_cold.v0.14.0 ppx_compare.v0.14.0 ppx_custom_printf.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_enumerate.v0.14.0 ppx_expect.v0.14.1 ppx_fields_conv.v0.14.2 ppx_fixed_literal.v0.14.0 ppx_hash.v0.14.0 ppx_here.v0.14.0 ppx_inline_test.v0.14.1 ppx_jane.v0.14.0 ppx_js_style.v0.14.1 ppx_let.v0.14.0 ppx_module_timer.v0.14.0 ppx_optcomp.v0.14.2 ppx_optional.v0.14.0 ppx_pipebang.v0.14.0 ppx_sexp_conv.v0.14.3 ppx_sexp_message.v0.14.1 ppx_sexp_value.v0.14.0 ppx_stable.v0.14.1 ppx_string.v0.14.1 ppx_typerep_conv.v0.14.2 ppx_variants_conv.v0.14.2 ppxlib.0.24.0 re.1.8.0 re2.v0.14.0 result.1.5 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 splittable_random.v0.14.0 stdio.v0.14.0 stdlib-shims.0.1.0 stringext.1.4.0 time_now.v0.14.0 topkg.1.0.3 typerep.v0.14.0 uri.2.2.0 variantslib.v0.14.0 yojson.1.7.0 zarith.1.3" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y monorobot.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 2024-12-19 18:30.01: Using cache hint "ahrefs/monorobot-ocaml/opam:debian-12-ocaml-4.14@sha256:3b83406bd3604cbe91e1a7499b0a6b18dd710d949d68282fb558bf3d301d3e97-debian-12-4.14_opam-2.3-1576b9f5b069a47661cd2ebe6e353817" 2024-12-19 18:30.01: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:3b83406bd3604cbe91e1a7499b0a6b18dd710d949d68282fb558bf3d301d3e97) (comment debian-12-4.14_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 9d811310def03190e9b9b1db9c9ea19b4f954c17 || git fetch origin master) && git reset -q --hard 9d811310def03190e9b9b1db9c9ea19b4f954c17 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src monorobot.opam) (dst ./)) (run (network host) (shell "opam pin add -yn monorobot.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "astring.0.8.5 atd.2.2.1 atdgen.2.2.1 atdgen-runtime.2.2.1 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 base_bigstring.v0.14.0 base_quickcheck.v0.14.1 bin_prot.v0.14.0 biniou.1.2.0 camlp4.4.14+1 camlzip.1.06 cmdliner.1.1.0 conf-g++.1.0 conf-gmp.1 conf-libcurl.1 conf-libevent.1 conf-libpcre.1 conf-perl.1 conf-pkg-config.1.0 conf-which.1 core_kernel.v0.14.1 cppo.1.6.1 cpuid.0.1.2 cstruct.3.0.0 cstruct-lwt.3.0.0 devkit.1.20210120 dune.2.8.5 dune-configurator.2.3.0 dune-private-libs.2.3.0 easy-format.1.0.1 extlib.1.7.8 extunix.0.1.4 fieldslib.v0.14.0 hex.1.2.0 host-arch-x86_64.1 host-system-other.1 jane-street-headers.v0.14.0 jbuilder.1.0+beta20.1 jst-config.v0.14.0 libevent.0.8.0 lwt.5.4.0 lwt_ppx.2.0.2 menhir.20160303 mirage-no-solo5.1 mirage-no-xen.1 mmap.1.1.0 nocrypto.0.5.4-1 num.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocamlnet.4.1.8 ocb-stubblr.0.1.0 ocplib-endian.1.0 octavius.0.1.0 ocurl.0.7.6 omd.1.3.1 ounit2.2.2.0 parsexp.v0.14.1 pcre.7.1.3 ppx_assert.v0.14.0 ppx_base.v0.14.0 ppx_bench.v0.14.1 ppx_bin_prot.v0.14.0 ppx_cold.v0.14.0 ppx_compare.v0.14.0 ppx_custom_printf.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_enumerate.v0.14.0 ppx_expect.v0.14.1 ppx_fields_conv.v0.14.2 ppx_fixed_literal.v0.14.0 ppx_hash.v0.14.0 ppx_here.v0.14.0 ppx_inline_test.v0.14.1 ppx_jane.v0.14.0 ppx_js_style.v0.14.1 ppx_let.v0.14.0 ppx_module_timer.v0.14.0 ppx_optcomp.v0.14.2 ppx_optional.v0.14.0 ppx_pipebang.v0.14.0 ppx_sexp_conv.v0.14.3 ppx_sexp_message.v0.14.1 ppx_sexp_value.v0.14.0 ppx_stable.v0.14.1 ppx_string.v0.14.1 ppx_typerep_conv.v0.14.2 ppx_variants_conv.v0.14.2 ppxlib.0.24.0 re.1.8.0 re2.v0.14.0 result.1.5 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 splittable_random.v0.14.0 stdio.v0.14.0 stdlib-shims.0.1.0 stringext.1.4.0 time_now.v0.14.0 topkg.1.0.3 typerep.v0.14.0 uri.2.2.0 variantslib.v0.14.0 yojson.1.7.0 zarith.1.3") (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 monorobot.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")) ) 2024-12-19 18:30.01: Waiting for resource in pool OCluster 2024-12-19 18:30.01: Waiting for worker… 2024-12-19 18:32.20: Got resource from pool OCluster Building on x86-bm-c7.sw.ocaml.org HEAD is now at a8ba00f Support only builkite CI in get_build_number fn HEAD is now at 35dcf91 fix is_finished state handling (from ocaml/opam:debian-12-ocaml-4.14@sha256:3b83406bd3604cbe91e1a7499b0a6b18dd710d949d68282fb558bf3d301d3e97) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:3b83406bd3604cbe91e1a7499b0a6b18dd710d949d68282fb558bf3d301d3e97' locally docker.io/ocaml/opam@sha256:3b83406bd3604cbe91e1a7499b0a6b18dd710d949d68282fb558bf3d301d3e97: Pulling from ocaml/opam 060b3431e8b5: Pulling fs layer 060b3431e8b5: Verifying Checksum 060b3431e8b5: Download complete 060b3431e8b5: Pull complete Digest: sha256:3b83406bd3604cbe91e1a7499b0a6b18dd710d949d68282fb558bf3d301d3e97 Status: Downloaded newer image for ocaml/opam@sha256:3b83406bd3604cbe91e1a7499b0a6b18dd710d949d68282fb558bf3d301d3e97 2024-12-19 18:32.21 ---> using "16c9fc8fd763c524ae1606da9019c341fc2748b0a1d360269689e19099d4c66f" from cache /: (comment debian-12-4.14_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")) 2024-12-19 18:32.21 ---> using "d410f578ee129bd3b307a3dce42d71d12c1397bf9675d814f2108ba3e5559a13" 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] y [NOTE] The 'jobs' option was reset, its value was 39 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=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-12-19 18:32.21 ---> using "4ee0396407adf4680c9c355a2e45f66b5b2bc1fefc24137742ff12f15fd66463" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-126-generic The OCaml toplevel, version 4.14.2 2.3.0 2024-12-19 18:32.21 ---> using "b64bc052648b3cfd38982803b6e1a3e65d0f9133080f0b7d3bebb867126e749f" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-12-19 18:32.21 ---> using "24fe67e4d1f08c5abfa3f5031d0bc752b25ade63bae7a7681cd0a522bbc46600" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 9d811310def03190e9b9b1db9c9ea19b4f954c17 || git fetch origin master) && git reset -q --hard 9d811310def03190e9b9b1db9c9ea19b4f954c17 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 11bdbee611..084c15aeda master -> origin/master 9d811310de Merge pull request #27077 from hannesm/mark-more-mirage-deprecated <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> 2024-12-19 18:32.52: Cancelling: Auto-cancelling job because it is no longer needed Job cancelled