(not at the head of any monitored branch or PR)
2024-10-30 17:54.25: New job: test asetmap.0.8.1 with dune-configurator.3.16.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/26816/head (ed800ba87cfbe293bcb59dfb40db5252bc65f6f5)
                              on debian-12-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/26816/head" && git reset --hard ed800ba8
git fetch origin master
git merge --no-edit ce4637ae20e511e8dc54562b123f1407fa5b2ca8
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="1000"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn dune-configurator.3.16.1 3.16.1
RUN opam reinstall dune-configurator.3.16.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'dune-configurator.3.16.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam option solver=builtin-0install
RUN opam reinstall asetmap.0.8.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'asetmap.0.8.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam option solver=builtin-0install
RUN (opam reinstall --with-test asetmap.0.8.1) || true
RUN opam reinstall --with-test --verbose asetmap.0.8.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'asetmap.0.8.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2024-10-30 17:54.25: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b-dune-configurator.3.16.1-asetmap.0.8.1-ed800ba87cfbe293bcb59dfb40db5252bc65f6f5"
2024-10-30 17:54.25: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 1000)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn dune-configurator.3.16.1 3.16.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dune-configurator.3.16.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'dune-configurator.3.16.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (shell "opam option solver=builtin-0install"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall asetmap.0.8.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'asetmap.0.8.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (shell "opam option solver=builtin-0install"))
 (run (network host)
      (shell "(opam reinstall --with-test asetmap.0.8.1) || true"))
 (run (shell  "opam reinstall --with-test --verbose asetmap.0.8.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'asetmap.0.8.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-10-30 17:54.25: Waiting for resource in pool OCluster
2024-10-31 03:20.11: Waiting for worker…
2024-10-31 03:21.59: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  65% (21418/32570)
Updating files:  66% (21497/32570)
Updating files:  67% (21822/32570)
Updating files:  68% (22148/32570)
Updating files:  69% (22474/32570)
Updating files:  70% (22799/32570)
Updating files:  71% (23125/32570)
Updating files:  72% (23451/32570)
Updating files:  73% (23777/32570)
Updating files:  74% (24102/32570)
Updating files:  75% (24428/32570)
Updating files:  76% (24754/32570)
Updating files:  77% (25079/32570)
Updating files:  78% (25405/32570)
Updating files:  79% (25731/32570)
Updating files:  80% (26056/32570)
Updating files:  81% (26382/32570)
Updating files:  82% (26708/32570)
Updating files:  83% (27034/32570)
Updating files:  84% (27359/32570)
Updating files:  85% (27685/32570)
Updating files:  86% (28011/32570)
Updating files:  87% (28336/32570)
Updating files:  88% (28662/32570)
Updating files:  89% (28988/32570)
Updating files:  90% (29313/32570)
Updating files:  91% (29639/32570)
Updating files:  92% (29965/32570)
Updating files:  93% (30291/32570)
Updating files:  94% (30616/32570)
Updating files:  95% (30942/32570)
Updating files:  96% (31268/32570)
Updating files:  97% (31593/32570)
Updating files:  98% (31919/32570)
Updating files:  99% (32245/32570)
Updating files: 100% (32570/32570)
Updating files: 100% (32570/32570), done.
HEAD is now at ce4637ae20 Merge pull request #26802 from robur-coop/release-git-kv-v0.1.0
Updating ce4637ae20..ed800ba87c
Fast-forward
 packages/chrome-trace/chrome-trace.3.16.1/opam     | 40 +++++++++++++++
 .../dune-action-plugin.3.16.1/opam                 | 53 ++++++++++++++++++++
 .../dune-build-info/dune-build-info.3.16.1/opam    | 46 +++++++++++++++++
 .../dune-configurator.3.16.1/opam                  | 50 +++++++++++++++++++
 packages/dune-glob/dune-glob.3.16.1/opam           | 43 ++++++++++++++++
 .../dune-private-libs.3.16.1/opam                  | 51 +++++++++++++++++++
 packages/dune-rpc-lwt/dune-rpc-lwt.3.16.1/opam     | 42 ++++++++++++++++
 packages/dune-rpc/dune-rpc.3.16.1/opam             | 44 +++++++++++++++++
 packages/dune-site/dune-site.3.16.1/opam           | 38 +++++++++++++++
 packages/dune/dune.3.16.1/opam                     | 57 ++++++++++++++++++++++
 packages/dyn/dyn.3.16.1/opam                       | 41 ++++++++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.16.1/opam         | 44 +++++++++++++++++
 packages/ordering/ordering.3.16.1/opam             | 39 +++++++++++++++
 packages/stdune/stdune.3.16.1/opam                 | 45 +++++++++++++++++
 packages/xdg/xdg.3.16.1/opam                       | 40 +++++++++++++++
 15 files changed, 673 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.16.1/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.16.1/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.16.1/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.16.1/opam
 create mode 100644 packages/dune-glob/dune-glob.3.16.1/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.16.1/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.16.1/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.16.1/opam
 create mode 100644 packages/dune-site/dune-site.3.16.1/opam
 create mode 100644 packages/dune/dune.3.16.1/opam
 create mode 100644 packages/dyn/dyn.3.16.1/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.16.1/opam
 create mode 100644 packages/ordering/ordering.3.16.1/opam
 create mode 100644 packages/stdune/stdune.3.16.1/opam
 create mode 100644 packages/xdg/xdg.3.16.1/opam

(from ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b)
2024-10-31 03:23.01 ---> using "619835238a94b19eeeff939f81e164f057fa8094fa703ba39ed5c0f42e707999" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-10-31 03:23.01 ---> using "608822e92511ec37ae1705ed6232474df085eabf3fc10543b0de6c920ffcb351" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
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.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 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 39 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=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-10-31 03:23.01 ---> using "acad702e9aed59e09109a5ff466d766d37b0231fa0915a47fdb4804af5e3d786" from cache

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 4.14.2
2.4.0~alpha1~dev
2024-10-31 03:23.01 ---> using "c52e418cbd79acba474d87b691bd314432f8b52e9802e23465ac8ffd419c5496" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 1000)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2024-10-31 03:23.01 ---> using "5dd21b950a0537f9b9f2251a0f6dde415c0ae0abb4780469484e44ff62cbc9c0" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-10-31 03:23.03 ---> using "30f7066ac39bb821b57d62202b8d62202dc0a966b6386ce407893a651a7ebd72" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-10-31 03:23.03 ---> using "1e332abbaa2f3c8b3c422102811dd9b9a699b8374ebb5f0fae9ce1ce909b419c" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [190 kB]
- Fetched 293 kB in 0s (664 kB/s)
- Reading package lists...
2024-10-31 03:23.03 ---> using "f2aafe81e5d6fa4023d83ed2dab5c41f1f2b937defadce3ccd2b499164f300cf" from cache

/home/opam: (run (shell "opam pin add -k version -yn dune-configurator.3.16.1 3.16.1"))
dune-configurator is now pinned to version 3.16.1
2024-10-31 03:23.03 ---> using "1e2b758027897ab7702c3728602c308c6ddca030b8e1d6eed2a1276549ce2b7e" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dune-configurator.3.16.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'dune-configurator.3.16.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
dune-configurator.3.16.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 3 packages
  - install csexp             1.5.2           [required by dune-configurator]
  - install dune              3.16.1          [required by dune-configurator]
  - install dune-configurator 3.16.1 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.16.1, dune-configurator.3.16.1  (cached)
-> installed dune.3.16.1
-> installed csexp.1.5.2
-> installed dune-configurator.3.16.1
Done.
# To update the current shell environment, run: eval $(opam env)
2024-10-31 03:23.03 ---> using "7edaec2e5faa47732c9aaf704e0eea5da83488b2aa24eb3646a40e97059597c9" from cache

/home/opam: (run (shell "opam option solver=builtin-0install"))
Set to 'builtin-0install' the field solver in global configuration
2024-10-31 03:23.03 ---> using "fbd188f8656704248d30112e96a090d44d0b4e98bbe982411af032ed134c7ad6" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall asetmap.0.8.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'asetmap.0.8.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
asetmap.0.8.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 4 packages
  - install asetmap    0.8.1
  - install ocamlbuild 0.15.0 [required by asetmap]
  - install ocamlfind  1.9.6  [required by asetmap]
  - install topkg      1.0.7  [required by asetmap]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asetmap.0.8.1  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed asetmap.0.8.1
Done.
# To update the current shell environment, run: eval $(opam env)
2024-10-31 03:23.20 ---> saved as "95e33f1334ee39ac3b2a682b022631a5fba1c4767a380826c44995ce10776ec5"

/home/opam: (run (shell "opam option solver=builtin-0install"))
No modification in global configuration
2024-10-31 03:23.21 ---> saved as "e6778717d3ac81ee2dd0018c1a8662fa032d4f2c194053e11ecfa446beacfe36"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test asetmap.0.8.1) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile asetmap 0.8.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asetmap.0.8.1  (http://erratique.ch/software/asetmap/releases/asetmap-0.8.1.tbz)
-> removed   asetmap.0.8.1
-> installed asetmap.0.8.1
Done.
# To update the current shell environment, run: eval $(opam env)
2024-10-31 03:23.27 ---> saved as "8629bfaca51931275d36cbb6f469451943c62e438646d5ff65ae070324a3fdbd"

/home/opam: (run (shell  "opam reinstall --with-test --verbose asetmap.0.8.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'asetmap.0.8.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile asetmap 0.8.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [asetmap.0.8.1: extract]
-> retrieved asetmap.0.8.1  (cached)
Processing  2/4: [asetmap: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--pinned" "false" (CWD=/home/opam/.opam/4.14/.opam-switch/build/asetmap.0.8.1)
- + ocamlfind ocamldep -package bytes -modules src/asetmap.ml > src/asetmap.ml.depends
- + ocamlfind ocamldep -package bytes -modules src/asetmap.mli > src/asetmap.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/asetmap.cmi src/asetmap.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/asetmap.cmx src/asetmap.ml
- + ocamlfind ocamlopt -a -package bytes -I src src/asetmap.cmx -o src/asetmap.cmxa
- + ocamlfind ocamlopt -shared -linkall -package bytes -I src src/asetmap.cmxa -o src/asetmap.cmxs
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/asetmap.cmo src/asetmap.ml
- + ocamlfind ocamlc -a -package bytes -I src src/asetmap.cmo -o src/asetmap.cma
- # No parallelism done
-> compiled  asetmap.0.8.1
-> removed   asetmap.0.8.1
-> installed asetmap.0.8.1
Done.
# To update the current shell environment, run: eval $(opam env)
2024-10-31 03:23.34 ---> saved as "5d62cc0020313b9b36e4dfe302e859998287fc4a76b4b47c132d77f00835d686"
Job succeeded
2024-10-31 03:23.54: Job succeeded