2024-11-15 22:10.10: New job: test capnproto/capnp-ocaml https://github.com/capnproto/capnp-ocaml.git#refs/pull/91/head (51e15f28e529d6cabb43d841fb6e73b6f0dac929) (macos-x86_64:macos-homebrew-5.2_opam-2.2) Base: macos-homebrew-ocaml-5.2 Opam project build To reproduce locally: git clone --recursive "https://github.com/capnproto/capnp-ocaml.git" && cd "capnp-ocaml" && git fetch origin "refs/pull/91/head" && git reset --hard 51e15f28 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.2 # macos-homebrew-5.2_opam-2.2 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.2 ~/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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 capnp.opam ./src/./ RUN opam pin add -yn capnp.dev './src/./' ENV DEPS="base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base_quickcheck.v0.17.0 conf-capnproto.2 cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 fieldslib.v0.17.0 host-arch-x86_64.1 host-system-other.1 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.6 ocplib-endian.1.2 ounit2.2.2.7 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_bench.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_fields_conv.v0.17.0 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_let.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppx_sexp_message.v0.17.0 ppx_sexp_value.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 res.5.0.2 result.1.5 seq.base sexplib0.v0.17.0 splittable_random.v0.17.0 stdint.0.7.2 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y capnp.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 2024-11-15 22:10.10: Using cache hint "capnproto/capnp-ocaml-macos-homebrew-ocaml-5.2-macos-homebrew-5.2_opam-2.2-27141a712bab1a16abe9757396d9e193" 2024-11-15 22:10.10: Using OBuilder spec: ((from macos-homebrew-ocaml-5.2) (comment macos-homebrew-5.2_opam-2.2) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.2 ~/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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src capnp.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn capnp.dev './src/./'")) (env DEPS "base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base_quickcheck.v0.17.0 conf-capnproto.2 cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 fieldslib.v0.17.0 host-arch-x86_64.1 host-system-other.1 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.6 ocplib-endian.1.2 ounit2.2.2.7 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_bench.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_fields_conv.v0.17.0 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_let.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppx_sexp_message.v0.17.0 ppx_sexp_value.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 res.5.0.2 result.1.5 seq.base sexplib0.v0.17.0 splittable_random.v0.17.0 stdint.0.7.2 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0") (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.2 --depext-only -y capnp.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")) ) 2024-11-15 22:10.10: Waiting for resource in pool OCluster 2024-11-15 22:10.10: Waiting for worker… 2024-11-15 22:11.17: Got resource from pool OCluster Building on i7-worker-03 HEAD is now at 7e37b41 Hygiene: Expose ListStorageType HEAD is now at 51e15f2 Hygiene: Expose ListStorageType (from macos-homebrew-ocaml-5.2) 2024-11-15 22:11.18 ---> using "9b46fe3d2429f2b9195a02468cb57ac45cfa11fb4a87cb32b5e5375232223327" from cache /: (comment macos-homebrew-5.2_opam-2.2) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.2 ~/local/bin/opam")) 2024-11-15 22:11.19 ---> using "b003627c18f5d873361872ecfa38a9a8b5c86cc26245bef1d152887064c98071" 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 2024-11-15 22:11.19 ---> using "408d2cc158c17e89759cf51b146539f00642e287086d5c54f85c33dae9e6a1f9" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 23.4.0 The OCaml toplevel, version 5.2.0 2.2.1 2024-11-15 22:11.19 ---> using "80c5626e56c363c9237b2d67b74b9ac64751c52cd041543c0fda73b45b911c9a" 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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 5e7a27da27..9048aac630 master -> origin/master 371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.4.0 However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # Run eval $(opam env) to update the current shell environment 2024-11-15 22:11.20 ---> using "75ec50a5090b862ccaedc38b99f40246f5d1cb59b6b523e15d8098a61b39e958" from cache /: (copy (src capnp.opam) (dst ./src/./)) 2024-11-15 22:11.20 ---> using "4dc1717a1044a7d88da2d0b1a5db19cdaef2a537c2a77dcd71ca12fa0bd63f85" from cache /: (run (network host) (shell "opam pin add -yn capnp.dev './src/./'")) [capnp.dev] synchronised (file:///Users/mac1000/src) capnp is now pinned to file:///Users/mac1000/src (version dev) 2024-11-15 22:11.20 ---> using "70a409bb8a408749bea6f9659d9f8ee6844da3cf374e57c483d058402760dbf8" from cache /: (env DEPS "base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base_quickcheck.v0.17.0 conf-capnproto.2 cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 fieldslib.v0.17.0 host-arch-x86_64.1 host-system-other.1 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.6 ocplib-endian.1.2 ounit2.2.2.7 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_bench.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_fields_conv.v0.17.0 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_let.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppx_sexp_message.v0.17.0 ppx_sexp_value.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 res.5.0.2 result.1.5 seq.base sexplib0.v0.17.0 splittable_random.v0.17.0 stdint.0.7.2 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0") /: (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.2 --depext-only -y capnp.dev $DEPS")) + /usr/local/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [capnp.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). The following system packages will first need to be installed: capnp <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/brew "install" "capnp" - ==> Downloading https://ghcr.io/v2/homebrew/core/capnp/manifests/1.0.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b3adafca251389670546b2b992820b5046223b8e0874e224b420d91a44098e06--capnp-1.0.2.bottle_manifest.json - ==> Fetching capnp - ==> Downloading https://ghcr.io/v2/homebrew/core/capnp/blobs/sha256:5b90bfe71f8f407f71c0d0f3404a02607eb3d1fcc903067cce628653dd5c00ed - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/87ba3fcdc3774ea895d43f9ccc40c2feaca4529283b435d7f8d31ce6cf02648d--capnp--1.0.2.sonoma.bottle.tar.gz - ==> Pouring capnp--1.0.2.sonoma.bottle.tar.gz - 🍺 /usr/local/Cellar/capnp/1.0.2: 145 files, 16.5MB - ==> Running `brew cleanup capnp`... - Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. - Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). 2024-11-15 22:11.21 ---> using "6d386a7d87be8db52928ea21e6419875e831f9c54ac9f1e313742a71fc27b4b0" from cache /: (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-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 44 packages - install base v0.17.1 - install base-bytes base - install base_quickcheck v0.17.0 - install conf-capnproto 2 - install cppo 1.7.0 - install csexp 1.5.2 - install dune 3.16.1 - install dune-configurator 3.16.1 - install fieldslib v0.17.0 - install jane-street-headers v0.17.0 - install jst-config v0.17.0 - install ocaml-compiler-libs v0.17.0 - install ocaml_intrinsics_kernel v0.17.1 - install ocamlfind 1.9.6 - install ocplib-endian 1.2 - install ounit2 2.2.7 - install ppx_assert v0.17.0 - install ppx_base v0.17.0 - install ppx_bench v0.17.0 - install ppx_cold v0.17.0 - install ppx_compare v0.17.0 - install ppx_derivers 1.2.1 - install ppx_enumerate v0.17.0 - install ppx_fields_conv v0.17.0 - install ppx_globalize v0.17.0 - install ppx_hash v0.17.0 - install ppx_here v0.17.0 - install ppx_inline_test v0.17.0 - install ppx_let v0.17.0 - install ppx_optcomp v0.17.0 - install ppx_sexp_conv v0.17.0 - install ppx_sexp_message v0.17.0 - install ppx_sexp_value v0.17.0 - install ppxlib 0.33.0 - install ppxlib_jane v0.17.0 - install res 5.0.2 - install result 1.5 - install seq base - install sexplib0 v0.17.0 - install splittable_random v0.17.0 - install stdint 0.7.2 - install stdio v0.17.0 - install stdlib-shims 0.3.0 - install time_now v0.17.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base_quickcheck.v0.17.0 (cached) -> installed conf-capnproto.2 -> retrieved cppo.1.7.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved base.v0.17.1 (cached) -> retrieved fieldslib.v0.17.0 (cached) -> retrieved jane-street-headers.v0.17.0 (cached) -> retrieved jst-config.v0.17.0 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved ppx_assert.v0.17.0 (cached) -> retrieved ounit2.2.2.7 (cached) -> retrieved ppx_base.v0.17.0 (cached) -> retrieved ppx_bench.v0.17.0 (cached) -> retrieved ppx_cold.v0.17.0 (cached) -> retrieved ppx_compare.v0.17.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_enumerate.v0.17.0 (cached) -> retrieved ppx_fields_conv.v0.17.0 (cached) -> retrieved ppx_globalize.v0.17.0 (cached) -> retrieved ppx_hash.v0.17.0 (cached) -> retrieved ppx_here.v0.17.0 (cached) -> retrieved ppx_inline_test.v0.17.0 (cached) -> retrieved ppx_let.v0.17.0 (cached) -> retrieved ppx_optcomp.v0.17.0 (cached) -> retrieved ppx_sexp_message.v0.17.0 (cached) -> retrieved ppx_sexp_conv.v0.17.0 (cached) -> retrieved ppx_sexp_value.v0.17.0 (cached) -> retrieved ppxlib_jane.v0.17.0 (cached) -> retrieved res.5.0.2 (cached) -> retrieved result.1.5 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib0.v0.17.0 (cached) -> retrieved splittable_random.v0.17.0 (cached) -> retrieved stdint.0.7.2 (cached) -> retrieved stdio.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved time_now.v0.17.0 (cached) -> retrieved ppxlib.0.33.0 (cached) -> retrieved dune.3.16.1, dune-configurator.3.16.1 (cached) -> installed ocamlfind.1.9.6 -> installed base-bytes.base -> installed dune.3.16.1 -> installed stdlib-shims.0.3.0 -> installed result.1.5 -> installed ppx_derivers.1.2.1 -> installed jane-street-headers.v0.17.0 -> installed csexp.1.5.2 -> installed stdint.0.7.2 -> installed sexplib0.v0.17.0 -> installed res.5.0.2 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed ocaml-compiler-libs.v0.17.0 -> installed ounit2.2.2.7 -> installed cppo.1.7.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.16.1 -> installed base.v0.17.1 -> installed fieldslib.v0.17.0 -> installed stdio.v0.17.0 -> installed ppxlib.0.33.0 -> installed ppx_cold.v0.17.0 -> installed ppx_here.v0.17.0 -> installed ppx_optcomp.v0.17.0 -> installed ppxlib_jane.v0.17.0 -> installed ppx_fields_conv.v0.17.0 -> installed ppx_let.v0.17.0 -> installed ppx_enumerate.v0.17.0 -> installed ppx_globalize.v0.17.0 -> installed ppx_compare.v0.17.0 -> installed ppx_sexp_conv.v0.17.0 -> installed ppx_hash.v0.17.0 -> installed ppx_sexp_value.v0.17.0 -> installed ppx_assert.v0.17.0 -> installed ppx_sexp_message.v0.17.0 -> installed ppx_base.v0.17.0 -> installed jst-config.v0.17.0 -> installed time_now.v0.17.0 -> installed ppx_inline_test.v0.17.0 -> installed ppx_bench.v0.17.0 -> installed splittable_random.v0.17.0 -> installed base_quickcheck.v0.17.0 Done. # Run eval $(opam env) to update the current shell environment 2024-11-15 22:11.21 ---> using "11dabae5f19e7d2f33046801bda31a3405f2679bcd3a8c1b318092922ec87f46" from cache /: (copy (src .) (dst ./src)) 2024-11-15 22:11.23 ---> saved as "be6a2c2ba3cf0f114c273c8a5d862fbb2f173379c4036128ea0a979e1f54a2f5" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /Users/mac1000/.opam/5.2.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I src/runtime/.capnp.objs/byte -I /Users/mac1000/.opam/5.2.0/lib/bytes -I /Users/mac1000/.opam/5.2.0/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.0/lib/res -I /Users/mac1000/.opam/5.2.0/lib/result -I /Users/mac1000/.opam/5.2.0/lib/stdint -intf-suffix .ml -no-alias-deps -opaque -open Capnp__ -o src/runtime/.capnp.objs/byte/capnp__ListStorageType.cmo -c -impl src/runtime/listStorageType.ml) File "src/runtime/listStorageType.ml", line 26, characters 4-13: 26 | let to_string storage_type = ^^^^^^^^^ Error (warning 32 [unused-value-declaration]): unused value to_string. (cd _build/default && /Users/mac1000/.opam/5.2.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/runtime/.capnp.objs/byte -I src/runtime/.capnp.objs/native -I /Users/mac1000/.opam/5.2.0/lib/bytes -I /Users/mac1000/.opam/5.2.0/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.0/lib/res -I /Users/mac1000/.opam/5.2.0/lib/result -I /Users/mac1000/.opam/5.2.0/lib/stdint -intf-suffix .ml -no-alias-deps -opaque -open Capnp__ -o src/runtime/.capnp.objs/native/capnp__ListStorageType.cmx -c -impl src/runtime/listStorageType.ml) File "src/runtime/listStorageType.ml", line 26, characters 4-13: 26 | let to_string storage_type = ^^^^^^^^^ Error (warning 32 [unused-value-declaration]): unused value to_string. (cd _build/default && /Users/mac1000/.opam/5.2.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/compiler/.main.eobjs/byte -I src/compiler/.main.eobjs/native -I /Users/mac1000/.opam/5.2.0/lib/base -I /Users/mac1000/.opam/5.2.0/lib/base/base_internalhash_types -I /Users/mac1000/.opam/5.2.0/lib/base/shadow_stdlib -I /Users/mac1000/.opam/5.2.0/lib/bytes -I /Users/mac1000/.opam/5.2.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.0/lib/ocaml_intrinsics_kernel -I /Users/mac1000/.opam/5.2.0/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.0/lib/res -I /Users/mac1000/.opam/5.2.0/lib/result -I /Users/mac1000/.opam/5.2.0/lib/sexplib0 -I /Users/mac1000/.opam/5.2.0/lib/stdint -I /Users/mac1000/.opam/5.2.0/lib/stdio -I src/runtime/.capnp.objs/byte -I src/runtime/.capnp.objs/native -I src/unix/.capnp_unix.objs/byte -I src/unix/.capnp_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/compiler/.main.eobjs/native/dune__exe__Defaults.cmx -c -impl src/compiler/defaults.ml) File "src/compiler/defaults.ml", line 233, characters 9-34: 233 | (ListStorageType.to_string list_storage.storage_type) ^ ";"; ^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound value ListStorageType.to_string (cd _build/default && /Users/mac1000/.opam/5.2.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I src/compiler/.main.eobjs/byte -I /Users/mac1000/.opam/5.2.0/lib/base -I /Users/mac1000/.opam/5.2.0/lib/base/base_internalhash_types -I /Users/mac1000/.opam/5.2.0/lib/base/shadow_stdlib -I /Users/mac1000/.opam/5.2.0/lib/bytes -I /Users/mac1000/.opam/5.2.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.0/lib/ocaml_intrinsics_kernel -I /Users/mac1000/.opam/5.2.0/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.0/lib/res -I /Users/mac1000/.opam/5.2.0/lib/result -I /Users/mac1000/.opam/5.2.0/lib/sexplib0 -I /Users/mac1000/.opam/5.2.0/lib/stdint -I /Users/mac1000/.opam/5.2.0/lib/stdio -I src/runtime/.capnp.objs/byte -I src/unix/.capnp_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/compiler/.main.eobjs/byte/dune__exe__Defaults.cmo -c -impl src/compiler/defaults.ml) File "src/compiler/defaults.ml", line 233, characters 9-34: 233 | (ListStorageType.to_string list_storage.storage_type) ^ ";"; ^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound value ListStorageType.to_string "/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2024-11-15 22:11.32: Job failed: Failed: Build failed