Build:
  1. 0
2024-09-12 08:35.55: New job: Voodoo prep spdiff.0.1; e7b2be37df5e7e08f163e71af32e8d66
2024-09-12 08:35.55: Waiting for resource in pool OCluster
2024-09-12 21:43.16: Waiting for worker…
2024-09-12 21:45.12: Got resource from pool OCluster
2024-09-12 21:45.12: Using cache hint "docs-universe-prep-4.05.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
         (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.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
 (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 spdiff.0.1 ocamlfind.1.9.6 menhir.20130116 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u spdiff:e7b2be37df5e7e08f163e71af32e8d66,menhir:698da0a792b90b8fa334dea56986307b"))
 (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.666513') && (for DATA in prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116,menhir.20130116-698da0a792b90b8fa334dea56986307b,menhir.20130116 prep/universes/e7b2be37df5e7e08f163e71af32e8d66/spdiff/0.1,spdiff.0.1-e7b2be37df5e7e08f163e71af32e8d66,spdiff.0.1; 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/698da0a792b90b8fa334dea56986307b/menhir/20130116,menhir.20130116-698da0a792b90b8fa334dea56986307b,menhir.20130116 prep/universes/e7b2be37df5e7e08f163e71af32e8d66/spdiff/0.1,spdiff.0.1-e7b2be37df5e7e08f163e71af32e8d66,spdiff.0.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116,menhir.20130116-698da0a792b90b8fa334dea56986307b,menhir.20130116 prep/universes/e7b2be37df5e7e08f163e71af32e8d66/spdiff/0.1,spdiff.0.1-e7b2be37df5e7e08f163e71af32e8d66,spdiff.0.1; 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 331eeb20ae16ba38632301f86b74764870683dd0 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.05.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 21:45.12: RETRYING: 2024-09-12/083555-voodoo-prep-da9ea2 Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  69% (21993/31424)
Updating files:  70% (21997/31424)
Updating files:  71% (22312/31424)
Updating files:  72% (22626/31424)
Updating files:  73% (22940/31424)
Updating files:  74% (23254/31424)
Updating files:  75% (23568/31424)
Updating files:  76% (23883/31424)
Updating files:  77% (24197/31424)
Updating files:  78% (24511/31424)
Updating files:  79% (24825/31424)
Updating files:  80% (25140/31424)
Updating files:  81% (25454/31424)
Updating files:  82% (25768/31424)
Updating files:  83% (26082/31424)
Updating files:  84% (26397/31424)
Updating files:  85% (26711/31424)
Updating files:  86% (27025/31424)
Updating files:  87% (27339/31424)
Updating files:  88% (27654/31424)
Updating files:  89% (27968/31424)
Updating files:  90% (28282/31424)
Updating files:  91% (28596/31424)
Updating files:  92% (28911/31424)
Updating files:  93% (29225/31424)
Updating files:  94% (29539/31424)
Updating files:  95% (29853/31424)
Updating files:  96% (30168/31424)
Updating files:  97% (30482/31424)
Updating files:  98% (30796/31424)
Updating files:  99% (31110/31424)
Updating files: 100% (31424/31424)
Updating files: 100% (31424/31424), done.
HEAD is now at 331eeb20ae Ensure Windows always uses ocaml-config.3

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
2024-09-12 21:38.22 ---> using "7c8c890fbdf3a5ce9ada73a70c4872c63f6da4c66697c2f0b58387309e41a001" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 21:38.22 ---> using "20c183f0d0338fbcef1c46f42e8678e12d47780c46d34e49189d2f9667146690" 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 [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 1s (540 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 (6783 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 ... 18733 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+deb12u8) ...
2024-09-12 21:38.22 ---> using "8c0f8771fbef6314a3959e88202d1780ecd2b0743dffb0ee03d00fa52dbfc6fb" from cache

/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.16.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.7.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.7.0] found in cache
[dune.3.16.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.16.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.7.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-09-12 21:38.22 ---> using "92b96a9320a3c564e921cf6f693e681f388ab6efdb6d4fb243d4b61a1bead82f" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 21:38.22 ---> using "20e9b993b022113842bc0975a803d68b5b5c71e4a43205065eeb9bca43d9f290" from cache
2024-09-12 21:38.22 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
2024-09-12 21:38.22 ---> using "7c8c890fbdf3a5ce9ada73a70c4872c63f6da4c66697c2f0b58387309e41a001" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 21:38.22 ---> using "20c183f0d0338fbcef1c46f42e8678e12d47780c46d34e49189d2f9667146690" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 21:38.22 ---> using "21dd1d46569643818950834cd483e48a237692c6efc675d8e7e354e7f652bc6b" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 21:38.23 ---> using "3ce4534fbf695b751e041e9036d3185f3c6abec1243a0d0566c22d25fa00de5b" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 21:38.23 ---> using "0aac2d8453484281021e98791d09da42b45f06f406e9f32848af499fa8a4ae1e" from cache

/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-09-12 21:38.23 ---> using "cadcb3a809741b50a011c619497316650a78ed3ec8c90ee90548f4a48c57d297" from cache

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

2024-09-12 21:38.23 ---> using "4337b0d2d7cc4373fcece89c1b05a3fe547a87855aad1c68b9d08cd184e730c5" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 21:38.23 ---> using "5a274c974d25b910cf737d457740e0772e9ead46fc3c522eeeb2e3d85a814fbc" from cache

/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-09-12 21:38.23 ---> using "fcb5df6faccb598d127b9887a53c041c58c7e118ba201fb4b2f98fd0dc303ef4" from cache

/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 spdiff.0.1 ocamlfind.1.9.6 menhir.20130116 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 [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (665 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 spdiff.0.1 ocamlfind.1.9.6 menhir.20130116" 

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 menhir 20130116
  - install spdiff 0.1
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/6:
Processing  2/6: [spdiff.0.1: http]
-> retrieved menhir.20130116  (cached)
Processing  3/6: [spdiff.0.1: http]
Processing  4/6: [spdiff.0.1: http] [menhir: make install]
Processing  4/6: [menhir: make install]
Processing  4/6: [spdiff.0.1/spdiff.install: dl] [menhir: make install]
-> retrieved spdiff.0.1  (https://github.com/jespera/spdiff/archive/0.1.tar.gz)
Processing  4/6: [menhir: make install]
+ /usr/bin/make "install" "PREFIX=/home/opam/.opam/4.05" "docdir=/home/opam/.opam/4.05/doc/menhir" "libdir=/home/opam/.opam/4.05/lib/menhir" "mandir=/home/opam/.opam/4.05/man/man1" (CWD=/home/opam/.opam/4.05/.opam-switch/build/menhir.20130116)
- rm -f src/installation.ml
- echo "let libdir = \"/home/opam/.opam/4.05/lib/menhir\"" > src/installation.ml
- if ocamlfind ocamlc -v >/dev/null 2>&1 ; then \
-   echo "let ocamlfind = true" >> src/installation.ml ; \
- else \
-   echo "let ocamlfind = false" >> src/installation.ml ; \
- fi
- /usr/bin/make  -C src -f Makefile
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/menhir.20130116/src'
- ocamllex lexmli.mll
- 80 states, 5444 transitions, table size 22256 bytes
- 18240 additional bytes used for bindings
- ocamllex lexer.mll
- 295 states, 3079 transitions, table size 14086 bytes
- 10473 additional bytes used for bindings
- ocamlyacc -v -b parser parser.mly
- ocamllex lineCount.mll
- 5 states, 259 transitions, table size 1066 bytes
- ocamllex lexdep.mll
- 28 states, 426 transitions, table size 1872 bytes
- 1447 additional bytes used for bindings
- ocamlyacc -v -b sentenceParser sentenceParser.mly
- ocamllex sentenceLexer.mll
- 9 states, 674 transitions, table size 2750 bytes
- for i in *.ml *.mli; do \
-            ../demos/ocamldep.wrapper menhirLib.ml menhirLib.mli - ocamlfind ocamldep $i \
-         >> .depend; \
- done
- Checking that Objective Caml is recent enough...
- Version 4.05.0 is OK.
- /usr/bin/make -s PGEN="ocamlyacc -v" PARSER=parser menhir.opt
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/menhir.20130116/src'
- File "packedIntArray.ml", line 91, characters 6-19:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "packedIntArray.ml", line 115, characters 6-26:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "packedIntArray.ml", line 137, characters 6-19:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "packedIntArray.ml", line 145, characters 1-46:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "tarjan.ml", line 84, characters 16-28:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "tarjan.ml", line 168, characters 29-30:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 389, characters 14-15:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 398, characters 27-28:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 407, characters 27-28:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 517, characters 22-23:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 747, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 756, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 765, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 818, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 824, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 833, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 859, characters 12-13:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 865, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 871, characters 25-26:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 905, characters 14-15:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 909, characters 27-28:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 911, characters 27-28:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 1062, characters 14-15:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 1068, characters 27-28:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 1177, characters 14-15:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 1181, characters 27-28:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "patricia.ml", line 1188, characters 27-28:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "misc.ml", line 53, characters 10-22:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "misc.ml", line 121, characters 10-22:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "misc.ml", line 245, characters 10-21:
- Warning 3: deprecated: String.copy
- File "misc.ml", line 252, characters 1-13:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "settings.ml", line 32, characters 5-22:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "lexer.mll", line 60, characters 4-26:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "lexer.mll", line 68, characters 18-29:
- Warning 3: deprecated: String.copy
- File "partialGrammar.ml", line 259, characters 10-21:
- Warning 3: deprecated: String.copy
- File "partialGrammar.ml", line 262, characters 6-18:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "parameterizedGrammar.ml", line 340, characters 26-38:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "preFront.ml", line 38, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "IO.ml", line 25, characters 14-27:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "grammar.ml", line 707, characters 2-14:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "grammar.ml", line 710, characters 2-14:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "grammar.ml", line 897, characters 6-18:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "grammar.ml", line 900, characters 6-18:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "item.ml", line 163, characters 4-16:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lr0.ml", line 190, characters 1-13:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lr1.ml", line 244, characters 2-14:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lr1partial.ml", line 77, characters 4-16:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "invariant.ml", line 46, characters 4-16:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/menhir.20130116/src'
- /usr/bin/make -s PGEN="./menhir.opt -v -lg 1 -la 1 -lc 1 --comment --infer --error-recovery --stdlib . --strict" PARSER=fancy-parser menhir.opt
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/menhir.20130116/src'
- Grammar has 31 nonterminal symbols, among which 1 start symbols.
- Grammar has 26 terminal symbols.
- Grammar has 83 productions.
- Built an LR(0) automaton with 115 states.
- The grammar is not SLR(1) -- 5 states have a conflict.
- Built an LR(1) automaton with 129 states.
- 5 shift/reduce conflicts were silently solved.
- 38 out of 129 states are represented.
- 25 out of 60 symbols keep track of their start position.
- 20 out of 60 symbols keep track of their end position.
- 56 out of 129 states have a default reduction.
- 33 out of 84 productions exploit shiftreduce optimization.
- 20 out of 129 states can peek at an error.
- 13 out of 129 states can do error recovery.
- 452 functions before inlining, 116 functions after inlining.
- File "lexer.mll", line 60, characters 4-26:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "lexer.mll", line 68, characters 18-29:
- Warning 3: deprecated: String.copy
- File "preFront.ml", line 38, characters 10-23:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "grammar.ml", line 707, characters 2-14:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "grammar.ml", line 710, characters 2-14:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "grammar.ml", line 897, characters 6-18:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "grammar.ml", line 900, characters 6-18:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "item.ml", line 163, characters 4-16:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lr0.ml", line 190, characters 1-13:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lr1.ml", line 244, characters 2-14:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "lr1partial.ml", line 77, characters 4-16:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "invariant.ml", line 46, characters 4-16:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/menhir.20130116/src'
- Bootstrap successful.
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/menhir.20130116/src'
- /usr/bin/make  -C src -f Makefile menhirLib.cmi menhirLib.cmo menhirLib.cmx menhirLib.o
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/menhir.20130116/src'
- ocamlfind ocamlc -g -c infiniteArray.ml
- ocamlfind ocamlc -g -c packedIntArray.ml
- File "packedIntArray.ml", line 91, characters 6-19:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "packedIntArray.ml", line 115, characters 6-26:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "packedIntArray.ml", line 137, characters 6-19:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "packedIntArray.ml", line 145, characters 1-46:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- ocamlfind ocamlc -g -c rowDisplacement.ml
- ocamlfind ocamlc -g -c engine.ml
- ocamlfind ocamlc -g -c tableInterpreter.ml
- ocamlfind ocamlc -g -c convert.ml
- ocamlfind ocamlc -g -pack -o menhirLib.cmo infiniteArray.cmo packedIntArray.cmo rowDisplacement.cmo engineTypes.cmo engine.cmo tableFormat.cmo tableInterpreter.cmo convert.cmo
- make[1]: 'menhirLib.cmo' is up to date.
- make[1]: 'menhirLib.cmx' is up to date.
- make[1]: 'menhirLib.o' is up to date.
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/menhir.20130116/src'
- mkdir -p /home/opam/.opam/4.05/bin
- mkdir -p /home/opam/.opam/4.05/lib/menhir
- mkdir -p /home/opam/.opam/4.05/doc/menhir
- mkdir -p /home/opam/.opam/4.05/man/man1
- install src/menhir /home/opam/.opam/4.05/bin
- install -m 644 src/standard.mly /home/opam/.opam/4.05/lib/menhir
- cp -r manual.pdf demos /home/opam/.opam/4.05/doc/menhir
- cp -r menhir.1 /home/opam/.opam/4.05/man/man1
- Installing MenhirLib via ocamlfind.
- Installed /home/opam/.opam/4.05/lib/menhirLib/menhirLib.o
- Installed /home/opam/.opam/4.05/lib/menhirLib/menhirLib.cmx
- Installed /home/opam/.opam/4.05/lib/menhirLib/menhirLib.cmo
- Installed /home/opam/.opam/4.05/lib/menhirLib/menhirLib.cmi
- Installed /home/opam/.opam/4.05/lib/menhirLib/META
-> installed menhir.20130116
Processing  5/6: [spdiff: make depend]
+ /usr/bin/make "depend" (CWD=/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1)
- echo "let foo_ctl () = failwith \"there is no foo_ctl formula\"" \
-   > test.ml
- ocamldep  *.mli *.ml > .depend
- set -e; for i in localcocci/commons localcocci/globals localcocci/menhirlib localcocci/parsing_cocci localcocci/parsing_c; do /usr/bin/make -C $i depend; done
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/commons'
- ocamldep -I ocamlextra -I ocollection  *.mli *.ml  > .depend
- for i in ocamlextra ocollection; do ocamldep -I ocamlextra -I ocollection  $i/*.ml $i/*.mli >> .depend; done
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/commons'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/globals'
- ocamldep  *.mli *.ml    > .depend
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/globals'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/menhirlib'
- ocamldep  *.mli *.ml    > .depend
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/menhirlib'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/parsing_cocci'
- ocamllex lexer_cocci.mll
- 181 states, 1670 transitions, table size 7766 bytes
- 2130 additional bytes used for bindings
- ocamllex lexer_script.mll
- 5 states, 259 transitions, table size 1066 bytes
- menhir --table parser_cocci_menhir.mly
- Warning: you are using the standard library and/or the %inline keyword. We
- recommend switching on --infer in order to avoid obscure type error messages.
- ocamldep -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib *.mli *.ml > .depend
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/parsing_cocci'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/parsing_c'
- ocamllex  lexer_c.mll
- 381 states, 13030 transitions, table size 54406 bytes
- 3353 additional bytes used for bindings
- ocamlyacc -v parser_c.mly
- ocamldep -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  *.mli *.ml    > .depend
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/parsing_c'
Processing  5/6: [spdiff: make opt]
+ /usr/bin/make "opt" (CWD=/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1)
- set -e; for i in localcocci/commons localcocci/globals localcocci/menhirlib localcocci/parsing_cocci localcocci/parsing_c; do /usr/bin/make -C $i all.opt; done 
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/commons'
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c ocamlextra/dumper.mli
- ocamlopt  -I ocamlextra -I ocollection   -c ocamlextra/dumper.ml
- File "ocamlextra/dumper.ml", line 81, characters 16-25:
- Warning 3: deprecated: Obj.final_tag
- Replaced by custom_tag.
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c ocamlextra/ANSITerminal.mli
- ocamlopt  -I ocamlextra -I ocollection   -c ocamlextra/ANSITerminal.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c ocamlextra/setb.mli
- ocamlopt  -I ocamlextra -I ocollection   -c ocamlextra/setb.ml
- ocamlopt  -I ocamlextra -I ocollection   -c ocamlextra/mapb.ml
- ocamlopt  -I ocamlextra -I ocollection   -c ocamlextra/setPt.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c common.mli
- ocamlopt  -I ocamlextra -I ocollection   -c common.ml
- File "common.ml", line 361, characters 16-25:
- Warning 3: deprecated: Obj.final_tag
- Replaced by custom_tag.
- File "common.ml", line 2230, characters 16-32:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "common.ml", line 3113, characters 12-25:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "common.ml", line 5226, characters 14-26:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- ocamlopt  -I ocamlextra -I ocollection   -c common_extra.ml
- ocamlopt  -I ocamlextra -I ocollection   -c interfaces.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c objet.mli
- ocamlopt  -I ocamlextra -I ocollection   -c objet.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c ocollection.mli
- ocamlopt  -I ocamlextra -I ocollection   -c ocollection.ml
- ocamlopt  -I ocamlextra -I ocollection   -c seti.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c seti.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c ocamlextra/setPt.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c oset.mli
- ocamlopt  -I ocamlextra -I ocollection   -c oset.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c oassoc.mli
- ocamlopt  -I ocamlextra -I ocollection   -c oassoc.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c osequence.mli
- ocamlopt  -I ocamlextra -I ocollection   -c osequence.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c ograph.mli
- ocamlopt  -I ocamlextra -I ocollection   -c ograph.ml
- ocamlopt  -I ocamlextra -I ocollection   -c ocollection/oseti.ml
- ocamlopt  -I ocamlextra -I ocollection   -c ocollection/oseth.ml
- ocamlopt  -I ocamlextra -I ocollection   -c ocollection/osetb.ml
- ocamlopt  -I ocamlextra -I ocollection   -c ocollection/osetpt.ml
- ocamlopt  -I ocamlextra -I ocollection   -c ocollection/oassocb.ml
- ocamlopt  -I ocamlextra -I ocollection   -c ocollection/oassoch.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c ocollection/oassoc_buffer.mli
- ocamlopt  -I ocamlextra -I ocollection   -c ocollection/oassoc_buffer.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c ocollection/oassoc_cache.mli
- ocamlopt  -I ocamlextra -I ocollection   -c ocollection/oassoc_cache.ml
- ocamlopt  -I ocamlextra -I ocollection   -c ocollection/oassocid.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c oarray.mli
- ocamlopt  -I ocamlextra -I ocollection   -c oarray.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c ocollection/ograph2way.mli
- ocamlopt  -I ocamlextra -I ocollection   -c ocollection/ograph2way.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c ograph_extended.mli
- ocamlopt  -I ocamlextra -I ocollection   -c ograph_extended.ml
- ocamlopt  -I ocamlextra -I ocollection   -c ofullcommon.ml
- ocamlopt  -I ocamlextra -I ocollection   -c glimpse.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c parser_combinators.mli
- ocamlopt  -I ocamlextra -I ocollection   -c parser_combinators.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c ocamlextra/enum.mli
- ocamlopt  -I ocamlextra -I ocollection   -c ocamlextra/enum.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c ocamlextra/dynArray.mli
- ocamlopt  -I ocamlextra -I ocollection   -c ocamlextra/dynArray.ml
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c ocamlextra/suffix_tree.mli
- ocamlopt  -I ocamlextra -I ocollection   -c ocamlextra/suffix_tree.ml
- File "ocamlextra/suffix_tree.ml", line 52, characters 13-14:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "ocamlextra/suffix_tree.ml", line 83, characters 19-20:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "ocamlextra/suffix_tree.ml", line 182, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "ocamlextra/suffix_tree.ml", line 255, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "ocamlextra/suffix_tree.ml", line 255, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- ocamlc -g -dtypes -I ocamlextra -I ocollection   -c ocamlextra/suffix_tree_ext.mli
- ocamlopt  -I ocamlextra -I ocollection   -c ocamlextra/suffix_tree_ext.ml
- File "ocamlextra/suffix_tree_ext.ml", line 52, characters 13-14:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "ocamlextra/suffix_tree_ext.ml", line 83, characters 19-20:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "ocamlextra/suffix_tree_ext.ml", line 182, characters 30-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "ocamlextra/suffix_tree_ext.ml", line 272, characters 15-16:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "ocamlextra/suffix_tree_ext.ml", line 272, characters 24-25:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- ocamlopt  -I ocamlextra -I ocollection  -a -o commons.cmxa ocamlextra/dumper.cmx ocamlextra/ANSITerminal.cmx ocamlextra/setb.cmx ocamlextra/mapb.cmx ocamlextra/setPt.cmx common.cmx common_extra.cmx interfaces.cmx objet.cmx ocollection.cmx seti.cmx oset.cmx oassoc.cmx osequence.cmx ograph.cmx ocollection/oseti.cmx ocollection/oseth.cmx ocollection/osetb.cmx ocollection/osetpt.cmx ocollection/oassocb.cmx ocollection/oassoch.cmx ocollection/oassoc_buffer.cmx ocollection/oassoc_cache.cmx ocollection/oassocid.cmx oarray.cmx ocollection/ograph2way.cmx ograph_extended.cmx ofullcommon.cmx glimpse.cmx parser_combinators.cmx ocamlextra/enum.cmx ocamlextra/dynArray.cmx ocamlextra/suffix_tree.cmx ocamlextra/suffix_tree_ext.cmx
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/commons'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/globals'
- ocamlopt   -c flag.ml
- ocamlopt   -c config.ml
- ocamlopt   -a -o globals.cmxa flag.cmx config.cmx
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/globals'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/menhirlib'
- ocamlopt  -for-pack MenhirLib     -c infiniteArray.ml
- ocamlopt  -for-pack MenhirLib     -c packedIntArray.ml
- File "packedIntArray.ml", line 91, characters 6-19:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "packedIntArray.ml", line 115, characters 6-26:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "packedIntArray.ml", line 137, characters 6-19:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "packedIntArray.ml", line 145, characters 1-46:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- ocamlopt  -for-pack MenhirLib     -c rowDisplacement.ml
- ocamlopt  -for-pack MenhirLib     -c engineTypes.ml
- ocamlopt  -for-pack MenhirLib     -c engine.ml
- ocamlopt  -for-pack MenhirLib     -c tableFormat.ml
- ocamlopt  -for-pack MenhirLib     -c tableInterpreter.ml
- ocamlopt  -for-pack MenhirLib     -c convert.ml
- ocamlopt  -for-pack MenhirLib     -a -o menhirLib.cmxa infiniteArray.cmx packedIntArray.cmx rowDisplacement.cmx engineTypes.cmx engine.cmx tableFormat.cmx tableInterpreter.cmx convert.cmx
- ocamlopt                 -pack -o menhirLib.cmx infiniteArray.cmx packedIntArray.cmx rowDisplacement.cmx engineTypes.cmx engine.cmx tableFormat.cmx tableInterpreter.cmx convert.cmx
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/menhirlib'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/parsing_cocci'
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c flag_parsing_cocci.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c type_cocci.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c type_cocci.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c ast_cocci.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c ast_cocci.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c ast0_cocci.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c ast0_cocci.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c pretty_print_cocci.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c pretty_print_cocci.ml
- File "pretty_print_cocci.ml", line 45, characters 66-68:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c unparse_ast0.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c unparse_ast0.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c visitor_ast.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c visitor_ast.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c visitor_ast0.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c visitor_ast0.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c compute_lines.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c compute_lines.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c comm_assoc.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c comm_assoc.ml
- File "comm_assoc.ml", line 18, characters 20-22:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c iso_pattern.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c iso_pattern.ml
- File "iso_pattern.ml", line 238, characters 20-22:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 247, characters 20-22:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 454, characters 23-25:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 454, characters 48-50:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 579, characters 23-25:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 579, characters 48-50:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 700, characters 23-25:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 700, characters 48-50:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 772, characters 26-28:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 772, characters 51-53:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 836, characters 23-25:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 836, characters 48-50:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 905, characters 23-25:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 905, characters 48-50:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 935, characters 23-25:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 935, characters 48-50:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 970, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 970, characters 42-44:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 1129, characters 26-28:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 1129, characters 51-53:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 1870, characters 14-16:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 1870, characters 46-48:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "iso_pattern.ml", line 1871, characters 14-16:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c iso_compile.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c iso_compile.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c single_statement.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c single_statement.ml
- File "single_statement.ml", line 88, characters 17-19:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "single_statement.ml", line 101, characters 17-19:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "single_statement.ml", line 136, characters 17-19:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "single_statement.ml", line 161, characters 17-19:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "single_statement.ml", line 176, characters 17-19:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "single_statement.ml", line 192, characters 17-19:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "single_statement.ml", line 231, characters 16-18:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c simple_assignments.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c simple_assignments.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c ast0toast.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c ast0toast.ml
- File "ast0toast.ml", line 53, characters 8-10:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c check_meta.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c check_meta.ml
- File "check_meta.ml", line 59, characters 28-44:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c top_level.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c top_level.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c type_infer.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c type_infer.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c test_exps.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c test_exps.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c unitary_ast0.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c unitary_ast0.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c arity.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c arity.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c index.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c index.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c context_neg.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c context_neg.ml
- File "context_neg.ml", line 934, characters 23-25:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "context_neg.ml", line 973, characters 14-16:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "context_neg.ml", line 974, characters 22-24:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "context_neg.ml", line 974, characters 43-45:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "context_neg.ml", line 975, characters 41-43:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "context_neg.ml", line 995, characters 19-21:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c adjust_pragmas.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c adjust_pragmas.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c insert_plus.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c insert_plus.ml
- File "insert_plus.ml", line 811, characters 38-40:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "insert_plus.ml", line 833, characters 39-41:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "insert_plus.ml", line 833, characters 54-56:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c function_prototypes.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c function_prototypes.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c unify_ast.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c unify_ast.ml
- File "unify_ast.ml", line 56, characters 21-23:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c semantic_cocci.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c data.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c data.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c free_vars.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c free_vars.ml
- File "free_vars.ml", line 354, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c parse_aux.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c disjdistr.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c disjdistr.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c semantic_cocci.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c ../globals/flag.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c parse_aux.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c parser_cocci_menhir.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c parser_cocci_menhir.ml
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c lexer_cocci.ml
- File "lexer_cocci.mll", line 152, characters 19-21:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "lexer_cocci.mll", line 414, characters 26-28:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c lexer_script.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c get_constants.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c get_constants.ml
- File "get_constants.ml", line 157, characters 19-21:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "get_constants.ml", line 244, characters 39-41:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "get_constants.ml", line 288, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c get_constants2.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c get_constants2.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c parse_cocci.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c parse_cocci.ml
- File "parse_cocci.ml", line 737, characters 37-39:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "parse_cocci.ml", line 1076, characters 29-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "parse_cocci.ml", line 1076, characters 41-43:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "parse_cocci.ml", line 1076, characters 52-54:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "parse_cocci.ml", line 1077, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "parse_cocci.ml", line 1077, characters 40-42:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "parse_cocci.ml", line 1193, characters 19-21:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "parse_cocci.ml", line 1425, characters 28-30:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -I ../menhirlib -a -o cocci_parser.cmxa ../menhirlib/menhirLib.cmx flag_parsing_cocci.cmx type_cocci.cmx ast_cocci.cmx ast0_cocci.cmx pretty_print_cocci.cmx unparse_ast0.cmx visitor_ast.cmx visitor_ast0.cmx compute_lines.cmx comm_assoc.cmx iso_pattern.cmx iso_compile.cmx single_statement.cmx simple_assignments.cmx ast0toast.cmx check_meta.cmx top_level.cmx type_infer.cmx test_exps.cmx unitary_ast0.cmx arity.cmx index.cmx context_neg.cmx adjust_pragmas.cmx insert_plus.cmx function_prototypes.cmx unify_ast.cmx semantic_cocci.cmx data.cmx free_vars.cmx parse_aux.cmx disjdistr.cmx lexer_cocci.cmx parser_cocci_menhir.cmx lexer_script.cmx get_constants.cmx get_constants2.cmx parse_cocci.cmx
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/parsing_cocci'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/parsing_c'
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c flag_parsing_c.ml
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c parsing_stat.ml
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c token_c.ml
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c ast_c.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c token_c.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c ast_c.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c control_flow_c.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c control_flow_c.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c type_c.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c type_c.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c visitor_c.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c visitor_c.ml
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c lib_parsing_c.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c ast_to_flow.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c ast_to_flow.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c pretty_print_c.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c pretty_print_c.ml
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c semantic_c.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c lexer_parser.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c lexer_parser.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c parser_c.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c parser_c.ml
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c lexer_c.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c token_helpers.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c token_helpers.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c parsing_hacks.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c parsing_hacks.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c unparse_cocci.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c unparse_cocci.ml
- File "unparse_cocci.ml", line 66, characters 66-68:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c parsing_stat.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c parse_c.mli
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c unparse_c.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c unparse_c.ml
- File "unparse_c.ml", line 390, characters 32-34:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "unparse_c.ml", line 806, characters 20-22:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c unparse_hrule.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c unparse_hrule.ml
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c parse_c.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c cpp_ast_c.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c cpp_ast_c.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c type_annoter_c.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c type_annoter_c.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c comment_annotater_c.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c comment_annotater_c.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c compare_c.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c compare_c.ml
- ocamlc -g -dtypes -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c test_parsing_c.mli
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -c test_parsing_c.ml
- ocamlopt  -I ../commons -I ../commons/ocamlextra -I ../commons/ocollection -I ../globals -I  ../parsing_cocci  -a -o parsing_c.cmxa flag_parsing_c.cmx parsing_stat.cmx token_c.cmx ast_c.cmx control_flow_c.cmx type_c.cmx visitor_c.cmx lib_parsing_c.cmx ast_to_flow.cmx pretty_print_c.cmx semantic_c.cmx lexer_parser.cmx parser_c.cmx lexer_c.cmx token_helpers.cmx parsing_hacks.cmx unparse_cocci.cmx unparse_c.cmx unparse_hrule.cmx parse_c.cmx cpp_ast_c.cmx type_annoter_c.cmx comment_annotater_c.cmx compare_c.cmx test_parsing_c.cmx
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/spdiff.0.1/localcocci/parsing_c'
- ocamlc.opt -g -dtypes -custom   -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c  -c ANSITerminal.mli
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c ANSITerminal.ml
- ocamlc.opt -g -dtypes -custom   -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c  -c hashcons.mli
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c hashcons.ml
- File "hashcons.ml", line 40, characters 12-24:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "hashcons.ml", line 179, characters 14-26:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c jconfig.ml
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c gtree.ml
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c env.ml
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c gtree_util.ml
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c util.ml
- menhir genericparser.mly
- ocamlc.opt -g -dtypes -custom   -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c -c genericparser.mli
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c genericparser.ml
- ocamllex  genericlexer.mll
- 16 states, 260 transitions, table size 1136 bytes
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c genericlexer.ml
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c difftype.ml
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c visitor_j.ml
- ocamlc.opt -g -dtypes -custom   -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c  -c control_flow_c2.mli
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c control_flow_c2.ml
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c ast_to_flow2.ml
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c msa.ml
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c diff.ml
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c reader.ml
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c   -c main.ml
- ocamlopt.opt -g -dtypes -I localcocci/commons -I localcocci/commons/ocamlextra -I localcocci/globals -I localcocci/commons/ocollection -I localcocci/globals -I localcocci/parsing_c  -o spdiff.opt str.cmxa unix.cmxa bigarray.cmxa  localcocci/commons/commons.cmxa localcocci/globals/globals.cmxa localcocci/parsing_c/parsing_c.cmxa ANSITerminal.cmx hashcons.cmx jconfig.cmx gtree.cmx env.cmx gtree_util.cmx util.cmx genericparser.cmx genericlexer.cmx difftype.cmx visitor_j.cmx control_flow_c2.cmx ast_to_flow2.cmx msa.cmx diff.cmx reader.cmx main.cmx
- rm genericparser.ml genericlexer.ml
-> compiled  spdiff.0.1
-> installed spdiff.0.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:40.14 ---> saved as "f71170eb5717ce02f0b7fc0f7515c2db2e43fe0f9c7e0ec3a0c7393c0c08942b"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u spdiff:e7b2be37df5e7e08f163e71af32e8d66,menhir:698da0a792b90b8fa334dea56986307b"))
2024-09-12 21:40.16 ---> saved as "8ed131d2ba7cd7a2ba4952f6d236c0f8ca7df2d377f518d8c9eef778c79ed200"

/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.666513') && (for DATA in prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116,menhir.20130116-698da0a792b90b8fa334dea56986307b,menhir.20130116 prep/universes/e7b2be37df5e7e08f163e71af32e8d66/spdiff/0.1,spdiff.0.1-e7b2be37df5e7e08f163e71af32e8d66,spdiff.0.1; 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/698da0a792b90b8fa334dea56986307b/menhir/20130116,menhir.20130116-698da0a792b90b8fa334dea56986307b,menhir.20130116 prep/universes/e7b2be37df5e7e08f163e71af32e8d66/spdiff/0.1,spdiff.0.1-e7b2be37df5e7e08f163e71af32e8d66,spdiff.0.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116,menhir.20130116-698da0a792b90b8fa334dea56986307b,menhir.20130116 prep/universes/e7b2be37df5e7e08f163e71af32e8d66/spdiff/0.1,spdiff.0.1-e7b2be37df5e7e08f163e71af32e8d66,spdiff.0.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.666513
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/Makefile
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/Makefile.auto
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/Makefile.shared
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/OMakefile.shared
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-param/
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-param/Makefile
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-param/OMakefile
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-param/OMakeroot
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-param/README
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-param/calc.ml
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-param/lexer.mll
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-param/parser.mly
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-param/tokens.mly
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-two/
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-two/Makefile
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-two/OMakefile
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-two/OMakeroot
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-two/README
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-two/algebraic.mly
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-two/calc.ml
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-two/common.mly
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-two/lexer.mll
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-two/reverse.mly
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc-two/tokens.mly
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc/
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc/.omakedb
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc/.omakedb.lock
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc/Makefile
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc/OMakefile
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc/OMakefile.omc
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc/OMakeroot
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc/OMakeroot.omc
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc/README
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc/calc.ml
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc/lexer.mll
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc/parser.mly
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc/stratified.ml
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/calc/stratified.mli
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/demos/ocamldep.wrapper
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/doc/menhir/manual.pdf
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/lib/
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/lib/menhirLib/
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/lib/menhirLib/META
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/lib/menhirLib/menhirLib.cmi
prep/universes/698da0a792b90b8fa334dea56986307b/menhir/20130116/opam
prep/universes/e7b2be37df5e7e08f163e71af32e8d66/spdiff/0.1/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.
HASHES:menhir.20130116-698da0a792b90b8fa334dea56986307b:d3787cde92f66744c537a8860e29ec01f8c5e798539f35343a65a306558c75b3
HASHES:spdiff.0.1-e7b2be37df5e7e08f163e71af32e8d66:1a2208828a2362148bfb08330654b360e2fccac35ecac2a0f1f1207f0b57a103
2024-09-12 21:40.18 ---> saved as "fce32bd2c6ae4895e16b0ce24bd6035f76fc931b06cce33191f26eccb8093963"
Job succeeded
2024-09-12 21:49.07: spdiff.0.1-e7b2be37df5e7e08f163e71af32e8d66 -> 1a2208828a2362148bfb08330654b360e2fccac35ecac2a0f1f1207f0b57a103
2024-09-12 21:49.07: menhir.20130116-698da0a792b90b8fa334dea56986307b -> d3787cde92f66744c537a8860e29ec01f8c5e798539f35343a65a306558c75b3
2024-09-12 21:49.07: Job succeeded