Build:
- 0
2024-12-12 12:51.53: New job: Voodoo prep mirage-time-unix.2.0.1; ef823cb2526fb688bd685538d1345a1e 2024-12-12 12:51.53: Waiting for resource in pool OCluster 2024-12-12 12:53.38: Waiting for worker… 2024-12-12 12:56.47: Got resource from pool OCluster 2024-12-12 12:56.47: 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:9cb09159f51927833339e0971249ab5f919a94e950e131be2b0110d137a84d3c) (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:9cb09159f51927833339e0971249ab5f919a94e950e131be2b0110d137a84d3c) (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 mirage-time-unix.2.0.1 ocplib-endian.1.2 ocamlfind.1.9.6 mirage-time.2.0.1 lwt.5.7.0 duration.0.2.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u mirage-time-unix:ef823cb2526fb688bd685538d1345a1e,mirage-time:5b75322ceba3cc4833861c84a46ccca4,duration:b7767ca17942f3f605b3e1001f4c9761")) (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.712744') && (for DATA in prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1,duration.0.2.1-b7767ca17942f3f605b3e1001f4c9761,duration.0.2.1 prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1,mirage-time.2.0.1-5b75322ceba3cc4833861c84a46ccca4,mirage-time.2.0.1 prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1,mirage-time-unix.2.0.1-ef823cb2526fb688bd685538d1345a1e,mirage-time-unix.2.0.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/* && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1,duration.0.2.1-b7767ca17942f3f605b3e1001f4c9761,duration.0.2.1 prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1,mirage-time.2.0.1-5b75322ceba3cc4833861c84a46ccca4,mirage-time.2.0.1 prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1,mirage-time-unix.2.0.1-ef823cb2526fb688bd685538d1345a1e,mirage-time-unix.2.0.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1,duration.0.2.1-b7767ca17942f3f605b3e1001f4c9761,duration.0.2.1 prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1,mirage-time.2.0.1-5b75322ceba3cc4833861c84a46ccca4,mirage-time.2.0.1 prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1,mirage-time-unix.2.0.1-ef823cb2526fb688bd685538d1345a1e,mirage-time-unix.2.0.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) ) END-OF-SPEC ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 0e1db1f4176121955441dd10fd6470b79d8546a9 --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-12-12 12:56.47: RETRYING: 2024-12-12/125153-voodoo-prep-a0601c Number of retries: 0 (retriable error condition) Building on x86-bm-c4.sw.ocaml.org All commits already cached Updating files: 75% (24242/32043) Updating files: 76% (24353/32043) Updating files: 77% (24674/32043) Updating files: 78% (24994/32043) Updating files: 79% (25314/32043) Updating files: 80% (25635/32043) Updating files: 81% (25955/32043) Updating files: 82% (26276/32043) Updating files: 83% (26596/32043) Updating files: 84% (26917/32043) Updating files: 85% (27237/32043) Updating files: 86% (27557/32043) Updating files: 87% (27878/32043) Updating files: 88% (28198/32043) Updating files: 89% (28519/32043) Updating files: 90% (28839/32043) Updating files: 91% (29160/32043) Updating files: 92% (29480/32043) Updating files: 93% (29800/32043) Updating files: 94% (30121/32043) Updating files: 95% (30441/32043) Updating files: 96% (30762/32043) Updating files: 97% (31082/32043) Updating files: 98% (31403/32043) Updating files: 99% (31723/32043) Updating files: 100% (32043/32043) Updating files: 100% (32043/32043), done. HEAD is now at 0e1db1f417 Apply suggestions from code review (build "tools" …) (from ocaml/opam:debian-12-ocaml-5.1@sha256:9cb09159f51927833339e0971249ab5f919a94e950e131be2b0110d137a84d3c) Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:9cb09159f51927833339e0971249ab5f919a94e950e131be2b0110d137a84d3c' locally docker.io/ocaml/opam@sha256:9cb09159f51927833339e0971249ab5f919a94e950e131be2b0110d137a84d3c: Pulling from ocaml/opam bdd5fb2ab2fc: Pulling fs layer bdd5fb2ab2fc: Verifying Checksum bdd5fb2ab2fc: Download complete bdd5fb2ab2fc: Pull complete Digest: sha256:9cb09159f51927833339e0971249ab5f919a94e950e131be2b0110d137a84d3c Status: Downloaded newer image for ocaml/opam@sha256:9cb09159f51927833339e0971249ab5f919a94e950e131be2b0110d137a84d3c 2024-12-12 12:50.56 ---> using "916d912cb19fcf7bb3628b738e5b95c7809382f04b19894e25464f16984a9719" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-12-12 12:50.56 ---> using "e0295be6cdbfe1b4ac4c0217e3f7c384a02bf0effbc437204100d9dc44cd4bba" from cache /home/opam: (run (network host) (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config")) Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [14.0 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-12-07-2012.31-F-2024-12-07-2012.31.pdiff [7261 B] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-12-07-2012.31-F-2024-12-07-2012.31.pdiff [7261 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [216 kB] Fetched 341 kB in 0s (1402 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 (16.7 MB/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 ... 18776 files and directories currently installed.) Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ... Unpacking libpkgconf3:amd64 (1.8.1-1) ... Selecting previously unselected package m4. Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ... Unpacking m4 (1.4.19-3) ... Selecting previously unselected package pkgconf-bin. Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ... Unpacking pkgconf-bin (1.8.1-1) ... Selecting previously unselected package pkgconf:amd64. Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ... Unpacking pkgconf:amd64 (1.8.1-1) ... Selecting previously unselected package pkg-config:amd64. Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ... Unpacking pkg-config:amd64 (1.8.1-1) ... Setting up m4 (1.4.19-3) ... Setting up libpkgconf3:amd64 (1.8.1-1) ... Setting up pkgconf-bin (1.8.1-1) ... Setting up pkgconf:amd64 (1.8.1-1) ... Setting up pkg-config:amd64 (1.8.1-1) ... Processing triggers for libc-bin (2.36-9+deb12u9) ... 2024-12-12 12:50.56 ---> using "2569f2beecb022df178e2aa0177fcd837f3eeb14f829cb69f39fcbe8fa74196f" 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 ocamlfind 1.9.6 [required by bos] - install cmdliner 1.3.0 [required by voodoo-prep] - install seq base [required by re] - install dune 3.17.0 [required by voodoo-prep] - install topkg 1.0.7 [required by bos] - install swhid_core 0.1 [required by opam-core] - install stdlib-shims 0.3.0 [required by ocamlgraph, sha] - install re 1.12.0 [required by opam-format] - install opam-file-format 2.1.6 [required by opam-format] - 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 sha 1.15.4 [required by opam-core] - install ocamlgraph 2.1.0 [required by opam-core] - 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.3.0 [required by opam-format] - install bos 0.2.1 [required by voodoo-prep] - install opam-format 2.3.0 [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.17.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.3.0] found in cache [opam-file-format.2.1.6] found in cache [opam-format.2.3.0] 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 bos.0.2.1 -> installed dune.3.17.0 -> installed stdlib-shims.0.3.0 -> installed swhid_core.0.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.3.0 -> installed opam-format.2.3.0 -> installed voodoo-prep.~dev Done. # Run eval $(opam env) to update the current shell environment 2024-12-12 12:50.56 ---> using "12ba8da0fc0604093afff5fecf60450b31bda714cfb403892ef08e00aaddd763" from cache /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2024-12-12 12:50.56 ---> using "19a74e86de01bea42da128dc194f929302b1b924de20dafd2883697f6e17762f" from cache 2024-12-12 12:50.56 --> finished "tools" (from ocaml/opam:debian-12-ocaml-5.1@sha256:9cb09159f51927833339e0971249ab5f919a94e950e131be2b0110d137a84d3c) Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:9cb09159f51927833339e0971249ab5f919a94e950e131be2b0110d137a84d3c' locally docker.io/ocaml/opam@sha256:9cb09159f51927833339e0971249ab5f919a94e950e131be2b0110d137a84d3c: Pulling from ocaml/opam bdd5fb2ab2fc: Pulling fs layer bdd5fb2ab2fc: Verifying Checksum bdd5fb2ab2fc: Download complete bdd5fb2ab2fc: Pull complete Digest: sha256:9cb09159f51927833339e0971249ab5f919a94e950e131be2b0110d137a84d3c Status: Downloaded newer image for ocaml/opam@sha256:9cb09159f51927833339e0971249ab5f919a94e950e131be2b0110d137a84d3c 2024-12-12 12:50.56 ---> using "916d912cb19fcf7bb3628b738e5b95c7809382f04b19894e25464f16984a9719" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-12-12 12:50.56 ---> using "e0295be6cdbfe1b4ac4c0217e3f7c384a02bf0effbc437204100d9dc44cd4bba" from cache /home/opam: (run (shell "sudo mkdir /src")) 2024-12-12 12:50.56 ---> using "7749c03258d3b77239104502328c533d9da7d09cecb1ce38240de825463e79ba" from cache /home/opam: (copy (src packages) (dst /src/packages)) 2024-12-12 12:50.58 ---> using "f87dea571fb92ee01ae8c3769329078718f86e8842acd19dc70815d95e172149" from cache /home/opam: (copy (src repo) (dst /src/repo)) 2024-12-12 12:50.58 ---> using "7cbda65ac3bf773ba09ac3482e48fe18ea20eaffe3d4e68319f5c016b9b233ca" 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-12-12 12:51.26 ---> saved as "662079ca0c0bc29586dec38b50b3601421de3c8627ef6930c8dfe6eb6a4aba18" /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-12-12 12:51.46 ---> saved as "50cff6007fd7b8ae309fe699a7a451c76f50e7b6789096d03a1ce31589cacbd5" /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2024-12-12 12:51.47 ---> saved as "2737dbf4de3894a419258c44a94347e5f270af2f7e9709abc4ded28822b2651a" /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-12-12 12:52.32 ---> saved as "f16ee8de5a228bc8f70a5f5b7344d7d372d2e464e1198aa4fd385b7e35823e15" /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 mirage-time-unix.2.0.1 ocplib-endian.1.2 ocamlfind.1.9.6 mirage-time.2.0.1 lwt.5.7.0 duration.0.2.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 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 [14.0 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-12-07-2012.31-F-2024-12-07-2012.31.pdiff [7261 B] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-12-07-2012.31-F-2024-12-07-2012.31.pdiff [7261 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [216 kB] Fetched 341 kB in 0s (1247 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 mirage-time-unix.2.0.1 ocplib-endian.1.2 ocamlfind.1.9.6 mirage-time.2.0.1 lwt.5.7.0 duration.0.2.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 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 # No extra OS packages requirements found. [NOTE] Package dune is already installed (current version is 3.16.0). [NOTE] Package ocamlfind is already installed (current version is 1.9.6). The following actions will be performed: - install csexp 1.5.2 - install base-bytes base - install cppo 1.7.0 - install duration 0.2.1 - install dune-configurator 3.16.0 - install ocplib-endian 1.2 - install lwt 5.7.0 - install mirage-time 2.0.1 - install mirage-time-unix 2.0.1 ===== 9 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/27: Processing 3/27: Processing 4/27: Processing 5/27: -> installed base-bytes.base Processing 6/27: -> retrieved cppo.1.7.0 (cached) Processing 7/27: Processing 8/27: [cppo: dune build] -> retrieved csexp.1.5.2 (cached) Processing 9/27: [cppo: dune build] Processing 10/27: [cppo: dune build] [csexp: dune build] -> retrieved dune-configurator.3.16.0 (cached) Processing 11/27: [cppo: dune build] [csexp: dune build] -> retrieved duration.0.2.1 (cached) Processing 12/27: [cppo: dune build] [csexp: dune build] Processing 13/27: [cppo: dune build] [csexp: dune build] [duration: dune build] -> retrieved lwt.5.7.0 (cached) Processing 14/27: [cppo: dune build] [csexp: dune build] [duration: dune build] -> compiled csexp.1.5.2 Processing 14/27: [cppo: dune build] [duration: dune build] -> installed csexp.1.5.2 Processing 15/27: [cppo: dune build] [duration: dune build] Processing 16/27: [cppo: dune build] [dune-configurator: rm] [duration: dune build] -> retrieved mirage-time.2.0.1 (cached) -> retrieved mirage-time-unix.2.0.1 (cached) -> compiled duration.0.2.1 Processing 16/27: [cppo: dune build] [dune-configurator: rm] -> installed duration.0.2.1 Processing 17/27: [cppo: dune build] [dune-configurator: rm] -> retrieved ocplib-endian.1.2 (cached) Processing 17/27: [cppo: dune build] [dune-configurator: dune build] -> compiled cppo.1.7.0 Processing 17/27: [dune-configurator: dune build] -> installed cppo.1.7.0 Processing 18/27: [dune-configurator: dune build] Processing 19/27: [dune-configurator: dune build] [ocplib-endian: dune build] -> compiled ocplib-endian.1.2 Processing 19/27: [dune-configurator: dune build] -> installed ocplib-endian.1.2 Processing 20/27: [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 22/27: [lwt: dune exec] + /home/opam/.opam/5.1/bin/dune "exec" "-p" "lwt" "src/unix/config/discover.exe" "--" "--save" "--use-libev" "false" (CWD=/home/opam/.opam/5.1/.opam-switch/build/lwt.5.7.0) Processing 22/27: [lwt: dune build] + /home/opam/.opam/5.1/bin/dune "build" "-p" "lwt" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/lwt.5.7.0) -> compiled lwt.5.7.0 -> installed lwt.5.7.0 Processing 24/27: [mirage-time: dune build] + /home/opam/.opam/5.1/bin/dune "build" "-p" "mirage-time" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/mirage-time.2.0.1) -> compiled mirage-time.2.0.1 -> installed mirage-time.2.0.1 Processing 26/27: [mirage-time-unix: dune build] + /home/opam/.opam/5.1/bin/dune "build" "-p" "mirage-time-unix" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/mirage-time-unix.2.0.1) -> compiled mirage-time-unix.2.0.1 -> installed mirage-time-unix.2.0.1 Done. # Run eval $(opam env) to update the current shell environment 2024-12-12 12:54.28 ---> saved as "3ee37e162cedbee18b3518503bb8c1ce34ed29522320c9d2c794ee81b424256a" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u mirage-time-unix:ef823cb2526fb688bd685538d1345a1e,mirage-time:5b75322ceba3cc4833861c84a46ccca4,duration:b7767ca17942f3f605b3e1001f4c9761")) 2024-12-12 12:54.30 ---> saved as "c0e346eccc543e4b76916269f69752b14bc5a9e0ccb08da3c91bf58eb15a2c47" /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.712744') && (for DATA in prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1,duration.0.2.1-b7767ca17942f3f605b3e1001f4c9761,duration.0.2.1 prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1,mirage-time.2.0.1-5b75322ceba3cc4833861c84a46ccca4,mirage-time.2.0.1 prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1,mirage-time-unix.2.0.1-ef823cb2526fb688bd685538d1345a1e,mirage-time-unix.2.0.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/* && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1,duration.0.2.1-b7767ca17942f3f605b3e1001f4c9761,duration.0.2.1 prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1,mirage-time.2.0.1-5b75322ceba3cc4833861c84a46ccca4,mirage-time.2.0.1 prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1,mirage-time-unix.2.0.1-ef823cb2526fb688bd685538d1345a1e,mirage-time-unix.2.0.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1,duration.0.2.1-b7767ca17942f3f605b3e1001f4c9761,duration.0.2.1 prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1,mirage-time.2.0.1-5b75322ceba3cc4833861c84a46ccca4,mirage-time.2.0.1 prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1,mirage-time-unix.2.0.1-ef823cb2526fb688bd685538d1345a1e,mirage-time-unix.2.0.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) 0.712744 prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1/doc/ prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1/doc/duration/ prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1/doc/duration/CHANGES.md prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1/doc/duration/LICENSE.md prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1/doc/duration/README.md prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1/lib/ prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1/lib/duration/ prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1/lib/duration/duration.ocamlobjinfo prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1/lib/duration/META prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1/lib/duration/dune-package prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1/lib/duration/duration.cmi prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1/lib/duration/duration.cmt prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1/lib/duration/duration.cmti prep/universes/b7767ca17942f3f605b3e1001f4c9761/duration/0.2.1/opam prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1/doc/ prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1/doc/mirage-time/ prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1/doc/mirage-time/CHANGES.md prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1/doc/mirage-time/LICENSE.md prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1/doc/mirage-time/README.md prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1/lib/ prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1/lib/mirage-time/ prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1/lib/mirage-time/mirage_time.ocamlobjinfo prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1/lib/mirage-time/META prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1/lib/mirage-time/dune-package prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1/lib/mirage-time/mirage_time.cmi prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1/lib/mirage-time/mirage_time.cmt prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1/lib/mirage-time/mirage_time_lwt.cmi prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1/lib/mirage-time/mirage_time_lwt.cmt prep/universes/5b75322ceba3cc4833861c84a46ccca4/mirage-time/2.0.1/opam prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1/doc/ prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1/doc/mirage-time-unix/ prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1/doc/mirage-time-unix/CHANGES.md prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1/doc/mirage-time-unix/LICENSE.md prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1/doc/mirage-time-unix/README.md prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1/lib/ prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1/lib/mirage-time-unix/ prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1/lib/mirage-time-unix/mirage_time_unix.ocamlobjinfo prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1/lib/mirage-time-unix/META prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1/lib/mirage-time-unix/dune-package prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1/lib/mirage-time-unix/time.cmi prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1/lib/mirage-time-unix/time.cmt prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1/lib/mirage-time-unix/time.cmti prep/universes/ef823cb2526fb688bd685538d1345a1e/mirage-time-unix/2.0.1/opam Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. HASHES:duration.0.2.1-b7767ca17942f3f605b3e1001f4c9761:769558141b8b0d91d7af552192adfa4ec21e7f9a491aeec93dc5d0c7c1625935 HASHES:mirage-time.2.0.1-5b75322ceba3cc4833861c84a46ccca4:1914c2389652bcdc8b7828f0f1248898952563c963b8d58c54ee09cf60792910 HASHES:mirage-time-unix.2.0.1-ef823cb2526fb688bd685538d1345a1e:75041270bbaef2a26254649b14906827cc5506c5557f5758c10cb3b64cd61fb8 2024-12-12 12:54.33 ---> saved as "cb8b8c6f9ad058735f83e320916dcb86304b0a75cb8e67e91abe1916eb9e610c" Job succeeded 2024-12-12 13:00.38: mirage-time-unix.2.0.1-ef823cb2526fb688bd685538d1345a1e -> 75041270bbaef2a26254649b14906827cc5506c5557f5758c10cb3b64cd61fb8 2024-12-12 13:00.38: mirage-time.2.0.1-5b75322ceba3cc4833861c84a46ccca4 -> 1914c2389652bcdc8b7828f0f1248898952563c963b8d58c54ee09cf60792910 2024-12-12 13:00.38: duration.0.2.1-b7767ca17942f3f605b3e1001f4c9761 -> 769558141b8b0d91d7af552192adfa4ec21e7f9a491aeec93dc5d0c7c1625935 2024-12-12 13:00.38: Job succeeded