Build:
- 0
2024-09-12 08:34.45: New job: Voodoo prep mesh-graphics.0.9.5; 9408cee706edfab774661addb3871643 2024-09-12 08:34.45: Connecting to build cluster… 2024-09-12 08:34.45: Waiting for resource in pool OCluster 2024-09-12 11:12.34: Waiting for worker… 2024-09-12 11:16.16: Got resource from pool OCluster 2024-09-12 11:16.16: Using cache hint "docs-universe-prep-5.1.1" To reproduce locally: cat > prep.spec <<'END-OF-SPEC' ((build tools ((from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b) (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-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b) (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.3.16.0 ocamlfind.1.9.6")) (env DUNE_CACHE enabled) (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 mesh-graphics.0.9.5 ocamlfind.1.9.6 mesh.0.9.5 host-arch-x86_64.1 graphics.5.1.2 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 conf-pkg-config.3 conf-libX11.1 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u mesh-graphics:9408cee706edfab774661addb3871643,ocamlfind:ae51065a99fe3cdb271aae1328f680bb,mesh:c41e511bdab4b580001133010560556e,graphics:4ba3c1bbdb0c3daa9e561315beff6bbc,base-bytes:41efc2820bd3ee36dd260d4c70f80ca1")) (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.062782') && (for DATA in prep/universes/41efc2820bd3ee36dd260d4c70f80ca1/base-bytes/base,base-bytes.base-41efc2820bd3ee36dd260d4c70f80ca1,base-bytes.base prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2,graphics.5.1.2-4ba3c1bbdb0c3daa9e561315beff6bbc,graphics.5.1.2 prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5,mesh.0.9.5-c41e511bdab4b580001133010560556e,mesh.0.9.5 prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6,ocamlfind.1.9.6-ae51065a99fe3cdb271aae1328f680bb,ocamlfind.1.9.6 prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5,mesh-graphics.0.9.5-9408cee706edfab774661addb3871643,mesh-graphics.0.9.5; 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/41efc2820bd3ee36dd260d4c70f80ca1/base-bytes/base,base-bytes.base-41efc2820bd3ee36dd260d4c70f80ca1,base-bytes.base prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2,graphics.5.1.2-4ba3c1bbdb0c3daa9e561315beff6bbc,graphics.5.1.2 prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5,mesh.0.9.5-c41e511bdab4b580001133010560556e,mesh.0.9.5 prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6,ocamlfind.1.9.6-ae51065a99fe3cdb271aae1328f680bb,ocamlfind.1.9.6 prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5,mesh-graphics.0.9.5-9408cee706edfab774661addb3871643,mesh-graphics.0.9.5; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/41efc2820bd3ee36dd260d4c70f80ca1/base-bytes/base,base-bytes.base-41efc2820bd3ee36dd260d4c70f80ca1,base-bytes.base prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2,graphics.5.1.2-4ba3c1bbdb0c3daa9e561315beff6bbc,graphics.5.1.2 prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5,mesh.0.9.5-c41e511bdab4b580001133010560556e,mesh.0.9.5 prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6,ocamlfind.1.9.6-ae51065a99fe3cdb271aae1328f680bb,ocamlfind.1.9.6 prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5,mesh-graphics.0.9.5-9408cee706edfab774661addb3871643,mesh-graphics.0.9.5; 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 c51be289ddd662f5818b1250ca2f6eb519f0268f --local-file prep.spec \ --pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.1 \ --secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config 2024-09-12 11:16.16: RETRYING: 2024-09-12/083445-voodoo-prep-a0a3df Number of retries: 0 (retriable error condition) Building on doris.caelum.ci.dev All commits already cached Updating files: 68% (21573/31551) Updating files: 69% (21771/31551) Updating files: 70% (22086/31551) Updating files: 71% (22402/31551) Updating files: 72% (22717/31551) Updating files: 73% (23033/31551) Updating files: 74% (23348/31551) Updating files: 75% (23664/31551) Updating files: 76% (23979/31551) Updating files: 77% (24295/31551) Updating files: 78% (24610/31551) Updating files: 79% (24926/31551) Updating files: 80% (25241/31551) Updating files: 81% (25557/31551) Updating files: 82% (25872/31551) Updating files: 83% (26188/31551) Updating files: 84% (26503/31551) Updating files: 85% (26819/31551) Updating files: 86% (27134/31551) Updating files: 87% (27450/31551) Updating files: 88% (27765/31551) Updating files: 89% (28081/31551) Updating files: 90% (28396/31551) Updating files: 91% (28712/31551) Updating files: 92% (29027/31551) Updating files: 93% (29343/31551) Updating files: 94% (29658/31551) Updating files: 95% (29974/31551) Updating files: 96% (30289/31551) Updating files: 97% (30605/31551) Updating files: 98% (30920/31551) Updating files: 99% (31236/31551) Updating files: 100% (31551/31551) Updating files: 100% (31551/31551), done. HEAD is now at c51be289dd Update Cygwin library depexts (build "tools" …) (from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b) 2024-09-12 11:09.36 ---> using "4c7d809399bb207da0fd7e41f1744e0b774f33b83c9f971e29ee4e527ca6a31c" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 11:09.36 ---> using "dfe5e4646be142d6fc9d6a77140d209b028acc1d77475a5901c4ed3a5b4fb944" from cache /home/opam: (run (network host) (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config")) Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB] Fetched 295 kB in 1s (406 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 (6833 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 ... 18764 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 11:09.36 ---> using "00bd9b10ee4005c80d7af1faad8dfcb4e6ab122a52aeb43a33fdea8ec26bd562" 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.15.0 [required by bos] - install dune 3.16.0 [required by voodoo-prep] - install ocamlfind 1.9.6 [required by bos] - install cmdliner 1.3.0 [required by voodoo-prep] - install seq base [required by re] - install swhid_core 0.1 [required by opam-core] - install stdlib-shims 0.3.0 [required by ocamlgraph, sha] - install opam-file-format 2.1.6 [required by opam-format] - install topkg 1.0.7 [required by bos] - install re 1.12.0 [required by opam-format] - install sha 1.15.4 [required by opam-core] - install ocamlgraph 2.1.0 [required by opam-core] - install uutf 1.0.3 [required by opam-core] - install rresult 0.7.0 [required by bos] - install fmt 0.9.0 [required by bos] - install astring 0.8.5 [required by bos] - install jsonm 1.0.2 [required by opam-core] - install logs 0.7.0 [required by bos] - install fpath 0.7.3 [required by voodoo-prep] - install opam-core 2.2.1 [required by opam-format] - install bos 0.2.1 [required by voodoo-prep] - install opam-format 2.2.1 [required by voodoo-prep] - install voodoo-prep ~dev* ===== 23 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [astring.0.8.5] found in cache [bos.0.2.1] found in cache [cmdliner.1.3.0] found in cache [dune.3.16.0] found in cache [fmt.0.9.0] found in cache [fpath.0.7.3] found in cache [jsonm.1.0.2] found in cache [logs.0.7.0] found in cache [ocamlbuild.0.15.0] found in cache [ocamlfind.1.9.6] found in cache [ocamlgraph.2.1.0] found in cache [opam-core.2.2.1] found in cache [opam-file-format.2.1.6] found in cache [opam-format.2.2.1] found in cache [re.1.12.0] found in cache [rresult.0.7.0] found in cache [sha.1.15.4] found in cache [stdlib-shims.0.3.0] found in cache [swhid_core.0.1] found in cache [topkg.1.0.7] found in cache [uutf.1.0.3] found in cache [voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed seq.base -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.6 -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed rresult.0.7.0 -> installed uutf.1.0.3 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed logs.0.7.0 -> installed dune.3.16.0 -> installed stdlib-shims.0.3.0 -> installed swhid_core.0.1 -> installed bos.0.2.1 -> installed opam-file-format.2.1.6 -> installed re.1.12.0 -> installed sha.1.15.4 -> installed ocamlgraph.2.1.0 -> installed opam-core.2.2.1 -> installed opam-format.2.2.1 -> installed voodoo-prep.~dev Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 11:09.36 ---> using "c0ffca0379d767eba96c496d9c3d5a7963b49f0084e5d4e2addf8acd8b75d3e3" from cache /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2024-09-12 11:09.36 ---> using "b3e1bb4015a777b85e55a6a5ba3e4cb907c2d4ba79725c400a82b494d511dc59" from cache 2024-09-12 11:09.36 --> finished "tools" (from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b) 2024-09-12 11:09.36 ---> using "4c7d809399bb207da0fd7e41f1744e0b774f33b83c9f971e29ee4e527ca6a31c" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 11:09.36 ---> using "dfe5e4646be142d6fc9d6a77140d209b028acc1d77475a5901c4ed3a5b4fb944" from cache /home/opam: (run (shell "sudo mkdir /src")) 2024-09-12 11:09.36 ---> using "2b0e5c6a092f9ca1bbda95f5b7a2ea41fa9d1fb5a59427c4d5a1765abb041698" from cache /home/opam: (copy (src packages) (dst /src/packages)) 2024-09-12 11:09.38 ---> using "3c52793ae58ebe1c8e1ef6bef4dbb08c3b57be4095a809e444afaa9cbc4ef5b8" from cache /home/opam: (copy (src repo) (dst /src/repo)) 2024-09-12 11:09.38 ---> using "0cfba868c6c61d225953a49832a0c164ceee0b3de399f6940eebf596207e2870" 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 11:09.38 ---> using "a01f9bc144a4d16fa5c3af68bb26b7cecf22c171aa976720562684f29a2080f3" from cache /home/opam: (run (shell "opam repo remove default && opam repo add opam /src")) Repositories removed from the selections of switch 5.1. Use '--all' to forget about them altogether. [opam] Initialised [NOTE] Repository opam has been added to the selections of switch 5.1 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 11:09.38 ---> using "53c67c7e8fc5f353840dab4fdb1ddc855b3ee78ee9d0ff91ca476f237fdba9ee" from cache /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2024-09-12 11:09.38 ---> using "bdaac9ae46e4e7d6fc181523e6f856de2dd6401385d059f84f03ba3bb471f27d" 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.3.16.0 ocamlfind.1.9.6")) The following actions will be performed: - install dune 3.16.0 - install ocamlfind 1.9.6 ===== 2 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocamlfind.1.9.6 (cached) -> retrieved dune.3.16.0 (cached) -> installed ocamlfind.1.9.6 -> installed dune.3.16.0 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 11:10.11 ---> saved as "5ee345c0056caafa227a0533863c2dc3cd7c1945d8e0fe38b89ec1978f8f6988" /home/opam: (env DUNE_CACHE enabled) /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 mesh-graphics.0.9.5 ocamlfind.1.9.6 mesh.0.9.5 host-arch-x86_64.1 graphics.5.1.2 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 conf-pkg-config.3 conf-libX11.1 base-bytes.base 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 (962 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 mesh-graphics.0.9.5 ocamlfind.1.9.6 mesh.0.9.5 host-arch-x86_64.1 graphics.5.1.2 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 conf-pkg-config.3 conf-libX11.1 base-bytes.base" 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 # The following system packages are needed: libx11-dev pkg-config [NOTE] Package dune is already installed (current version is 3.16.0). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [NOTE] Package ocamlfind is already installed (current version is 1.9.6). The following actions will be performed: - install csexp 1.5.2 - install conf-pkg-config 3 - install dune-configurator 3.16.0 - install conf-libX11 1 - install graphics 5.1.2 - recompile ocamlfind 1.9.6 - install base-bytes base - install mesh 0.9.5 - install mesh-graphics 0.9.5 ===== 8 to install | 1 to recompile ===== The following system packages will first need to be installed: pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> Let opam run your package manager to install the required system packages? (answer 'n' for other options) [Y/n] y + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - 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 ... 18764 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 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 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) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 4/28: Processing 5/28: Processing 6/28: Processing 7/28: [conf-pkg-config: pkg-config] -> retrieved csexp.1.5.2 (cached) Processing 8/28: [conf-pkg-config: pkg-config] Processing 9/28: [conf-pkg-config: pkg-config] [csexp: dune build] -> retrieved dune-configurator.3.16.0 (cached) Processing 10/28: [conf-pkg-config: pkg-config] [csexp: dune build] -> retrieved graphics.5.1.2 (cached) Processing 11/28: [conf-pkg-config: pkg-config] [csexp: dune build] - usage: pkgconf [OPTIONS] [LIBRARIES] - - basic options: - - --help this message - --about print pkgconf version and license to stdout - --version print supported pkg-config version to stdout - --atleast-pkgconfig-version check whether or not pkgconf is compatible - with a specified pkg-config version - --errors-to-stdout print all errors on stdout instead of stderr - --print-errors ensure all errors are printed - --short-errors be less verbose about some errors - --silence-errors explicitly be silent about errors - --list-all list all known packages - --list-package-names list all known package names - --simulate simulate walking the calculated dependency graph - --no-cache do not cache already seen packages when - walking the dependency graph - --log-file=filename write an audit log to a specified file - --with-path=path adds a directory to the search path - --define-prefix override the prefix variable with one that is guessed based on - the location of the .pc file - --dont-define-prefix do not override the prefix variable under any circumstances - --prefix-variable=varname sets the name of the variable that pkgconf considers - to be the package prefix - --relocate=path relocates a path and exits (mostly for testsuite) - --dont-relocate-paths disables path relocation support - - cross-compilation personality support: - - --personality=triplet|filename sets the personality to 'triplet' or a file named 'filename' - --dump-personality dumps details concerning selected personality - - checking specific pkg-config database entries: - - --atleast-version require a specific version of a module - --exact-version require an exact version of a module - --max-version require a maximum version of a module - --exists check whether or not a module exists - --uninstalled check whether or not an uninstalled module will be used - --no-uninstalled never use uninstalled modules when satisfying dependencies - --no-provides do not use 'provides' rules to resolve dependencies - --maximum-traverse-depth maximum allowed depth for dependency graph - --static be more aggressive when computing dependency graph - (for static linking) - --shared use a simplified dependency graph (usually default) - --pure optimize a static dependency graph as if it were a normal - dependency graph - --env-only look only for package entries in PKG_CONFIG_PATH - --ignore-conflicts ignore 'conflicts' rules in modules - --validate validate specific .pc files for correctness - - querying specific pkg-config database fields: - - --define-variable=varname=value define variable 'varname' as 'value' - --variable=varname print specified variable entry to stdout - --cflags print required CFLAGS to stdout - --cflags-only-I print required include-dir CFLAGS to stdout - --cflags-only-other print required non-include-dir CFLAGS to stdout - --libs print required linker flags to stdout - --libs-only-L print required LDPATH linker flags to stdout - --libs-only-l print required LIBNAME linker flags to stdout - --libs-only-other print required other linker flags to stdout - --print-requires print required dependency frameworks to stdout - --print-requires-private print required dependency frameworks for static - linking to stdout - --print-provides print provided dependencies to stdout - --print-variables print all known variables in module to stdout - --digraph print entire dependency graph in graphviz 'dot' format - --keep-system-cflags keep -I/usr/include entries in cflags output - --keep-system-libs keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output - --path show the exact filenames for any matching .pc files - --modversion print the specified module's version to stdout - --internal-cflags do not filter 'internal' cflags from output - - filtering output: - - --msvc-syntax print translatable fragments in MSVC syntax - --fragment-filter=types filter output fragments to the specified types - - report bugs to <https://github.com/pkgconf/pkgconf/issues/new>. -> compiled conf-pkg-config.3 Processing 11/28: [csexp: dune build] -> installed conf-pkg-config.3 Processing 12/28: [csexp: dune build] Processing 13/28: [conf-libX11: pkg-config x11] [csexp: dune build] -> retrieved mesh.0.9.5 (cached) -> compiled csexp.1.5.2 Processing 13/28: [conf-libX11: pkg-config x11] -> installed csexp.1.5.2 Processing 14/28: [conf-libX11: pkg-config x11] Processing 15/28: [conf-libX11: pkg-config x11] [dune-configurator: rm] -> retrieved mesh-graphics.0.9.5 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> removed ocamlfind.1.9.6 Processing 16/28: [conf-libX11: pkg-config x11] [dune-configurator: rm] -> compiled conf-libX11.1 Processing 16/28: [dune-configurator: rm] -> installed conf-libX11.1 Processing 17/28: [dune-configurator: rm] + /usr/bin/rm "-rf" "vendor/csexp" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.16.0) + /usr/bin/rm "-rf" "vendor/pp" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.16.0) Processing 17/28: [dune-configurator: dune build] + /home/opam/.opam/5.1/bin/dune "build" "-p" "dune-configurator" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.16.0) -> compiled dune-configurator.3.16.0 -> installed dune-configurator.3.16.0 Processing 19/28: [graphics: dune build] + /home/opam/.opam/5.1/bin/dune "build" "-p" "graphics" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/graphics.5.1.2) -> compiled graphics.5.1.2 -> installed graphics.5.1.2 [ocamlfind: patch] applying 0001-Harden-test-for-OCaml-5.patch Processing 21/28: [ocamlfind: patch] Processing 21/28: [ocamlfind: ./configure] + /home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6/./configure "-bindir" "/home/opam/.opam/5.1/bin" "-sitelib" "/home/opam/.opam/5.1/lib" "-mandir" "/home/opam/.opam/5.1/man" "-config" "/home/opam/.opam/5.1/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6) - Welcome to findlib version 1.9.6 - Configuring core... - Checking for #remove_directory... - Testing threading model... - systhread_supported: true - Testing DLLs... - Testing whether ppxopt can be supported... - Checking for ocamlc -opaque... - Checking for ocamlopt -g... - Configuring libraries... - unix: found (in +unix) - dynlink: found (in +dynlink) - bigarray: not present (possible since 4.08) - compiler-libs: found - dbm: not present (normal since 4.00) - graphics: package already present - num: not present (normal since 4.06) - ocamlbuild: not present (normal since 4.03) - ocamldoc: found (in +ocamldoc) - raw_spacetime: not present (normal since 4.12) - threads: found (in +threads) - str: found (in +str) - labltk: not present (normal since 4.02) - native dynlink: found - camlp4: disabled - bytes: found, installing fake library - Configuration for bytes written to site-lib-src/bytes/META - Detecting compiler arguments: (extractor built) ok - - About the OCAML core installation: - Standard library: /home/opam/.opam/5.1/lib/ocaml - Binaries: /home/opam/.opam/5.1/bin - Manual pages: /home/opam/.opam/5.1/man - Multi-threading type: posix - The directory of site-specific packages will be - site-lib: /home/opam/.opam/5.1/lib - The configuration file is written to: - findlib config file: /home/opam/.opam/5.1/lib/findlib.conf - Software will be installed: - Libraries: in <site-lib>/findlib - Binaries: /home/opam/.opam/5.1/bin - Manual pages: /home/opam/.opam/5.1/man - topfind script: /home/opam/.opam/5.1/lib/ocaml - Topfind ppxopt support: yes - Toolbox: no - Link custom runtime: no - Need bytes compatibility: no - - Configuration has been written to Makefile.config - - You can now do 'make all', and optionally 'make opt', to build ocamlfind. Processing 21/28: [ocamlfind: make all] + /usr/bin/make "all" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6) - for p in findlib; do ( cd src/$p; /usr/bin/make all ) || exit; done - make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib' - ocamllex fl_meta.mll - 22 states, 392 transitions, table size 1700 bytes - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib_config.mlp | \ - ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/5.1/lib/findlib.conf' | \ - ../../tools/patch '@STDLIB@' '/home/opam/.opam/5.1/lib/ocaml' | \ - sed -e 's;@AUTOLINK@;true;g' \ - -e 's;@SYSTEM@;linux;g' \ - >findlib_config.ml - if [ "true" = "true" ]; then \ - cp topfind.ml.in topfind.ml; \ - else \ - sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ - > topfind.ml ; \ - fi - ocamldep *.ml *.mli >depend - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib_config.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_split.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metatoken.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_meta.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_metascanner.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metascanner.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_topo.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_topo.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_package_base.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_package_base.ml - File "fl_package_base.ml", line 304, characters 22-40: - 304 | let pkg_ancestors = query_requirements predlist pkg in - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - - File "fl_package_base.ml", line 350, characters 18-36: - 350 | let ancestors = query_requirements predlist package_name in - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - - File "fl_package_base.ml", line 375, characters 23-41: - 375 | let pkg_ancestors = query_requirements predlist pkg in - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - - File "fl_package_base.ml", line 510, characters 16-35: - 510 | ( let c = package_definitions search_path pkg.package_name in - ^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label search_path was omitted in the application of this function. - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c findlib.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib.ml - File "findlib.ml", line 390, characters 2-26: - 390 | Fl_package_base.requires predlist pkg - ^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - - File "findlib.ml", line 396, characters 2-33: - 396 | Fl_package_base.requires_deeply predlist pkglist - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_args.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_lint.ml - ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c ocaml_args.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c frontend.ml - File "frontend.ml", line 859, characters 10-39: - 859 | Fl_package_base.package_users predicates1 packages1 - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \ - -I +unix -I +dynlink ocaml_args.cmo frontend.cmo - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c topfind.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c topfind.ml - File "topfind.ml", line 128, characters 40-63: - 128 | match Hashtbl.find Toploop.directive_table "ppx" with - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 258, characters 4-27: - 258 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 268, characters 4-27: - 268 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 280, characters 4-27: - 280 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 293, characters 4-27: - 293 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 307, characters 4-27: - 307 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 319, characters 4-27: - 319 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat topfind_rd1.p | \ - ../../tools/patch '@SITELIB@' '/home/opam/.opam/5.1/lib' \ - >topfind - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_dynload.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_dynload.ml - ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo - make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib' - /usr/bin/make all-config - make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6' - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib.conf.in | \ - tools/patch '@SITELIB@' '/home/opam/.opam/5.1/lib' | \ - tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/5.1/lib/ocaml:/home/opam/.opam/5.1/lib' -p >findlib.conf - if ./tools/cmd_from_same_dir ocamlc; then \ - echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamlopt; then \ - echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldep; then \ - echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldoc; then \ - echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \ - fi - make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6' Processing 21/28: [ocamlfind: make opt] + /usr/bin/make "opt" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6) - for p in findlib; do ( cd src/$p; /usr/bin/make opt ) || exit; done - make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib' - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib_config.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_split.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metatoken.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_meta.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metascanner.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_topo.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_package_base.ml - File "fl_package_base.ml", line 304, characters 22-40: - 304 | let pkg_ancestors = query_requirements predlist pkg in - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - - File "fl_package_base.ml", line 350, characters 18-36: - 350 | let ancestors = query_requirements predlist package_name in - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - - File "fl_package_base.ml", line 375, characters 23-41: - 375 | let pkg_ancestors = query_requirements predlist pkg in - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - - File "fl_package_base.ml", line 510, characters 16-35: - 510 | ( let c = package_definitions search_path pkg.package_name in - ^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label search_path was omitted in the application of this function. - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib.ml - File "findlib.ml", line 390, characters 2-26: - 390 | Fl_package_base.requires predlist pkg - ^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - - File "findlib.ml", line 396, characters 2-33: - 396 | Fl_package_base.requires_deeply predlist pkglist - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_args.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_lint.ml - ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ - fi - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c ocaml_args.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c frontend.ml - File "frontend.ml", line 859, characters 10-39: - 859 | Fl_package_base.package_users predicates1 packages1 - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ - -I +unix -I +dynlink ocaml_args.cmx frontend.cmx - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c topfind.ml - File "topfind.ml", line 128, characters 40-63: - 128 | match Hashtbl.find Toploop.directive_table "ppx" with - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 258, characters 4-27: - 258 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 268, characters 4-27: - 268 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 280, characters 4-27: - 280 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 293, characters 4-27: - 293 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 307, characters 4-27: - 307 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 319, characters 4-27: - 319 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \ - fi - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_dynload.ml - ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \ - fi - make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib' -> compiled ocamlfind.1.9.6 Processing 22/28: [ocamlfind: make install] + /usr/bin/make "install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6) - if [ "0" -eq 1 ]; then \ - for x in camlp4 dbm graphics labltk num ocamlbuild; do \ - if [ -f "/home/opam/.opam/5.1/lib/$x/META" ]; then \ - if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/5.1/lib/$x/META"; then \ - rm -f site-lib-src/$x/META; \ - fi; \ - fi; \ - done; \ - test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \ - fi - echo 'SITELIB_META =' > Makefile.packages.in - for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done - tr '\n' ' ' < Makefile.packages.in > Makefile.packages - rm Makefile.packages.in - install -d "/home/opam/.opam/5.1/bin" - install -d "/home/opam/.opam/5.1/man" - /usr/bin/make install-config - make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6' - install -d "`dirname \"/home/opam/.opam/5.1/lib/findlib.conf\"`" - test -f "/home/opam/.opam/5.1/lib/findlib.conf" || install -c findlib.conf "/home/opam/.opam/5.1/lib/findlib.conf" - make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6' - for p in findlib; do ( cd src/$p; /usr/bin/make install ); done - make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib' - install -d "/home/opam/.opam/5.1/lib/findlib" - install -d "/home/opam/.opam/5.1/bin" - test 1 -eq 0 || install -d "/home/opam/.opam/5.1/lib/ocaml" - test 1 -eq 0 || install -c topfind "/home/opam/.opam/5.1/lib/ocaml/" - files=` ../../tools/collect_files ../../Makefile.config \ - findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \ - findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \ - fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \ - fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \ - fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \ - findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \ - META` && \ - install -c $files "/home/opam/.opam/5.1/lib/findlib/" - f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ - install -c $f "/home/opam/.opam/5.1/bin/ocamlfind" - # the following "if" block is only needed for 4.00beta2 - if [ 1 -eq 0 -a -f "/home/opam/.opam/5.1/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \ - cd "/home/opam/.opam/5.1/lib/ocaml/compiler-libs/"; \ - install -c topdirs.cmi toploop.cmi "/home/opam/.opam/5.1/lib/findlib/"; \ - fi - make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib' - /usr/bin/make install-meta - make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6' - for x in bytes ; do install -d "/home/opam/.opam/5.1/lib/$x"; install -c site-lib-src/$x/META "/home/opam/.opam/5.1/lib/$x/META.tmp" && mv "/home/opam/.opam/5.1/lib/$x/META.tmp" "/home/opam/.opam/5.1/lib/$x/META"; done - install -d "/home/opam/.opam/5.1/lib/findlib"; install -c Makefile.packages "/home/opam/.opam/5.1/lib/findlib/Makefile.packages" - make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6' - test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; /usr/bin/make install-num-top; } - test ! -f 'site-lib-src/camlp4/META' || install -c tools/safe_camlp4 "/home/opam/.opam/5.1/bin" - /usr/bin/make install-doc - make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6' - install -d "/home/opam/.opam/5.1/man/man1" "/home/opam/.opam/5.1/man/man3" "/home/opam/.opam/5.1/man/man5" - install -c doc/ref-man/ocamlfind.1 "/home/opam/.opam/5.1/man/man1" - install -c doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/5.1/man/man5" - make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/ocamlfind.1.9.6' -> installed ocamlfind.1.9.6 -> installed base-bytes.base Processing 25/28: [mesh: dune build] + /home/opam/.opam/5.1/bin/dune "build" "-p" "mesh" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/mesh.0.9.5) -> compiled mesh.0.9.5 -> installed mesh.0.9.5 Processing 27/28: [mesh-graphics: dune build] + /home/opam/.opam/5.1/bin/dune "build" "-p" "mesh-graphics" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/mesh-graphics.0.9.5) -> compiled mesh-graphics.0.9.5 -> installed mesh-graphics.0.9.5 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 11:11.37 ---> saved as "d90f53d3cd5a66df345dc526792a86ff6cad3642bd039d9e7358e44a50e657c5" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u mesh-graphics:9408cee706edfab774661addb3871643,ocamlfind:ae51065a99fe3cdb271aae1328f680bb,mesh:c41e511bdab4b580001133010560556e,graphics:4ba3c1bbdb0c3daa9e561315beff6bbc,base-bytes:41efc2820bd3ee36dd260d4c70f80ca1")) 2024-09-12 11:11.39 ---> saved as "57ebccf9b5cc1685079cfd7ef33c10c2dfb03b7b806f34f914c4fd19e1962a3a" /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.062782') && (for DATA in prep/universes/41efc2820bd3ee36dd260d4c70f80ca1/base-bytes/base,base-bytes.base-41efc2820bd3ee36dd260d4c70f80ca1,base-bytes.base prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2,graphics.5.1.2-4ba3c1bbdb0c3daa9e561315beff6bbc,graphics.5.1.2 prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5,mesh.0.9.5-c41e511bdab4b580001133010560556e,mesh.0.9.5 prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6,ocamlfind.1.9.6-ae51065a99fe3cdb271aae1328f680bb,ocamlfind.1.9.6 prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5,mesh-graphics.0.9.5-9408cee706edfab774661addb3871643,mesh-graphics.0.9.5; 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/41efc2820bd3ee36dd260d4c70f80ca1/base-bytes/base,base-bytes.base-41efc2820bd3ee36dd260d4c70f80ca1,base-bytes.base prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2,graphics.5.1.2-4ba3c1bbdb0c3daa9e561315beff6bbc,graphics.5.1.2 prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5,mesh.0.9.5-c41e511bdab4b580001133010560556e,mesh.0.9.5 prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6,ocamlfind.1.9.6-ae51065a99fe3cdb271aae1328f680bb,ocamlfind.1.9.6 prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5,mesh-graphics.0.9.5-9408cee706edfab774661addb3871643,mesh-graphics.0.9.5; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/41efc2820bd3ee36dd260d4c70f80ca1/base-bytes/base,base-bytes.base-41efc2820bd3ee36dd260d4c70f80ca1,base-bytes.base prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2,graphics.5.1.2-4ba3c1bbdb0c3daa9e561315beff6bbc,graphics.5.1.2 prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5,mesh.0.9.5-c41e511bdab4b580001133010560556e,mesh.0.9.5 prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6,ocamlfind.1.9.6-ae51065a99fe3cdb271aae1328f680bb,ocamlfind.1.9.6 prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5,mesh-graphics.0.9.5-9408cee706edfab774661addb3871643,mesh-graphics.0.9.5; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) 0.062782 prep/universes/41efc2820bd3ee36dd260d4c70f80ca1/base-bytes/base/opam prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/doc/ prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/doc/graphics/ prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/doc/graphics/CHANGES.md prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/doc/graphics/LICENSE prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/doc/graphics/README.md prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/lib/ prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/lib/graphics/ prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/lib/graphics/graphics.ocamlobjinfo prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/lib/graphics/META prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/lib/graphics/dune-package prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/lib/graphics/graphics.cmi prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/lib/graphics/graphics.cmt prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/lib/graphics/graphics.cmti prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/lib/graphics/graphicsX11.cmi prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/lib/graphics/graphicsX11.cmt prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/lib/graphics/graphicsX11.cmti prep/universes/4ba3c1bbdb0c3daa9e561315beff6bbc/graphics/5.1.2/opam prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/doc/ prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/doc/mesh/ prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/doc/mesh/CHANGES.md prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/doc/mesh/LICENSE.md prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/doc/mesh/README.md prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/lib/ prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/lib/mesh/ prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/lib/mesh/mesh.ocamlobjinfo prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/lib/mesh/META prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/lib/mesh/dune-package prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/lib/mesh/mesh.cmi prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/lib/mesh/mesh.cmt prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/lib/mesh/mesh.cmti prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/lib/mesh/mesh__.cmi prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/lib/mesh/mesh__.cmt prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/lib/mesh/mesh__MeshC.cmi prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/lib/mesh/mesh__MeshC.cmt prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/lib/mesh/mesh__MeshF.cmi prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/lib/mesh/mesh__MeshF.cmt prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/lib/mesh/mesh__Mesh_common.cmi prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/lib/mesh/mesh__Mesh_common.cmt prep/universes/c41e511bdab4b580001133010560556e/mesh/0.9.5/opam prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/ prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/bytes/ prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/bytes/META prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/ prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/findlib.ocamlobjinfo prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/findlib_dynload.ocamlobjinfo prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/findlib_top.ocamlobjinfo prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/META prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/findlib.cmi prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/findlib_config.cmi prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/fl_args.cmi prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/fl_dynload.cmi prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/fl_lint.cmi prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/fl_meta.cmi prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/fl_metascanner.cmi prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/fl_metatoken.cmi prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/fl_package_base.cmi prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/fl_split.cmi prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/fl_topo.cmi prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/ocaml_args.cmi prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/lib/findlib/topfind.cmi prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/man/ prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/man/man5/ prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/man/man5/META.5 prep/universes/ae51065a99fe3cdb271aae1328f680bb/ocamlfind/1.9.6/opam prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/doc/ prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/doc/mesh-graphics/ prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/doc/mesh-graphics/CHANGES.md prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/doc/mesh-graphics/LICENSE.md prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/doc/mesh-graphics/README.md prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/lib/ prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/lib/mesh-graphics/ prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics.ocamlobjinfo prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/lib/mesh-graphics/META prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/lib/mesh-graphics/dune-package prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics.cmi prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics.cmt prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics.cmti prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics__.cmi prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics__.cmt prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics__Mesh_graphicsC.cmi prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics__Mesh_graphicsC.cmt prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics__Mesh_graphicsF.cmi prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/lib/mesh-graphics/mesh_graphics__Mesh_graphicsF.cmt prep/universes/9408cee706edfab774661addb3871643/mesh-graphics/0.9.5/opam Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. HASHES:base-bytes.base-41efc2820bd3ee36dd260d4c70f80ca1:8598e3364c390cd0fd460a0c621cc7b97db62e097c00d50d1b62f3ff6c37f1aa HASHES:graphics.5.1.2-4ba3c1bbdb0c3daa9e561315beff6bbc:bcc422c20b7e01556d9f6c63d05408c642338e95dde3774c208daa6da442ff80 HASHES:mesh.0.9.5-c41e511bdab4b580001133010560556e:cc24214b0ed5c68ee253859cff2769e0802aa525c4d7f1c0d49cba595a5152b6 HASHES:ocamlfind.1.9.6-ae51065a99fe3cdb271aae1328f680bb:c5cc2ec26fcfe0ad8150c01f979c783df52e3ddce172bae32bf8f2089fbe5ceb HASHES:mesh-graphics.0.9.5-9408cee706edfab774661addb3871643:c75c4b31c56d3442a4d0f9703a8646b19badd3b971b79c76d39f98c31ca4501a 2024-09-12 11:11.41 ---> saved as "e9555e9a12bfab64d60df5a3f4742076ab1f168c476ff4af727f08609ace3cc2" Job succeeded 2024-09-12 11:21.43: mesh-graphics.0.9.5-9408cee706edfab774661addb3871643 -> c75c4b31c56d3442a4d0f9703a8646b19badd3b971b79c76d39f98c31ca4501a 2024-09-12 11:21.43: ocamlfind.1.9.6-ae51065a99fe3cdb271aae1328f680bb -> c5cc2ec26fcfe0ad8150c01f979c783df52e3ddce172bae32bf8f2089fbe5ceb 2024-09-12 11:21.43: mesh.0.9.5-c41e511bdab4b580001133010560556e -> cc24214b0ed5c68ee253859cff2769e0802aa525c4d7f1c0d49cba595a5152b6 2024-09-12 11:21.43: graphics.5.1.2-4ba3c1bbdb0c3daa9e561315beff6bbc -> bcc422c20b7e01556d9f6c63d05408c642338e95dde3774c208daa6da442ff80 2024-09-12 11:21.43: base-bytes.base-41efc2820bd3ee36dd260d4c70f80ca1 -> 8598e3364c390cd0fd460a0c621cc7b97db62e097c00d50d1b62f3ff6c37f1aa 2024-09-12 11:21.43: Job succeeded