Build:
- 0
2024-09-12 08:35.52: New job: Voodoo prep incremental.v0.10.0; c7bdae596305384d4c695741188c900f 2024-09-12 08:35.52: Waiting for resource in pool OCluster 2024-09-12 18:53.51: Waiting for worker… 2024-09-12 18:53.51: Got resource from pool OCluster 2024-09-12 18:53.51: 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:38812573285392220263098957afac029132f5286bd8bfb1fc6ff6821b4d9f33) (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:38812573285392220263098957afac029132f5286bd8bfb1fc6ff6821b4d9f33) (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 dune.1.11.4")) (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 incremental.v0.10.0 variantslib.v0.10.0 typerep.v0.10.0 stdio.v0.10.0 spawn.v0.10.1 sexplib.v0.10.0 seq.0.2.2 result.1.5 re.1.8.0 ppx_variants_conv.v0.10.0 ppx_typerep_conv.v0.10.0 ppx_type_conv.v0.10.0 ppx_traverse_builtins.v0.10.0 ppx_traverse.v0.10.0 ppx_sexp_value.v0.10.0 ppx_sexp_message.v0.10.0 ppx_sexp_conv.v0.10.0 ppx_pipebang.v0.10.0 ppx_optional.v0.10.0 ppx_optcomp.v0.10.0 ppx_metaquot.v0.10.0 ppx_let.v0.10.0 ppx_js_style.v0.10.0 ppx_jane.v0.10.0 ppx_inline_test.v0.10.1 ppx_here.v0.10.0 ppx_hash.v0.10.0 ppx_fields_conv.v0.10.0 ppx_fail.v0.10.0 ppx_expect.v0.10.1 ppx_enumerate.v0.10.0 ppx_driver.v0.10.4 ppx_derivers.1.2.1 ppx_custom_printf.v0.10.0 ppx_core.v0.10.0 ppx_compare.v0.10.0 ppx_bin_prot.v0.10.0 ppx_bench.v0.10.0 ppx_base.v0.10.0 ppx_ast.v0.10.0 ppx_assert.v0.10.0 octavius.1.2.2 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.10.0 num.1.5-1 jbuilder.transition jane-street-headers.v0.10.0 incremental_kernel.v0.10.0 fieldslib.v0.10.0 dune.1.11.4 core_kernel.v0.10.0 core.v0.10.0 configurator.v0.10.0 bin_prot.v0.10.0 base.v0.10.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u incremental:c7bdae596305384d4c695741188c900f,incremental_kernel:27b1784bc47b234f5ef4fa44c0284a07,core:51668efa868398fccedf8f149bc6ede9")) (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.855770') && (for DATA in prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0,core.v0.10.0-51668efa868398fccedf8f149bc6ede9,core.v0.10.0 prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0,incremental_kernel.v0.10.0-27b1784bc47b234f5ef4fa44c0284a07,incremental_kernel.v0.10.0 prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0,incremental.v0.10.0-c7bdae596305384d4c695741188c900f,incremental.v0.10.0; 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/51668efa868398fccedf8f149bc6ede9/core/v0.10.0,core.v0.10.0-51668efa868398fccedf8f149bc6ede9,core.v0.10.0 prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0,incremental_kernel.v0.10.0-27b1784bc47b234f5ef4fa44c0284a07,incremental_kernel.v0.10.0 prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0,incremental.v0.10.0-c7bdae596305384d4c695741188c900f,incremental.v0.10.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0,core.v0.10.0-51668efa868398fccedf8f149bc6ede9,core.v0.10.0 prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0,incremental_kernel.v0.10.0-27b1784bc47b234f5ef4fa44c0284a07,incremental_kernel.v0.10.0 prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0,incremental.v0.10.0-c7bdae596305384d4c695741188c900f,incremental.v0.10.0; 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 545557a0078aa899c3c9081c5f58a256ddfc2249 --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-09-12 18:53.51: RETRYING: 2024-09-12/083552-voodoo-prep-15740e Number of retries: 0 (retriable error condition) Building on doris.caelum.ci.dev All commits already cached Updating files: 75% (23924/31656) Updating files: 76% (24059/31656) Updating files: 77% (24376/31656) Updating files: 78% (24692/31656) Updating files: 79% (25009/31656) Updating files: 80% (25325/31656) Updating files: 81% (25642/31656) Updating files: 82% (25958/31656) Updating files: 83% (26275/31656) Updating files: 84% (26592/31656) Updating files: 85% (26908/31656) Updating files: 86% (27225/31656) Updating files: 87% (27541/31656) Updating files: 88% (27858/31656) Updating files: 89% (28174/31656) Updating files: 90% (28491/31656) Updating files: 91% (28807/31656) Updating files: 92% (29124/31656) Updating files: 93% (29441/31656) Updating files: 94% (29757/31656) Updating files: 95% (30074/31656) Updating files: 96% (30390/31656) Updating files: 97% (30707/31656) Updating files: 98% (31023/31656) Updating files: 99% (31340/31656) Updating files: 100% (31656/31656) Updating files: 100% (31656/31656), done. HEAD is now at 545557a007 Moved num patch to separate 1.5-1 package version (build "tools" …) (from ocaml/opam:debian-12-ocaml-4.06@sha256:38812573285392220263098957afac029132f5286bd8bfb1fc6ff6821b4d9f33) 2024-09-12 18:46.43 ---> using "4fa5e01f0bf73863516be81d0b3a899ba50b2c43cbf590d060f599dcf6454364" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 18:46.43 ---> using "f4e116fc7e56a6db3e37e9d7c5c5f04b84e0abdf16a4c7064a2fa5dfbec87b36" 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 0s (630 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 (7541 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 18:46.43 ---> using "4b5c15449f95eee19830cc9748faf343e7244491876b7d58222f9d355a9b4e29" 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 stdlib-shims.0.3.0 -> installed opam-file-format.2.1.6 -> 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 18:46.43 ---> using "a143162bb82860488959f3ce8fb42e4340df98a2b60e1718078adf2ca6c58327" from cache /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2024-09-12 18:46.43 ---> using "32b3b8847b0acc5368c946049fa08c232dd5a8b2c3b7dcb406375f06de581da5" from cache 2024-09-12 18:46.43 --> finished "tools" (from ocaml/opam:debian-12-ocaml-4.06@sha256:38812573285392220263098957afac029132f5286bd8bfb1fc6ff6821b4d9f33) 2024-09-12 18:46.43 ---> using "4fa5e01f0bf73863516be81d0b3a899ba50b2c43cbf590d060f599dcf6454364" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 18:46.43 ---> using "f4e116fc7e56a6db3e37e9d7c5c5f04b84e0abdf16a4c7064a2fa5dfbec87b36" from cache /home/opam: (run (shell "sudo mkdir /src")) 2024-09-12 18:46.43 ---> using "e81499036ff9465ab94c1afcd925e773b379423df968d57e5c8ff3f37195d91b" from cache /home/opam: (copy (src packages) (dst /src/packages)) 2024-09-12 18:46.45 ---> using "9fa5ae1d515a872e65aad40db1ab896c58aa3109f40f94eb6ef88f5b8ac8e670" from cache /home/opam: (copy (src repo) (dst /src/repo)) 2024-09-12 18:46.45 ---> using "f64b864b7ee40598c0b99b7da537913e5c600bddddfa63fc696ac96ac6086522" 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 18:46.45 ---> using "4e1b4f0a359b18f59e01d2694395f9fb0b31509b3378047567f4231a6eb127ad" from cache /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-09-12 18:46.45 ---> using "9078726ca4d443446af8d4dbc5e8d186bf388df0f810f7743f11a50d315c6b5a" from cache /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2024-09-12 18:46.45 ---> using "1437e6d7b0406d0d9441299b1bcd8492b27e2186b824e69c8cf9182b197f9194" 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 dune.1.11.4")) The following actions will be performed: - install dune 1.11.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.1.11.4 (cached) -> installed dune.1.11.4 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 18:46.45 ---> using "0a5089c32b33ded682cb341365414cbff8577e303dcf9b64265421dde3cc7ad8" 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 incremental.v0.10.0 variantslib.v0.10.0 typerep.v0.10.0 stdio.v0.10.0 spawn.v0.10.1 sexplib.v0.10.0 seq.0.2.2 result.1.5 re.1.8.0 ppx_variants_conv.v0.10.0 ppx_typerep_conv.v0.10.0 ppx_type_conv.v0.10.0 ppx_traverse_builtins.v0.10.0 ppx_traverse.v0.10.0 ppx_sexp_value.v0.10.0 ppx_sexp_message.v0.10.0 ppx_sexp_conv.v0.10.0 ppx_pipebang.v0.10.0 ppx_optional.v0.10.0 ppx_optcomp.v0.10.0 ppx_metaquot.v0.10.0 ppx_let.v0.10.0 ppx_js_style.v0.10.0 ppx_jane.v0.10.0 ppx_inline_test.v0.10.1 ppx_here.v0.10.0 ppx_hash.v0.10.0 ppx_fields_conv.v0.10.0 ppx_fail.v0.10.0 ppx_expect.v0.10.1 ppx_enumerate.v0.10.0 ppx_driver.v0.10.4 ppx_derivers.1.2.1 ppx_custom_printf.v0.10.0 ppx_core.v0.10.0 ppx_compare.v0.10.0 ppx_bin_prot.v0.10.0 ppx_bench.v0.10.0 ppx_base.v0.10.0 ppx_ast.v0.10.0 ppx_assert.v0.10.0 octavius.1.2.2 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.10.0 num.1.5-1 jbuilder.transition jane-street-headers.v0.10.0 incremental_kernel.v0.10.0 fieldslib.v0.10.0 dune.1.11.4 core_kernel.v0.10.0 core.v0.10.0 configurator.v0.10.0 bin_prot.v0.10.0 base.v0.10.0 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 (779 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 incremental.v0.10.0 variantslib.v0.10.0 typerep.v0.10.0 stdio.v0.10.0 spawn.v0.10.1 sexplib.v0.10.0 seq.0.2.2 result.1.5 re.1.8.0 ppx_variants_conv.v0.10.0 ppx_typerep_conv.v0.10.0 ppx_type_conv.v0.10.0 ppx_traverse_builtins.v0.10.0 ppx_traverse.v0.10.0 ppx_sexp_value.v0.10.0 ppx_sexp_message.v0.10.0 ppx_sexp_conv.v0.10.0 ppx_pipebang.v0.10.0 ppx_optional.v0.10.0 ppx_optcomp.v0.10.0 ppx_metaquot.v0.10.0 ppx_let.v0.10.0 ppx_js_style.v0.10.0 ppx_jane.v0.10.0 ppx_inline_test.v0.10.1 ppx_here.v0.10.0 ppx_hash.v0.10.0 ppx_fields_conv.v0.10.0 ppx_fail.v0.10.0 ppx_expect.v0.10.1 ppx_enumerate.v0.10.0 ppx_driver.v0.10.4 ppx_derivers.1.2.1 ppx_custom_printf.v0.10.0 ppx_core.v0.10.0 ppx_compare.v0.10.0 ppx_bin_prot.v0.10.0 ppx_bench.v0.10.0 ppx_base.v0.10.0 ppx_ast.v0.10.0 ppx_assert.v0.10.0 octavius.1.2.2 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.10.0 num.1.5-1 jbuilder.transition jane-street-headers.v0.10.0 incremental_kernel.v0.10.0 fieldslib.v0.10.0 dune.1.11.4 core_kernel.v0.10.0 core.v0.10.0 configurator.v0.10.0 bin_prot.v0.10.0 base.v0.10.0" 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 dune is already installed (current version is 1.11.4). The following actions will be performed: - install ppx_derivers 1.2.1 - install num 1.5-1 - install seq 0.2.2 - install jbuilder transition - install octavius 1.2.2 - install result 1.5 - install spawn v0.10.1 - install sexplib v0.10.0 - install re 1.8.0 - install ppx_traverse_builtins v0.10.0 - install ocaml-compiler-libs v0.10.0 - install jane-street-headers v0.10.0 - install ocaml-migrate-parsetree 1.8.0 - install base v0.10.0 - install ppx_ast v0.10.0 - install typerep v0.10.0 - install stdio v0.10.0 - install ppx_core v0.10.0 - install configurator v0.10.0 - install ppx_optcomp v0.10.0 - install ppx_driver v0.10.4 - install variantslib v0.10.0 - install ppx_metaquot v0.10.0 - install ppx_let v0.10.0 - install ppx_here v0.10.0 - install fieldslib v0.10.0 - install ppx_type_conv v0.10.0 - install ppx_pipebang v0.10.0 - install ppx_optional v0.10.0 - install ppx_js_style v0.10.0 - install ppx_inline_test v0.10.1 - install ppx_fail v0.10.0 - install ppx_variants_conv v0.10.0 - install ppx_typerep_conv v0.10.0 - install ppx_traverse v0.10.0 - install ppx_sexp_conv v0.10.0 - install ppx_fields_conv v0.10.0 - install ppx_enumerate v0.10.0 - install ppx_compare v0.10.0 - install ppx_bench v0.10.0 - install ppx_sexp_value v0.10.0 - install ppx_sexp_message v0.10.0 - install ppx_custom_printf v0.10.0 - install ppx_hash v0.10.0 - install ppx_assert v0.10.0 - install bin_prot v0.10.0 - install ppx_base v0.10.0 - install ppx_expect v0.10.1 - install ppx_bin_prot v0.10.0 - install ppx_jane v0.10.0 - install core_kernel v0.10.0 - install incremental_kernel v0.10.0 - install core v0.10.0 - install incremental v0.10.0 ===== 54 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/162: Processing 2/162: Processing 3/162: -> retrieved base.v0.10.0 (cached) Processing 4/162: -> retrieved bin_prot.v0.10.0 (cached) Processing 5/162: -> retrieved configurator.v0.10.0 (cached) Processing 6/162: -> retrieved core.v0.10.0 (cached) Processing 7/162: [incremental.v0.10.0: http] -> retrieved core_kernel.v0.10.0 (cached) Processing 8/162: [incremental.v0.10.0: http] -> retrieved fieldslib.v0.10.0 (cached) Processing 9/162: [incremental.v0.10.0: http] -> retrieved incremental_kernel.v0.10.0 (cached) Processing 10/162: [incremental.v0.10.0: http] Processing 11/162: [incremental.v0.10.0: http] Processing 12/162: [incremental.v0.10.0: http] -> installed jbuilder.transition Processing 13/162: [incremental.v0.10.0: http] Processing 13/162: -> retrieved jane-street-headers.v0.10.0 (cached) Processing 14/162: Processing 15/162: [jane-street-headers: jbuilder build] -> retrieved num.1.5-1 (cached) Processing 16/162: [jane-street-headers: jbuilder build] [num: patch] applying num-in-findlib-dir.patch Processing 17/162: [jane-street-headers: jbuilder build] [num: patch] -> retrieved incremental.v0.10.0 (https://ocaml.janestreet.com/ocaml-core/v0.10/files/incremental-v0.10.0.tar.gz) Processing 18/162: [jane-street-headers: jbuilder build] [num: patch] -> retrieved ocaml-compiler-libs.v0.10.0 (cached) Processing 19/162: [jane-street-headers: jbuilder build] [num: patch] Processing 20/162: [jane-street-headers: jbuilder build] [num: patch] [ocaml-compiler-libs: jbuilder build] Processing 20/162: [jane-street-headers: jbuilder build] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] -> retrieved octavius.1.2.2 (cached) Processing 21/162: [jane-street-headers: jbuilder build] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] Processing 22/162: [jane-street-headers: jbuilder build] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ppx_assert.v0.10.0 (cached) Processing 23/162: [jane-street-headers: jbuilder build] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ocaml-migrate-parsetree.1.8.0 (cached) Processing 24/162: [jane-street-headers: jbuilder build] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ppx_ast.v0.10.0 (cached) Processing 25/162: [jane-street-headers: jbuilder build] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "include/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled jane-street-headers.v0.10.0 Processing 25/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> installed jane-street-headers.v0.10.0 Processing 26/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ppx_base.v0.10.0 (cached) Processing 27/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ppx_bench.v0.10.0 (cached) Processing 28/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ppx_bin_prot.v0.10.0 (cached) Processing 29/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ppx_compare.v0.10.0 (cached) Processing 30/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ppx_core.v0.10.0 (cached) Processing 31/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ppx_custom_printf.v0.10.0 (cached) Processing 32/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ppx_derivers.1.2.1 (cached) Processing 33/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] Processing 34/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_driver.v0.10.4 (cached) Processing 35/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_enumerate.v0.10.0 (cached) Processing 36/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_expect.v0.10.1 (cached) Processing 37/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_fail.v0.10.0 (cached) Processing 38/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_fields_conv.v0.10.0 (cached) Processing 39/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_hash.v0.10.0 (cached) Processing 40/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_here.v0.10.0 (cached) Processing 41/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_inline_test.v0.10.1 (cached) Processing 42/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_jane.v0.10.0 (cached) Processing 43/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_js_style.v0.10.0 (cached) Processing 44/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_let.v0.10.0 (cached) Processing 45/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_metaquot.v0.10.0 (cached) Processing 46/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_derivers: dune build] -> retrieved ppx_optcomp.v0.10.0 (cached) Processing 47/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_derivers: dune build] -> compiled ppx_derivers.1.2.1 Processing 47/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> installed ppx_derivers.1.2.1 Processing 48/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ppx_optional.v0.10.0 (cached) Processing 49/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ppx_pipebang.v0.10.0 (cached) Processing 50/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ppx_sexp_conv.v0.10.0 (cached) Processing 51/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ppx_sexp_message.v0.10.0 (cached) Processing 52/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ppx_sexp_value.v0.10.0 (cached) Processing 53/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ppx_traverse.v0.10.0 (cached) Processing 54/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] -> retrieved ppx_traverse_builtins.v0.10.0 (cached) Processing 55/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] Processing 56/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] -> retrieved ppx_type_conv.v0.10.0 (cached) Processing 57/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] -> retrieved ppx_typerep_conv.v0.10.0 (cached) Processing 58/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] -> retrieved ppx_variants_conv.v0.10.0 (cached) Processing 59/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] -> retrieved re.1.8.0 (cached) Processing 60/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] -> retrieved result.1.5 (cached) Processing 61/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] Processing 62/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] -> retrieved seq.0.2.2 (cached) Processing 63/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] Processing 64/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build] -> retrieved sexplib.v0.10.0 (cached) Processing 65/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build] -> retrieved spawn.v0.10.1 (cached) Processing 66/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build] Processing 67/162: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build] [spawn: jbuilder build] -> retrieved stdio.v0.10.0 (cached) -> retrieved typerep.v0.10.0 (cached) -> retrieved variantslib.v0.10.0 (cached) - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "src/gen/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/ocaml_bytecomp/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/ocaml_common/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/ocaml_toplevel/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/read_cma/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/shadow/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/shadow/gen/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ocaml-compiler-libs.v0.10.0 Processing 67/162: [num: make opam-legacy] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build] [spawn: jbuilder build] -> installed ocaml-compiler-libs.v0.10.0 Processing 68/162: [num: make opam-legacy] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build] [spawn: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_traverse_builtins.v0.10.0 Processing 68/162: [num: make opam-legacy] [octavius: dune build] [result: dune build] [seq: dune build] [spawn: jbuilder build] -> installed ppx_traverse_builtins.v0.10.0 Processing 69/162: [num: make opam-legacy] [octavius: dune build] [result: dune build] [seq: dune build] [spawn: jbuilder build] -> compiled result.1.5 Processing 69/162: [num: make opam-legacy] [octavius: dune build] [seq: dune build] [spawn: jbuilder build] -> installed result.1.5 Processing 70/162: [num: make opam-legacy] [octavius: dune build] [seq: dune build] [spawn: jbuilder build] Processing 71/162: [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [octavius: dune build] [seq: dune build] [spawn: jbuilder build] -> compiled octavius.1.2.2 Processing 71/162: [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [seq: dune build] [spawn: jbuilder build] -> installed octavius.1.2.2 Processing 72/162: [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [seq: dune build] [spawn: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "bench/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled spawn.v0.10.1 Processing 72/162: [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [seq: dune build] -> installed spawn.v0.10.1 Processing 73/162: [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [seq: dune build] -> compiled seq.0.2.2 Processing 73/162: [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] -> installed seq.0.2.2 Processing 74/162: [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] Processing 75/162: [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [re: jbuilder build] - /usr/bin/make -C src all - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/num.1.5-1/src' - ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c - ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c - ocamlmklib -oc nums bng.o nat_stubs.o - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml - ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo - cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml . - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo - echo 'version = "1.6~dev"' > META.top - cat META.num-top.in >> META.top - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml - ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/num.1.5-1/src' - cp src/num-legacy.install num.install -> compiled num.1.5-1 Processing 75/162: [ocaml-migrate-parsetree: dune build] [re: jbuilder build] -> installed num.1.5-1 Processing 76/162: [ocaml-migrate-parsetree: dune build] [re: jbuilder build] Processing 77/162: [ocaml-migrate-parsetree: dune build] [re: jbuilder build] [sexplib: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "benchmarks/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "deprecated/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib_test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled re.1.8.0 Processing 77/162: [ocaml-migrate-parsetree: dune build] [sexplib: jbuilder build] -> installed re.1.8.0 Processing 78/162: [ocaml-migrate-parsetree: dune build] [sexplib: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "num/lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src0/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "unix/lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled sexplib.v0.10.0 Processing 78/162: [ocaml-migrate-parsetree: dune build] -> installed sexplib.v0.10.0 Processing 79/162: [ocaml-migrate-parsetree: dune build] Processing 80/162: [base: jbuilder build] [ocaml-migrate-parsetree: dune build] -> compiled ocaml-migrate-parsetree.1.8.0 Processing 80/162: [base: jbuilder build] -> installed ocaml-migrate-parsetree.1.8.0 Processing 81/162: [base: jbuilder build] Processing 82/162: [base: jbuilder build] [ppx_ast: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "compiler-stdlib/gen/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "compiler-stdlib/src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "generate/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lint/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "md5/src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "shadow-stdlib/gen/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "shadow-stdlib/src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - ocamlc src/.base.objs/byte/base__String0.{cmi,cmo,cmt} - File "src/string0.ml", line 43, characters 22-38: - Warning 3: deprecated: Base__.Import0.Caml.String.copy - ocamlopt src/.base.objs/native/base__String0.{cmx,o} - File "src/string0.ml", line 43, characters 22-38: - Warning 3: deprecated: Base__.Import0.Caml.String.copy -> compiled base.v0.10.0 Processing 82/162: [ppx_ast: jbuilder build] -> installed base.v0.10.0 Processing 83/162: [ppx_ast: jbuilder build] Processing 84/162: [ppx_ast: jbuilder build] [stdio: jbuilder build] Processing 85/162: [ppx_ast: jbuilder build] [stdio: jbuilder build] [typerep: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "generate/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_ast.v0.10.0 Processing 85/162: [stdio: jbuilder build] [typerep: jbuilder build] -> installed ppx_ast.v0.10.0 Processing 86/162: [stdio: jbuilder build] [typerep: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled stdio.v0.10.0 Processing 86/162: [typerep: jbuilder build] -> installed stdio.v0.10.0 Processing 87/162: [typerep: jbuilder build] Processing 88/162: [configurator: jbuilder build] [typerep: jbuilder build] Processing 89/162: [configurator: jbuilder build] [ppx_core: jbuilder build] [typerep: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled typerep.v0.10.0 Processing 89/162: [configurator: jbuilder build] [ppx_core: jbuilder build] -> installed typerep.v0.10.0 Processing 90/162: [configurator: jbuilder build] [ppx_core: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled configurator.v0.10.0 Processing 90/162: [ppx_core: jbuilder build] -> installed configurator.v0.10.0 Processing 91/162: [ppx_core: jbuilder build] + /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "ppx_core" "-j" "39" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_core.v0.10.0) - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/gen/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_core.v0.10.0 -> installed ppx_core.v0.10.0 Processing 93/162: [ppx_optcomp: jbuilder build] + /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "ppx_optcomp" "-j" "39" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_optcomp.v0.10.0) - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "bin/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_optcomp.v0.10.0 -> installed ppx_optcomp.v0.10.0 Processing 95/162: [ppx_driver: jbuilder build] + /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "ppx_driver" "-j" "39" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_driver.v0.10.4) - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "bench/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "print-diff/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "runner/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "runner_as_ppx/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/omp-integration/omp-ppx/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/omp-integration/test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/skip-hash-bang/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_driver.v0.10.4 -> installed ppx_driver.v0.10.4 Processing 97/162: [fieldslib: jbuilder build] Processing 98/162: [fieldslib: jbuilder build] [ppx_here: jbuilder build] Processing 99/162: [fieldslib: jbuilder build] [ppx_here: jbuilder build] [ppx_let: jbuilder build] Processing 100/162: [fieldslib: jbuilder build] [ppx_here: jbuilder build] [ppx_let: jbuilder build] [ppx_metaquot: jbuilder build] Processing 101/162: [fieldslib: jbuilder build] [ppx_here: jbuilder build] [ppx_let: jbuilder build] [ppx_metaquot: jbuilder build] [variantslib: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled fieldslib.v0.10.0 Processing 101/162: [ppx_here: jbuilder build] [ppx_let: jbuilder build] [ppx_metaquot: jbuilder build] [variantslib: jbuilder build] -> installed fieldslib.v0.10.0 Processing 102/162: [ppx_here: jbuilder build] [ppx_let: jbuilder build] [ppx_metaquot: jbuilder build] [variantslib: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled variantslib.v0.10.0 Processing 102/162: [ppx_here: jbuilder build] [ppx_let: jbuilder build] [ppx_metaquot: jbuilder build] -> installed variantslib.v0.10.0 Processing 103/162: [ppx_here: jbuilder build] [ppx_let: jbuilder build] [ppx_metaquot: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_let.v0.10.0 Processing 103/162: [ppx_here: jbuilder build] [ppx_metaquot: jbuilder build] -> installed ppx_let.v0.10.0 Processing 104/162: [ppx_here: jbuilder build] [ppx_metaquot: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "expander/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_here.v0.10.0 Processing 104/162: [ppx_metaquot: jbuilder build] -> installed ppx_here.v0.10.0 Processing 105/162: [ppx_metaquot: jbuilder build] + /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "ppx_metaquot" "-j" "39" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_metaquot.v0.10.0) - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lifters/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_metaquot.v0.10.0 -> installed ppx_metaquot.v0.10.0 Processing 107/162: [ppx_fail: jbuilder build] Processing 108/162: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] Processing 109/162: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] Processing 110/162: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_optional: jbuilder build] Processing 111/162: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_optional: jbuilder build] [ppx_pipebang: jbuilder build] Processing 112/162: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_optional: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_type_conv: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_optional.v0.10.0 Processing 112/162: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_type_conv: jbuilder build] -> installed ppx_optional.v0.10.0 Processing 113/162: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_type_conv: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_type_conv.v0.10.0 Processing 113/162: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] -> installed ppx_type_conv.v0.10.0 Processing 114/162: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] Processing 115/162: [ppx_compare: jbuilder build] [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] Processing 116/162: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] Processing 117/162: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fail: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] Processing 118/162: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fail: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] Processing 119/162: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fail: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] Processing 120/162: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fail: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] Processing 121/162: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fail: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_fail.v0.10.0 Processing 121/162: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build] -> installed ppx_fail.v0.10.0 Processing 122/162: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "config/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "drop/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "example/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "libname/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "runner/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "runner/lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "runtime-lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_inline_test.v0.10.1 Processing 122/162: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build] -> installed ppx_inline_test.v0.10.1 Processing 123/162: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build] Processing 124/162: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_js_style.v0.10.0 Processing 124/162: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build] -> installed ppx_js_style.v0.10.0 Processing 125/162: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "example/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_pipebang.v0.10.0 Processing 125/162: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build] -> installed ppx_pipebang.v0.10.0 Processing 126/162: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "example/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_variants_conv.v0.10.0 Processing 126/162: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] -> installed ppx_variants_conv.v0.10.0 Processing 127/162: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "example/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_enumerate.v0.10.0 Processing 127/162: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] -> installed ppx_enumerate.v0.10.0 Processing 128/162: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_typerep_conv.v0.10.0 Processing 128/162: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] -> installed ppx_typerep_conv.v0.10.0 Processing 129/162: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "expander/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "runtime-lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_compare.v0.10.0 Processing 129/162: [ppx_bench: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] -> installed ppx_compare.v0.10.0 Processing 130/162: [ppx_bench: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "bench/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "example/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_fields_conv.v0.10.0 Processing 130/162: [ppx_bench: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] -> installed ppx_fields_conv.v0.10.0 Processing 131/162: [ppx_bench: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "expander/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_sexp_conv.v0.10.0 Processing 131/162: [ppx_bench: jbuilder build] [ppx_traverse: jbuilder build] -> installed ppx_sexp_conv.v0.10.0 Processing 132/162: [ppx_bench: jbuilder build] [ppx_traverse: jbuilder build] Processing 133/162: [ppx_assert: jbuilder build] [ppx_bench: jbuilder build] [ppx_traverse: jbuilder build] Processing 134/162: [ppx_assert: jbuilder build] [ppx_bench: jbuilder build] [ppx_hash: jbuilder build] [ppx_traverse: jbuilder build] Processing 135/162: [ppx_assert: jbuilder build] [ppx_bench: jbuilder build] [ppx_hash: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_traverse: jbuilder build] Processing 136/162: [ppx_assert: jbuilder build] [ppx_bench: jbuilder build] [ppx_hash: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build] [ppx_traverse: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_traverse.v0.10.0 Processing 136/162: [ppx_assert: jbuilder build] [ppx_bench: jbuilder build] [ppx_hash: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build] -> installed ppx_traverse.v0.10.0 Processing 137/162: [ppx_assert: jbuilder build] [ppx_bench: jbuilder build] [ppx_hash: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build] Processing 138/162: [ppx_assert: jbuilder build] [ppx_bench: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_hash: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "example/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "runtime-lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_bench.v0.10.0 Processing 138/162: [ppx_assert: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_hash: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build] -> installed ppx_bench.v0.10.0 Processing 139/162: [ppx_assert: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_hash: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "expander/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "runtime-lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "runtime-lib/bench/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "runtime-lib/siphash/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "runtime-lib/test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_hash.v0.10.0 Processing 139/162: [ppx_assert: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build] -> installed ppx_hash.v0.10.0 Processing 140/162: [ppx_assert: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build] Processing 141/162: [ppx_assert: jbuilder build] [ppx_base: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_sexp_message.v0.10.0 Processing 141/162: [ppx_assert: jbuilder build] [ppx_base: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_sexp_value: jbuilder build] -> installed ppx_sexp_message.v0.10.0 Processing 142/162: [ppx_assert: jbuilder build] [ppx_base: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_sexp_value: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "bench/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "runtime-lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_assert.v0.10.0 Processing 142/162: [ppx_base: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_sexp_value: jbuilder build] -> installed ppx_assert.v0.10.0 Processing 143/162: [ppx_base: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_sexp_value: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "example/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_sexp_value.v0.10.0 Processing 143/162: [ppx_base: jbuilder build] [ppx_custom_printf: jbuilder build] -> installed ppx_sexp_value.v0.10.0 Processing 144/162: [ppx_base: jbuilder build] [ppx_custom_printf: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "bin/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_base.v0.10.0 Processing 144/162: [ppx_custom_printf: jbuilder build] -> installed ppx_base.v0.10.0 Processing 145/162: [ppx_custom_printf: jbuilder build] + /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "ppx_custom_printf" "-j" "39" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_custom_printf.v0.10.0) - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/gen/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_custom_printf.v0.10.0 -> installed ppx_custom_printf.v0.10.0 Processing 147/162: [bin_prot: jbuilder build] Processing 148/162: [bin_prot: jbuilder build] [ppx_expect: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "bench/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "shape/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "shape/src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "xen/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled bin_prot.v0.10.0 Processing 148/162: [ppx_expect: jbuilder build] -> installed bin_prot.v0.10.0 Processing 149/162: [ppx_expect: jbuilder build] Processing 150/162: [ppx_bin_prot: jbuilder build] [ppx_expect: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "collector/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "common/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "config/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "evaluator/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "example/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "expect_payload/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "matcher/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "negative-tests/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "negative-tests/disabling/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "negative-tests/disabling/lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "negative-tests/exit-in-test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "negative-tests/exit-in-test/broken-test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/no-output-patterns/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - ocamlc matcher/.expect_test_matcher.objs/byte/expect_test_matcher__Reconcile.{cmo,cmt} - File "matcher/reconcile.ml", line 29, characters 11-23: - Warning 3: deprecated: module Re_glob - Use Re.Glob - File "matcher/reconcile.ml", line 38, characters 25-36: - Warning 3: deprecated: module Re_emacs - Use Re.Emacs - ocamlopt matcher/.expect_test_matcher.objs/native/expect_test_matcher__Reconcile.{cmx,o} - File "matcher/reconcile.ml", line 29, characters 11-23: - Warning 3: deprecated: module Re_glob - Use Re.Glob - File "matcher/reconcile.ml", line 38, characters 25-36: - Warning 3: deprecated: module Re_emacs - Use Re.Emacs -> compiled ppx_expect.v0.10.1 Processing 150/162: [ppx_bin_prot: jbuilder build] -> installed ppx_expect.v0.10.1 Processing 151/162: [ppx_bin_prot: jbuilder build] + /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "ppx_bin_prot" "-j" "39" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_bin_prot.v0.10.0) - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "expect_tests/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "shape/example0/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "shape/src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "shape/test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_bin_prot.v0.10.0 -> installed ppx_bin_prot.v0.10.0 Processing 153/162: [ppx_jane: jbuilder build] + /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "ppx_jane" "-j" "39" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_jane.v0.10.0) - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "bin/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "kernel/src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled ppx_jane.v0.10.0 -> installed ppx_jane.v0.10.0 Processing 155/162: [core_kernel: jbuilder build] + /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "core_kernel" "-j" "39" (CWD=/home/opam/.opam/4.06/.opam-switch/build/core_kernel.v0.10.0) - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "base_for_tests/src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "bench-bin/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "example/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "replace_caml_modify_for_testing/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/config/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/bin/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test-build-info/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test-build-info/bin/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled core_kernel.v0.10.0 -> installed core_kernel.v0.10.0 Processing 157/162: [core: jbuilder build] Processing 158/162: [core: jbuilder build] [incremental_kernel: jbuilder build] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "debug_lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled incremental_kernel.v0.10.0 Processing 158/162: [core: jbuilder build] -> installed incremental_kernel.v0.10.0 Processing 159/162: [core: jbuilder build] + /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "core" "-j" "39" (CWD=/home/opam/.opam/4.06/.opam-switch/build/core.v0.10.0) - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "bench/bin/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "example/command/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "example/quickcheck/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "example/unix/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/config/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/bin/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/bin/manual/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "test/src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "top/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - ocamlc src/md5_stubs.o - md5_stubs.c:10:32: warning: '-pedantic' is not an option that controls warnings [-Wpragmas] - 10 | #pragma GCC diagnostic ignored "-pedantic" - | ^~~~~~~~~~~ - ocamlc src/unix_stubs.o - unix_stubs.c: In function 'unix_mknod_stub': - unix_stubs.c:277:13: warning: implicit declaration of function 'makedev' [-Wimplicit-function-declaration] - 277 | dev = makedev(Int_val(v_major), Int_val(v_minor)); - | ^~~~~~~ - ocamlc src/.core.objs/byte/core__Bigstring.{cmo,cmt} - File "src/bigstring.ml", line 424, characters 28-43: - Warning 3: deprecated: Bigarray.Array1.map_file - Use [array1_of_genarray (Unix.map_file ...)] instead. - Note that Bigarray.Array1.map_file raises Sys_error while - Unix.map_file raises Unix_error. - ocamlopt src/.core.objs/native/core__Bigstring.{cmx,o} - File "src/bigstring.ml", line 424, characters 28-43: - Warning 3: deprecated: Bigarray.Array1.map_file - Use [array1_of_genarray (Unix.map_file ...)] instead. - Note that Bigarray.Array1.map_file raises Sys_error while - Unix.map_file raises Unix_error. - ocamlopt src/.core.objs/native/core__Iobuf.{cmx,o} - File "src/iobuf.ml", line 1033, characters 4-62: - Warning 55: Cannot inline: Function information unavailable -> compiled core.v0.10.0 -> installed core.v0.10.0 Processing 161/162: [incremental: jbuilder build] + /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "incremental" "-j" "39" (CWD=/home/opam/.opam/4.06/.opam-switch/build/incremental.v0.10.0) - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "debug_lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled incremental.v0.10.0 -> installed incremental.v0.10.0 Done. <><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><> => Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead. <><> configurator.v0.10.0 installed successfully ><><><><><><><><><><><><><><><> => configurator is deprecated. Please use dune-configurator in new code and consider switching to it in existing projects. # Run eval $(opam env) to update the current shell environment 2024-09-12 18:49.10 ---> saved as "02439a7ea79f87adfbce271f1e18289ce0cda8972bec9eba18cbb4a064c4234b" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u incremental:c7bdae596305384d4c695741188c900f,incremental_kernel:27b1784bc47b234f5ef4fa44c0284a07,core:51668efa868398fccedf8f149bc6ede9")) 2024-09-12 18:49.13 ---> saved as "fd2b598baf0432ecb1fb2be42187e00274d3d4922b42c1326b05e5f583dfd959" /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.855770') && (for DATA in prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0,core.v0.10.0-51668efa868398fccedf8f149bc6ede9,core.v0.10.0 prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0,incremental_kernel.v0.10.0-27b1784bc47b234f5ef4fa44c0284a07,incremental_kernel.v0.10.0 prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0,incremental.v0.10.0-c7bdae596305384d4c695741188c900f,incremental.v0.10.0; 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/51668efa868398fccedf8f149bc6ede9/core/v0.10.0,core.v0.10.0-51668efa868398fccedf8f149bc6ede9,core.v0.10.0 prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0,incremental_kernel.v0.10.0-27b1784bc47b234f5ef4fa44c0284a07,incremental_kernel.v0.10.0 prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0,incremental.v0.10.0-c7bdae596305384d4c695741188c900f,incremental.v0.10.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0,core.v0.10.0-51668efa868398fccedf8f149bc6ede9,core.v0.10.0 prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0,incremental_kernel.v0.10.0-27b1784bc47b234f5ef4fa44c0284a07,incremental_kernel.v0.10.0 prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0,incremental.v0.10.0-c7bdae596305384d4c695741188c900f,incremental.v0.10.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) 0.855770 prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/doc/ prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/doc/core/ prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/doc/core/CHANGES.md prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/doc/core/LICENSE.txt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/doc/core/README.md prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/ prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/ prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core.ocamlobjinfo prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/META prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Am_running_inline_test.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Am_running_inline_test.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Am_running_inline_test.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Bigbuffer.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Bigbuffer.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Bigbuffer.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Bigstring.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Bigstring.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Bigstring.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Bigstring_marshal.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Bigstring_marshal.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Bigstring_marshal.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Caml.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Caml.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Command.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Command.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Command.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_condition.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_condition.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_condition.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_date.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_date.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_date.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_date_intf.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_date_intf.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_filename.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_filename.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_filename.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_mutex.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_mutex.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_mutex.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_sys.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_sys.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_sys.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_thread.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_thread.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_thread.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_time.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_time.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_time.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_time_float.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_time_float.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_time_float.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_time_intf.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_time_intf.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_time_ns.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_time_ns.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_time_ns.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_unix.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_unix.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Core_unix.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Crc.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Crc.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Crc.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Daemon.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Daemon.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Daemon.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Import.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Import.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Import_time.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Import_time.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Interval.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Interval.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Interval.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Interval_intf.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Interval_intf.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Iobuf.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Iobuf.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Iobuf.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Iobuf_debug.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Iobuf_debug.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Iobuf_debug.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Iobuf_intf.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Iobuf_intf.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Linux_ext.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Linux_ext.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Linux_ext.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Linux_ext_intf.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Linux_ext_intf.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Lock_file.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Lock_file.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Lock_file.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Mac_address.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Mac_address.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Mac_address.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Md5.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Md5.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Md5.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Mutex0.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Mutex0.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Nano_mutex.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Nano_mutex.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Nano_mutex.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Piecewise_linear.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Piecewise_linear.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Piecewise_linear.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Piecewise_linear_intf.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Piecewise_linear_intf.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Process_env.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Process_env.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Process_env.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Schedule_v4_deprecated.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Schedule_v4_deprecated.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Schedule_v4_deprecated.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Schedule_v5.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Schedule_v5.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Schedule_v5.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Signal.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Signal.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Signal.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Squeue.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Squeue.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Squeue.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Stable.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Stable.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Std0.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Std0.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Syscall_result.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Syscall_result.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Syscall_result.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Syscall_result_intf.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Syscall_result_intf.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Syslog.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Syslog.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Syslog.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Time_common.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Time_common.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Time_ns_intf.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Time_ns_intf.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Time_stamp_counter.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Time_stamp_counter.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Time_stamp_counter.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Time_stamp_counter_benchmarks.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Time_stamp_counter_benchmarks.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Timing_wheel_float.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Timing_wheel_float.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Timing_wheel_float.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Unix_error.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Unix_error.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__User_and_group.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__User_and_group.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__User_and_group.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Uuid.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Uuid.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Uuid.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Version_util.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Version_util.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Version_util.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Version_util_intf.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Version_util_intf.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Weak_hashtbl.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Weak_hashtbl.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/core__Weak_hashtbl.cmti prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/dune-package prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/top/ prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/top/core_top.ocamlobjinfo prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/top/core_top.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/top/core_top.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/top/core_top__Core_install_printers.cmi prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/lib/core/top/core_top__Core_install_printers.cmt prep/universes/51668efa868398fccedf8f149bc6ede9/core/v0.10.0/opam prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/doc/ prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/doc/incremental_kernel/ prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/doc/incremental_kernel/CHANGES.md prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/doc/incremental_kernel/LICENSE.txt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/ prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/ prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel.ocamlobjinfo prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/META prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/dune-package prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Adjust_heights_heap.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Adjust_heights_heap.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Adjust_heights_heap.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Alarm.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Alarm.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Alarm.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Alarm_value.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Alarm_value.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Alarm_value.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Array_fold.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Array_fold.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Array_fold.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__At.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__At.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__At.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__At_intervals.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__At_intervals.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__At_intervals.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Balanced_reducer.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Balanced_reducer.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Balanced_reducer.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Before_or_after.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Before_or_after.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Before_or_after.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Bind.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Bind.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Bind.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Config.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Config.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Config.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Config_intf.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Config_intf.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Cutoff.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Cutoff.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Cutoff.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Expert.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Expert.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Expert.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Expert1.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Expert1.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Expert1.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Freeze.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Freeze.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Freeze.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__If_then_else.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__If_then_else.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__If_then_else.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Import.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Import.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Incremental.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Incremental.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Incremental.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Incremental_intf.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Incremental_intf.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Internal_observer.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Internal_observer.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Internal_observer.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Join.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Join.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Join.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Kind.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Kind.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Kind.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Node.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Node.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Node.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Node_id.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Node_id.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Node_id.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Observer.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Observer.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Observer.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__On_update_handler.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__On_update_handler.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__On_update_handler.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Raised_exn.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Raised_exn.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Raised_exn.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Recompute_heap.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Recompute_heap.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Recompute_heap.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Reduce_balanced.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Reduce_balanced.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Reduce_balanced.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Scope.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Scope.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Scope.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Sexp_of.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Sexp_of.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Should_not_use.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Should_not_use.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Should_not_use.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Snapshot.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Snapshot.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Snapshot.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Stabilization_num.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Stabilization_num.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Stabilization_num.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__State.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__State.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Step_function.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Step_function.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Step_function.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Types.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Types.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Unordered_array_fold.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Unordered_array_fold.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Unordered_array_fold.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Uopt.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Uopt.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Uopt.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Var.cmi prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Var.cmt prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/lib/incremental_kernel/incremental_kernel__Var.cmti prep/universes/27b1784bc47b234f5ef4fa44c0284a07/incremental_kernel/v0.10.0/opam prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/doc/ prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/doc/incremental/ prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/doc/incremental/CHANGES.md prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/doc/incremental/LICENSE.txt prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/doc/incremental/README.org prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/ prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/ prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/incremental_lib.ocamlobjinfo prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/META prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/dune-package prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/incremental_lib.cmi prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/incremental_lib.cmt prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/incremental_lib__.cmi prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/incremental_lib__.cmt prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/incremental_lib__Import.cmi prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/incremental_lib__Import.cmt prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/incremental_lib__Incremental.cmi prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/incremental_lib__Incremental.cmt prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/incremental_lib__Incremental.cmti prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/incremental_lib__Incremental_intf.cmi prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/incremental_lib__Incremental_intf.cmt prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/incremental_lib__Incremental_unit_tests.cmi prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/incremental_lib__Incremental_unit_tests.cmt prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/lib/incremental/incremental_lib__Incremental_unit_tests.cmti prep/universes/c7bdae596305384d4c695741188c900f/incremental/v0.10.0/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. HASHES:core.v0.10.0-51668efa868398fccedf8f149bc6ede9:d30facc67366af253d2f33022fa0ce74df8e0ffc13930bceec6b3b300cbb6c2c HASHES:incremental_kernel.v0.10.0-27b1784bc47b234f5ef4fa44c0284a07:b1cb0d7e82018f3f1a7d8bdf7ff60caa0b8ab0716ec291d418aacebd03e5cb61 HASHES:incremental.v0.10.0-c7bdae596305384d4c695741188c900f:f542bbb06910c9bad81ca0f64ffd8f11ee09d984133561fa3e55d2895739d2a1 2024-09-12 18:49.17 ---> saved as "4751b1f9c1a5fe792842deb1506bee361f751277078ed21c65cb45c325e17718" Job succeeded 2024-09-12 18:56.44: incremental.v0.10.0-c7bdae596305384d4c695741188c900f -> f542bbb06910c9bad81ca0f64ffd8f11ee09d984133561fa3e55d2895739d2a1 2024-09-12 18:56.44: incremental_kernel.v0.10.0-27b1784bc47b234f5ef4fa44c0284a07 -> b1cb0d7e82018f3f1a7d8bdf7ff60caa0b8ab0716ec291d418aacebd03e5cb61 2024-09-12 18:56.44: core.v0.10.0-51668efa868398fccedf8f149bc6ede9 -> d30facc67366af253d2f33022fa0ce74df8e0ffc13930bceec6b3b300cbb6c2c 2024-09-12 18:56.44: Job succeeded