2024-11-19 19:07.14: New job: test sqids/sqids-ocaml https://github.com/sqids/sqids-ocaml.git#refs/heads/main (d6a7ce6d19f8cef53f31dfc9fb6b0fd46ec4ab93) (linux-x86_64:ubuntu-22.04-5.2_opam-2.3) Base: ocaml/opam:ubuntu-22.04-ocaml-5.2@sha256:b14964b5714587524d57a76be5a3ceb03d956838097477237c2a136555f59dd4 Opam project build To reproduce locally: git clone --recursive "https://github.com/sqids/sqids-ocaml.git" -b "main" && cd "sqids-ocaml" && git reset --hard d6a7ce6d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-5.2@sha256:b14964b5714587524d57a76be5a3ceb03d956838097477237c2a136555f59dd4 # ubuntu-22.04-5.2_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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 sqids.opam ./ RUN opam pin add -yn sqids.dev './' ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.16.1 host-arch-x86_64.1 host-system-other.1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.22" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y sqids.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-11-19 19:07.14: Using cache hint "sqids/sqids-ocaml-ocaml/opam:ubuntu-22.04-ocaml-5.2@sha256:b14964b5714587524d57a76be5a3ceb03d956838097477237c2a136555f59dd4-ubuntu-22.04-5.2_opam-2.3-4e953989ec8ba527d88c6ab174c8525d" 2024-11-19 19:07.14: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-5.2@sha256:b14964b5714587524d57a76be5a3ceb03d956838097477237c2a136555f59dd4) (comment ubuntu-22.04-5.2_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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src sqids.opam) (dst ./)) (run (network host) (shell "opam pin add -yn sqids.dev './'")) (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.16.1 host-arch-x86_64.1 host-system-other.1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.22") (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 sqids.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-11-19 19:07.14: Waiting for resource in pool OCluster 2024-11-20 04:03.13: Waiting for worker… 2024-11-20 04:08.15: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at d6a7ce6 CHANGELOG: update to `0.1.0` (from ocaml/opam:ubuntu-22.04-ocaml-5.2@sha256:b14964b5714587524d57a76be5a3ceb03d956838097477237c2a136555f59dd4) 2024-11-20 04:08.15 ---> using "0e1d8a9fbc5f2749522f74a194173eaeb73e40f79dc50e2840fb7670b0234595" from cache /: (comment ubuntu-22.04-5.2_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-11-20 04:08.15 ---> using "868e2757f931f4f09eacfee7186c40eadde4d435e7ad73832990de0af0e8a05a" 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-11-20 04:08.15 ---> using "d9fc4c3cc81703e56cef3eb4c6a48ec547cb7e8483d448f50fb9180a8527130a" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-125-generic The OCaml toplevel, version 5.2.0 2.3.0 2024-11-20 04:08.15 ---> using "5745558f52100be57c0c2b921d04f6e0675133cb1eb2ffbbf91f0c845084e17f" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-11-20 04:08.15 ---> using "2d066895d70ec8a821be126f9d6ba9621540003e0e85045a8ead06d99a242611" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u")) 371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [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) 2024-11-20 04:08.15 ---> using "85ff59c29fcffb6210896b07ad5abb93b53e8d34e0c152a457121b2aa732c191" from cache /src: (copy (src sqids.opam) (dst ./)) 2024-11-20 04:08.16 ---> saved as "765c14873088ed53c1b5b4c241a0ecdb424cced6f672f8a723bc29cd302368e1" /src: (run (network host) (shell "opam pin add -yn sqids.dev './'")) [sqids.dev] synchronised (file:///src) sqids is now pinned to file:///src (version dev) 2024-11-20 04:08.18 ---> saved as "a51b2937b63718b07a95488ce1a8e2f706aa926f89c2f9d42fa82c215ba1cfa8" /src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.16.1 host-arch-x86_64.1 host-system-other.1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.22") /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 sqids.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:3 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3298 kB] - Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:5 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [45.2 kB] - Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1223 kB] - Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2439 kB] - Get:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [3408 kB] - Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [52.2 kB] - Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2732 kB] - Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1512 kB] - Fetched 15.1 MB in 1s (11.0 MB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [sqids.dev] synchronised (no changes) [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-base-compiler is already installed (current version is 5.2.0). [NOTE] Package ocaml is already installed (current version is 5.2.0). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 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-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2024-11-20 04:08.37 ---> saved as "4a564977e6fa6a600a6351ed89c6c55fa46a29521550ff0d4bfd57191aaf38f9" /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-base-compiler is already installed (current version is 5.2.0). [NOTE] Package ocaml is already installed (current version is 5.2.0). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 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-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 2 packages - install dune 3.16.1 - install qcheck-core 0.22 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved qcheck-core.0.22 (cached) -> retrieved dune.3.16.1 (cached) -> installed dune.3.16.1 -> installed qcheck-core.0.22 Done. # To update the current shell environment, run: eval $(opam env) 2024-11-20 04:09.11 ---> saved as "f611c0b74f39b453e2ee5a15e1a5375cd7fbafd0335ab4a18d6a4e464a0cb09a" /src: (copy (src .) (dst /src)) 2024-11-20 04:09.13 ---> saved as "b8f06fa3cdf16d2129271e2fd990676dd0532daf83cae6a73b9fe29f26cf3ead" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2024-11-20 04:09.15 ---> saved as "7d972007f33c87c3303c13f594a05a5e4f429fd56123dc18a1d17fcc2c11c06d" Job succeeded 2024-11-20 04:09.15: Job succeeded