Build:
- 0
2025-03-13 14:38.13: New job: build slipshow.0.1.1, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/27620/head (9c8c984a2e92fd873fdcb53650c5c6429ec2163b) on debian-testing-ocaml-4.14/amd64 To reproduce locally: cd $(mktemp -d) git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27620/head" && git reset --hard 9c8c984a git fetch origin master git merge --no-edit 906fb78ee221e4b7676dcd2285fb6d40cbdc59f2 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-testing-ocaml-4.14@sha256:6e0a827c4700da2cc061119b83ff2a44ef2c0fc2044275b90365b62edf3d8fa4 USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam RUN opam init --reinit -ni RUN opam option solver=builtin-0install && opam config report ENV OPAMDOWNLOADJOBS="1" ENV OPAMERRLOGLEN="0" ENV OPAMPRECISETRACKING="1" ENV CI="true" ENV OPAM_REPO_CI="true" RUN rm -rf opam-repository/ COPY --chown=1000:1000 . opam-repository/ RUN opam repository set-url --strict default opam-repository/ RUN opam update --depexts || true RUN opam pin add -k version -yn slipshow.0.1.1 0.1.1 RUN opam reinstall slipshow.0.1.1; \ res=$?; \ test "$res" != 31 && exit "$res"; \ export OPAMCLI=2.0; \ build_dir=$(opam var prefix)/.opam-switch/build; \ failed=$(ls "$build_dir"); \ partial_fails=""; \ for pkg in $failed; do \ if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-testing\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'slipshow.0.1.1' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-03-13 14:38.13: Using cache hint "ocaml/opam:debian-testing-ocaml-4.14@sha256:6e0a827c4700da2cc061119b83ff2a44ef2c0fc2044275b90365b62edf3d8fa4-slipshow.0.1.1-9c8c984a2e92fd873fdcb53650c5c6429ec2163b" 2025-03-13 14:38.13: Using OBuilder spec: ((from ocaml/opam:debian-testing-ocaml-4.14@sha256:6e0a827c4700da2cc061119b83ff2a44ef2c0fc2044275b90365b62edf3d8fa4) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) (run (shell "opam option solver=builtin-0install && opam config report")) (env OPAMDOWNLOADJOBS 1) (env OPAMERRLOGLEN 0) (env OPAMPRECISETRACKING 1) (env CI true) (env OPAM_REPO_CI true) (run (shell "rm -rf opam-repository/")) (copy (src .) (dst opam-repository/)) (run (shell "opam repository set-url --strict default opam-repository/")) (run (network host) (shell "opam update --depexts || true")) (run (shell "opam pin add -k version -yn slipshow.0.1.1 0.1.1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall slipshow.0.1.1;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-testing\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'slipshow.0.1.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-03-13 14:38.13: Waiting for resource in pool OCluster 2025-03-13 14:38.13: Waiting for worker… 2025-03-13 14:40.19: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached Updating files: 62% (14228/22645) Updating files: 63% (14267/22645) Updating files: 64% (14493/22645) Updating files: 65% (14720/22645) Updating files: 66% (14946/22645) Updating files: 67% (15173/22645) Updating files: 68% (15399/22645) Updating files: 69% (15626/22645) Updating files: 70% (15852/22645) Updating files: 71% (16078/22645) Updating files: 72% (16305/22645) Updating files: 73% (16531/22645) Updating files: 74% (16758/22645) Updating files: 75% (16984/22645) Updating files: 76% (17211/22645) Updating files: 77% (17437/22645) Updating files: 78% (17664/22645) Updating files: 79% (17890/22645) Updating files: 80% (18116/22645) Updating files: 81% (18343/22645) Updating files: 82% (18569/22645) Updating files: 83% (18796/22645) Updating files: 84% (19022/22645) Updating files: 85% (19249/22645) Updating files: 86% (19475/22645) Updating files: 87% (19702/22645) Updating files: 88% (19928/22645) Updating files: 89% (20155/22645) Updating files: 90% (20381/22645) Updating files: 91% (20607/22645) Updating files: 92% (20834/22645) Updating files: 93% (21060/22645) Updating files: 94% (21287/22645) Updating files: 95% (21513/22645) Updating files: 96% (21740/22645) Updating files: 97% (21966/22645) Updating files: 98% (22193/22645) Updating files: 99% (22419/22645) Updating files: 100% (22645/22645) Updating files: 100% (22645/22645), done. HEAD is now at 906fb78ee2 Merge pull request #27594 from mbarbin/dunolint Updating 906fb78ee2..9c8c984a2e Fast-forward packages/slipshow/slipshow.0.1.1/opam | 55 +++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 packages/slipshow/slipshow.0.1.1/opam (from ocaml/opam:debian-testing-ocaml-4.14@sha256:6e0a827c4700da2cc061119b83ff2a44ef2c0fc2044275b90365b62edf3d8fa4) 2025-03-13 14:40.39 ---> using "268fae6a0172dd5a37df98f855d57b1c3354b84e6756aee2f4ee779581bfe1d0" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-03-13 14:40.39 ---> using "7462ffcfc30832b07a931c93d3e12ac248cc1ec1219daec3038f24c050880b65" from cache /home/opam: (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from file:///home/opam/opam-repository 2025-03-13 14:40.39 ---> using "4b8a1f6424a4318571c952fc696c4cc2fb5524f727889b682af28a056d642577" from cache /home/opam: (run (shell "opam option solver=builtin-0install && opam config report")) Set to 'builtin-0install' the field solver in global configuration # opam config report # opam-version 2.4.0~alpha1~dev (f1cf50f2711981a605f81a80c68b73774d5841ff) # self-upgrade no # system arch=x86_64 os=linux os-distribution=debian os-version=unknown # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 255 # repositories 1 (local), 1 (version-controlled) # pinned 1 (version) # current-switch 4.14 # invariant ["ocaml-base-compiler" {= "4.14.2"}] # compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 4.14.2 2025-03-13 14:40.39 ---> using "5cf44d3a4d0cf4700d0c3bf68a345cd2bfd38b39c3c5115cae8e94c38612699b" from cache /home/opam: (env OPAMDOWNLOADJOBS 1) /home/opam: (env OPAMERRLOGLEN 0) /home/opam: (env OPAMPRECISETRACKING 1) /home/opam: (env CI true) /home/opam: (env OPAM_REPO_CI true) /home/opam: (run (shell "rm -rf opam-repository/")) 2025-03-13 14:40.39 ---> using "83c6913d029122e7ce9c7de3a6bbd9429cc4275d8b4793d3e14425f65c7ba11a" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-03-13 14:40.54 ---> saved as "3e6003a67e93a03288ea6814cd4274094e3b768a60fde9cefaae5c8369a20238" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-03-13 14:41.42 ---> saved as "8c089a5cb6dd2f93cc01b5db8c32ac59d8a61e44a8e337d8c5e70c68869ac78b" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian testing InRelease [175 kB] - Get:2 http://deb.debian.org/debian testing-updates InRelease [49.6 kB] - Get:3 http://deb.debian.org/debian-security testing-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [27.9 kB] - Get:5 http://deb.debian.org/debian testing/main amd64 Packages 2025-03-09-1406.39.pdiff [12.4 kB] - Get:6 http://deb.debian.org/debian testing/main amd64 Packages 2025-03-09-2008.45.pdiff [9860 B] - Get:7 http://deb.debian.org/debian testing/main amd64 Packages 2025-03-10-0213.44.pdiff [49.0 kB] - Get:8 http://deb.debian.org/debian testing/main amd64 Packages 2025-03-10-0804.54.pdiff [7250 B] - Get:9 http://deb.debian.org/debian testing/main amd64 Packages 2025-03-10-1406.48.pdiff [1042 B] - Get:10 http://deb.debian.org/debian testing/main amd64 Packages 2025-03-10-2005.14.pdiff [1865 B] - Get:11 http://deb.debian.org/debian testing/main amd64 Packages 2025-03-11-0206.57.pdiff [33.6 kB] - Get:12 http://deb.debian.org/debian testing/main amd64 Packages 2025-03-11-1407.01.pdiff [33 B] - Get:13 http://deb.debian.org/debian testing/main amd64 Packages 2025-03-11-2007.23.pdiff [538 B] - Get:14 http://deb.debian.org/debian testing/main amd64 Packages 2025-03-12-0207.37.pdiff [54.5 kB] - Get:15 http://deb.debian.org/debian testing/main amd64 Packages 2025-03-12-0843.28.pdiff [11.2 kB] - Get:16 http://deb.debian.org/debian testing/main amd64 Packages 2025-03-12-1407.55.pdiff [7290 B] - Get:17 http://deb.debian.org/debian testing/main amd64 Packages 2025-03-12-2016.04.pdiff [19.7 kB] - Get:18 http://deb.debian.org/debian testing/main amd64 Packages 2025-03-13-0204.09.pdiff [47.3 kB] - Get:19 http://deb.debian.org/debian testing/main amd64 Packages 2025-03-13-0807.42.pdiff [7685 B] - Get:19 http://deb.debian.org/debian testing/main amd64 Packages 2025-03-13-0807.42.pdiff [7685 B] - Fetched 564 kB in 1s (605 kB/s) - Reading package lists... - 2025-03-13 14:41.43 ---> saved as "51ec1f2b9c4c3e51cca7ef8cf1b15f424fe88f1d370cd5f6f28e947fbee0f68b" /home/opam: (run (shell "opam pin add -k version -yn slipshow.0.1.1 0.1.1")) slipshow is now pinned to version 0.1.1 2025-03-13 14:41.44 ---> saved as "d8b76914ce99fc257c194d58710cde5f12b7a1a2dca2e9d8448e9285760da45a" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall slipshow.0.1.1;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-testing\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'slipshow.0.1.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) slipshow.0.1.1 is not installed. Install it? [Y/n] y The following actions will be performed: === install 135 packages - install angstrom 0.16.1 [required by multipart_form, caqti, multipart_form-lwt] - install asn1-combinators 0.3.2 [required by x509] - install astring 0.8.5 [required by bos, irmin-watcher] - install base v0.16.3 [required by ppx_sexp_conv] - install base-bytes base [required by inotify] - install base64 3.5.1 [required by slipshow] - install bigarray-compat 1.1.0 [required by dream] - install bigarray-overlap 0.2.1 [required by prettym] - install bigstringaf 0.10.0 [required by multipart_form, caqti, multipart_form-lwt] - install bos 0.2.1 [required by slipshow] - install camlp-streams 5.0.1 [required by dream] - install caqti 2.1.2 [required by dream] - install caqti-lwt 2.1.1 [required by dream] - install cf 0.5.0 [required by cf-lwt] - install cf-lwt 0.5.0 [required by irmin-watcher] - install cmdliner 1.3.0 [required by slipshow] - install conf-bash 1 [required by base] - install conf-gmp 4 [required by conf-gmp-powm-sec, zarith] - install conf-gmp-powm-sec 3 [required by mirage-crypto-pk] - install conf-libev 4-12 [required by dream] - install conf-libffi 2.0.0 [required by ctypes-foreign] - install conf-libssl 4 [required by ssl] - install conf-pkg-config 4 [required by bigarray-overlap, ctypes-foreign] - install cppo 1.8.0 [required by lwt] - install csexp 1.5.2 [required by dune-configurator, dune-private-libs] - install cstruct 6.2.0 [required by dream] - install ctypes 0.23.0 [required by cf, fsevents] - install ctypes-foreign 0.23.0 [required by cf] - install digestif 1.2.0 [required by dream] - install domain-name 0.4.1 [required by caqti, caqti-lwt] - install dream 1.0.0~alpha8 [required by slipshow] - install dream-httpaf 1.0.0~alpha4 [required by dream] - install dream-pure 1.0.0~alpha2 [required by dream] - install dune 3.17.2 [required by slipshow] - install dune-configurator 3.17.2 [required by base] - install dune-private-libs 3.17.2 [required by dune-site] - install dune-site 3.17.2 [required by caqti] - install duration 0.2.1 [required by mirage-crypto-rng-lwt] - install dyn 3.17.2 [required by dune-private-libs] - install eqaf 0.10 [required by mirage-crypto-ec, digestif, mirage-crypto-pk] - install faraday 0.8.2 [required by httpun, gluten, h2, httpun-ws] - install faraday-lwt 0.8.2 [required by faraday-lwt-unix] - install faraday-lwt-unix 0.8.2 [required by gluten-lwt-unix, h2-lwt-unix] - install fmt 0.10.0 [required by dream, bos, irmin-watcher] - install fpath 0.7.3 [required by slipshow] - install fsevents 0.3.0 [required by fsevents-lwt] - install fsevents-lwt 0.3.0 [required by irmin-watcher] - install gen 1.1 [required by sedlex] - install gluten 0.5.2 [required by dream-httpaf] - install gluten-lwt 0.5.2 [required by gluten-lwt-unix] - install gluten-lwt-unix 0.5.2 [required by dream-httpaf] - install gmap 0.3.0 [required by x509] - install graphql 0.14.0 [required by graphql-lwt] - install graphql-lwt 0.14.0 [required by dream] - install graphql_parser 0.14.0 [required by dream] - install h2 0.12.0 [required by dream-httpaf] - install h2-lwt 0.12.0 [required by h2-lwt-unix] - install h2-lwt-unix 0.12.0 [required by dream-httpaf] - install hmap 0.8.1 [required by dream-pure] - install hpack 0.12.0 [required by h2] - install httpun 0.1.0 [required by dream-httpaf] - install httpun-lwt 0.1.0 [required by httpun-lwt-unix] - install httpun-lwt-unix 0.1.0 [required by dream-httpaf] - install httpun-types 0.1.0 [required by h2, httpun] - install httpun-ws 0.2.0 [required by dream-httpaf] - install inotify 2.6 [required by irmin-watcher] - install integers 0.7.0 [required by ctypes] - install ipaddr 5.6.0 [required by caqti, caqti-lwt] - install irmin-watcher 0.5.0 [required by slipshow] - install js_of_ocaml 6.0.1 [required by js_of_ocaml-lwt] - install js_of_ocaml-compiler 6.0.1 [required by slipshow] - install js_of_ocaml-lwt 6.0.1 [required by slipshow] - install js_of_ocaml-ppx 6.0.1 [required by js_of_ocaml-lwt] - install kdf 1.0.0 [required by tls] - install ke 0.6 [required by multipart_form, multipart_form-lwt] - install lambdasoup 1.1.1 [required by dream] - install logs 0.7.0 [required by dream, bos, irmin-watcher] - install lwt 5.9.0 [required by slipshow] - install lwt-dllist 1.0.1 [required by caqti] - install lwt_ppx 5.8.1 [required by dream] - install lwt_ssl 1.2.0 [required by dream] - install macaddr 5.6.0 [required by ipaddr] - install magic-mime 1.3.1 [required by slipshow] - install markup 1.0.3 [required by dream] - install menhir 20240715 [required by graphql_parser] - install menhirCST 20240715 [required by menhir] - install menhirLib 20240715 [required by js_of_ocaml-compiler] - install menhirSdk 20240715 [required by js_of_ocaml-compiler] - install mirage-clock 4.2.0 [required by dream] - install mirage-crypto 1.2.0 [required by dream] - install mirage-crypto-ec 1.2.0 [required by tls] - install mirage-crypto-pk 1.2.0 [required by tls] - install mirage-crypto-rng 1.2.0 [required by dream] - install mirage-crypto-rng-lwt 1.2.0 [required by dream] - install mtime 2.1.0 [required by caqti-lwt, caqti, mirage-crypto-rng-lwt] - install multipart_form 0.6.0 [required by dream] - install multipart_form-lwt 0.6.0 [required by dream] - install num 1.5-1 [required by sexplib] - install ocaml-compiler-libs v0.12.4 [required by ppxlib] - install ocaml-syntax-shims 1.0.0 [required by angstrom] - install ocamlbuild 0.16.1 [required by bos] - install ocamlfind 1.9.8 [required by bos] - install ocplib-endian 1.2 [required by lwt] - install ohex 0.2.0 [required by tls] - install ordering 3.17.2 [required by dyn, stdune] - install parsexp v0.16.0 [required by sexplib] - install pecu 0.7 [required by multipart_form] - install pp 2.0.0 [required by dune-private-libs] - install ppx_blob 0.9.0 [required by slipshow] - install ppx_derivers 1.2.1 [required by ppxlib] - install ppx_sexp_conv v0.16.0 [required by slipshow] - install ppxlib 0.35.0 [required by ppx_blob, ppx_sexp_conv] - install prettym 0.0.3 [required by multipart_form] - install psq 0.2.1 [required by h2] - install ptime 1.2.0 [required by dream] - install re 1.12.0 [required by graphql_parser] - install rresult 0.7.0 [required by bos] - install sedlex 3.3 [required by js_of_ocaml-compiler] - install seq base [required by re, graphql] - install sexplib v0.16.0 [required by slipshow] - install sexplib0 v0.16.0 [required by ppx_sexp_conv, sexplib] - install slipshow 0.1.1 (pinned) - install ssl 0.7.0 [required by dream] - install stdlib-shims 0.3.0 [required by ppxlib, integers] - install stdune 3.17.2 [required by dune-private-libs] - install stringext 1.6.0 [required by uri] - install tls 2.0.0 [required by caqti] - install topkg 1.0.8 [required by bos] - install uchar 0.0.2 [required by markup] - install unstrctrd 0.4 [required by multipart_form] - install uri 4.4.0 [required by dream] - install uutf 1.0.4 [required by multipart_form] - install x509 1.0.5 [required by caqti] - install yojson 2.2.2 [required by dream] - install zarith 1.14 [required by mirage-crypto-pk] The following system packages will first need to be installed: libev-dev libffi-dev libgmp-dev libssl-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apt-get to install them (may need root/sudo access) 2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal) 3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable 4. Abort the installation [1/2/3/4] 1 + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libev-dev" "libffi-dev" "libgmp-dev" "libssl-dev" "pkg-config" - Selecting previously unselected package libev4t64: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 ... 19680 files and directories currently installed.) - Preparing to unpack .../0-libev4t64_1%3a4.33-2.1+b1_amd64.deb ... - Unpacking libev4t64:amd64 (1:4.33-2.1+b1) ... - Selecting previously unselected package libev-dev:amd64. - Preparing to unpack .../1-libev-dev_1%3a4.33-2.1+b1_amd64.deb ... - Unpacking libev-dev:amd64 (1:4.33-2.1+b1) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../2-libffi-dev_3.4.7-1_amd64.deb ... - Unpacking libffi-dev:amd64 (3.4.7-1) ... - Selecting previously unselected package libgmpxx4ldbl:amd64. - Preparing to unpack .../3-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../4-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../5-libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package libssl-dev:amd64. - Preparing to unpack .../6-libssl-dev_3.4.1-1_amd64.deb ... - Unpacking libssl-dev:amd64 (3.4.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../7-pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../8-pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../9-pkg-config_1.8.1-4_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-4) ... - Setting up libev4t64:amd64 (1:4.33-2.1+b1) ... - Setting up libffi-dev:amd64 (3.4.7-1) ... - Setting up libpkgconf3:amd64 (1.8.1-4) ... - Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ... - Setting up libssl-dev:amd64 (3.4.1-1) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up libev-dev:amd64 (1:4.33-2.1+b1) ... - Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ... - Setting up pkgconf:amd64 (1.8.1-4) ... - Setting up pkg-config:amd64 (1.8.1-4) ... - Processing triggers for libc-bin (2.40-7) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.16.1 (cached) -> retrieved asn1-combinators.0.3.2 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.16.3 (cached) -> retrieved base64.3.5.1 (cached) -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved bigarray-overlap.0.2.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved caqti.2.1.2 (cached) -> retrieved caqti-lwt.2.1.1 (cached) -> retrieved cf.0.5.0, cf-lwt.0.5.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved conf-gmp.4 (cached) -> retrieved conf-gmp-powm-sec.3 (cached) -> retrieved conf-libev.4-12 (cached) -> retrieved conf-libssl.4 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> installed conf-bash.1 -> installed conf-gmp.4 -> installed conf-pkg-config.4 -> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached) -> installed conf-libev.4-12 -> installed conf-gmp-powm-sec.3 -> installed conf-libffi.2.0.0 -> installed conf-libssl.4 -> retrieved digestif.1.2.0 (cached) -> retrieved domain-name.0.4.1 (cached) -> retrieved dream.1.0.0~alpha8, dream-httpaf.1.0.0~alpha4 (cached) -> retrieved dream-pure.1.0.0~alpha2 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2, dune-private-libs.3.17.2, dune-site.3.17.2, dyn.3.17.2, ordering.3.17.2, stdune.3.17.2 (cached) -> retrieved duration.0.2.1 (cached) -> retrieved eqaf.0.10 (cached) -> retrieved faraday.0.8.2, faraday-lwt.0.8.2, faraday-lwt-unix.0.8.2 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0 (cached) -> retrieved gen.1.1 (cached) -> retrieved gluten.0.5.2, gluten-lwt.0.5.2, gluten-lwt-unix.0.5.2 (cached) -> retrieved gmap.0.3.0 (cached) -> installed cmdliner.1.3.0 -> retrieved graphql.0.14.0, graphql-lwt.0.14.0, graphql_parser.0.14.0 (cached) -> retrieved h2.0.12.0, h2-lwt.0.12.0, h2-lwt-unix.0.12.0, hpack.0.12.0 (cached) -> retrieved hmap.0.8.1 (cached) -> retrieved httpun.0.1.0, httpun-lwt.0.1.0, httpun-lwt-unix.0.1.0, httpun-types.0.1.0 (cached) -> retrieved httpun-ws.0.2.0 (cached) -> retrieved inotify.2.6 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached) -> retrieved irmin-watcher.0.5.0 (cached) -> retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1, js_of_ocaml-lwt.6.0.1, js_of_ocaml-ppx.6.0.1 (cached) -> retrieved kdf.1.0.0 (cached) -> retrieved ke.0.6 (cached) -> retrieved lambdasoup.1.1.1 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved lwt.5.9.0 (cached) -> retrieved lwt-dllist.1.0.1 (cached) -> retrieved lwt_ppx.5.8.1 (cached) -> retrieved lwt_ssl.1.2.0 (cached) -> retrieved magic-mime.1.3.1 (cached) -> retrieved markup.1.0.3 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved mirage-clock.4.2.0 (cached) -> retrieved mirage-crypto.1.2.0, mirage-crypto-ec.1.2.0, mirage-crypto-pk.1.2.0, mirage-crypto-rng.1.2.0, mirage-crypto-rng-lwt.1.2.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved multipart_form.0.6.0, multipart_form-lwt.0.6.0 (cached) -> retrieved num.1.5-1 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ohex.0.2.0 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved pecu.0.7 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved ppx_blob.0.9.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_sexp_conv.v0.16.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved prettym.0.0.3 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved re.1.12.0 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved sedlex.3.3 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib.v0.16.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) [ERROR] Failed to get sources of slipshow.0.1.1: HTTP error code 404 -> retrieved ssl.0.7.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved tls.2.0.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved uchar.0.0.2 (cached) -> retrieved unstrctrd.0.4 (cached) -> retrieved uri.4.4.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved x509.1.0.5 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved zarith.1.14 (cached) -> installed num.1.5-1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed uchar.0.0.2 -> installed zarith.1.14 -> installed dune.3.17.2 -> installed base64.3.5.1 -> installed bigarray-compat.1.1.0 -> installed camlp-streams.5.0.1 -> installed cppo.1.8.0 -> installed csexp.1.5.2 -> installed topkg.1.0.8 -> installed domain-name.0.4.1 -> installed duration.0.2.1 -> installed eqaf.0.10 -> installed gen.1.1 -> installed gmap.0.3.0 -> installed lwt-dllist.1.0.1 -> installed macaddr.5.6.0 -> installed magic-mime.1.3.1 -> installed menhirCST.20240715 -> installed menhirLib.20240715 -> installed menhirSdk.20240715 -> installed mirage-clock.4.2.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocaml-syntax-shims.1.0.0 -> installed ohex.0.2.0 -> installed pecu.0.7 -> installed pp.2.0.0 -> installed ppx_derivers.1.2.1 -> installed psq.0.2.1 -> installed re.1.12.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed yojson.2.2.2 -> installed ocplib-endian.1.2 -> installed hmap.0.8.1 -> installed rresult.0.7.0 -> installed ipaddr.5.6.0 -> installed digestif.1.2.0 -> installed uutf.1.0.4 -> installed integers.0.7.0 -> installed mtime.2.1.0 -> installed fmt.0.10.0 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed ordering.3.17.2 -> installed parsexp.v0.16.0 -> installed dune-configurator.3.17.2 -> installed markup.1.0.3 -> installed cstruct.6.2.0 -> installed ke.0.6 -> installed asn1-combinators.0.3.2 -> installed fpath.0.7.3 -> installed bigstringaf.0.10.0 -> installed lambdasoup.1.1.1 -> installed sexplib.v0.16.0 -> installed faraday.0.8.2 -> installed angstrom.0.16.1 -> installed dyn.3.17.2 -> installed mirage-crypto.1.2.0 -> installed ssl.0.7.0 -> installed gluten.0.5.2 -> installed httpun-types.0.1.0 -> installed unstrctrd.0.4 -> installed hpack.0.12.0 -> installed uri.4.4.0 -> installed kdf.1.0.0 -> installed lwt.5.9.0 -> installed faraday-lwt.0.8.2 -> installed httpun.0.1.0 -> installed gluten-lwt.0.5.2 -> installed inotify.2.6 -> installed lwt_ssl.1.2.0 -> installed faraday-lwt-unix.0.8.2 -> installed h2.0.12.0 -> installed httpun-lwt.0.1.0 -> installed httpun-ws.0.2.0 -> installed gluten-lwt-unix.0.5.2 -> installed h2-lwt.0.12.0 -> installed httpun-lwt-unix.0.1.0 -> installed h2-lwt-unix.0.12.0 -> installed base.v0.16.3 -> installed ctypes.0.23.0 -> installed stdune.3.17.2 -> installed ctypes-foreign.0.23.0 -> installed cf.0.5.0 -> installed fsevents.0.3.0 -> installed cf-lwt.0.5.0 -> installed fsevents-lwt.0.3.0 -> installed dune-private-libs.3.17.2 -> installed ppxlib.0.35.0 -> installed menhir.20240715 -> installed graphql_parser.0.14.0 -> installed dune-site.3.17.2 -> installed ppx_blob.0.9.0 -> installed graphql.0.14.0 -> installed graphql-lwt.0.14.0 -> installed lwt_ppx.5.8.1 -> installed ppx_sexp_conv.v0.16.0 -> installed sedlex.3.3 -> installed dream-pure.1.0.0~alpha2 -> installed dream-httpaf.1.0.0~alpha4 -> installed js_of_ocaml-compiler.6.0.1 -> installed bigarray-overlap.0.2.1 -> installed prettym.0.0.3 -> installed js_of_ocaml.6.0.1 -> installed logs.0.7.0 -> installed irmin-watcher.0.5.0 -> installed mirage-crypto-rng.1.2.0 -> installed multipart_form.0.6.0 -> installed mirage-crypto-rng-lwt.1.2.0 -> installed multipart_form-lwt.0.6.0 -> installed mirage-crypto-pk.1.2.0 -> installed js_of_ocaml-ppx.6.0.1 -> installed bos.0.2.1 -> installed mirage-crypto-ec.1.2.0 -> installed x509.1.0.5 -> installed js_of_ocaml-lwt.6.0.1 -> installed tls.2.0.0 -> installed caqti.2.1.2 -> installed caqti-lwt.2.1.1 -> installed dream.1.0.0~alpha8 #=== ERROR while fetching sources for slipshow.0.1.1 ==========================# OpamSolution.Fetch_fail("https://github.com/panglesd/slipshow/releases/download/0.1.1/slipshow-0.1.1.tbz (code 404 while downloading https://github.com/panglesd/slipshow/releases/download/0.1.1/slipshow-0.1.1.tbz)") <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - fetch slipshow 0.1.1 +- +- The following changes have been performed | - install angstrom 0.16.1 | - install asn1-combinators 0.3.2 | - install astring 0.8.5 | - install base v0.16.3 | - install base-bytes base | - install base64 3.5.1 | - install bigarray-compat 1.1.0 | - install bigarray-overlap 0.2.1 | - install bigstringaf 0.10.0 | - install bos 0.2.1 | - install camlp-streams 5.0.1 | - install caqti 2.1.2 | - install caqti-lwt 2.1.1 | - install cf 0.5.0 | - install cf-lwt 0.5.0 | - install cmdliner 1.3.0 | - install conf-bash 1 | - install conf-gmp 4 | - install conf-gmp-powm-sec 3 | - install conf-libev 4-12 | - install conf-libffi 2.0.0 | - install conf-libssl 4 | - install conf-pkg-config 4 | - install cppo 1.8.0 | - install csexp 1.5.2 | - install cstruct 6.2.0 | - install ctypes 0.23.0 | - install ctypes-foreign 0.23.0 | - install digestif 1.2.0 | - install domain-name 0.4.1 | - install dream 1.0.0~alpha8 | - install dream-httpaf 1.0.0~alpha4 | - install dream-pure 1.0.0~alpha2 | - install dune 3.17.2 | - install dune-configurator 3.17.2 | - install dune-private-libs 3.17.2 | - install dune-site 3.17.2 | - install duration 0.2.1 | - install dyn 3.17.2 | - install eqaf 0.10 | - install faraday 0.8.2 | - install faraday-lwt 0.8.2 | - install faraday-lwt-unix 0.8.2 | - install fmt 0.10.0 | - install fpath 0.7.3 | - install fsevents 0.3.0 | - install fsevents-lwt 0.3.0 | - install gen 1.1 | - install gluten 0.5.2 | - install gluten-lwt 0.5.2 | - install gluten-lwt-unix 0.5.2 | - install gmap 0.3.0 | - install graphql 0.14.0 | - install graphql-lwt 0.14.0 | - install graphql_parser 0.14.0 | - install h2 0.12.0 | - install h2-lwt 0.12.0 | - install h2-lwt-unix 0.12.0 | - install hmap 0.8.1 | - install hpack 0.12.0 | - install httpun 0.1.0 | - install httpun-lwt 0.1.0 | - install httpun-lwt-unix 0.1.0 | - install httpun-types 0.1.0 | - install httpun-ws 0.2.0 | - install inotify 2.6 | - install integers 0.7.0 | - install ipaddr 5.6.0 | - install irmin-watcher 0.5.0 | - install js_of_ocaml 6.0.1 | - install js_of_ocaml-compiler 6.0.1 | - install js_of_ocaml-lwt 6.0.1 | - install js_of_ocaml-ppx 6.0.1 | - install kdf 1.0.0 | - install ke 0.6 | - install lambdasoup 1.1.1 | - install logs 0.7.0 | - install lwt 5.9.0 | - install lwt-dllist 1.0.1 | - install lwt_ppx 5.8.1 | - install lwt_ssl 1.2.0 | - install macaddr 5.6.0 | - install magic-mime 1.3.1 | - install markup 1.0.3 | - install menhir 20240715 | - install menhirCST 20240715 | - install menhirLib 20240715 | - install menhirSdk 20240715 | - install mirage-clock 4.2.0 | - install mirage-crypto 1.2.0 | - install mirage-crypto-ec 1.2.0 | - install mirage-crypto-pk 1.2.0 | - install mirage-crypto-rng 1.2.0 | - install mirage-crypto-rng-lwt 1.2.0 | - install mtime 2.1.0 | - install multipart_form 0.6.0 | - install multipart_form-lwt 0.6.0 | - install num 1.5-1 | - install ocaml-compiler-libs v0.12.4 | - install ocaml-syntax-shims 1.0.0 | - install ocamlbuild 0.16.1 | - install ocamlfind 1.9.8 | - install ocplib-endian 1.2 | - install ohex 0.2.0 | - install ordering 3.17.2 | - install parsexp v0.16.0 | - install pecu 0.7 | - install pp 2.0.0 | - install ppx_blob 0.9.0 | - install ppx_derivers 1.2.1 | - install ppx_sexp_conv v0.16.0 | - install ppxlib 0.35.0 | - install prettym 0.0.3 | - install psq 0.2.1 | - install ptime 1.2.0 | - install re 1.12.0 | - install rresult 0.7.0 | - install sedlex 3.3 | - install seq base | - install sexplib v0.16.0 | - install sexplib0 v0.16.0 | - install ssl 0.7.0 | - install stdlib-shims 0.3.0 | - install stdune 3.17.2 | - install stringext 1.6.0 | - install tls 2.0.0 | - install topkg 1.0.8 | - install uchar 0.0.2 | - install unstrctrd 0.4 | - install uri 4.4.0 | - install uutf 1.0.4 | - install x509 1.0.5 | - install yojson 2.2.2 | - install zarith 1.14 +- # To update the current shell environment, run: eval $(opam env) The former state can be restored with: /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20250313144145.export" "/usr/bin/env" "bash" "-c" "opam reinstall slipshow.0.1.1; res=$?; test "$res" != 31 && exit "$res"; export OPAMCLI=2.0; build_dir=$(opam var prefix)/.opam-switch/build; failed=$(ls "$build_dir"); partial_fails=""; for pkg in $failed; do if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-testing\""; then echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; fi; test "$pkg" != 'slipshow.0.1.1' && partial_fails="$partial_fails $pkg"; done; test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; exit 1" failed with exit status 40 2025-03-13 14:43.51: Job failed: Failed: Build failed 2025-03-13 14:43.51: Log analysis: 2025-03-13 14:43.51: >>> [ERROR] Failed to get sources of slipshow.0.1.1: HTTP error code 404 (score = 25) 2025-03-13 14:43.51: Failed to get sources of slipshow.0.1.1: HTTP error code 404