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-4.14_opam-2.3) Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:1c5bf3c2bec3ee454185e5155264394ba79f70e5c3985b66f7bd57810d9cbebb 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-4.14@sha256:1c5bf3c2bec3ee454185e5155264394ba79f70e5c3985b66f7bd57810d9cbebb # ubuntu-22.04-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 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-threads.base base-unix.base dune.3.16.1 host-arch-x86_64.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-4.14@sha256:1c5bf3c2bec3ee454185e5155264394ba79f70e5c3985b66f7bd57810d9cbebb-ubuntu-22.04-4.14_opam-2.3-a354b3682396ead91b4590450b7a8e76" 2024-11-19 19:07.14: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:1c5bf3c2bec3ee454185e5155264394ba79f70e5c3985b66f7bd57810d9cbebb) (comment ubuntu-22.04-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 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-threads.base base-unix.base dune.3.16.1 host-arch-x86_64.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.15: Waiting for worker… 2024-11-20 04:08.17: Got resource from pool OCluster Building on x86-bm-c11.sw.ocaml.org All commits already cached HEAD is now at d6a7ce6 CHANGELOG: update to `0.1.0` (from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:1c5bf3c2bec3ee454185e5155264394ba79f70e5c3985b66f7bd57810d9cbebb) 2024-11-20 04:08.18 ---> using "77db96320ae9edddb6ef6c02765ce626c7625868bd94b0a2ebeced3806f09adc" from cache /: (comment ubuntu-22.04-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-11-20 04:08.18 ---> using "6f4624c2e8a1be2009d084476a94fa111db165200189b6109bcca37c535cb699" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-11-20 04:08.18 ---> using "db6b72cfe0dc00a1e8bfc1c42c8fdfe9a8d7e25b00310a9d2f3ee775b9c80ddb" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-125-generic The OCaml toplevel, version 4.14.2 2.3.0 2024-11-20 04:08.18 ---> using "a6befa946d53b1f37f1c56add46e66869436bb8b42b1a4d3d788a227042dce0b" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-11-20 04:08.18 ---> using "cc9ef46dbd97ff53af178b3f5a60018dce85b4a445c37d9d7b5709b5c99c4945" 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.18 ---> using "97ad5269e7beb1f60d6279828d23f8e8af2bb782a85bbd349521ada3305517dc" from cache /src: (copy (src sqids.opam) (dst ./)) 2024-11-20 04:08.18 ---> saved as "cba6061c3a133dc1d86a3e06d6d70be88746e2026ed5aa78181e7e14d61e93ab" /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.21 ---> saved as "3a58963c0331966dda9df3f412e6537d29d32c6e6d7c7162f7d9ea048bb06d9f" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.16.1 host-arch-x86_64.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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" - Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 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/restricted amd64 Packages [3298 kB] - Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [52.2 kB] - Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2732 kB] - Get:9 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1223 kB] - Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2439 kB] - Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [3408 kB] - Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1512 kB] - Fetched 15.1 MB in 2s (6890 kB/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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-bigarray is already installed (current version is base). 2024-11-20 04:08.44 ---> saved as "3566ca5ff8364ea2212ca95671242d243150d0e8fea14dcde1407f2cfb908fa9" /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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-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.34 ---> saved as "d25d22a8e52649dc87a42c8f380cfa5962716bac81c2c23a24dba1d592ded5c8" /src: (copy (src .) (dst /src)) 2024-11-20 04:09.34 ---> saved as "39de2f9c9be76a56199802b0f6fc59527a47b7540e0f39d52ceb1b727d133c03" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2024-11-20 04:09.36 ---> saved as "981d8c70bb27bfbac90a2b1a689433829e61aa152c3c9ec8b4ee946109ee0e10" Job succeeded 2024-11-20 04:09.36: Job succeeded