Build:
  1. 0
2024-12-13 14:45.55: New job: Voodoo prep opam-core.2.0.0~rc; fe99397782db0b87757246610ae25a0c
2024-12-13 14:45.55: Waiting for resource in pool OCluster
2024-12-13 14:47.28: Waiting for worker…
2024-12-13 14:47.28: Got resource from pool OCluster
2024-12-13 14:47.28: Using cache hint "docs-universe-prep-4.06.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.06@sha256:35ac98bd84582a6fbd9d0750670d9f1529b82b65bbc6526c45e66daea17df9be)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.06@sha256:35ac98bd84582a6fbd9d0750670d9f1529b82b65bbc6526c45e66daea17df9be)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install ocamlfind.1.9.6"))
 (env DUNE_CACHE disabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy opam-core.2.0.0~rc seq.0.1 re.1.8.0 ocamlgraph.1.8.8 ocamlfind.1.9.6 ocamlbuild.0.14.3 jbuilder.1.0+beta20.2 cppo.1.6.5 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u opam-core:fe99397782db0b87757246610ae25a0c,seq:e71b5097a44d009cd31959e9f3c8d10e,re:63ed853df1849c0fead74659a4690d8f,ocamlgraph:3e08c2a0d4385509c0f07e82dbb80d03,cppo:b7faafaeb298e97f1811d13b8aedfbe7"))
 (run (network host)
      (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
      (shell "(echo '0.100369') && (for DATA in prep/universes/b7faafaeb298e97f1811d13b8aedfbe7/cppo/1.6.5,cppo.1.6.5-b7faafaeb298e97f1811d13b8aedfbe7,cppo.1.6.5 prep/universes/3e08c2a0d4385509c0f07e82dbb80d03/ocamlgraph/1.8.8,ocamlgraph.1.8.8-3e08c2a0d4385509c0f07e82dbb80d03,ocamlgraph.1.8.8 prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0,re.1.8.0-63ed853df1849c0fead74659a4690d8f,re.1.8.0 prep/universes/e71b5097a44d009cd31959e9f3c8d10e/seq/0.1,seq.0.1-e71b5097a44d009cd31959e9f3c8d10e,seq.0.1 prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc,opam-core.2.0.0~rc-fe99397782db0b87757246610ae25a0c,opam-core.2.0.0~rc; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/b7faafaeb298e97f1811d13b8aedfbe7/cppo/1.6.5,cppo.1.6.5-b7faafaeb298e97f1811d13b8aedfbe7,cppo.1.6.5 prep/universes/3e08c2a0d4385509c0f07e82dbb80d03/ocamlgraph/1.8.8,ocamlgraph.1.8.8-3e08c2a0d4385509c0f07e82dbb80d03,ocamlgraph.1.8.8 prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0,re.1.8.0-63ed853df1849c0fead74659a4690d8f,re.1.8.0 prep/universes/e71b5097a44d009cd31959e9f3c8d10e/seq/0.1,seq.0.1-e71b5097a44d009cd31959e9f3c8d10e,seq.0.1 prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc,opam-core.2.0.0~rc-fe99397782db0b87757246610ae25a0c,opam-core.2.0.0~rc; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/b7faafaeb298e97f1811d13b8aedfbe7/cppo/1.6.5,cppo.1.6.5-b7faafaeb298e97f1811d13b8aedfbe7,cppo.1.6.5 prep/universes/3e08c2a0d4385509c0f07e82dbb80d03/ocamlgraph/1.8.8,ocamlgraph.1.8.8-3e08c2a0d4385509c0f07e82dbb80d03,ocamlgraph.1.8.8 prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0,re.1.8.0-63ed853df1849c0fead74659a4690d8f,re.1.8.0 prep/universes/e71b5097a44d009cd31959e9f3c8d10e/seq/0.1,seq.0.1-e71b5097a44d009cd31959e9f3c8d10e,seq.0.1 prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc,opam-core.2.0.0~rc-fe99397782db0b87757246610ae25a0c,opam-core.2.0.0~rc; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git f3d10fb993f564adc28762addcdff7ba5b3fa943 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.06.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-12-13 14:47.28: RETRYING: 2024-12-13/144555-voodoo-prep-462491 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  67% (22091/32910)
Updating files:  68% (22379/32910)
Updating files:  69% (22708/32910)
Updating files:  70% (23037/32910)
Updating files:  71% (23367/32910)
Updating files:  72% (23696/32910)
Updating files:  73% (24025/32910)
Updating files:  74% (24354/32910)
Updating files:  75% (24683/32910)
Updating files:  76% (25012/32910)
Updating files:  77% (25341/32910)
Updating files:  78% (25670/32910)
Updating files:  79% (25999/32910)
Updating files:  80% (26328/32910)
Updating files:  81% (26658/32910)
Updating files:  82% (26987/32910)
Updating files:  83% (27316/32910)
Updating files:  84% (27645/32910)
Updating files:  85% (27974/32910)
Updating files:  86% (28303/32910)
Updating files:  87% (28632/32910)
Updating files:  88% (28961/32910)
Updating files:  89% (29290/32910)
Updating files:  90% (29619/32910)
Updating files:  91% (29949/32910)
Updating files:  92% (30278/32910)
Updating files:  93% (30607/32910)
Updating files:  94% (30936/32910)
Updating files:  95% (31265/32910)
Updating files:  96% (31594/32910)
Updating files:  97% (31923/32910)
Updating files:  98% (32252/32910)
Updating files:  99% (32581/32910)
Updating files: 100% (32910/32910)
Updating files: 100% (32910/32910), done.
HEAD is now at f3d10fb993 fix ocaml constraints that were mistyped

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.06@sha256:35ac98bd84582a6fbd9d0750670d9f1529b82b65bbc6526c45e66daea17df9be)
2024-12-13 14:40.13 ---> using "460d78a10f3fdcc37309b41bfed9e88cdf5ec7bf84591f7fe5bcd075aae45ad4" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-12-13 14:40.13 ---> using "533d4191fd3ad122deb4a310779307e707b85d1f495a9297a1f8415ecfccf860" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
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 bookworm-updates/main amd64 Packages.diff/Index [14.0 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-12-07-2012.31-F-2024-12-07-2012.31.pdiff [7261 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-12-07-2012.31-F-2024-12-07-2012.31.pdiff [7261 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [216 kB]
Fetched 341 kB in 0s (1169 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (7787 kB/s)
Selecting previously unselected package libpkgconf3: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 ... 18745 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
2024-12-13 14:40.13 ---> saved as "c2127235f33c58cd74222ab422496d56861628fb32304daf821ac6e537ff5071"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y
Package voodoo-prep does not exist, create as a NEW package? [Y/n] y
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-lib does not exist, create as a NEW package? [Y/n] y
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-gen does not exist, create as a NEW package? [Y/n] y
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-do does not exist, create as a NEW package? [Y/n] y
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
# Now letting opam install the packages

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

The following actions will be performed:
  - install ocamlbuild          0.14.3 [required by bos]
  - install cmdliner            1.0.4  [required by voodoo-prep]
  - install ocamlfind           1.9.6  [required by bos]
  - install topkg               1.0.7  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install astring             0.8.5  [required by bos]
  - install dune                3.17.0 [required by voodoo-prep]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install seq                 0.3.1  [required by fmt]
  - install result              1.5    [required by rresult]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.8.0  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install re                  1.11.0 [required by opam-format]
  - install fmt                 0.8.9  [required by bos]
  - install rresult             0.6.0  [required by bos]
  - install opam-core           2.1.6  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.6  [required by voodoo-prep]
  - install bos                 0.2.0  [required by voodoo-prep]
  - install voodoo-prep         ~dev*
===== 22 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.0] found in cache
[cmdliner.1.0.4] found in cache
[cppo.1.8.0] found in cache
[dune.3.17.0] found in cache
[fmt.0.8.9] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlfind-secondary.1.9.6] found in cache
[ocamlgraph.2.0.0] found in cache
[opam-core.2.1.6] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.6] found in cache
[re.1.11.0] found in cache
[result.1.5] found in cache
[rresult.0.6.0] found in cache
[seq.0.3.1] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed cmdliner.1.0.4
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.17.0
-> installed result.1.5
-> installed seq.0.3.1
-> installed opam-file-format.2.1.6
-> installed stdlib-shims.0.3.0
-> installed cppo.1.8.0
-> installed rresult.0.6.0
-> installed re.1.11.0
-> installed fmt.0.8.9
-> installed ocamlgraph.2.0.0
-> installed logs.0.7.0
-> installed bos.0.2.0
-> installed opam-core.2.1.6
-> installed opam-format.2.1.6
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-12-13 14:41.06 ---> saved as "61e33200e5ac90e94b67dac34f9fa68f5c678ae6e97e1571e11628d875568389"

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-12-13 14:41.06 ---> saved as "4c2805142c29f2c73cf01f1197addb9455efff59d9026848ea484aed96a76445"
2024-12-13 14:41.06 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.06@sha256:35ac98bd84582a6fbd9d0750670d9f1529b82b65bbc6526c45e66daea17df9be)
2024-12-13 14:41.06 ---> using "460d78a10f3fdcc37309b41bfed9e88cdf5ec7bf84591f7fe5bcd075aae45ad4" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-12-13 14:41.06 ---> using "533d4191fd3ad122deb4a310779307e707b85d1f495a9297a1f8415ecfccf860" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-12-13 14:41.08 ---> saved as "1e95121ac5c3e23721eb6fb397b2049003735af41b89a293d1e97c3f59c19bbd"

/home/opam: (copy (src packages) (dst /src/packages))
2024-12-13 14:41.19 ---> saved as "8e7ce21ae065fc7b4e712d94e1f11cc63dab5d1f67d142f3df7fa1d51b57c4e1"

/home/opam: (copy (src repo) (dst /src/repo))
2024-12-13 14:41.19 ---> saved as "53152dbd84da3ef351950a02fc305818ae2b21b2f092543253c065aec00fb148"

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-12-13 14:42.33 ---> saved as "cec58ea78aa041da7f85621504cb2db51ed3253aecc48e0a9949d91779a9b1e1"

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.06. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.06 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2024-12-13 14:42.54 ---> saved as "206cd4beccdbc4dc248fdc8ad08c9c949f6c540c058baf8f248d967391f8b91c"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-12-13 14:42.55 ---> saved as "0946b063eef2aa5ed8523f8bac1a9568e1225fe9d4eb124e03bf9f9d1a1a31fa"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install ocamlfind.1.9.6"))
The following actions will be performed:
  - install ocamlfind 1.9.6

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> installed ocamlfind.1.9.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-12-13 14:43.14 ---> saved as "21d470ee96d8e3ba1000f1e50732702594d43879854ad7a81c69268c6676cee6"

/home/opam: (env DUNE_CACHE disabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy opam-core.2.0.0~rc seq.0.1 re.1.8.0 ocamlgraph.1.8.8 ocamlfind.1.9.6 ocamlbuild.0.14.3 jbuilder.1.0+beta20.2 cppo.1.6.5 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

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 bookworm-updates/main amd64 Packages.diff/Index [14.0 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-12-07-2012.31-F-2024-12-07-2012.31.pdiff [7261 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-12-07-2012.31-F-2024-12-07-2012.31.pdiff [7261 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [216 kB]
Fetched 341 kB in 0s (1065 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment

<><> Carrying on to "opam depext -viy opam-core.2.0.0~rc seq.0.1 re.1.8.0 ocamlgraph.1.8.8 ocamlfind.1.9.6 ocamlbuild.0.14.3 jbuilder.1.0+beta20.2 cppo.1.6.5" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install jbuilder   1.0+beta20.2
  - install ocamlbuild 0.14.3
  - install ocamlgraph 1.8.8
  - install cppo       1.6.5
  - install seq        0.1
  - install re         1.8.0
  - install opam-core  2.0.0~rc
===== 7 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/21:
Processing  2/21:
Processing  3/21:
-> retrieved cppo.1.6.5  (cached)
Processing  4/21:
-> retrieved ocamlbuild.0.14.3  (cached)
Processing  5/21:
Processing  6/21: [ocamlbuild: make configure.make]
-> retrieved jbuilder.1.0+beta20.2  (cached)
Processing  7/21: [ocamlbuild: make configure.make]
Processing  8/21: [jbuilder: ocaml configure.ml] [ocamlbuild: make configure.make]
-> retrieved ocamlgraph.1.8.8  (cached)
Processing  9/21: [jbuilder: ocaml configure.ml] [ocamlbuild: make configure.make]
Processing 10/21: [jbuilder: ocaml configure.ml] [ocamlbuild: make configure.make] [ocamlgraph: touch]
-> retrieved opam-core.2.0.0~rc  (cached)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.06"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.06/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.06/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.06/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.06"; \
- echo "BINDIR=/home/opam/.opam/4.06/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.06/lib"; \
- echo "MANDIR=/home/opam/.opam/4.06/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.06/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.06/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.06/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.06/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.3"'; \
- ) > src/ocamlbuild_config.ml
Processing 10/21: [jbuilder: ocaml configure.ml] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: touch]
-> retrieved re.1.8.0  (cached)
Processing 10/21: [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: touch]
-> retrieved seq.0.1  (cached)
Processing 10/21: [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure]
- checking for ocamlc... ocamlc
- ocaml version is 4.06.1
- ocaml library path is /home/opam/.opam/4.06/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking ocamlopt version... ok
- checking for ocamlc.opt... ocamlc.opt
- checking ocamlc.opt version... ok
- checking for ocamlopt.opt... ocamlopt.opt
- checking ocamlc.opt version... ok
- checking for ocamldep... ocamldep
- checking for ocamllex... ocamllex
- checking for ocamllex.opt... ocamllex.opt
- checking for ocamlyacc... ocamlyacc
- checking for ocamldoc... ocamldoc
- checking for ocamldoc.opt... ocamldoc.opt
- checking for ocamlweb... true
- checking for ocamlfind... ocamlfind
- OCamlfind detected and enabled
- ocamlfind: Package `lablgtk2' not found
- checking for /home/opam/.opam/4.06/lib/ocaml/lablgtk2/lablgtk.cmxa... no
- checking Win32 platform... no
- configure: WARNING: lablgnomecanvas not found: the graph editor and view_graph will not be compiled
- configure: creating ./config.status
- config.status: creating Makefile
Processing 10/21: [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make]
- '/home/opam/.opam/4.06/bin/ocamllex.opt' -q src/meta_lexer.mll
- '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/action.ml src/action_intf.ml src/arg_spec.ml src/artifacts.ml src/bin.ml src/binary_kind.ml src/build.ml src/build_interpret.ml src/build_system.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/config.ml src/context.ml src/dep_path.ml src/env.ml src/errors.ml src/exe.ml src/file_tree.ml src/findlib.ml src/gen_meta.ml src/gen_rules.ml src/glob_lexer.boot.ml src/import.ml src/inline_tests.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/interned.ml src/jbuild.ml src/jbuild_load.ml vendor/boot/jbuilder_opam_file_format.ml vendor/boot/jbuilder_re.ml src/js_of_ocaml_rules.ml src/lib.ml src/loc.ml src/log.ml src/main.ml src/menhir.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_partitioner.ml src/ocaml_flags.ml src/ocamldep.ml src/odoc.boot.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path.ml src/per_item.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/report_error.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/sexp.ml src/string_with_vars.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/top_closure.ml src/utils.ml src/utop.ml src/variant.ml src/vfile_kind.ml src/watermarks.ml src/workspace.ml > boot-depends.txt
- '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/stdune/caml/caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt
- '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt
- '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt
- '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/hashtbl.ml src/stdune/import.ml src/stdune/int.ml src/stdune/io.ml src/stdune/list.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/pp.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/staged.ml src/stdune/string.ml > boot-depends.txt
- '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/usexp/usexp.ml src/usexp/parser_automaton_internal.ml src/usexp/sexp_ast.ml src/usexp/table.ml > boot-depends.txt
- '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt
- '/home/opam/.opam/4.06/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma boot.ml
Processing 10/21: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make]
- if test -d /home/opam/.opam/4.06/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.06/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
-> compiled  ocamlbuild.0.14.3
Processing 10/21: [jbuilder: ./boot.exe 39] [ocamlgraph: make]
-> installed ocamlbuild.0.14.3
Processing 11/21: [jbuilder: ./boot.exe 39] [ocamlgraph: make]
Processing 12/21: [jbuilder: ./boot.exe 39] [ocamlgraph: make] [seq: make build]
- ocamlbuild src/seq.cma src/seq.cmxa src/seq.cmxs
- /home/opam/.opam/4.06/bin/ocamldep.opt -modules src/seq.mli > src/seq.mli.depends
- /home/opam/.opam/4.06/bin/ocamlc.opt -c -g -I src -o src/seq.cmi src/seq.mli
- /home/opam/.opam/4.06/bin/ocamldep.opt -modules src/seq.ml > src/seq.ml.depends
- /home/opam/.opam/4.06/bin/ocamlc.opt -c -g -I src -o src/seq.cmo src/seq.ml
- /home/opam/.opam/4.06/bin/ocamlc.opt -a -I src src/seq.cmo -o src/seq.cma
- /home/opam/.opam/4.06/bin/ocamlopt.opt -c -g -I src -o src/seq.cmx src/seq.ml
- /home/opam/.opam/4.06/bin/ocamlopt.opt -a -I src src/seq.cmx -o src/seq.cmxa
- /home/opam/.opam/4.06/bin/ocamlopt.opt -shared -linkall -I src src/seq.cmxa -o src/seq.cmxs
-> compiled  seq.0.1
Processing 12/21: [jbuilder: ./boot.exe 39] [ocamlgraph: make]
Processing 13/21: [jbuilder: ./boot.exe 39] [ocamlgraph: make] [seq: make install]
- sed -e s/VERSION/1.8.8/ -e s/CMA/graph.cma/ -e s/CMXA/graph.cmxa/ -e s/CMXS/graph.cmxs/ \
- 	META.in > META
- rm -f src/version.ml
- echo "let version = \""1.8.8"\"" > src/version.ml
- echo 'let date = "'"Fri Dec 13 14:44:24 GMT 2024"'"' >> src/version.ml
- rm -f .depend
- ocamldep -slash -I src -I lib -I editor -I view_graph -I dgraph\
- 	lib/*.ml lib/*.mli \
- 	src/*.ml src/*.mli \
- 	editor/*.mli editor/*.ml \
- 	view_graph/*.mli view_graph/*.ml \
- 	dgraph/*.mli dgraph/*.ml > .depend
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/sig.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/sig_pack.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_ast.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/unionfind.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/unionfind.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/heap.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/heap.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/bitv.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/bitv.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/persistentQueue.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/persistentQueue.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/version.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/util.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/util.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/blocks.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/persistent.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/persistent.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/imperative.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/imperative.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/delaunay.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/delaunay.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/builder.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/builder.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/classic.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/classic.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/rand.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/rand.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/oper.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/oper.ml
- File "src/oper.ml", line 52, characters 2-30:
- Warning 60: unused module H.
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/components.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/components.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/path.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/path.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/nonnegative.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/nonnegative.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/traverse.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/traverse.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/coloring.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/coloring.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/topological.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/topological.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/kruskal.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/kruskal.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/flow.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/flow.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/prim.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/prim.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dominator.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dominator.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphviz.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphviz.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gml.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gml.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_parser.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_parser.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_lexer.ml
- File "src/dot_lexer.mll", line 38, characters 21-37:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/pack.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/pack.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gmap.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gmap.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/minsep.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/minsep.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/cliquetree.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/cliquetree.ml
- File "src/cliquetree.ml", line 21, characters 2-31:
- Warning 60: unused module OVSet.
- File "src/cliquetree.ml", line 149, characters 2-32:
- Warning 60: unused module EdgeSet.
- File "src/cliquetree.ml", line 150, characters 2-34:
- Warning 60: unused module H.
- File "src/cliquetree.ml", line 153, characters 2-32:
- Warning 60: unused module Choose.
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mcs_m.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mcs_m.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/md.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/md.ml
- File "src/md.ml", line 20, characters 2-34:
- Warning 60: unused module VertexSet.
- File "src/md.ml", line 22, characters 2-32:
- Warning 60: unused module Choose.
- File "src/md.ml", line 88, characters 2-34:
- Warning 60: unused module VertexSet.
- File "src/md.ml", line 90, characters 2-32:
- Warning 60: unused module Choose.
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/strat.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/strat.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/fixpoint.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/fixpoint.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/leaderlist.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/leaderlist.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/contraction.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/contraction.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphml.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphml.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/merge.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/merge.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mincut.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mincut.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/clique.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/clique.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/weakTopological.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/weakTopological.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/chaoticIteration.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/chaoticIteration.ml
- ocamlc.opt -I src -I lib -pack -g -o graph.cmo src/sig.cmi src/sig_pack.cmi src/dot_ast.cmi lib/unionfind.cmo lib/heap.cmo lib/bitv.cmo lib/persistentQueue.cmo src/version.cmo src/util.cmo src/blocks.cmo src/persistent.cmo src/imperative.cmo src/delaunay.cmo src/builder.cmo src/classic.cmo src/rand.cmo src/oper.cmo src/components.cmo src/path.cmo src/nonnegative.cmo src/traverse.cmo src/coloring.cmo src/topological.cmo src/kruskal.cmo src/flow.cmo src/prim.cmo src/dominator.cmo src/graphviz.cmo src/gml.cmo src/dot_parser.cmo src/dot_lexer.cmo src/dot.cmo src/pack.cmo src/gmap.cmo src/minsep.cmo src/cliquetree.cmo src/mcs_m.cmo src/md.cmo src/strat.cmo src/fixpoint.cmo src/leaderlist.cmo src/contraction.cmo src/graphml.cmo src/merge.cmo src/mincut.cmo src/clique.cmo src/weakTopological.cmo src/chaoticIteration.cmo
- ocamlc.opt -I src -I lib -a -g -o graph.cma graph.cmo
- ocamlopt.opt -c -I src -I lib -for-pack Graph lib/unionfind.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph lib/heap.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph lib/bitv.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph lib/persistentQueue.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/version.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/util.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/blocks.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/persistent.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/imperative.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/delaunay.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/builder.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/classic.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/rand.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/oper.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/components.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/path.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/nonnegative.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/traverse.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/coloring.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/topological.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/kruskal.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/flow.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/prim.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/dominator.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/graphviz.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/gml.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/dot_parser.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/dot_lexer.ml
- File "src/dot_lexer.mll", line 38, characters 21-37:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/dot.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/pack.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/gmap.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/minsep.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/cliquetree.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/mcs_m.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/md.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/strat.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/fixpoint.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/leaderlist.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/contraction.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/graphml.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/merge.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/mincut.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/clique.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/weakTopological.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/chaoticIteration.ml
- ocamlopt.opt -I src -I lib -pack -o graph.cmx src/sig.cmi src/sig_pack.cmi src/dot_ast.cmi lib/unionfind.cmx lib/heap.cmx lib/bitv.cmx lib/persistentQueue.cmx src/version.cmx src/util.cmx src/blocks.cmx src/persistent.cmx src/imperative.cmx src/delaunay.cmx src/builder.cmx src/classic.cmx src/rand.cmx src/oper.cmx src/components.cmx src/path.cmx src/nonnegative.cmx src/traverse.cmx src/coloring.cmx src/topological.cmx src/kruskal.cmx src/flow.cmx src/prim.cmx src/dominator.cmx src/graphviz.cmx src/gml.cmx src/dot_parser.cmx src/dot_lexer.cmx src/dot.cmx src/pack.cmx src/gmap.cmx src/minsep.cmx src/cliquetree.cmx src/mcs_m.cmx src/md.cmx src/strat.cmx src/fixpoint.cmx src/leaderlist.cmx src/contraction.cmx src/graphml.cmx src/merge.cmx src/mincut.cmx src/clique.cmx src/weakTopological.cmx src/chaoticIteration.cmx
- ocamlopt.opt -I src -I lib -a -o graph.cmxa graph.cmx
- ocamlopt.opt -I src -I lib -shared -o graph.cmxs graph.cmx
-> compiled  ocamlgraph.1.8.8
Processing 13/21: [jbuilder: ./boot.exe 39] [seq: make install]
-> compiled  jbuilder.1.0+beta20.2
Processing 13/21: [seq: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/seq.0.1)
- ocamlfind install seq META _build/src/seq.a _build/src/seq.cma _build/src/seq.cmi _build/src/seq.cmo _build/src/seq.cmx _build/src/seq.cmxa _build/src/seq.cmxs _build/src/seq.ml _build/src/seq.ml.depends _build/src/seq.mli _build/src/seq.mli.depends _build/src/seq.o
- Installed /home/opam/.opam/4.06/lib/seq/seq.o
- Installed /home/opam/.opam/4.06/lib/seq/seq.mli.depends
- Installed /home/opam/.opam/4.06/lib/seq/seq.mli
- Installed /home/opam/.opam/4.06/lib/seq/seq.ml.depends
- Installed /home/opam/.opam/4.06/lib/seq/seq.ml
- Installed /home/opam/.opam/4.06/lib/seq/seq.cmxs
- Installed /home/opam/.opam/4.06/lib/seq/seq.cmxa
- Installed /home/opam/.opam/4.06/lib/seq/seq.cmx
- Installed /home/opam/.opam/4.06/lib/seq/seq.cmo
- Installed /home/opam/.opam/4.06/lib/seq/seq.cmi
- Installed /home/opam/.opam/4.06/lib/seq/seq.cma
- Installed /home/opam/.opam/4.06/lib/seq/seq.a
- Installed /home/opam/.opam/4.06/lib/seq/META
-> installed seq.0.1
-> installed jbuilder.1.0+beta20.2
Processing 15/21: [cppo: jbuilder build]
Processing 16/21: [cppo: jbuilder build] [re: jbuilder build]
Processing 17/21: [cppo: jbuilder build] [re: jbuilder build] [ocamlgraph: make install-findlib]
- ocamlfind install  ocamlgraph META \
- 	src/*.mli view_graph/*.mli dgraph/*.mli \
- 	graph.a graph.cmo graph.cmi graph.cma \
-         graph.o graph.a graph.cmx graph.cmxa graph.cmxs
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/graph.cmxs
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/graph.cmxa
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/graph.cmx
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/graph.a
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/graph.o
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/graph.cma
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/graph.cmi
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/graph.cmo
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.06/lib/ocamlgraph/graph.a
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/graph.a
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/xDotDraw.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/xDot.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/dGraphViewItem.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/dGraphView.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/dGraphTreeModel.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/dGraphTreeLayout.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/dGraphSubTree.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/dGraphRandModel.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/dGraphModel.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/dGraphContainer.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/viewGraph_utils.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/viewGraph_select.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/viewGraph_core.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/weakTopological.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/util.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/traverse.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/topological.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/strat.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/sig_pack.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/sig.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/rand.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/prim.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/persistent.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/path.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/pack.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/oper.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/nonnegative.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/minsep.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/mincut.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/merge.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/md.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/mcs_m.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/leaderlist.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/kruskal.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/imperative.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/graphviz.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/graphml.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/gml.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/gmap.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/flow.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/fixpoint.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/dot_parser.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/dot_ast.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/dot.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/dominator.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/delaunay.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/contraction.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/components.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/coloring.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/cliquetree.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/clique.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/classic.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/chaoticIteration.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/builder.mli
- Installed /home/opam/.opam/4.06/lib/ocamlgraph/META
-> installed ocamlgraph.1.8.8
Processing 17/21: [cppo: jbuilder build] [re: jbuilder build]
-     ocamlopt src/.cppo_main.eobjs/cppo_eval.{cmx,o}
- File "src/cppo_eval.ml", line 88, characters 2-19:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
-> compiled  cppo.1.6.5
Processing 17/21: [re: jbuilder build]
-> installed cppo.1.6.5
Processing 18/21: [re: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "re" "-j" "39" (CWD=/home/opam/.opam/4.06/.opam-switch/build/re.1.8.0)
-> compiled  re.1.8.0
-> installed re.1.8.0
Processing 20/21: [opam-core: ./configure]
+ /home/opam/.opam/4.06/.opam-switch/build/opam-core.2.0.0~rc/./configure "--disable-checks" "--prefix" "/home/opam/.opam/4.06" (CWD=/home/opam/.opam/4.06/.opam-switch/build/opam-core.2.0.0~rc)
- checking for ocamlc... ocamlc
- OCaml version is 4.06.1
- OCaml library path is /home/opam/.opam/4.06/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamldep.opt... ocamldep.opt
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamldoc.opt... ocamldoc.opt
- checking for ocamlbuild... ocamlbuild
- checking OCaml Sys.os_type... Unix
- checking for gawk... no
- checking for mawk... mawk
- checking for compiler type... cc
- checking for compiler architecture... amd64
- checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 accepts -g... yes
- checking for gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 option to accept ISO C89... none needed
- checking for ocamlobjinfo... ocamlobjinfo
- checking for ocamlfind... ocamlfind
- checking for curl... curl
- checking for jbuilder... jbuilder
- 
- checking for OCaml findlib package unix... found
- checking for OCaml findlib package bigarray... found
- checking for OCaml findlib package extlib... not found
- checking for OCaml findlib package re... found
- checking for OCaml findlib package re.glob... found
- checking for OCaml findlib package cmdliner... not found
- checking for OCaml findlib package ocamlgraph... found
- checking for OCaml findlib package cudf... not found
- checking for OCaml findlib package dose3.common... not found
- checking for OCaml findlib package dose3.algo... not found
- checking for OCaml findlib package opam-file-format... not found
- checking for OCaml findlib package mccs... not found
- checking for OCaml findlib package cppo... found
- 
- configure: creating ./config.status
- config.status: creating Makefile.config
- 
- Opam will be built WITHOUT a built-in solver
- 
- Executables will be installed in /home/opam/.opam/4.06/bin
- Manual pages will be installed in /home/opam/.opam/4.06/share/man
Processing 20/21: [opam-core: make opam-core.install]
+ /usr/bin/make "opam-core.install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/opam-core.2.0.0~rc)
- jbuilder build  -p opam-core opam-core.install
-        ocaml (internal)
- fatal: not a git repository (or any of the parent directories): .git
- File "src/core/jbuild", line 16, characters 94-99:
- Warning: The use of the variable prefix '!' is deprecated, simply use '${^}'
- 
- File "src/core/jbuild", line 21, characters 84-89:
- Warning: The use of the variable prefix '!' is deprecated, simply use '${^}'
- 
- File "src/jbuild", line 6, characters 84-89:
- Warning: The use of the variable prefix '!' is deprecated, simply use '${^}'
- 
-> compiled  opam-core.2.0.0~rc
-> installed opam-core.2.0.0~rc
Done.
# Run eval $(opam env) to update the current shell environment
2024-12-13 14:44.36 ---> saved as "c388149ca9d4145ad89f60c28923942c9f724d8124984857ea93b406b48826b2"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u opam-core:fe99397782db0b87757246610ae25a0c,seq:e71b5097a44d009cd31959e9f3c8d10e,re:63ed853df1849c0fead74659a4690d8f,ocamlgraph:3e08c2a0d4385509c0f07e82dbb80d03,cppo:b7faafaeb298e97f1811d13b8aedfbe7"))
2024-12-13 14:44.38 ---> saved as "05c7147f06374405ae2d462a0e6346638f721bdb2bd590df0a742d5fc3b42175"

/home/opam: (run (network host)
                 (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
                 (shell "(echo '0.100369') && (for DATA in prep/universes/b7faafaeb298e97f1811d13b8aedfbe7/cppo/1.6.5,cppo.1.6.5-b7faafaeb298e97f1811d13b8aedfbe7,cppo.1.6.5 prep/universes/3e08c2a0d4385509c0f07e82dbb80d03/ocamlgraph/1.8.8,ocamlgraph.1.8.8-3e08c2a0d4385509c0f07e82dbb80d03,ocamlgraph.1.8.8 prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0,re.1.8.0-63ed853df1849c0fead74659a4690d8f,re.1.8.0 prep/universes/e71b5097a44d009cd31959e9f3c8d10e/seq/0.1,seq.0.1-e71b5097a44d009cd31959e9f3c8d10e,seq.0.1 prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc,opam-core.2.0.0~rc-fe99397782db0b87757246610ae25a0c,opam-core.2.0.0~rc; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/b7faafaeb298e97f1811d13b8aedfbe7/cppo/1.6.5,cppo.1.6.5-b7faafaeb298e97f1811d13b8aedfbe7,cppo.1.6.5 prep/universes/3e08c2a0d4385509c0f07e82dbb80d03/ocamlgraph/1.8.8,ocamlgraph.1.8.8-3e08c2a0d4385509c0f07e82dbb80d03,ocamlgraph.1.8.8 prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0,re.1.8.0-63ed853df1849c0fead74659a4690d8f,re.1.8.0 prep/universes/e71b5097a44d009cd31959e9f3c8d10e/seq/0.1,seq.0.1-e71b5097a44d009cd31959e9f3c8d10e,seq.0.1 prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc,opam-core.2.0.0~rc-fe99397782db0b87757246610ae25a0c,opam-core.2.0.0~rc; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/b7faafaeb298e97f1811d13b8aedfbe7/cppo/1.6.5,cppo.1.6.5-b7faafaeb298e97f1811d13b8aedfbe7,cppo.1.6.5 prep/universes/3e08c2a0d4385509c0f07e82dbb80d03/ocamlgraph/1.8.8,ocamlgraph.1.8.8-3e08c2a0d4385509c0f07e82dbb80d03,ocamlgraph.1.8.8 prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0,re.1.8.0-63ed853df1849c0fead74659a4690d8f,re.1.8.0 prep/universes/e71b5097a44d009cd31959e9f3c8d10e/seq/0.1,seq.0.1-e71b5097a44d009cd31959e9f3c8d10e,seq.0.1 prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc,opam-core.2.0.0~rc-fe99397782db0b87757246610ae25a0c,opam-core.2.0.0~rc; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.100369
prep/universes/b7faafaeb298e97f1811d13b8aedfbe7/cppo/1.6.5/doc/
prep/universes/b7faafaeb298e97f1811d13b8aedfbe7/cppo/1.6.5/doc/cppo/
prep/universes/b7faafaeb298e97f1811d13b8aedfbe7/cppo/1.6.5/doc/cppo/LICENSE.md
prep/universes/b7faafaeb298e97f1811d13b8aedfbe7/cppo/1.6.5/doc/cppo/README.md
prep/universes/b7faafaeb298e97f1811d13b8aedfbe7/cppo/1.6.5/lib/
prep/universes/b7faafaeb298e97f1811d13b8aedfbe7/cppo/1.6.5/lib/cppo/
prep/universes/b7faafaeb298e97f1811d13b8aedfbe7/cppo/1.6.5/lib/cppo/META
prep/universes/b7faafaeb298e97f1811d13b8aedfbe7/cppo/1.6.5/opam
prep/universes/3e08c2a0d4385509c0f07e82dbb80d03/ocamlgraph/1.8.8/lib/
prep/universes/3e08c2a0d4385509c0f07e82dbb80d03/ocamlgraph/1.8.8/lib/ocamlgraph/
prep/universes/3e08c2a0d4385509c0f07e82dbb80d03/ocamlgraph/1.8.8/lib/ocamlgraph/graph.ocamlobjinfo
prep/universes/3e08c2a0d4385509c0f07e82dbb80d03/ocamlgraph/1.8.8/lib/ocamlgraph/META
prep/universes/3e08c2a0d4385509c0f07e82dbb80d03/ocamlgraph/1.8.8/lib/ocamlgraph/graph.cmi
prep/universes/3e08c2a0d4385509c0f07e82dbb80d03/ocamlgraph/1.8.8/opam
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/doc/
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/doc/re/
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/doc/re/CHANGES.md
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/doc/re/LICENSE.md
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/doc/re/README.md
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re.ocamlobjinfo
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/META
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/emacs/
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/emacs/re_emacs.ocamlobjinfo
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/emacs/re_emacs.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/emacs/re_emacs.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/glob/
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/glob/re_glob.ocamlobjinfo
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/glob/re_glob.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/glob/re_glob.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/pcre/
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/pcre/re_pcre.ocamlobjinfo
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/pcre/re_pcre.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/pcre/re_pcre.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/perl/
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/perl/re_perl.ocamlobjinfo
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/perl/re_perl.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/perl/re_perl.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/posix/
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/posix/re_posix.ocamlobjinfo
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/posix/re_posix.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/posix/re_posix.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Automata.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Automata.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Automata.cmti
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Category.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Category.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Category.cmti
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Core.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Core.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Core.cmti
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Cset.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Cset.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Cset.cmti
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Emacs.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Emacs.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Emacs.cmti
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Fmt.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Fmt.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Glob.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Glob.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Glob.cmti
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Pcre.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Pcre.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Pcre.cmti
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Perl.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Perl.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Perl.cmti
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Pmark.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Pmark.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Pmark.cmti
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Posix.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Posix.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Posix.cmti
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Str.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Str.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/re__Str.cmti
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/str/
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/str/re_str.ocamlobjinfo
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/str/re_str.cmi
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/lib/re/str/re_str.cmt
prep/universes/63ed853df1849c0fead74659a4690d8f/re/1.8.0/opam
prep/universes/e71b5097a44d009cd31959e9f3c8d10e/seq/0.1/lib/
prep/universes/e71b5097a44d009cd31959e9f3c8d10e/seq/0.1/lib/seq/
prep/universes/e71b5097a44d009cd31959e9f3c8d10e/seq/0.1/lib/seq/seq.ocamlobjinfo
prep/universes/e71b5097a44d009cd31959e9f3c8d10e/seq/0.1/lib/seq/META
prep/universes/e71b5097a44d009cd31959e9f3c8d10e/seq/0.1/lib/seq/seq.cmi
prep/universes/e71b5097a44d009cd31959e9f3c8d10e/seq/0.1/opam
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/doc/
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/doc/opam-core/
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/doc/opam-core/CHANGES
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/doc/opam-core/LICENSE
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/doc/opam-core/README.md
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opam_core.ocamlobjinfo
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/META
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamCompat.cmi
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamCompat.cmt
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamCompat.cmti
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamConsole.cmi
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamConsole.cmt
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamConsole.cmti
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamCoreConfig.cmi
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamCoreConfig.cmt
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamCoreConfig.cmti
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamDirTrack.cmi
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamDirTrack.cmt
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamDirTrack.cmti
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamFilename.cmi
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamFilename.cmt
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamFilename.cmti
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamHash.cmi
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamHash.cmt
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamHash.cmti
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamJson.cmi
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamJson.cmt
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamJson.cmti
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamParallel.cmi
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamParallel.cmt
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamParallel.cmti
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamProcess.cmi
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamProcess.cmt
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamProcess.cmti
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamSHA.cmi
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamSHA.cmt
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamSHA.cmti
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamStd.cmi
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamStd.cmt
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamStd.cmti
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamSystem.cmi
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamSystem.cmt
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamSystem.cmti
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamUrl.cmi
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamUrl.cmt
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamUrl.cmti
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamVersion.cmi
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamVersion.cmt
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamVersion.cmti
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamVersionCompare.cmi
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamVersionCompare.cmt
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/lib/opam-core/opamVersionCompare.cmti
prep/universes/fe99397782db0b87757246610ae25a0c/opam-core/2.0.0~rc/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:cppo.1.6.5-b7faafaeb298e97f1811d13b8aedfbe7:21c6d6b791e4e7cfad6c28ad0aca55dab9e130577d328f33ced99624a8c3e6a6
HASHES:ocamlgraph.1.8.8-3e08c2a0d4385509c0f07e82dbb80d03:027df98e8d9018af63176efcbb174bc317eecffe9483100d5b2b90de2c201668
HASHES:re.1.8.0-63ed853df1849c0fead74659a4690d8f:805103db21fbd9de4eafb7e93fdd57a21108208bb04d8c491aa4b2266dd2e9b8
HASHES:seq.0.1-e71b5097a44d009cd31959e9f3c8d10e:3b5b5946c082565b5f4abbe7778a4bd594ffef6fc9a9174326c752038a8a2145
HASHES:opam-core.2.0.0~rc-fe99397782db0b87757246610ae25a0c:dce8732c17728f2826a5b3132af74287edb2779a2f2631667d22c5feace0d02e
2024-12-13 14:44.40 ---> saved as "5f86644a6128949b2aff5f72cbb858b68d403d4ad6911b080b12ca63b90844cd"
Job succeeded
2024-12-13 14:50.40: opam-core.2.0.0~rc-fe99397782db0b87757246610ae25a0c -> dce8732c17728f2826a5b3132af74287edb2779a2f2631667d22c5feace0d02e
2024-12-13 14:50.40: seq.0.1-e71b5097a44d009cd31959e9f3c8d10e -> 3b5b5946c082565b5f4abbe7778a4bd594ffef6fc9a9174326c752038a8a2145
2024-12-13 14:50.40: re.1.8.0-63ed853df1849c0fead74659a4690d8f -> 805103db21fbd9de4eafb7e93fdd57a21108208bb04d8c491aa4b2266dd2e9b8
2024-12-13 14:50.40: ocamlgraph.1.8.8-3e08c2a0d4385509c0f07e82dbb80d03 -> 027df98e8d9018af63176efcbb174bc317eecffe9483100d5b2b90de2c201668
2024-12-13 14:50.40: cppo.1.6.5-b7faafaeb298e97f1811d13b8aedfbe7 -> 21c6d6b791e4e7cfad6c28ad0aca55dab9e130577d328f33ced99624a8c3e6a6
2024-12-13 14:50.40: Job succeeded