2026-01-16 11:36.18: New job: test sqids/sqids-ocaml https://github.com/sqids/sqids-ocaml.git#refs/heads/main (d6a7ce6d19f8cef53f31dfc9fb6b0fd46ec4ab93) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.5)Base: freebsd-14.3-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sqids/sqids-ocaml.git" -b "main" && cd "sqids-ocaml" && git reset --hard d6a7ce6dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.3-ocaml-5.4# freebsd-14.3-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 sqids.opam ./RUN opam pin add -yn sqids.dev './'RUN echo '(lang dune 3.0)' > './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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-16 11:36.18: Using cache hint "sqids/sqids-ocaml-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.5-f6c2f6bc2d4ad3554eb081a3e7313f0e"2026-01-16 11:36.18: Using OBuilder spec:((from freebsd-14.3-ocaml-5.4)(comment freebsd-14.3-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src sqids.opam) (dst ./))(run (network host)(shell "opam pin add -yn sqids.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './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 /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --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")))2026-01-16 11:36.18: Waiting for resource in pool OCluster2026-01-16 11:36.18: Waiting for worker…2026-01-16 11:36.18: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at d6a7ce6 CHANGELOG: update to `0.1.0`(from freebsd-14.3-ocaml-5.4)2026-01-16 11:32.50 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache/: (comment freebsd-14.3-5.4_opam-2.5)/: (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.5 /usr/local/bin/opam"))2026-01-16 11:32.53 ---> using "e61cc6f90204801db314d0aa3481b9199ff82a8a270abed9917e5690810c70ed" 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-repository2026-01-16 11:32.53 ---> using "991489237400f99acdd227f8234d37ac98134e18d1f3c091be7204acf59248ac" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 5.4.02.5.02026-01-16 11:32.53 ---> using "add5f681a375911dcea6c14418d3635cba7f82294574aa9177e3a0a9fa01d5bd" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-16 11:32.54 ---> using "56f48ccddab22348a30c0beee9b14f69a3990eb0fbd9a0ccd0040d116cc1fce5" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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_HEAD71325ac6ed..873cb18c37 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.2026-01-16 11:32.59 ---> saved as "6558854fe1080917693ec1bf2a04e796a7bca79c3b150116008c39a424100176"/src: (copy (src sqids.opam) (dst ./))2026-01-16 11:33.00 ---> saved as "76d4ef69315c7e1ae49cc5829d2dd75e93b8b63ad9b4b1199b6d823e01bafe15"/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)2026-01-16 11:33.03 ---> saved as "102260e735d7e92859295eb626ac4284cc9c9341dca6aaacd5cafa6e158e6d18"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-16 11:33.05 ---> saved as "1b1c7f031c174c2f87feb13943380bcb6145447aabc42b0493a8365f3bf19bab"/src: (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")/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.5 --depext-only -y sqids.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[sqids.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.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).2026-01-16 11:33.16 ---> saved as "4b37a32dd76c43a63778879a7bb72923671bad47849135914d669229b968c452"/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.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∗ dune 3.21.0∗ 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.91Done.2026-01-16 11:49.47 ---> saved as "eb2d6b75cddf458b50f5a31229c10f24b73569796aa12a2a9d52630680ec552a"/src: (copy (src .) (dst /src))2026-01-16 11:49.49 ---> saved as "4a7fbe795025053c1c5ab6fe7a45f121e06fc52f6644c58354409257db84aec0"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.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 /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.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_listUse [list_small] insteadFile "tests/Test_encoding_gen.ml", line 21, characters 5-19:21 | (Gen.small_list (Gen.small_int_corners ()))^^^^^^^^^^^^^^Error (alert deprecated): QCheck2.Gen.small_listUse [list_small] insteadFile "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_cornersUse [int_small_corners] instead(cd _build/default && /home/opam/.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 /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.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_listUse [list_small] insteadFile "tests/Test_encoding_gen.ml", line 21, characters 5-19:21 | (Gen.small_list (Gen.small_int_corners ()))^^^^^^^^^^^^^^Error (alert deprecated): QCheck2.Gen.small_listUse [list_small] insteadFile "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_cornersUse [int_small_corners] insteadjail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' 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' 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_56181_51868" "mount.devfs" "path=/obuilder/result/6d181e3b407369e9af1f896c8e3f7445b97d03e6e47754e3e52f85199e6158d6/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-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' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 12026-01-16 11:53.33: Job failed: Failed: Build failed