Build:
- 0
2024-09-12 08:34.45: New job: Voodoo prep memgraph_kitty.1.0; 8cd685f9777adabbe6bfa38fbaccade5 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:43.52: Waiting for worker… 2024-09-12 11:46.47: Got resource from pool OCluster 2024-09-12 11:46.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: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 memgraph_kitty.1.0 stdlib-shims.0.3.0 stb_truetype.0.7 sexplib0.v0.17.0 ppxlib.0.33.0 ppx_derivers.1.2.1 ppx_blob.0.9.0 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 nanosvg_text.0.1 nanosvg.0.2 memgraph.1.0 kittyimg.0.1 dune.3.16.0 conf-which.1 conf-graphviz.0.1 base64.3.5.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u memgraph_kitty:8cd685f9777adabbe6bfa38fbaccade5,ppx_blob:fd3ca6098e0d6f1f2d576ddd303cb4b8,nanosvg_text:ec137c8053c5a109bd9557a4dbc81fcc,nanosvg:b7767ca17942f3f605b3e1001f4c9761,memgraph:b7767ca17942f3f605b3e1001f4c9761,kittyimg:ef1f9cdfe447b3211ce0cb2d02da23d6,conf-graphviz:6361b13fe72d7709b0c8ce480ae8a851")) (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.956087') && (for DATA in prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-graphviz/0.1,conf-graphviz.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-graphviz.0.1 prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1,kittyimg.0.1-ef1f9cdfe447b3211ce0cb2d02da23d6,kittyimg.0.1 prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0,memgraph.1.0-b7767ca17942f3f605b3e1001f4c9761,memgraph.1.0 prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2,nanosvg.0.2-b7767ca17942f3f605b3e1001f4c9761,nanosvg.0.2 prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1,nanosvg_text.0.1-ec137c8053c5a109bd9557a4dbc81fcc,nanosvg_text.0.1 prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0,ppx_blob.0.9.0-fd3ca6098e0d6f1f2d576ddd303cb4b8,ppx_blob.0.9.0 prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0,memgraph_kitty.1.0-8cd685f9777adabbe6bfa38fbaccade5,memgraph_kitty.1.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/* && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-graphviz/0.1,conf-graphviz.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-graphviz.0.1 prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1,kittyimg.0.1-ef1f9cdfe447b3211ce0cb2d02da23d6,kittyimg.0.1 prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0,memgraph.1.0-b7767ca17942f3f605b3e1001f4c9761,memgraph.1.0 prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2,nanosvg.0.2-b7767ca17942f3f605b3e1001f4c9761,nanosvg.0.2 prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1,nanosvg_text.0.1-ec137c8053c5a109bd9557a4dbc81fcc,nanosvg_text.0.1 prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0,ppx_blob.0.9.0-fd3ca6098e0d6f1f2d576ddd303cb4b8,ppx_blob.0.9.0 prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0,memgraph_kitty.1.0-8cd685f9777adabbe6bfa38fbaccade5,memgraph_kitty.1.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-graphviz/0.1,conf-graphviz.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-graphviz.0.1 prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1,kittyimg.0.1-ef1f9cdfe447b3211ce0cb2d02da23d6,kittyimg.0.1 prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0,memgraph.1.0-b7767ca17942f3f605b3e1001f4c9761,memgraph.1.0 prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2,nanosvg.0.2-b7767ca17942f3f605b3e1001f4c9761,nanosvg.0.2 prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1,nanosvg_text.0.1-ec137c8053c5a109bd9557a4dbc81fcc,nanosvg_text.0.1 prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0,ppx_blob.0.9.0-fd3ca6098e0d6f1f2d576ddd303cb4b8,ppx_blob.0.9.0 prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0,memgraph_kitty.1.0-8cd685f9777adabbe6bfa38fbaccade5,memgraph_kitty.1.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) ) END-OF-SPEC ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 3342a2b47378a9a19267cbe49f15b5c677b8fea6 --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:46.47: RETRYING: 2024-09-12/083445-voodoo-prep-1ca925 Number of retries: 0 (retriable error condition) Building on doris.caelum.ci.dev All commits already cached Updating files: 66% (21373/32043) Updating files: 67% (21469/32043) Updating files: 68% (21790/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 3342a2b473 Update packages/ppx_blob/ppx_blob.0.9.0/opam (build "tools" …) (from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b) 2024-09-12 11:39.48 ---> 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:39.48 ---> 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:39.48 ---> 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:39.48 ---> using "c0ffca0379d767eba96c496d9c3d5a7963b49f0084e5d4e2addf8acd8b75d3e3" from cache /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2024-09-12 11:39.48 ---> using "b3e1bb4015a777b85e55a6a5ba3e4cb907c2d4ba79725c400a82b494d511dc59" from cache 2024-09-12 11:39.48 --> finished "tools" (from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b) 2024-09-12 11:39.48 ---> 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:39.48 ---> using "dfe5e4646be142d6fc9d6a77140d209b028acc1d77475a5901c4ed3a5b4fb944" from cache /home/opam: (run (shell "sudo mkdir /src")) 2024-09-12 11:39.48 ---> using "2b0e5c6a092f9ca1bbda95f5b7a2ea41fa9d1fb5a59427c4d5a1765abb041698" from cache /home/opam: (copy (src packages) (dst /src/packages)) 2024-09-12 11:42.02 ---> saved as "3af0309d85f778176af1280adc71dbc099417ac59e5c58e9180954d7d21e5344" /home/opam: (copy (src repo) (dst /src/repo)) 2024-09-12 11:42.02 ---> saved as "444440515b804ca57bc408271c8b8002abc5bbd62dcaebc1bd77f366263313ca" /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:43.19 ---> saved as "fa047a90c225feb1e89a22468f1b10b55466cd2cd2ab351a73c2f332cd5c3ad0" /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:43.41 ---> saved as "34669740837733465a2513a15ef2b0fa709b15e08725de59cdd119e4348ae7a6" /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2024-09-12 11:43.51 ---> saved as "4002c77c08757c72c60a2878e7e3462329c71287817520deb1d44f2bedaa8709" /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:44.25 ---> saved as "08a022944e8829660175f4f1f327d966458774b03ce3d6acd2d92a7fe3963b2a" /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 memgraph_kitty.1.0 stdlib-shims.0.3.0 stb_truetype.0.7 sexplib0.v0.17.0 ppxlib.0.33.0 ppx_derivers.1.2.1 ppx_blob.0.9.0 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 nanosvg_text.0.1 nanosvg.0.2 memgraph.1.0 kittyimg.0.1 dune.3.16.0 conf-which.1 conf-graphviz.0.1 base64.3.5.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 (773 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 memgraph_kitty.1.0 stdlib-shims.0.3.0 stb_truetype.0.7 sexplib0.v0.17.0 ppxlib.0.33.0 ppx_derivers.1.2.1 ppx_blob.0.9.0 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 nanosvg_text.0.1 nanosvg.0.2 memgraph.1.0 kittyimg.0.1 dune.3.16.0 conf-which.1 conf-graphviz.0.1 base64.3.5.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 # The following system packages are needed: debianutils graphviz [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 ppx_derivers 1.2.1 - install sexplib0 v0.17.0 - install base64 3.5.1 - install ocaml-compiler-libs v0.12.4 - install conf-which 1 - install stb_truetype 0.7 - install nanosvg 0.2 - install stdlib-shims 0.3.0 - install memgraph 1.0 - install kittyimg 0.1 - install conf-graphviz 0.1 - install nanosvg_text 0.1 - install ppxlib 0.33.0 - install ppx_blob 0.9.0 - install memgraph_kitty 1.0 ===== 15 to install ===== The following system packages will first need to be installed: graphviz <><> 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" "graphviz" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package fontconfig. - (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 .../00-fontconfig_2.14.1-4_amd64.deb ... - Unpacking fontconfig (2.14.1-4) ... - Selecting previously unselected package fonts-liberation2. - Preparing to unpack .../01-fonts-liberation2_2.1.5-1_all.deb ... - Unpacking fonts-liberation2 (2.1.5-1) ... - Selecting previously unselected package libann0. - Preparing to unpack .../02-libann0_1.1.2+doc-9+b1_amd64.deb ... - Unpacking libann0 (1.1.2+doc-9+b1) ... - Selecting previously unselected package libcdt5:amd64. - Preparing to unpack .../03-libcdt5_2.42.2-7+deb12u1_amd64.deb ... - Unpacking libcdt5:amd64 (2.42.2-7+deb12u1) ... - Selecting previously unselected package libcgraph6:amd64. - Preparing to unpack .../04-libcgraph6_2.42.2-7+deb12u1_amd64.deb ... - Unpacking libcgraph6:amd64 (2.42.2-7+deb12u1) ... - Selecting previously unselected package libglib2.0-0:amd64. - Preparing to unpack .../05-libglib2.0-0_2.74.6-2+deb12u3_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u3) ... - Selecting previously unselected package libgts-0.7-5:amd64. - Preparing to unpack .../06-libgts-0.7-5_0.7.6+darcs121130-5+b1_amd64.deb ... - Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ... - Selecting previously unselected package libpixman-1-0:amd64. - Preparing to unpack .../07-libpixman-1-0_0.42.2-1_amd64.deb ... - Unpacking libpixman-1-0:amd64 (0.42.2-1) ... - Selecting previously unselected package libxcb-render0:amd64. - Preparing to unpack .../08-libxcb-render0_1.15-1_amd64.deb ... - Unpacking libxcb-render0:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-shm0:amd64. - Preparing to unpack .../09-libxcb-shm0_1.15-1_amd64.deb ... - Unpacking libxcb-shm0:amd64 (1.15-1) ... - Selecting previously unselected package libxrender1:amd64. - Preparing to unpack .../10-libxrender1_1%3a0.9.10-1.1_amd64.deb ... - Unpacking libxrender1:amd64 (1:0.9.10-1.1) ... - Selecting previously unselected package libcairo2:amd64. - Preparing to unpack .../11-libcairo2_1.16.0-7_amd64.deb ... - Unpacking libcairo2:amd64 (1.16.0-7) ... - Selecting previously unselected package libltdl7:amd64. - Preparing to unpack .../12-libltdl7_2.4.7-7~deb12u1_amd64.deb ... - Unpacking libltdl7:amd64 (2.4.7-7~deb12u1) ... - Selecting previously unselected package libfribidi0:amd64. - Preparing to unpack .../13-libfribidi0_1.0.8-2.1_amd64.deb ... - Unpacking libfribidi0:amd64 (1.0.8-2.1) ... - Selecting previously unselected package libgraphite2-3:amd64. - Preparing to unpack .../14-libgraphite2-3_1.3.14-1_amd64.deb ... - Unpacking libgraphite2-3:amd64 (1.3.14-1) ... - Selecting previously unselected package libharfbuzz0b:amd64. - Preparing to unpack .../15-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ... - Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ... - Selecting previously unselected package libthai-data. - Preparing to unpack .../16-libthai-data_0.1.29-1_all.deb ... - Unpacking libthai-data (0.1.29-1) ... - Selecting previously unselected package libdatrie1:amd64. - Preparing to unpack .../17-libdatrie1_0.2.13-2+b1_amd64.deb ... - Unpacking libdatrie1:amd64 (0.2.13-2+b1) ... - Selecting previously unselected package libthai0:amd64. - Preparing to unpack .../18-libthai0_0.1.29-1_amd64.deb ... - Unpacking libthai0:amd64 (0.1.29-1) ... - Selecting previously unselected package libpango-1.0-0:amd64. - Preparing to unpack .../19-libpango-1.0-0_1.50.12+ds-1_amd64.deb ... - Unpacking libpango-1.0-0:amd64 (1.50.12+ds-1) ... - Selecting previously unselected package libpangoft2-1.0-0:amd64. - Preparing to unpack .../20-libpangoft2-1.0-0_1.50.12+ds-1_amd64.deb ... - Unpacking libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ... - Selecting previously unselected package libpangocairo-1.0-0:amd64. - Preparing to unpack .../21-libpangocairo-1.0-0_1.50.12+ds-1_amd64.deb ... - Unpacking libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ... - Selecting previously unselected package libpathplan4:amd64. - Preparing to unpack .../22-libpathplan4_2.42.2-7+deb12u1_amd64.deb ... - Unpacking libpathplan4:amd64 (2.42.2-7+deb12u1) ... - Selecting previously unselected package libgvc6. - Preparing to unpack .../23-libgvc6_2.42.2-7+deb12u1_amd64.deb ... - Unpacking libgvc6 (2.42.2-7+deb12u1) ... - Selecting previously unselected package libgvpr2:amd64. - Preparing to unpack .../24-libgvpr2_2.42.2-7+deb12u1_amd64.deb ... - Unpacking libgvpr2:amd64 (2.42.2-7+deb12u1) ... - Selecting previously unselected package liblab-gamut1:amd64. - Preparing to unpack .../25-liblab-gamut1_2.42.2-7+deb12u1_amd64.deb ... - Unpacking liblab-gamut1:amd64 (2.42.2-7+deb12u1) ... - Selecting previously unselected package x11-common. - Preparing to unpack .../26-x11-common_1%3a7.7+23_all.deb ... - Unpacking x11-common (1:7.7+23) ... - Selecting previously unselected package libice6:amd64. - Preparing to unpack .../27-libice6_2%3a1.0.10-1_amd64.deb ... - Unpacking libice6:amd64 (2:1.0.10-1) ... - Selecting previously unselected package libsm6:amd64. - Preparing to unpack .../28-libsm6_2%3a1.2.3-1_amd64.deb ... - Unpacking libsm6:amd64 (2:1.2.3-1) ... - Selecting previously unselected package libxt6:amd64. - Preparing to unpack .../29-libxt6_1%3a1.2.1-1.1_amd64.deb ... - Unpacking libxt6:amd64 (1:1.2.1-1.1) ... - Selecting previously unselected package libxmu6:amd64. - Preparing to unpack .../30-libxmu6_2%3a1.1.3-3_amd64.deb ... - Unpacking libxmu6:amd64 (2:1.1.3-3) ... - Selecting previously unselected package libxaw7:amd64. - Preparing to unpack .../31-libxaw7_2%3a1.0.14-1_amd64.deb ... - Unpacking libxaw7:amd64 (2:1.0.14-1) ... - Selecting previously unselected package graphviz. - Preparing to unpack .../32-graphviz_2.42.2-7+deb12u1_amd64.deb ... - Unpacking graphviz (2.42.2-7+deb12u1) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../33-libglib2.0-data_2.74.6-2+deb12u3_all.deb ... - Unpacking libglib2.0-data (2.74.6-2+deb12u3) ... - Selecting previously unselected package libgts-bin. - Preparing to unpack .../34-libgts-bin_0.7.6+darcs121130-5+b1_amd64.deb ... - Unpacking libgts-bin (0.7.6+darcs121130-5+b1) ... - Selecting previously unselected package libicu72:amd64. - Preparing to unpack .../35-libicu72_72.1-3_amd64.deb ... - Unpacking libicu72:amd64 (72.1-3) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../36-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... - Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../37-shared-mime-info_2.2-1_amd64.deb ... - Unpacking shared-mime-info (2.2-1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../38-xdg-user-dirs_0.18-1_amd64.deb ... - Unpacking xdg-user-dirs (0.18-1) ... - Setting up libgraphite2-3:amd64 (1.3.14-1) ... - Setting up libpixman-1-0:amd64 (0.42.2-1) ... - Setting up fontconfig (2.14.1-4) ... - Regenerating fonts cache... - done. - Setting up libicu72:amd64 (72.1-3) ... - Setting up libxrender1:amd64 (1:0.9.10-1.1) ... - Setting up libdatrie1:amd64 (0.2.13-2+b1) ... - Setting up xdg-user-dirs (0.18-1) ... - Setting up libxcb-render0:amd64 (1.15-1) ... - Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u3) ... - No schema files found: doing nothing. - Setting up liblab-gamut1:amd64 (2.42.2-7+deb12u1) ... - Setting up x11-common (1:7.7+23) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of restart. - Setting up libxcb-shm0:amd64 (1.15-1) ... - Setting up libcairo2:amd64 (1.16.0-7) ... - Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ... - Setting up libglib2.0-data (2.74.6-2+deb12u3) ... - Setting up fonts-liberation2 (2.1.5-1) ... - Setting up libpathplan4:amd64 (2.42.2-7+deb12u1) ... - Setting up libann0 (1.1.2+doc-9+b1) ... - Setting up libfribidi0:amd64 (1.0.8-2.1) ... - Setting up libltdl7:amd64 (2.4.7-7~deb12u1) ... - Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ... - Setting up libthai-data (0.1.29-1) ... - Setting up libcdt5:amd64 (2.42.2-7+deb12u1) ... - Setting up libcgraph6:amd64 (2.42.2-7+deb12u1) ... - Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... - Setting up libgts-bin (0.7.6+darcs121130-5+b1) ... - Setting up libice6:amd64 (2:1.0.10-1) ... - Setting up libthai0:amd64 (0.1.29-1) ... - Setting up shared-mime-info (2.2-1) ... - Setting up libgvpr2:amd64 (2.42.2-7+deb12u1) ... - Setting up libsm6:amd64 (2:1.2.3-1) ... - Setting up libpango-1.0-0:amd64 (1.50.12+ds-1) ... - Setting up libxt6:amd64 (1:1.2.1-1.1) ... - Setting up libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ... - Setting up libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ... - Setting up libxmu6:amd64 (2:1.1.3-3) ... - Setting up libxaw7:amd64 (2:1.0.14-1) ... - Setting up libgvc6 (2.42.2-7+deb12u1) ... - Setting up graphviz (2.42.2-7+deb12u1) ... - Processing triggers for libc-bin (2.36-9+deb12u8) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/45: Processing 2/45: Processing 3/45: Processing 4/45: [kittyimg.0.1: http] Processing 5/45: [kittyimg.0.1: http] Processing 6/45: [kittyimg.0.1: http] [conf-which: which which] -> retrieved base64.3.5.1 (cached) Processing 7/45: [kittyimg.0.1: http] [conf-which: which which] Processing 8/45: [kittyimg.0.1: http] [base64: dune build] [conf-which: which which] Processing 8/45: [base64: dune build] [conf-which: which which] -> retrieved memgraph.1.0 (cached) Processing 9/45: [base64: dune build] [conf-which: which which] Processing 10/45: [base64: dune build] [conf-which: which which] [memgraph: dune build] - /usr/bin/which -> compiled conf-which.1 Processing 10/45: [base64: dune build] [memgraph: dune build] -> installed conf-which.1 Processing 11/45: [base64: dune build] [memgraph: dune build] Processing 12/45: [base64: dune build] [conf-graphviz: which dot] [memgraph: dune build] -> retrieved memgraph_kitty.1.0 (cached) Processing 13/45: [base64: dune build] [conf-graphviz: which dot] [memgraph: dune build] -> retrieved kittyimg.0.1 (https://github.com/Armael/ocaml-kittyimg/releases/download/0.1/kittyimg-0.1.tbz) Processing 14/45: [base64: dune build] [conf-graphviz: which dot] [memgraph: dune build] -> retrieved nanosvg.0.2 (cached) Processing 15/45: [base64: dune build] [conf-graphviz: which dot] [memgraph: dune build] Processing 16/45: [base64: dune build] [conf-graphviz: which dot] [memgraph: dune build] [nanosvg: dune build] - /usr/bin/dot -> compiled conf-graphviz.0.1 Processing 16/45: [base64: dune build] [memgraph: dune build] [nanosvg: dune build] -> installed conf-graphviz.0.1 Processing 17/45: [base64: dune build] [memgraph: dune build] [nanosvg: dune build] -> retrieved nanosvg_text.0.1 (cached) Processing 18/45: [base64: dune build] [memgraph: dune build] [nanosvg: dune build] -> retrieved ocaml-compiler-libs.v0.12.4 (cached) Processing 19/45: [base64: dune build] [memgraph: dune build] [nanosvg: dune build] Processing 20/45: [base64: dune build] [memgraph: dune build] [nanosvg: dune build] [ocaml-compiler-libs: dune build] -> retrieved ppx_blob.0.9.0 (cached) Processing 21/45: [base64: dune build] [memgraph: dune build] [nanosvg: dune build] [ocaml-compiler-libs: dune build] -> retrieved ppx_derivers.1.2.1 (cached) Processing 22/45: [base64: dune build] [memgraph: dune build] [nanosvg: dune build] [ocaml-compiler-libs: dune build] Processing 23/45: [base64: dune build] [memgraph: dune build] [nanosvg: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] -> retrieved sexplib0.v0.17.0 (cached) Processing 24/45: [base64: dune build] [memgraph: dune build] [nanosvg: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] Processing 25/45: [base64: dune build] [memgraph: dune build] [nanosvg: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] -> retrieved stb_truetype.0.7 (cached) Processing 26/45: [base64: dune build] [memgraph: dune build] [nanosvg: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stb_truetype: make] -> retrieved stdlib-shims.0.3.0 (cached) Processing 27/45: [base64: dune build] [memgraph: dune build] [nanosvg: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stb_truetype: make] [stdlib-shims: dune build] -> retrieved ppxlib.0.33.0 (cached) -> compiled memgraph.1.0 Processing 27/45: [base64: dune build] [nanosvg: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stb_truetype: make] [stdlib-shims: dune build] -> installed memgraph.1.0 Processing 28/45: [base64: dune build] [nanosvg: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stb_truetype: make] [stdlib-shims: dune build] -> compiled ppx_derivers.1.2.1 Processing 28/45: [base64: dune build] [nanosvg: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stb_truetype: make] [stdlib-shims: dune build] -> installed ppx_derivers.1.2.1 Processing 29/45: [base64: dune build] [nanosvg: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stb_truetype: make] [stdlib-shims: dune build] -> compiled base64.3.5.1 Processing 29/45: [nanosvg: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stb_truetype: make] [stdlib-shims: dune build] -> installed base64.3.5.1 Processing 30/45: [nanosvg: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stb_truetype: make] [stdlib-shims: dune build] Processing 31/45: [kittyimg: dune build] [nanosvg: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stb_truetype: make] [stdlib-shims: dune build] -> compiled stdlib-shims.0.3.0 Processing 31/45: [kittyimg: dune build] [nanosvg: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stb_truetype: make] -> installed stdlib-shims.0.3.0 Processing 32/45: [kittyimg: dune build] [nanosvg: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stb_truetype: make] -> compiled kittyimg.0.1 Processing 32/45: [nanosvg: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stb_truetype: make] -> installed kittyimg.0.1 Processing 33/45: [nanosvg: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stb_truetype: make] -> compiled sexplib0.v0.17.0 Processing 33/45: [nanosvg: dune build] [ocaml-compiler-libs: dune build] [stb_truetype: make] -> installed sexplib0.v0.17.0 Processing 34/45: [nanosvg: dune build] [ocaml-compiler-libs: dune build] [stb_truetype: make] -> compiled ocaml-compiler-libs.v0.12.4 Processing 34/45: [nanosvg: dune build] [stb_truetype: make] -> installed ocaml-compiler-libs.v0.12.4 Processing 35/45: [nanosvg: dune build] [stb_truetype: make] Processing 36/45: [nanosvg: dune build] [ppxlib: dune build] [stb_truetype: make] - ocamlc -c stb_truetype.mli - ocamlc -c stb_truetype.ml - ocamlc -c -ccopt "-O3 -ffast-math -Werror" ml_stb_truetype.c - ocamlmklib -o _stb_truetype_stubs ml_stb_truetype.o - ocamlc -a -custom -o stb_truetype.cma stb_truetype.cmo \ - -dllib dll_stb_truetype_stubs.so \ - -cclib -l_stb_truetype_stubs - ocamlopt -c stb_truetype.ml - ocamlopt -a -o stb_truetype.cmxa stb_truetype.cmx \ - -cclib -l_stb_truetype_stubs -> compiled stb_truetype.0.7 Processing 36/45: [nanosvg: dune build] [ppxlib: dune build] Processing 37/45: [nanosvg: dune build] [ppxlib: dune build] [stb_truetype: make install] - (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/5.1/lib/ocaml -o nanosvg_stubs.o -c nanosvg_stubs.c) - nanosvg_stubs.c: In function 'caml_nsvg_alloc_shape': - nanosvg_stubs.c:261:11: warning: assignment discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] - 261 | cur = &Field(*cur, 1); - | ^ - nanosvg_stubs.c: In function 'caml_nsvg_alloc_image': - nanosvg_stubs.c:304:9: warning: assignment discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] - 304 | cur = &Field(*cur, 1); - | ^ -> compiled nanosvg.0.2 Processing 37/45: [ppxlib: dune build] [stb_truetype: make install] - ocamlfind install stb_truetype stb_truetype.a stb_truetype.cmi stb_truetype.cmo stb_truetype.cma stb_truetype.cmx stb_truetype.cmxa stb_truetype.ml stb_truetype.mli lib_stb_truetype_stubs.a dll_stb_truetype_stubs.so META - Installed /home/opam/.opam/5.1/lib/stb_truetype/lib_stb_truetype_stubs.a - Installed /home/opam/.opam/5.1/lib/stb_truetype/stb_truetype.mli - Installed /home/opam/.opam/5.1/lib/stb_truetype/stb_truetype.ml - Installed /home/opam/.opam/5.1/lib/stb_truetype/stb_truetype.cmxa - Installed /home/opam/.opam/5.1/lib/stb_truetype/stb_truetype.cmx - Installed /home/opam/.opam/5.1/lib/stb_truetype/stb_truetype.cma - Installed /home/opam/.opam/5.1/lib/stb_truetype/stb_truetype.cmo - Installed /home/opam/.opam/5.1/lib/stb_truetype/stb_truetype.cmi - Installed /home/opam/.opam/5.1/lib/stb_truetype/stb_truetype.a - Installed /home/opam/.opam/5.1/lib/stublibs/dll_stb_truetype_stubs.so - Installed /home/opam/.opam/5.1/lib/stublibs/dll_stb_truetype_stubs.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/5.1/lib/stublibs is not mentioned in ld.conf - Installed /home/opam/.opam/5.1/lib/stb_truetype/META -> installed stb_truetype.0.7 Processing 37/45: [ppxlib: dune build] -> installed nanosvg.0.2 Processing 38/45: [ppxlib: dune build] Processing 39/45: [nanosvg_text: dune build] [ppxlib: dune build] -> compiled nanosvg_text.0.1 Processing 39/45: [ppxlib: dune build] -> installed nanosvg_text.0.1 Processing 40/45: [ppxlib: dune build] + /home/opam/.opam/5.1/bin/dune "build" "-p" "ppxlib" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppxlib.0.33.0) -> compiled ppxlib.0.33.0 -> installed ppxlib.0.33.0 Processing 42/45: [ppx_blob: dune build] + /home/opam/.opam/5.1/bin/dune "build" "-p" "ppx_blob" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppx_blob.0.9.0) -> compiled ppx_blob.0.9.0 -> installed ppx_blob.0.9.0 Processing 44/45: [memgraph_kitty: dune build] + /home/opam/.opam/5.1/bin/dune "build" "-p" "memgraph_kitty" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/memgraph_kitty.1.0) -> compiled memgraph_kitty.1.0 -> installed memgraph_kitty.1.0 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 11:46.06 ---> saved as "cd50c0c0ef945be0e23e9e31893522e77610c932557f8576364b948bab9cea9a" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u memgraph_kitty:8cd685f9777adabbe6bfa38fbaccade5,ppx_blob:fd3ca6098e0d6f1f2d576ddd303cb4b8,nanosvg_text:ec137c8053c5a109bd9557a4dbc81fcc,nanosvg:b7767ca17942f3f605b3e1001f4c9761,memgraph:b7767ca17942f3f605b3e1001f4c9761,kittyimg:ef1f9cdfe447b3211ce0cb2d02da23d6,conf-graphviz:6361b13fe72d7709b0c8ce480ae8a851")) 2024-09-12 11:46.08 ---> saved as "3feb676bb542eb10d2d88d96fcf93e22dc2bdf3e694ba206471bbea2830432cf" /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.956087') && (for DATA in prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-graphviz/0.1,conf-graphviz.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-graphviz.0.1 prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1,kittyimg.0.1-ef1f9cdfe447b3211ce0cb2d02da23d6,kittyimg.0.1 prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0,memgraph.1.0-b7767ca17942f3f605b3e1001f4c9761,memgraph.1.0 prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2,nanosvg.0.2-b7767ca17942f3f605b3e1001f4c9761,nanosvg.0.2 prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1,nanosvg_text.0.1-ec137c8053c5a109bd9557a4dbc81fcc,nanosvg_text.0.1 prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0,ppx_blob.0.9.0-fd3ca6098e0d6f1f2d576ddd303cb4b8,ppx_blob.0.9.0 prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0,memgraph_kitty.1.0-8cd685f9777adabbe6bfa38fbaccade5,memgraph_kitty.1.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/* && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-graphviz/0.1,conf-graphviz.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-graphviz.0.1 prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1,kittyimg.0.1-ef1f9cdfe447b3211ce0cb2d02da23d6,kittyimg.0.1 prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0,memgraph.1.0-b7767ca17942f3f605b3e1001f4c9761,memgraph.1.0 prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2,nanosvg.0.2-b7767ca17942f3f605b3e1001f4c9761,nanosvg.0.2 prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1,nanosvg_text.0.1-ec137c8053c5a109bd9557a4dbc81fcc,nanosvg_text.0.1 prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0,ppx_blob.0.9.0-fd3ca6098e0d6f1f2d576ddd303cb4b8,ppx_blob.0.9.0 prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0,memgraph_kitty.1.0-8cd685f9777adabbe6bfa38fbaccade5,memgraph_kitty.1.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-graphviz/0.1,conf-graphviz.0.1-6361b13fe72d7709b0c8ce480ae8a851,conf-graphviz.0.1 prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1,kittyimg.0.1-ef1f9cdfe447b3211ce0cb2d02da23d6,kittyimg.0.1 prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0,memgraph.1.0-b7767ca17942f3f605b3e1001f4c9761,memgraph.1.0 prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2,nanosvg.0.2-b7767ca17942f3f605b3e1001f4c9761,nanosvg.0.2 prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1,nanosvg_text.0.1-ec137c8053c5a109bd9557a4dbc81fcc,nanosvg_text.0.1 prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0,ppx_blob.0.9.0-fd3ca6098e0d6f1f2d576ddd303cb4b8,ppx_blob.0.9.0 prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0,memgraph_kitty.1.0-8cd685f9777adabbe6bfa38fbaccade5,memgraph_kitty.1.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) 0.956087 prep/universes/6361b13fe72d7709b0c8ce480ae8a851/conf-graphviz/0.1/opam prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1/doc/ prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1/doc/kittyimg/ prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1/doc/kittyimg/CHANGES prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1/doc/kittyimg/LICENSE prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1/doc/kittyimg/README.md prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1/lib/ prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1/lib/kittyimg/ prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1/lib/kittyimg/kittyimg.ocamlobjinfo prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1/lib/kittyimg/META prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1/lib/kittyimg/dune-package prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1/lib/kittyimg/kittyimg.cmi prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1/lib/kittyimg/kittyimg.cmt prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1/lib/kittyimg/kittyimg.cmti prep/universes/ef1f9cdfe447b3211ce0cb2d02da23d6/kittyimg/0.1/opam prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/doc/ prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/doc/memgraph/ prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/doc/memgraph/CHANGES.md prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/doc/memgraph/LICENSE prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/doc/memgraph/README.md prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/doc/memgraph/odoc-pages/ prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/doc/memgraph/odoc-pages/index.mld prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/lib/ prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/lib/memgraph/ prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/lib/memgraph/memgraph.ocamlobjinfo prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/lib/memgraph/META prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/lib/memgraph/dune-package prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/lib/memgraph/memgraph.cmi prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/lib/memgraph/memgraph.cmt prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/lib/memgraph/memgraph__Dot.cmi prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/lib/memgraph/memgraph__Dot.cmt prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/lib/memgraph/memgraph__Dot.cmti prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/lib/memgraph/memgraph__Repr.cmi prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/lib/memgraph/memgraph__Repr.cmt prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/lib/memgraph/memgraph__Repr.cmti prep/universes/b7767ca17942f3f605b3e1001f4c9761/memgraph/1.0/opam prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2/doc/ prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2/doc/nanosvg/ prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2/doc/nanosvg/CHANGES prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2/doc/nanosvg/LICENSE prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2/doc/nanosvg/README.md prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2/lib/ prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2/lib/nanosvg/ prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2/lib/nanosvg/nanosvg.ocamlobjinfo prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2/lib/nanosvg/META prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2/lib/nanosvg/dune-package prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2/lib/nanosvg/nanosvg.cmi prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2/lib/nanosvg/nanosvg.cmt prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2/lib/nanosvg/nanosvg.cmti prep/universes/b7767ca17942f3f605b3e1001f4c9761/nanosvg/0.2/opam prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1/doc/ prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1/doc/nanosvg_text/ prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1/doc/nanosvg_text/CHANGES prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1/doc/nanosvg_text/LICENSE prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1/doc/nanosvg_text/README.md prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1/lib/ prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1/lib/nanosvg_text/ prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1/lib/nanosvg_text/nanosvg_text.ocamlobjinfo prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1/lib/nanosvg_text/META prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1/lib/nanosvg_text/dune-package prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1/lib/nanosvg_text/nanosvg_text.cmi prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1/lib/nanosvg_text/nanosvg_text.cmt prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1/lib/nanosvg_text/nanosvg_text.cmti prep/universes/ec137c8053c5a109bd9557a4dbc81fcc/nanosvg_text/0.1/opam prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0/doc/ prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0/doc/ppx_blob/ prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0/doc/ppx_blob/CHANGES.md prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0/doc/ppx_blob/LICENSE.txt prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0/doc/ppx_blob/README.md prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0/lib/ prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0/lib/ppx_blob/ prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0/lib/ppx_blob/ppx_blob.ocamlobjinfo prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0/lib/ppx_blob/META prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0/lib/ppx_blob/dune-package prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0/lib/ppx_blob/ppx_blob.cmi prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0/lib/ppx_blob/ppx_blob.cmt prep/universes/fd3ca6098e0d6f1f2d576ddd303cb4b8/ppx_blob/0.9.0/opam prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0/doc/ prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0/doc/memgraph_kitty/ prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0/doc/memgraph_kitty/CHANGES.md prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0/doc/memgraph_kitty/LICENSE prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0/doc/memgraph_kitty/README.md prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0/lib/ prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0/lib/memgraph_kitty/ prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0/lib/memgraph_kitty/memgraph_kitty.ocamlobjinfo prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0/lib/memgraph_kitty/META prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0/lib/memgraph_kitty/dune-package prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0/lib/memgraph_kitty/memgraph_kitty.cmi prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0/lib/memgraph_kitty/memgraph_kitty.cmt prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0/lib/memgraph_kitty/memgraph_kitty.cmti prep/universes/8cd685f9777adabbe6bfa38fbaccade5/memgraph_kitty/1.0/opam Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. 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:conf-graphviz.0.1-6361b13fe72d7709b0c8ce480ae8a851:aff0eed5bd4c9d68a557faab7a4925d8f514118ed4c3c04572c210cb7eb8e484 HASHES:kittyimg.0.1-ef1f9cdfe447b3211ce0cb2d02da23d6:ece3931a8cf0c048eb2af8b2e6b36f1b80ba797e6419427e06db740586b984b7 HASHES:memgraph.1.0-b7767ca17942f3f605b3e1001f4c9761:71169e8121ffac1b2ebe83d342a7ec65ed3d842bef70cf481613aa86fa32c13c HASHES:nanosvg.0.2-b7767ca17942f3f605b3e1001f4c9761:dcc3a06597731020e77332b15abbe2c67cf02f399759a52787367538a263e259 HASHES:nanosvg_text.0.1-ec137c8053c5a109bd9557a4dbc81fcc:5d89274658e417d3fb4662d1e5b19abb23984bd300a99a124a0cb57db25c407a HASHES:ppx_blob.0.9.0-fd3ca6098e0d6f1f2d576ddd303cb4b8:0af48a6b744e7d6d419b78f26532b3a3f3710469de1259a8c656b5d9ae27d893 HASHES:memgraph_kitty.1.0-8cd685f9777adabbe6bfa38fbaccade5:d0e342f2d9019077dfa62e7c23e6261739b383f5b4ddee6504aae6d9624962d6 2024-09-12 11:46.12 ---> saved as "83808432b00be98a9cc9e628a92896f75f5bc482786689fb3f436a4e95ec53c7" Job succeeded 2024-09-12 11:55.28: memgraph_kitty.1.0-8cd685f9777adabbe6bfa38fbaccade5 -> d0e342f2d9019077dfa62e7c23e6261739b383f5b4ddee6504aae6d9624962d6 2024-09-12 11:55.28: ppx_blob.0.9.0-fd3ca6098e0d6f1f2d576ddd303cb4b8 -> 0af48a6b744e7d6d419b78f26532b3a3f3710469de1259a8c656b5d9ae27d893 2024-09-12 11:55.28: nanosvg_text.0.1-ec137c8053c5a109bd9557a4dbc81fcc -> 5d89274658e417d3fb4662d1e5b19abb23984bd300a99a124a0cb57db25c407a 2024-09-12 11:55.28: nanosvg.0.2-b7767ca17942f3f605b3e1001f4c9761 -> dcc3a06597731020e77332b15abbe2c67cf02f399759a52787367538a263e259 2024-09-12 11:55.28: memgraph.1.0-b7767ca17942f3f605b3e1001f4c9761 -> 71169e8121ffac1b2ebe83d342a7ec65ed3d842bef70cf481613aa86fa32c13c 2024-09-12 11:55.28: kittyimg.0.1-ef1f9cdfe447b3211ce0cb2d02da23d6 -> ece3931a8cf0c048eb2af8b2e6b36f1b80ba797e6419427e06db740586b984b7 2024-09-12 11:55.28: conf-graphviz.0.1-6361b13fe72d7709b0c8ce480ae8a851 -> aff0eed5bd4c9d68a557faab7a4925d8f514118ed4c3c04572c210cb7eb8e484 2024-09-12 11:55.28: Job succeeded