Build:
- 0
2024-09-12 08:35.54: New job: Voodoo prep amqp-client-lwt.2.0.1; 05ccc9de0f2828da18dda8262f788749 2024-09-12 08:35.54: Waiting for resource in pool OCluster 2024-09-12 20:11.17: Waiting for worker… 2024-09-12 20:13.01: Got resource from pool OCluster 2024-09-12 20:13.01: Using cache hint "docs-universe-prep-4.06.1" To reproduce locally: cat > prep.spec <<'END-OF-SPEC' ((build tools ((from ocaml/opam:debian-12-ocaml-4.06@sha256:38812573285392220263098957afac029132f5286bd8bfb1fc6ff6821b4d9f33) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo chown opam:opam /home/opam")) (run (network host) (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config")) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 && opam depext -iy voodoo-prep")) (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")))) (from ocaml/opam:debian-12-ocaml-4.06@sha256:38812573285392220263098957afac029132f5286bd8bfb1fc6ff6821b4d9f33) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo chown opam:opam /home/opam")) (run (shell "sudo mkdir /src")) (copy (src packages) (dst /src/packages)) (copy (src repo) (dst /src/repo)) (run (network host) (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni")) (run (shell "opam repo remove default && opam repo add opam /src")) (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam install dune.1.11.4 ocamlfind.1.9.6")) (env DUNE_CACHE disabled) (env DUNE_CACHE_TRANSPORT direct) (env DUNE_CACHE_DUPLICATION copy) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "(sudo apt update) && ((opam depext -viy amqp-client-lwt.2.0.1 xml-light.2.4 seq.0.2.2 result.1.5 ocplib-endian.1.2 ocamlfind.1.9.6 mmap.1.2.0 lwt_log.1.1.2 lwt.5.2.0 jbuilder.transition dune-configurator.1.0.0 dune.1.11.4 cppo.1.6.9 bigarray-compat.1.1.0 base-bytes.base amqp-client.2.0.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u amqp-client-lwt:05ccc9de0f2828da18dda8262f788749,amqp-client:5cba6ac307d9f4f9c3bd5865f54f267c")) (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.222414') && (for DATA in prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1,amqp-client.2.0.1-5cba6ac307d9f4f9c3bd5865f54f267c,amqp-client.2.0.1 prep/universes/05ccc9de0f2828da18dda8262f788749/amqp-client-lwt/2.0.1,amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749,amqp-client-lwt.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/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1,amqp-client.2.0.1-5cba6ac307d9f4f9c3bd5865f54f267c,amqp-client.2.0.1 prep/universes/05ccc9de0f2828da18dda8262f788749/amqp-client-lwt/2.0.1,amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749,amqp-client-lwt.2.0.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1,amqp-client.2.0.1-5cba6ac307d9f4f9c3bd5865f54f267c,amqp-client.2.0.1 prep/universes/05ccc9de0f2828da18dda8262f788749/amqp-client-lwt/2.0.1,amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749,amqp-client-lwt.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 331eeb20ae16ba38632301f86b74764870683dd0 --local-file prep.spec \ --pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.06.1 \ --secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config 2024-09-12 20:13.01: RETRYING: 2024-09-12/083554-voodoo-prep-89ad35 Number of retries: 0 (retriable error condition) Building on doris.caelum.ci.dev All commits already cached Updating files: 68% (21822/32043) Updating files: 69% (22110/32043) Updating files: 70% (22431/32043) Updating files: 71% (22751/32043) Updating files: 72% (23071/32043) Updating files: 73% (23392/32043) Updating files: 74% (23712/32043) Updating files: 75% (24033/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 331eeb20ae Ensure Windows always uses ocaml-config.3 (build "tools" …) (from ocaml/opam:debian-12-ocaml-4.06@sha256:38812573285392220263098957afac029132f5286bd8bfb1fc6ff6821b4d9f33) 2024-09-12 20:06.07 ---> using "4fa5e01f0bf73863516be81d0b3a899ba50b2c43cbf590d060f599dcf6454364" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 20:06.07 ---> using "f4e116fc7e56a6db3e37e9d7c5c5f04b84e0abdf16a4c7064a2fa5dfbec87b36" from cache /home/opam: (run (network host) (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config")) Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB] Fetched 295 kB in 0s (630 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: libpkgconf3 pkgconf pkgconf-bin Suggested packages: m4-doc The following NEW packages will be installed: libpkgconf3 m4 pkg-config pkgconf pkgconf-bin 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. Need to get 392 kB of archives. After this operation, 969 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB] Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB] Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB] Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB] Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 392 kB in 0s (7541 kB/s) Selecting previously unselected package libpkgconf3:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18733 files and directories currently installed.) Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ... Unpacking libpkgconf3:amd64 (1.8.1-1) ... Selecting previously unselected package m4. Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ... Unpacking m4 (1.4.19-3) ... Selecting previously unselected package pkgconf-bin. Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ... Unpacking pkgconf-bin (1.8.1-1) ... Selecting previously unselected package pkgconf:amd64. Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ... Unpacking pkgconf:amd64 (1.8.1-1) ... Selecting previously unselected package pkg-config:amd64. Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ... Unpacking pkg-config:amd64 (1.8.1-1) ... Setting up m4 (1.4.19-3) ... Setting up libpkgconf3:amd64 (1.8.1-1) ... Setting up pkgconf-bin (1.8.1-1) ... Setting up pkgconf:amd64 (1.8.1-1) ... Setting up pkg-config:amd64 (1.8.1-1) ... Processing triggers for libc-bin (2.36-9+deb12u8) ... 2024-09-12 20:06.07 ---> using "4b5c15449f95eee19830cc9748faf343e7244491876b7d58222f9d355a9b4e29" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 && opam depext -iy voodoo-prep")) [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y Package voodoo-prep does not exist, create as a NEW package? [Y/n] y [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-lib does not exist, create as a NEW package? [Y/n] y [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-gen does not exist, create as a NEW package? [Y/n] y [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-do does not exist, create as a NEW package? [Y/n] y [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # No extra OS packages requirements found. # All required OS packages found. # Now letting opam install the packages <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 The following actions will be performed: - install ocamlbuild 0.14.3 [required by bos] - install cmdliner 1.0.4 [required by voodoo-prep] - install ocamlfind 1.9.6 [required by bos] - install topkg 1.0.7 [required by bos] - install ocamlfind-secondary 1.9.6 [required by dune] - install astring 0.8.5 [required by bos] - install dune 3.16.0 [required by voodoo-prep] - install fpath 0.7.3 [required by voodoo-prep] - install stdlib-shims 0.3.0 [required by fmt] - install seq 0.3.1 [required by fmt] - install result 1.5 [required by rresult] - install opam-file-format 2.1.6 [required by opam-format] - install cppo 1.7.0 [required by opam-core] - install ocamlgraph 2.0.0 [required by opam-core] - install re 1.11.0 [required by opam-format] - install fmt 0.8.9 [required by bos] - install rresult 0.6.0 [required by bos] - install opam-core 2.1.6 [required by opam-format] - install logs 0.7.0 [required by bos] - install opam-format 2.1.6 [required by voodoo-prep] - install bos 0.2.0 [required by voodoo-prep] - install voodoo-prep ~dev* ===== 22 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [astring.0.8.5] found in cache [bos.0.2.0] found in cache [cmdliner.1.0.4] found in cache [cppo.1.7.0] found in cache [dune.3.16.0] found in cache [fmt.0.8.9] found in cache [fpath.0.7.3] found in cache [logs.0.7.0] found in cache [ocamlbuild.0.14.3] found in cache [ocamlfind.1.9.6] found in cache [ocamlfind-secondary.1.9.6] found in cache [ocamlgraph.2.0.0] found in cache [opam-core.2.1.6] found in cache [opam-file-format.2.1.6] found in cache [opam-format.2.1.6] found in cache [re.1.11.0] found in cache [result.1.5] found in cache [rresult.0.6.0] found in cache [seq.0.3.1] found in cache [stdlib-shims.0.3.0] found in cache [topkg.1.0.7] found in cache [voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed cmdliner.1.0.4 -> installed ocamlfind.1.9.6 -> installed ocamlfind-secondary.1.9.6 -> installed ocamlbuild.0.14.3 -> installed topkg.1.0.7 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.16.0 -> installed result.1.5 -> installed seq.0.3.1 -> installed stdlib-shims.0.3.0 -> installed opam-file-format.2.1.6 -> installed cppo.1.7.0 -> installed rresult.0.6.0 -> installed re.1.11.0 -> installed fmt.0.8.9 -> installed ocamlgraph.2.0.0 -> installed logs.0.7.0 -> installed bos.0.2.0 -> installed opam-core.2.1.6 -> installed opam-format.2.1.6 -> installed voodoo-prep.~dev Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 20:06.07 ---> using "a143162bb82860488959f3ce8fb42e4340df98a2b60e1718078adf2ca6c58327" from cache /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2024-09-12 20:06.07 ---> using "32b3b8847b0acc5368c946049fa08c232dd5a8b2c3b7dcb406375f06de581da5" from cache 2024-09-12 20:06.07 --> finished "tools" (from ocaml/opam:debian-12-ocaml-4.06@sha256:38812573285392220263098957afac029132f5286bd8bfb1fc6ff6821b4d9f33) 2024-09-12 20:06.07 ---> using "4fa5e01f0bf73863516be81d0b3a899ba50b2c43cbf590d060f599dcf6454364" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 20:06.07 ---> using "f4e116fc7e56a6db3e37e9d7c5c5f04b84e0abdf16a4c7064a2fa5dfbec87b36" from cache /home/opam: (run (shell "sudo mkdir /src")) 2024-09-12 20:06.07 ---> using "e81499036ff9465ab94c1afcd925e773b379423df968d57e5c8ff3f37195d91b" from cache /home/opam: (copy (src packages) (dst /src/packages)) 2024-09-12 20:06.09 ---> using "f6921cc44cc7875f4e94355b9f52ae7b46cd53fc4cc07f68264db4e580ceebc6" from cache /home/opam: (copy (src repo) (dst /src/repo)) 2024-09-12 20:06.09 ---> using "754f090291b7e84068a930a542d5c9c289d4a44b248a28ea0a40cf711944a091" 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 20:06.09 ---> using "edf07841c88a2269d055a879c12c5af44a95c41220ef132500f18e47d8b21ca2" from cache /home/opam: (run (shell "opam repo remove default && opam repo add opam /src")) Repositories removed from the selections of switch 4.06. Use '--all' to forget about them altogether. [opam] Initialised [NOTE] Repository opam has been added to the selections of switch 4.06 only. Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively. 2024-09-12 20:06.09 ---> using "5a8e92a2fd4967f1ca035208875916442e75ba5a16b2a4fe4b16c0d4c9ff39d1" from cache /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2024-09-12 20:06.09 ---> using "8e1002c2d6f0b1e8f4066050d11c74dba89e98317280e048393e4a8eab104672" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam install dune.1.11.4 ocamlfind.1.9.6")) The following actions will be performed: - install dune 1.11.4 - install ocamlfind 1.9.6 ===== 2 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocamlfind.1.9.6 (cached) -> retrieved dune.1.11.4 (cached) -> installed ocamlfind.1.9.6 -> installed dune.1.11.4 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 20:06.09 ---> using "36fdc69b59f16141a7451ebcf400c8ed0bb678243d2f28844aad828d164ed69d" from cache /home/opam: (env DUNE_CACHE disabled) /home/opam: (env DUNE_CACHE_TRANSPORT direct) /home/opam: (env DUNE_CACHE_DUPLICATION copy) /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "(sudo apt update) && ((opam depext -viy amqp-client-lwt.2.0.1 xml-light.2.4 seq.0.2.2 result.1.5 ocplib-endian.1.2 ocamlfind.1.9.6 mmap.1.2.0 lwt_log.1.1.2 lwt.5.2.0 jbuilder.transition dune-configurator.1.0.0 dune.1.11.4 cppo.1.6.9 bigarray-compat.1.1.0 base-bytes.base amqp-client.2.0.1 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 (750 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 amqp-client-lwt.2.0.1 xml-light.2.4 seq.0.2.2 result.1.5 ocplib-endian.1.2 ocamlfind.1.9.6 mmap.1.2.0 lwt_log.1.1.2 lwt.5.2.0 jbuilder.transition dune-configurator.1.0.0 dune.1.11.4 cppo.1.6.9 bigarray-compat.1.1.0 base-bytes.base amqp-client.2.0.1" Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies. # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # No extra OS packages requirements found. [NOTE] Package dune is already installed (current version is 1.11.4). [NOTE] Package ocamlfind is already installed (current version is 1.9.6). The following actions will be performed: - install bigarray-compat 1.1.0 - install cppo 1.6.9 - install dune-configurator 1.0.0 - install result 1.5 - install seq 0.2.2 - install base-bytes base - install xml-light 2.4 - install jbuilder transition - install mmap 1.2.0 - install ocplib-endian 1.2 - install lwt 5.2.0 - install amqp-client 2.0.1 - install lwt_log 1.1.2 - install amqp-client-lwt 2.0.1 ===== 14 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/42: Processing 2/42: Processing 3/42: Processing 4/42: Processing 5/42: -> installed base-bytes.base Processing 6/42: -> retrieved amqp-client.2.0.1 (cached) Processing 7/42: -> retrieved amqp-client-lwt.2.0.1 (cached) Processing 8/42: Processing 9/42: Processing 10/42: Processing 11/42: Processing 12/42: -> installed dune-configurator.1.0.0 Processing 13/42: -> installed jbuilder.transition Processing 14/42: -> retrieved bigarray-compat.1.1.0 (cached) Processing 15/42: Processing 16/42: [bigarray-compat: dune build] -> retrieved cppo.1.6.9 (cached) Processing 17/42: [bigarray-compat: dune build] Processing 18/42: [bigarray-compat: dune build] [cppo: dune build] -> retrieved lwt.5.2.0 (cached) Processing 19/42: [bigarray-compat: dune build] [cppo: dune build] -> retrieved lwt_log.1.1.2 (cached) Processing 20/42: [bigarray-compat: dune build] [cppo: dune build] -> retrieved mmap.1.2.0 (cached) Processing 21/42: [bigarray-compat: dune build] [cppo: dune build] -> retrieved ocplib-endian.1.2 (cached) Processing 22/42: [bigarray-compat: dune build] [cppo: dune build] -> retrieved result.1.5 (cached) Processing 23/42: [bigarray-compat: dune build] [cppo: dune build] [result: dune build] -> retrieved seq.0.2.2 (cached) Processing 24/42: [bigarray-compat: dune build] [cppo: dune build] [result: dune build] [seq: dune build] -> retrieved xml-light.2.4 (cached) Processing 25/42: [bigarray-compat: dune build] [cppo: dune build] [result: dune build] [seq: dune build] [xml-light: make all] -> compiled bigarray-compat.1.1.0 Processing 25/42: [cppo: dune build] [result: dune build] [seq: dune build] [xml-light: make all] -> installed bigarray-compat.1.1.0 Processing 26/42: [cppo: dune build] [result: dune build] [seq: dune build] [xml-light: make all] Processing 27/42: [cppo: dune build] [mmap: dune build] [result: dune build] [seq: dune build] [xml-light: make all] -> compiled result.1.5 Processing 27/42: [cppo: dune build] [mmap: dune build] [seq: dune build] [xml-light: make all] -> installed result.1.5 Processing 28/42: [cppo: dune build] [mmap: dune build] [seq: dune build] [xml-light: make all] -> compiled seq.0.2.2 Processing 28/42: [cppo: dune build] [mmap: dune build] [xml-light: make all] -> installed seq.0.2.2 Processing 29/42: [cppo: dune build] [mmap: dune build] [xml-light: make all] -> compiled mmap.1.2.0 Processing 29/42: [cppo: dune build] [xml-light: make all] -> installed mmap.1.2.0 Processing 30/42: [cppo: dune build] [xml-light: make all] - ocamlyacc xml_parser.mly - ocamlc xml.mli - ocamlc dtd.mli - ocamlc xml_parser.mli - ocamlc -c xml_parser.ml - ocamllex xml_lexer.mll - 248 states, 1238 transitions, table size 6440 bytes - ocamlc xml_lexer.mli - ocamlc -c xml_lexer.ml - File "xml_lexer.mll", line 279, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "xml_lexer.mll", line 287, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - ocamlc -c dtd.ml - File "dtd.ml", line 233, characters 14-30: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "dtd.ml", line 235, characters 17-33: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "dtd.ml", line 237, characters 14-30: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "dtd.ml", line 244, characters 27-43: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "dtd.ml", line 281, characters 30-46: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "dtd.ml", line 308, characters 21-37: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "dtd.ml", line 413, characters 13-29: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "dtd.ml", line 414, characters 44-60: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - ocamlc xmlParser.mli - ocamlc -c xmlParser.ml - ocamlc -c xml.ml - File "xml.ml", line 127, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "xml.ml", line 128, characters 32-48: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - ocamlc -o xml-light.cma -a xml_parser.cmo xml_lexer.cmo dtd.cmo xmlParser.cmo xml.cmo - ocamlc xml-light.cma test.ml -o test.exe - mkdir doc - ocamldoc -sort -html -d doc xml.mli dtd.mli xmlParser.mli Processing 30/42: [cppo: dune build] [xml-light: make opt] -> compiled cppo.1.6.9 Processing 30/42: [xml-light: make opt] -> installed cppo.1.6.9 Processing 31/42: [xml-light: make opt] Processing 32/42: [ocplib-endian: dune build] [xml-light: make opt] - ocamlopt -c xml_parser.ml - ocamlopt -c xml_lexer.ml - File "xml_lexer.mll", line 279, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "xml_lexer.mll", line 287, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - ocamlopt -c dtd.ml - File "dtd.ml", line 233, characters 14-30: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "dtd.ml", line 235, characters 17-33: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "dtd.ml", line 237, characters 14-30: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "dtd.ml", line 244, characters 27-43: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "dtd.ml", line 281, characters 30-46: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "dtd.ml", line 308, characters 21-37: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "dtd.ml", line 413, characters 13-29: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "dtd.ml", line 414, characters 44-60: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - ocamlopt -c xmlParser.ml - ocamlopt -c xml.ml - File "xml.ml", line 127, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "xml.ml", line 128, characters 32-48: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - ocamlopt -o xml-light.cmxa -a xml_parser.cmx xml_lexer.cmx dtd.cmx xmlParser.cmx xml.cmx - ocamlopt -shared -linkall -I . -o xml-light.cmxs xml-light.cmxa - ocamlopt xml-light.cmxa test.ml -o test_opt.exe -> compiled xml-light.2.4 Processing 32/42: [ocplib-endian: dune build] Processing 33/42: [ocplib-endian: dune build] [xml-light: make install_ocamlfind] -> compiled ocplib-endian.1.2 Processing 33/42: [xml-light: make install_ocamlfind] + /usr/bin/make "install_ocamlfind" (CWD=/home/opam/.opam/4.06/.opam-switch/build/xml-light.2.4) - cp META.in META - sed -itmp "s|@VERSION@|2.4|g" META - rm -rf METAtmp - ocamlfind install xml-light META xml-light.a xml-light.cma xml-light.cmxa xml-light.cmxs xml.cmx dtd.cmx xmlParser.cmx xml.mli xmlParser.mli dtd.mli xml.cmi xmlParser.cmi dtd.cmi - Installed /home/opam/.opam/4.06/lib/xml-light/dtd.cmi - Installed /home/opam/.opam/4.06/lib/xml-light/xmlParser.cmi - Installed /home/opam/.opam/4.06/lib/xml-light/xml.cmi - Installed /home/opam/.opam/4.06/lib/xml-light/dtd.mli - Installed /home/opam/.opam/4.06/lib/xml-light/xmlParser.mli - Installed /home/opam/.opam/4.06/lib/xml-light/xml.mli - Installed /home/opam/.opam/4.06/lib/xml-light/xmlParser.cmx - Installed /home/opam/.opam/4.06/lib/xml-light/dtd.cmx - Installed /home/opam/.opam/4.06/lib/xml-light/xml.cmx - Installed /home/opam/.opam/4.06/lib/xml-light/xml-light.cmxs - Installed /home/opam/.opam/4.06/lib/xml-light/xml-light.cmxa - Installed /home/opam/.opam/4.06/lib/xml-light/xml-light.cma - Installed /home/opam/.opam/4.06/lib/xml-light/xml-light.a - Installed /home/opam/.opam/4.06/lib/xml-light/META -> installed xml-light.2.4 -> installed ocplib-endian.1.2 Processing 35/42: [amqp-client: jbuilder build] Processing 36/42: [amqp-client: jbuilder build] [lwt: dune exec] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "async/src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "async/test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "examples/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib/test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "link/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lwt/src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lwt/test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "spec/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - ocamlc lib/.amqp_client_lib.objs/byte/amqp_client_lib__Io.{cmi,cmo,cmt} - File "lib/io.ml", line 52, characters 20-28: - Warning 3: deprecated: EndianString.BigEndian.set_int8 - Use EndianBytes.set_int8 instead. - File "lib/io.ml", line 53, characters 20-29: - Warning 3: deprecated: EndianString.BigEndian.set_int16 - Use EndianBytes.set_int16 instead. - File "lib/io.ml", line 58, characters 24-33: - Warning 3: deprecated: EndianString.BigEndian.set_int16 - Use EndianBytes.set_int16 instead. - File "lib/io.ml", line 60, characters 35-44: - Warning 3: deprecated: EndianString.BigEndian.set_int32 - Use EndianBytes.set_int13 instead. - File "lib/io.ml", line 61, characters 39-48: - Warning 3: deprecated: EndianString.BigEndian.set_int64 - Use EndianBytes.set_int64 instead. - File "lib/io.ml", line 62, characters 20-29: - Warning 3: deprecated: EndianString.BigEndian.set_float - Use EndianBytes.set_float instead. - File "lib/io.ml", line 63, characters 21-31: - Warning 3: deprecated: EndianString.BigEndian.set_double - Use EndianBytes.set_double instead. - File "lib/io.ml", line 68, characters 22-31: - Warning 3: deprecated: EndianString.BigEndian.set_int32 - Use EndianBytes.set_int13 instead. - ocamlopt lib/.amqp_client_lib.objs/native/amqp_client_lib__Io.{cmx,o} - File "lib/io.ml", line 52, characters 20-28: - Warning 3: deprecated: EndianString.BigEndian.set_int8 - Use EndianBytes.set_int8 instead. - File "lib/io.ml", line 53, characters 20-29: - Warning 3: deprecated: EndianString.BigEndian.set_int16 - Use EndianBytes.set_int16 instead. - File "lib/io.ml", line 58, characters 24-33: - Warning 3: deprecated: EndianString.BigEndian.set_int16 - Use EndianBytes.set_int16 instead. - File "lib/io.ml", line 60, characters 35-44: - Warning 3: deprecated: EndianString.BigEndian.set_int32 - Use EndianBytes.set_int13 instead. - File "lib/io.ml", line 61, characters 39-48: - Warning 3: deprecated: EndianString.BigEndian.set_int64 - Use EndianBytes.set_int64 instead. - File "lib/io.ml", line 62, characters 20-29: - Warning 3: deprecated: EndianString.BigEndian.set_float - Use EndianBytes.set_float instead. - File "lib/io.ml", line 63, characters 21-31: - Warning 3: deprecated: EndianString.BigEndian.set_double - Use EndianBytes.set_double instead. - File "lib/io.ml", line 68, characters 22-31: - Warning 3: deprecated: EndianString.BigEndian.set_int32 - Use EndianBytes.set_int13 instead. -> compiled amqp-client.2.0.1 Processing 36/42: [lwt: dune exec] -> installed amqp-client.2.0.1 Processing 37/42: [lwt: dune exec] + /home/opam/.opam/4.06/bin/dune "exec" "-p" "lwt" "src/unix/config/discover.exe" "--" "--save" "--use-libev" "false" (CWD=/home/opam/.opam/4.06/.opam-switch/build/lwt.5.2.0) Processing 37/42: [lwt: dune build] + /home/opam/.opam/4.06/bin/dune "build" "-p" "lwt" "-j" "39" (CWD=/home/opam/.opam/4.06/.opam-switch/build/lwt.5.2.0) -> compiled lwt.5.2.0 -> installed lwt.5.2.0 Processing 39/42: [lwt_log: dune build] + /home/opam/.opam/4.06/bin/dune "build" "-p" "lwt_log" "-j" "39" (CWD=/home/opam/.opam/4.06/.opam-switch/build/lwt_log.1.1.2) -> compiled lwt_log.1.1.2 -> installed lwt_log.1.1.2 Processing 41/42: [amqp-client-lwt: jbuilder build] + /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "amqp-client-lwt" "-j" "39" (CWD=/home/opam/.opam/4.06/.opam-switch/build/amqp-client-lwt.2.0.1) - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "async/src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "async/test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "examples/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib/test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "link/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lwt/src/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lwt/test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "spec/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - curl spec/amqp0-9-1.extended.xml - % Total % Received % Xferd Average Speed Time Time Time Current - Dload Upload Total Spent Left Speed - 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 167 100 167 0 0 2544 0 --:--:-- --:--:-- --:--:-- 2569 - gen_spec spec/constants.ml (exit 2) - (cd _build/default/spec && ./gen_spec.exe -type constants amqp0-9-1.extended.xml) > _build/default/spec/constants.ml - Fatal error: exception Xml.Error(_) - gen_spec spec/spec.ml (exit 2) - (cd _build/default/spec && ./gen_spec.exe -type specification amqp0-9-1.extended.xml) > _build/default/spec/spec.ml - Fatal error: exception Xml.Error(_) [ERROR] The compilation of amqp-client-lwt.2.0.1 failed at "jbuilder build -p amqp-client-lwt -j 39". #=== ERROR while compiling amqp-client-lwt.2.0.1 ==============================# # context 2.1.6 | linux/x86_64 | ocaml-base-compiler.4.06.1 | file:///src # path ~/.opam/4.06/.opam-switch/build/amqp-client-lwt.2.0.1 # command ~/.opam/4.06/bin/jbuilder build -p amqp-client-lwt -j 39 # exit-code 1 # env-file ~/.opam/log/amqp-client-lwt-115-0f3cc2.env # output-file ~/.opam/log/amqp-client-lwt-115-0f3cc2.out ### output ### # The jbuilder binary is deprecated and will cease to be maintained in July 2019. # Please switch to dune instead. # File "async/src/jbuild", line 1, characters 0-0: # Warning: jbuild files are deprecated, please convert this file to a dune file # instead. # Note: You can use "dune upgrade" to convert your project to dune. # File "async/test/jbuild", line 1, characters 0-0: # Warning: jbuild files are deprecated, please convert this file to a dune file # instead. # Note: You can use "dune upgrade" to convert your project to dune. # File "examples/jbuild", line 1, characters 0-0: # Warning: jbuild files are deprecated, please convert this file to a dune file # instead. # Note: You can use "dune upgrade" to convert your project to dune. # File "lib/jbuild", line 1, characters 0-0: # Warning: jbuild files are deprecated, please convert this file to a dune file # instead. # Note: You can use "dune upgrade" to convert your project to dune. # File "lib/test/jbuild", line 1, characters 0-0: # Warning: jbuild files are deprecated, please convert this file to a dune file # instead. # Note: You can use "dune upgrade" to convert your project to dune. # File "link/jbuild", line 1, characters 0-0: # Warning: jbuild files are deprecated, please convert this file to a dune file # instead. # Note: You can use "dune upgrade" to convert your project to dune. # File "lwt/src/jbuild", line 1, characters 0-0: # Warning: jbuild files are deprecated, please convert this file to a dune file # instead. # Note: You can use "dune upgrade" to convert your project to dune. # File "lwt/test/jbuild", line 1, characters 0-0: # Warning: jbuild files are deprecated, please convert this file to a dune file # instead. # Note: You can use "dune upgrade" to convert your project to dune. # File "spec/jbuild", line 1, characters 0-0: # Warning: jbuild files are deprecated, please convert this file to a dune file # instead. # Note: You can use "dune upgrade" to convert your project to dune. # curl spec/amqp0-9-1.extended.xml # % Total % Received % Xferd Average Speed Time Time Time Current # Dload Upload Total Spent Left Speed # 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 167 100 167 0 0 2544 0 --:--:-- --:--:-- --:--:-- 2569 # gen_spec spec/constants.ml (exit 2) # (cd _build/default/spec && ./gen_spec.exe -type constants amqp0-9-1.extended.xml) > _build/default/spec/constants.ml # Fatal error: exception Xml.Error(_) # gen_spec spec/spec.ml (exit 2) # (cd _build/default/spec && ./gen_spec.exe -type specification amqp0-9-1.extended.xml) > _build/default/spec/spec.ml # Fatal error: exception Xml.Error(_) <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build amqp-client-lwt 2.0.1 +- +- The following changes have been performed | - install amqp-client 2.0.1 | - install base-bytes base | - install bigarray-compat 1.1.0 | - install cppo 1.6.9 | - install dune-configurator 1.0.0 | - install jbuilder transition | - install lwt 5.2.0 | - install lwt_log 1.1.2 | - install mmap 1.2.0 | - install ocplib-endian 1.2 | - install result 1.5 | - install seq 0.2.2 | - install xml-light 2.4 +- <><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><> => Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead. # Run eval $(opam env) to update the current shell environment The former state can be restored with: /usr/bin/opam switch import "/home/opam/.opam/4.06/.opam-switch/backup/state-20240912200714.export" 'opam --cli=2.1 install amqp-client-lwt.2.0.1 xml-light.2.4 seq.0.2.2 result.1.5 ocplib-endian.1.2 ocamlfind.1.9.6 mmap.1.2.0 lwt_log.1.1.2 lwt.5.2.0 jbuilder.transition dune-configurator.1.0.0 dune.1.11.4 cppo.1.6.9 bigarray-compat.1.1.0 base-bytes.base amqp-client.2.0.1 --verbose --yes --confirm-level=unsafe-yes' failed. 2024-09-12 20:07.35 ---> saved as "ced62da2e905488f5c445e9b7f720858406e3dc6b734355993160dd631c2f149" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u amqp-client-lwt:05ccc9de0f2828da18dda8262f788749,amqp-client:5cba6ac307d9f4f9c3bd5865f54f267c")) 2024-09-12 20:07.37 ---> saved as "3bcdde125a9676e283b63fff79256621f3229a08edeeb0e20880ded0c6b82684" /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.222414') && (for DATA in prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1,amqp-client.2.0.1-5cba6ac307d9f4f9c3bd5865f54f267c,amqp-client.2.0.1 prep/universes/05ccc9de0f2828da18dda8262f788749/amqp-client-lwt/2.0.1,amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749,amqp-client-lwt.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/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1,amqp-client.2.0.1-5cba6ac307d9f4f9c3bd5865f54f267c,amqp-client.2.0.1 prep/universes/05ccc9de0f2828da18dda8262f788749/amqp-client-lwt/2.0.1,amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749,amqp-client-lwt.2.0.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1,amqp-client.2.0.1-5cba6ac307d9f4f9c3bd5865f54f267c,amqp-client.2.0.1 prep/universes/05ccc9de0f2828da18dda8262f788749/amqp-client-lwt/2.0.1,amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749,amqp-client-lwt.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.222414 prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/doc/ prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/doc/amqp-client/ prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/doc/amqp-client/README.md prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/ prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/ prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/META prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/dune-package prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/ prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib.ocamlobjinfo prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib.cmi prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib.cmt prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Io.cmi prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Io.cmt prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Mlist.cmi prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Mlist.cmt prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Ocaml_lib.cmi prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Ocaml_lib.cmt prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Option.cmi prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Option.cmt prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Protocol.cmi prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Protocol.cmt prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Thread.cmi prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Thread.cmt prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Types.cmi prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Types.cmt prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/opam FAILED:amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749 prep/universes/05ccc9de0f2828da18dda8262f788749/amqp-client-lwt/2.0.1/opam prep/universes/05ccc9de0f2828da18dda8262f788749/amqp-client-lwt/2.0.1/opam.err.log 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:amqp-client.2.0.1-5cba6ac307d9f4f9c3bd5865f54f267c:673b79908df2eda9ea6c0787f8a2ce9490c571a1f130420857d2b3513ee31b5e HASHES:amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749:39a1b12cedb096de7708a17824c2ef0edff6ecf88f9c7b52f420efb945fc732b 2024-09-12 20:07.39 ---> saved as "70c92403bb13bdfbe4ac2720dd4c9418d29ef2c1c65669d3862505c08f591eed" Job succeeded 2024-09-12 20:17.13: Failed: amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749 2024-09-12 20:17.13: amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749 -> 39a1b12cedb096de7708a17824c2ef0edff6ecf88f9c7b52f420efb945fc732b 2024-09-12 20:17.13: amqp-client.2.0.1-5cba6ac307d9f4f9c3bd5865f54f267c -> 673b79908df2eda9ea6c0787f8a2ce9490c571a1f130420857d2b3513ee31b5e 2024-09-12 20:17.13: Job succeeded