Building on rosemary
(from freebsd)
2025-12-23 13:49.30 ---> using "77d5fe31836124b4684d554707425c4fde23f9ef3df0a804431a47419573778d" from cache
/: (user (uid 1000) (gid 1000))
/: (env OPAMPRECISETRACKING 1)
/: (env OPAMUTF8 never)
/: (env OPAMEXTERNALSOLVER builtin-0install)
/: (env OPAMCRITERIA +removed)
/: (env CI true)
/: (env OPAM_HEALTH_CHECK_CI true)
/: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2025-12-23 13:49.30 ---> using "7afea9128a2830beedf345f0b46af5484579ebada7710165f445c6c5b18563a9" from cache
/: (run (network host)
(shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q db8fe8a78603f64d54da33acb779a116c71a702c"))
2025-12-23 13:49.31 ---> using "608df01e4d145ec9db5a752b9675825e277b5d2a22ff55ae3efa8d0b4de968b0" from cache
/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))
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.
<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
User configuration:
~/.profile is already up-to-date.
2025-12-23 13:49.31 ---> using "4aba1b3065aed29eed323d597a8d065c1ef0eb4ac4c8b21872c99f28d1cccda8" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam switch create --repositories=default '4.14.2' 'ocaml-base-compiler.4.14.2'"))
<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.14.2"}]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2 (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.14.2 (cached)
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
Done.
# To update the current shell environment, run: eval $(opam env --switch=4.14.2)
2025-12-23 13:49.32 ---> using "27773b4c06d54ad46038155f21eac48534d73a2888a0dd7bcec652f9e49318f2" from cache
/: (run (network host)
(shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2025-12-23 13:49.32 ---> using "9b607436a6dc52f8f124ef42bed71ab89b15cc7a05e377e850ce0b8598cc318b" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam remove -y qcheck-lin.0.10\
\nopam install -vy qcheck-lin.0.10\
\nres=$?\
\nif [ $res = 31 ]; then\
\n if opam show -f x-ci-accept-failures: qcheck-lin.0.10 | grep -q 'freebsd'; then\
\n echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
\n exit 69\
\n fi\
\nfi \
\n\
\n\
\nexit $res"))
[NOTE] qcheck-lin.0.10 is not installed.
Nothing to do.
The following actions will be performed:
=== install 4 packages
- install dune 3.20.2 [required by qcheck-lin]
- install qcheck-core 0.90 [required by qcheck-lin]
- install qcheck-lin 0.10
- install qcheck-multicoretests-util 0.10 [required by qcheck-lin]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/11: [dune.3.20.2: extract]
Processing 2/11: [dune.3.20.2: extract] [qcheck-core.0.90: extract]
Processing 3/11: [dune.3.20.2: extract] [qcheck-core.0.90: extract] [qcheck-lin.0.10, qcheck-multicoretests-util.0.10: extract]
-> retrieved qcheck-lin.0.10, qcheck-multicoretests-util.0.10 (cached)
Processing 3/11: [dune.3.20.2: extract] [qcheck-core.0.90: extract]
-> retrieved qcheck-core.0.90 (cached)
Processing 3/11: [dune.3.20.2: extract]
-> retrieved dune.3.20.2 (cached)
Processing 4/11: [dune: ocaml 39]
+ /home/opam/.opam/4.14.2/bin/ocaml "boot/bootstrap.ml" "-j" "39" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune.3.20.2)
- ocamlc -output-complete-exe -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 39
-
Processing 4/11: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/4.14.2/.opam-switch/build/dune.3.20.2/./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "39" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune.3.20.2)
-> compiled dune.3.20.2
-> installed dune.3.20.2
Processing 6/11: [qcheck-core: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "qcheck-core" "-j" "39" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/qcheck-core.0.90)
-> compiled qcheck-core.0.90
-> installed qcheck-core.0.90
Processing 8/11: [qcheck-multicoretests-util: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "qcheck-multicoretests-util" "-j" "39" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/qcheck-multicoretests-util.0.10)
-> compiled qcheck-multicoretests-util.0.10
-> installed qcheck-multicoretests-util.0.10
Processing 10/11: [qcheck-lin: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "qcheck-lin" "-j" "39" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/qcheck-lin.0.10)
- (cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.lin.objs/byte -I /home/opam/.opam/4.14.2/lib/qcheck-core -I /home/opam/.opam/4.14.2/lib/qcheck-core/runner -I /home/opam/.opam/4.14.2/lib/qcheck-multicoretests-util -intf-suffix .ml -no-alias-deps -o lib/.lin.objs/byte/lin.cmo -c -impl lib/lin.ml)
- File "lib/lin.ml", line 160, characters 50-59:
- 160 | let qcheck_nat64_small = QCheck.(map Int64.of_int small_nat)
- ^^^^^^^^^
- Alert deprecated: QCheck.small_nat
- Use [nat_small] instead
- File "lib/lin.ml", line 168, characters 52-64:
- 168 | let string_small = QCheck.(set_shrink shrink_string small_string)
- ^^^^^^^^^^^^
- Alert deprecated: QCheck.small_string
- Use [string_small] instead
- File "lib/lin.ml", line 169, characters 62-84:
- 169 | let string_small_printable = QCheck.(set_shrink shrink_string small_printable_string)
- ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.small_printable_string
- Use [string_size_of] instead
- File "lib/lin.ml", line 178, characters 34-55:
- 178 | let char_printable = GenDeconstr (QCheck.printable_char, QCheck.Print.char, (=))
- ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.printable_char
- Use [char_printable] instead
- File "lib/lin.ml", line 179, characters 34-50:
- 179 | let nat_small = GenDeconstr (QCheck.small_nat, QCheck.Print.int, (=))
- ^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.small_nat
- Use [nat_small] instead
- File "lib/lin.ml", line 181, characters 34-50:
- 181 | let int_small = GenDeconstr (QCheck.small_int, QCheck.Print.int, (=))
- ^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.small_int
- Use [nat_small] instead
- File "lib/lin.ml", line 182, characters 34-48:
- 182 | let int_pos = GenDeconstr (QCheck.pos_int, QCheck.Print.int, (=))
- ^^^^^^^^^^^^^^
- Alert deprecated: QCheck.pos_int
- Use [int_pos] instead
- File "lib/lin.ml", line 211, characters 31-48:
- 211 | | Gen (arb, print) -> Gen (QCheck.small_list arb, QCheck.Print.list print)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.small_list
- Use [list_small] instead
- File "lib/lin.ml", line 212, characters 51-68:
- 212 | | GenDeconstr (arb, print, eq) -> GenDeconstr (QCheck.small_list arb, QCheck.Print.list print, List.equal eq)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.small_list
- Use [list_small] instead
- File "lib/lin.ml", line 223, characters 31-51:
- 223 | | Gen (arb, print) -> Gen (QCheck.array_of_size QCheck.Gen.small_nat arb, QCheck.Print.array print)
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.array_of_size
- Use [array_size] instead
- File "lib/lin.ml", line 223, characters 52-72:
- 223 | | Gen (arb, print) -> Gen (QCheck.array_of_size QCheck.Gen.small_nat arb, QCheck.Print.array print)
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.Gen.small_nat
- Use [nat_small] instead
- File "lib/lin.ml", line 224, characters 51-71:
- 224 | | GenDeconstr (arb, print, eq) -> GenDeconstr (QCheck.array_of_size QCheck.Gen.small_nat arb, QCheck.Print.array print, Array.for_all2 eq)
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.array_of_size
- Use [array_size] instead
- File "lib/lin.ml", line 224, characters 72-92:
- 224 | | GenDeconstr (arb, print, eq) -> GenDeconstr (QCheck.array_of_size QCheck.Gen.small_nat arb, QCheck.Print.array print, Array.for_all2 eq)
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.Gen.small_nat
- Use [nat_small] instead
- File "lib/lin.ml", line 262, characters 39-59:
- 262 | | Gen (arb, print) -> Gen (arb_seq QCheck.Gen.small_nat arb, print_seq print)
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.Gen.small_nat
- Use [nat_small] instead
- File "lib/lin.ml", line 263, characters 59-79:
- 263 | | GenDeconstr (arb, print, eq) -> GenDeconstr (arb_seq QCheck.Gen.small_nat arb, print_seq print, seq_equal eq)
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.Gen.small_nat
- Use [nat_small] instead
- File "lib/lin.ml", line 444, characters 35-55:
- 444 | let gen_cmd : cmd QCheck.Gen.t = QCheck.Gen.frequency api
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.Gen.frequency
- Use [oneof_weighted] instead
- (cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlopt.opt -w -40 -g -I lib/.lin.objs/byte -I lib/.lin.objs/native -I /home/opam/.opam/4.14.2/lib/qcheck-core -I /home/opam/.opam/4.14.2/lib/qcheck-core/runner -I /home/opam/.opam/4.14.2/lib/qcheck-multicoretests-util -intf-suffix .ml -no-alias-deps -o lib/.lin.objs/native/lin.cmx -c -impl lib/lin.ml)
- File "lib/lin.ml", line 160, characters 50-59:
- 160 | let qcheck_nat64_small = QCheck.(map Int64.of_int small_nat)
- ^^^^^^^^^
- Alert deprecated: QCheck.small_nat
- Use [nat_small] instead
- File "lib/lin.ml", line 168, characters 52-64:
- 168 | let string_small = QCheck.(set_shrink shrink_string small_string)
- ^^^^^^^^^^^^
- Alert deprecated: QCheck.small_string
- Use [string_small] instead
- File "lib/lin.ml", line 169, characters 62-84:
- 169 | let string_small_printable = QCheck.(set_shrink shrink_string small_printable_string)
- ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.small_printable_string
- Use [string_size_of] instead
- File "lib/lin.ml", line 178, characters 34-55:
- 178 | let char_printable = GenDeconstr (QCheck.printable_char, QCheck.Print.char, (=))
- ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.printable_char
- Use [char_printable] instead
- File "lib/lin.ml", line 179, characters 34-50:
- 179 | let nat_small = GenDeconstr (QCheck.small_nat, QCheck.Print.int, (=))
- ^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.small_nat
- Use [nat_small] instead
- File "lib/lin.ml", line 181, characters 34-50:
- 181 | let int_small = GenDeconstr (QCheck.small_int, QCheck.Print.int, (=))
- ^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.small_int
- Use [nat_small] instead
- File "lib/lin.ml", line 182, characters 34-48:
- 182 | let int_pos = GenDeconstr (QCheck.pos_int, QCheck.Print.int, (=))
- ^^^^^^^^^^^^^^
- Alert deprecated: QCheck.pos_int
- Use [int_pos] instead
- File "lib/lin.ml", line 211, characters 31-48:
- 211 | | Gen (arb, print) -> Gen (QCheck.small_list arb, QCheck.Print.list print)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.small_list
- Use [list_small] instead
- File "lib/lin.ml", line 212, characters 51-68:
- 212 | | GenDeconstr (arb, print, eq) -> GenDeconstr (QCheck.small_list arb, QCheck.Print.list print, List.equal eq)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.small_list
- Use [list_small] instead
- File "lib/lin.ml", line 223, characters 31-51:
- 223 | | Gen (arb, print) -> Gen (QCheck.array_of_size QCheck.Gen.small_nat arb, QCheck.Print.array print)
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.array_of_size
- Use [array_size] instead
- File "lib/lin.ml", line 223, characters 52-72:
- 223 | | Gen (arb, print) -> Gen (QCheck.array_of_size QCheck.Gen.small_nat arb, QCheck.Print.array print)
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.Gen.small_nat
- Use [nat_small] instead
- File "lib/lin.ml", line 224, characters 51-71:
- 224 | | GenDeconstr (arb, print, eq) -> GenDeconstr (QCheck.array_of_size QCheck.Gen.small_nat arb, QCheck.Print.array print, Array.for_all2 eq)
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.array_of_size
- Use [array_size] instead
- File "lib/lin.ml", line 224, characters 72-92:
- 224 | | GenDeconstr (arb, print, eq) -> GenDeconstr (QCheck.array_of_size QCheck.Gen.small_nat arb, QCheck.Print.array print, Array.for_all2 eq)
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.Gen.small_nat
- Use [nat_small] instead
- File "lib/lin.ml", line 262, characters 39-59:
- 262 | | Gen (arb, print) -> Gen (arb_seq QCheck.Gen.small_nat arb, print_seq print)
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.Gen.small_nat
- Use [nat_small] instead
- File "lib/lin.ml", line 263, characters 59-79:
- 263 | | GenDeconstr (arb, print, eq) -> GenDeconstr (arb_seq QCheck.Gen.small_nat arb, print_seq print, seq_equal eq)
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.Gen.small_nat
- Use [nat_small] instead
- File "lib/lin.ml", line 444, characters 35-55:
- 444 | let gen_cmd : cmd QCheck.Gen.t = QCheck.Gen.frequency api
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: QCheck.Gen.frequency
- Use [oneof_weighted] instead
-> compiled qcheck-lin.0.10
-> installed qcheck-lin.0.10
Done.
2025-12-23 13:50.22 ---> saved as "03708423562918624dfd6e7f56dd850334c36417fa7a9210cdd6ce19c8d3b714"
Job succeeded