OCamllabs icon Home|Differences with the last checks|Previous runs


Building on asteria.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1)
Unable to find image 'ocaml/opam:debian-unstable@sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1' locally
docker.io/ocaml/opam@sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1: Pulling from ocaml/opam
88273bdcc4bc: Pulling fs layer
88273bdcc4bc: Verifying Checksum
88273bdcc4bc: Download complete
88273bdcc4bc: Pull complete
Digest: sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1
Status: Downloaded newer image for ocaml/opam@sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1
2022-10-12 04:02.01 ---> using "72789ea385c156750aa7dd96aa50ee44bc632bea844e975f245441d9aee8bfd2" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2022-10-12 04:02.01 ---> using "00a95b0dc29356854a2323387bb3765564e1fe55593574ff6be6315935e9f655" 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 b1c9c96444d9fdc81f076b2f18ffaccd2f7c8f2f"))
2022-10-12 04:02.01 ---> using "78ae84c730ce1e5c34c37c027b1e573b31333de9c356d764a1de3654115799af" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2022-10-12 04:02.01 ---> using "3910cf3733834024da3f31717f53c4d64ec6165d9ca48b4a2ad73da600e53b71" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.11' '4.11.2'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.11.2"} | "ocaml-system" {= "4.11.2"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.11.2  (cached)
-> installed ocaml-base-compiler.4.11.2
-> installed ocaml-config.1
-> installed ocaml.4.11.2
Done.
# Run eval $(opam env --switch=4.11) to update the current shell environment
2022-10-12 04:02.01 ---> using "0b0cf426b26dad3162fff8ad52cb7d25bd2c30ddb3fd5334a71f972681068b2e" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [161 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-10-11-2005.54-F-2022-10-10-1406.43.pdiff [117 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-10-11-2005.54-F-2022-10-10-1406.43.pdiff [117 kB]
- Fetched 341 kB in 1s (248 kB/s)
- Reading package lists...
2022-10-12 04:02.01 ---> using "4faa09bf53deb5c144c888ab5e4d18d72c383f6d6004ac02bb2d921bfa875b43" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"batsat.0.7\"\
               \nopam install -vy \"batsat.0.7\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"batsat.0.7\" | grep -q '\"debian-unstable\"'; 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\
               \n"))
[NOTE] batsat.0.7 is not installed.

Nothing to do.
The following actions will be performed:
=== install 3 packages
  - install batsat         0.7
  - install conf-rust-2018 1     [required by batsat]
  - install dune           3.4.1 [required by batsat]

The following system packages will first need to be installed:
    cargo

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Attempt installation anyway, and permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "cargo"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpython3.10-minimal:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19690 files and directories currently installed.)
- Preparing to unpack .../libpython3.10-minimal_3.10.7-2_amd64.deb ...
- Unpacking libpython3.10-minimal:amd64 (3.10.7-2) ...
- Selecting previously unselected package python3.10-minimal.
- Preparing to unpack .../python3.10-minimal_3.10.7-2_amd64.deb ...
- Unpacking python3.10-minimal (3.10.7-2) ...
- Setting up libpython3.10-minimal:amd64 (3.10.7-2) ...
- Setting up python3.10-minimal (3.10.7-2) ...
- Selecting previously unselected package python3-minimal.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19984 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.10.6-1_amd64.deb ...
- Unpacking python3-minimal (3.10.6-1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_8.0.0_all.deb ...
- Unpacking media-types (8.0.0) ...
- Selecting previously unselected package libmpdec3:amd64.
- Preparing to unpack .../2-libmpdec3_2.5.1-2_amd64.deb ...
- Unpacking libmpdec3:amd64 (2.5.1-2) ...
- Selecting previously unselected package libpython3.10-stdlib:amd64.
- Preparing to unpack .../3-libpython3.10-stdlib_3.10.7-2_amd64.deb ...
- Unpacking libpython3.10-stdlib:amd64 (3.10.7-2) ...
- Selecting previously unselected package python3.10.
- Preparing to unpack .../4-python3.10_3.10.7-2_amd64.deb ...
- Unpacking python3.10 (3.10.7-2) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.10.6-1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.10.6-1) ...
- Setting up python3-minimal (3.10.6-1) ...
- Selecting previously unselected package python3.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20386 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.10.6-1_amd64.deb ...
- Unpacking python3 (3.10.6-1) ...
- Selecting previously unselected package libhttp-parser2.9:amd64.
- Preparing to unpack .../01-libhttp-parser2.9_2.9.4-5_amd64.deb ...
- Unpacking libhttp-parser2.9:amd64 (2.9.4-5) ...
- Selecting previously unselected package libmbedcrypto7:amd64.
- Preparing to unpack .../02-libmbedcrypto7_2.28.1-1_amd64.deb ...
- Unpacking libmbedcrypto7:amd64 (2.28.1-1) ...
- Selecting previously unselected package libmbedx509-1:amd64.
- Preparing to unpack .../03-libmbedx509-1_2.28.1-1_amd64.deb ...
- Unpacking libmbedx509-1:amd64 (2.28.1-1) ...
- Selecting previously unselected package libmbedtls14:amd64.
- Preparing to unpack .../04-libmbedtls14_2.28.1-1_amd64.deb ...
- Unpacking libmbedtls14:amd64 (2.28.1-1) ...
- Selecting previously unselected package libpcre3:amd64.
- Preparing to unpack .../05-libpcre3_2%3a8.39-14_amd64.deb ...
- Unpacking libpcre3:amd64 (2:8.39-14) ...
- Selecting previously unselected package libgit2-1.3:amd64.
- Preparing to unpack .../06-libgit2-1.3_1.3.0+dfsg.1-3_amd64.deb ...
- Unpacking libgit2-1.3:amd64 (1.3.0+dfsg.1-3) ...
- Selecting previously unselected package libicu71:amd64.
- Preparing to unpack .../07-libicu71_71.1-3_amd64.deb ...
- Unpacking libicu71:amd64 (71.1-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../08-libxml2_2.9.14+dfsg-1+b1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1+b1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../09-libz3-4_4.8.12-1+b2_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-1+b2) ...
- Selecting previously unselected package libllvm14:amd64.
- Preparing to unpack .../10-libllvm14_1%3a14.0.6-5_amd64.deb ...
- Unpacking libllvm14:amd64 (1:14.0.6-5) ...
- Selecting previously unselected package libstd-rust-1.61:amd64.
- Preparing to unpack .../11-libstd-rust-1.61_1.61.0+dfsg1-2_amd64.deb ...
- Unpacking libstd-rust-1.61:amd64 (1.61.0+dfsg1-2) ...
- Selecting previously unselected package libstd-rust-dev:amd64.
- Preparing to unpack .../12-libstd-rust-dev_1.61.0+dfsg1-2_amd64.deb ...
- Unpacking libstd-rust-dev:amd64 (1.61.0+dfsg1-2) ...
- Selecting previously unselected package rustc.
- Preparing to unpack .../13-rustc_1.61.0+dfsg1-2_amd64.deb ...
- Unpacking rustc (1.61.0+dfsg1-2) ...
- Selecting previously unselected package cargo.
- Preparing to unpack .../14-cargo_0.57.0-7+b1_amd64.deb ...
- Unpacking cargo (0.57.0-7+b1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../15-icu-devtools_71.1-3_amd64.deb ...
- Unpacking icu-devtools (71.1-3) ...
- Selecting previously unselected package libclang-cpp14.
- Preparing to unpack .../16-libclang-cpp14_1%3a14.0.6-5_amd64.deb ...
- Unpacking libclang-cpp14 (1:14.0.6-5) ...
- Selecting previously unselected package libnspr4:amd64.
- Preparing to unpack .../17-libnspr4_2%3a4.35-1_amd64.deb ...
- Unpacking libnspr4:amd64 (2:4.35-1) ...
- Selecting previously unselected package libnss3:amd64.
- Preparing to unpack .../18-libnss3_2%3a3.83-1_amd64.deb ...
- Unpacking libnss3:amd64 (2:3.83-1) ...
- Selecting previously unselected package libcurl3-nss:amd64.
- Preparing to unpack .../19-libcurl3-nss_7.85.0-1_amd64.deb ...
- Unpacking libcurl3-nss:amd64 (7.85.0-1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../20-libffi-dev_3.4.3-2_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.3-2) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../21-libicu-dev_71.1-3_amd64.deb ...
- Unpacking libicu-dev:amd64 (71.1-3) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../22-libncurses-dev_6.3+20220423-2_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.3+20220423-2) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../23-libpfm4_4.12.0-1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.12.0-1) ...
- Selecting previously unselected package libtinfo-dev:amd64.
- Preparing to unpack .../24-libtinfo-dev_6.3+20220423-2_amd64.deb ...
- Unpacking libtinfo-dev:amd64 (6.3+20220423-2) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../25-libxml2-dev_2.9.14+dfsg-1+b1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1+b1) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../26-libyaml-0-2_0.2.5-1_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
- Selecting previously unselected package libz3-dev:amd64.
- Preparing to unpack .../27-libz3-dev_4.8.12-1+b2_amd64.deb ...
- Unpacking libz3-dev:amd64 (4.8.12-1+b2) ...
- Selecting previously unselected package llvm-14-runtime.
- Preparing to unpack .../28-llvm-14-runtime_1%3a14.0.6-5_amd64.deb ...
- Unpacking llvm-14-runtime (1:14.0.6-5) ...
- Selecting previously unselected package llvm-14-linker-tools.
- Preparing to unpack .../29-llvm-14-linker-tools_1%3a14.0.6-5_amd64.deb ...
- Unpacking llvm-14-linker-tools (1:14.0.6-5) ...
- Selecting previously unselected package llvm-14.
- Preparing to unpack .../30-llvm-14_1%3a14.0.6-5_amd64.deb ...
- Unpacking llvm-14 (1:14.0.6-5) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../31-python3-pkg-resources_65.3.0-1.1_all.deb ...
- Unpacking python3-pkg-resources (65.3.0-1.1) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../32-python3-pygments_2.12.0+dfsg-2_all.deb ...
- Unpacking python3-pygments (2.12.0+dfsg-2) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../33-python3-yaml_5.4.1-1+b2_amd64.deb ...
- Unpacking python3-yaml (5.4.1-1+b2) ...
- Selecting previously unselected package llvm-14-tools.
- Preparing to unpack .../34-llvm-14-tools_1%3a14.0.6-5_amd64.deb ...
- Unpacking llvm-14-tools (1:14.0.6-5) ...
- Selecting previously unselected package llvm-14-dev.
- Preparing to unpack .../35-llvm-14-dev_1%3a14.0.6-5_amd64.deb ...
- Unpacking llvm-14-dev (1:14.0.6-5) ...
- Setting up media-types (8.0.0) ...
- Setting up libicu71:amd64 (71.1-3) ...
- Setting up libncurses-dev:amd64 (6.3+20220423-2) ...
- Setting up libyaml-0-2:amd64 (0.2.5-1) ...
- Setting up libffi-dev:amd64 (3.4.3-2) ...
- Setting up libpcre3:amd64 (2:8.39-14) ...
- Setting up libz3-4:amd64 (4.8.12-1+b2) ...
- Setting up libpfm4:amd64 (4.12.0-1) ...
- Setting up libmbedcrypto7:amd64 (2.28.1-1) ...
- Setting up libnspr4:amd64 (2:4.35-1) ...
- Setting up icu-devtools (71.1-3) ...
- Setting up libmpdec3:amd64 (2.5.1-2) ...
- Setting up libicu-dev:amd64 (71.1-3) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1+b1) ...
- Setting up libhttp-parser2.9:amd64 (2.9.4-5) ...
- Setting up libtinfo-dev:amd64 (6.3+20220423-2) ...
- Setting up libz3-dev:amd64 (4.8.12-1+b2) ...
- Setting up libmbedx509-1:amd64 (2.28.1-1) ...
- Setting up libmbedtls14:amd64 (2.28.1-1) ...
- Setting up libnss3:amd64 (2:3.83-1) ...
- Setting up libpython3.10-stdlib:amd64 (3.10.7-2) ...
- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1+b1) ...
- Setting up libllvm14:amd64 (1:14.0.6-5) ...
- Setting up libcurl3-nss:amd64 (7.85.0-1) ...
- Setting up llvm-14-linker-tools (1:14.0.6-5) ...
- Setting up libpython3-stdlib:amd64 (3.10.6-1) ...
- Setting up libstd-rust-1.61:amd64 (1.61.0+dfsg1-2) ...
- Setting up libgit2-1.3:amd64 (1.3.0+dfsg.1-3) ...
- Setting up python3.10 (3.10.7-2) ...
- Setting up python3 (3.10.6-1) ...
- running python rtupdate hooks for python3.10...
- running python post-rtupdate hooks for python3.10...
- Setting up libstd-rust-dev:amd64 (1.61.0+dfsg1-2) ...
- Setting up llvm-14-runtime (1:14.0.6-5) ...
- Setting up libclang-cpp14 (1:14.0.6-5) ...
- Setting up rustc (1.61.0+dfsg1-2) ...
- Setting up llvm-14 (1:14.0.6-5) ...
- Setting up python3-pkg-resources (65.3.0-1.1) ...
- Setting up python3-yaml (5.4.1-1+b2) ...
- Setting up cargo (0.57.0-7+b1) ...
- Setting up python3-pygments (2.12.0+dfsg-2) ...
- Setting up llvm-14-tools (1:14.0.6-5) ...
- Setting up llvm-14-dev (1:14.0.6-5) ...
- Processing triggers for systemd (251.5-1) ...
- Processing triggers for libc-bin (2.35-3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/9: [batsat.0.7: http]
Processing  2/9: [batsat.0.7: http]
Processing  3/9: [batsat.0.7: http]
Processing  4/9: [batsat.0.7: http] [conf-rust-2018: cargo]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "cargo" "--version" (CWD=/home/opam/.opam/4.11/.opam-switch/build/conf-rust-2018.1)
- cargo 1.56.0
Processing  4/9: [batsat.0.7: http] [conf-rust-2018: rustc 2018]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rustc" "--edition" "2018" "test.rs" (CWD=/home/opam/.opam/4.11/.opam-switch/build/conf-rust-2018.1)
-> compiled  conf-rust-2018.1
Processing  4/9: [batsat.0.7: http]
-> installed conf-rust-2018.1
Processing  5/9: [batsat.0.7: http]
-> retrieved dune.3.4.1  (cached)
Processing  6/9: [batsat.0.7: http] [dune: ocaml bootstrap.ml]
Processing  6/9: [dune: ocaml bootstrap.ml]
-> retrieved batsat.0.7  (https://github.com/c-cube/batsat-ocaml/archive/v0.7.tar.gz)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "255" (CWD=/home/opam/.opam/4.11/.opam-switch/build/dune.3.4.1)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 255
- 

Processing  6/9: [dune: ./dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "255" (CWD=/home/opam/.opam/4.11/.opam-switch/build/dune.3.4.1)
-> compiled  dune.3.4.1
-> installed dune.3.4.1
Processing  8/9: [batsat: ./build_rust.sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./build_rust.sh" (CWD=/home/opam/.opam/4.11/.opam-switch/build/batsat.0.7)
-    Compiling proc-macro2 v1.0.32
-    Compiling unicode-xid v0.2.2
-    Compiling syn v1.0.81
-    Compiling cc v1.0.72
-    Compiling ocaml-sys v0.22.0
-    Compiling ocaml-interop v0.8.7
-    Compiling chlorine v1.0.10
-    Compiling static_assertions v1.1.0
-    Compiling bit-vec v0.5.1
-    Compiling batsat v0.5.0
-    Compiling ocaml-boxroot-sys v0.2.0
-    Compiling quote v1.0.10
-    Compiling synstructure v0.12.6
-    Compiling ocaml-derive v0.22.0
-    Compiling ocaml v0.22.2
-    Compiling batsat-stubs v0.1.0 (/home/opam/.opam/4.11/.opam-switch/build/batsat.0.7)
- warning: attribute should be applied to an `extern` block
-  --> src/lib.rs:1:1
-   |
- 1 | #[link(name = "batsat")]
-   | ^^^^^^^^^^^^^^^^^^^^^^^^
- 2 | use ocaml::Pointer;
-   | ------------------- not an `extern` block
-   |
-   = note: `#[warn(unused_attributes)]` on by default
-   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- 
- warning: `batsat-stubs` (lib) generated 1 warning
-     Finished release [optimized + debuginfo] target(s) in 10.52s
Processing  8/9: [batsat: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "batsat" "-j" "255" (CWD=/home/opam/.opam/4.11/.opam-switch/build/batsat.0.7)
-> compiled  batsat.0.7
-> installed batsat.0.7
Done.
# Run eval $(opam env) to update the current shell environment
2022-10-12 04:03.07 ---> saved as "d6fb71769e7322ef84b4520979aaa50f01dede4e3d86718b024e3737d2d5406a"
Job succeeded