Organisationssqidssqids-ocamld6a7ce (main)macos-homebrew-5.4_opam-2.5

macos-homebrew-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-01-16 11:36.18: New job: test sqids/sqids-ocaml https://github.com/sqids/sqids-ocaml.git#refs/heads/main (d6a7ce6d19f8cef53f31dfc9fb6b0fd46ec4ab93) (macos-x86_64:macos-homebrew-5.4_opam-2.5)
Base: macos-homebrew-ocaml-5.4
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 macos-homebrew-ocaml-5.4
# macos-homebrew-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 sqids.opam ./src/./
RUN opam pin add -yn sqids.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.21.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.91"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y sqids.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-01-16 11:36.18: Using cache hint "sqids/sqids-ocaml-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_opam-2.5-f6c2f6bc2d4ad3554eb081a3e7313f0e"
2026-01-16 11:36.18: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
(comment macos-homebrew-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src sqids.opam) (dst ./src/./))
(run (network host)
(shell "opam pin add -yn sqids.dev './src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.21.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.91")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y sqids.dev $DEPS"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst ./src))
(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-01-16 11:36.18: Waiting for resource in pool OCluster
2026-01-16 11:36.18: Waiting for worker…
2026-01-16 11:42.22: Got resource from pool OCluster
Building on i7-worker-03
All commits already cached
HEAD is now at d6a7ce6 CHANGELOG: update to `0.1.0`


(from macos-homebrew-ocaml-5.4)
2026-01-16 11:42.23 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache


/: (comment macos-homebrew-5.4_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))
2026-01-16 11:42.24 ---> using "0e9d0f8ed44ab1f77ef30c8d8456629e6c63f869a24319cbb64657a84e315111" from cache


/: (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 /Users/mac1000/.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 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-01-16 11:42.24 ---> using "06effe220fa63e5f9fae9bf4643255961d59bf292a94931a0e1dd6d81a9fa7c6" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 24.5.0
The OCaml toplevel, version 5.4.0
2.5.0
2026-01-16 11:42.24 ---> using "78e99acc02a52806060d0075d40f6ea681e9ef77eb60ecbbaff6e5155272646b" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
95f7875db7..873cb18c37  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 11:42.25 ---> using "3ff791754a4280b7021cbd48394df6cdd342b687ca5bf0326e8e3e3d3038f4f8" from cache


/: (copy (src sqids.opam) (dst ./src/./))
2026-01-16 11:42.26 ---> saved as "9e6ed8d1002745cd2fe3b9924a4cedfebe601f73f9f60d5850e70a0bbb02ec7d"


/: (run (network host)
(shell "opam pin add -yn sqids.dev './src/./'"))
[sqids.dev] synchronised (file:///Users/mac1000/src)
sqids is now pinned to file:///Users/mac1000/src (version dev)
2026-01-16 11:42.45 ---> saved as "5643866eedf70c715953a134e6c9d2bbe2277416d90aea5d338213976dd830a6"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2026-01-16 11:42.46 ---> saved as "2f54ad55e23546cee7937a731c4c03809a7b118841e30353a7d1a40fa35dab7b"


/: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.21.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.91")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y sqids.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[sqids.dev] synchronised (file:///Users/mac1000/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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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).
# To update the current shell environment, run: eval $(opam env)
2026-01-16 11:43.10 ---> saved as "8117fa3eb2b0834c9f14637134812625c1f75bdeb79cc5d76d3a5a2604874262"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 2 packages
- install dune        3.21.0
- install qcheck-core 0.91


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved qcheck-core.0.91  (cached)
-> retrieved dune.3.21.0  (cached)
-> installed dune.3.21.0
-> installed qcheck-core.0.91
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 11:44.15 ---> saved as "a4bf681bcb39782885dbf716443e6f211720ba48bef45ff25801d73f966ea9c8"


/: (copy (src .) (dst ./src))
2026-01-16 11:44.17 ---> saved as "796b7b0a25140164c1d78b81556dc045e99f25d00bd4fcabfa8011a4a813b5bd"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I tests/.Test_encoding_gen.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/qcheck-core -I lib/.sqids.objs/byte -cmi-file tests/.Test_encoding_gen.eobjs/byte/dune__exe__Test_encoding_gen.cmi -no-alias-deps -opaque -o tests/.Test_encoding_gen.eobjs/byte/dune__exe__Test_encoding_gen.cmo -c -impl tests/Test_encoding_gen.ml)
File "tests/Test_encoding_gen.ml", line 16, characters 5-19:
16 |     (Gen.small_list (Gen.int_bound max_int))
^^^^^^^^^^^^^^
Error (alert deprecated): QCheck2.Gen.small_list
Use [list_small] instead


File "tests/Test_encoding_gen.ml", line 21, characters 5-19:
21 |     (Gen.small_list (Gen.small_int_corners ()))
^^^^^^^^^^^^^^
Error (alert deprecated): QCheck2.Gen.small_list
Use [list_small] instead


File "tests/Test_encoding_gen.ml", line 21, characters 21-42:
21 |     (Gen.small_list (Gen.small_int_corners ()))
^^^^^^^^^^^^^^^^^^^^^
Error (alert deprecated): QCheck2.Gen.small_int_corners
Use [int_small_corners] instead
(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I tests/.Test_encoding_gen.eobjs/byte -I tests/.Test_encoding_gen.eobjs/native -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/qcheck-core -I lib/.sqids.objs/byte -I lib/.sqids.objs/native -cmi-file tests/.Test_encoding_gen.eobjs/byte/dune__exe__Test_encoding_gen.cmi -no-alias-deps -opaque -o tests/.Test_encoding_gen.eobjs/native/dune__exe__Test_encoding_gen.cmx -c -impl tests/Test_encoding_gen.ml)
File "tests/Test_encoding_gen.ml", line 16, characters 5-19:
16 |     (Gen.small_list (Gen.int_bound max_int))
^^^^^^^^^^^^^^
Error (alert deprecated): QCheck2.Gen.small_list
Use [list_small] instead


File "tests/Test_encoding_gen.ml", line 21, characters 5-19:
21 |     (Gen.small_list (Gen.small_int_corners ()))
^^^^^^^^^^^^^^
Error (alert deprecated): QCheck2.Gen.small_list
Use [list_small] instead


File "tests/Test_encoding_gen.ml", line 21, characters 21-42:
21 |     (Gen.small_list (Gen.small_int_corners ()))
^^^^^^^^^^^^^^^^^^^^^
Error (alert deprecated): QCheck2.Gen.small_int_corners
Use [int_small_corners] instead
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-01-16 11:44.25: Job failed: Failed: Build failed