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-11-ocaml-5.3/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-11-ocaml-5.3@sha256:5acb2e3b77d627e8807f7b401a2d2b670c61bd8d626f7c5a87cda15b053f4e8c 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-11\""; 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-11-ocaml-5.3@sha256:5acb2e3b77d627e8807f7b401a2d2b670c61bd8d626f7c5a87cda15b053f4e8c-slipshow.0.1.1-9c8c984a2e92fd873fdcb53650c5c6429ec2163b" 2025-03-13 14:38.13: Using OBuilder spec: ((from ocaml/opam:debian-11-ocaml-5.3@sha256:5acb2e3b77d627e8807f7b401a2d2b670c61bd8d626f7c5a87cda15b053f4e8c) (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-11\\\"\"; 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:39.44: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached Updating files: 93% (21187/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-11-ocaml-5.3@sha256:5acb2e3b77d627e8807f7b401a2d2b670c61bd8d626f7c5a87cda15b053f4e8c) 2025-03-13 14:40.18 ---> saved as "b4f3e3a5063982bbc841035e188663009352cabdae6127a84a77b2b1e7746a9c" /: (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.18 ---> saved as "2d95eafb2cd218a7d65adf7979a043f9ba85ceae1c5e23fc725e252cc522a638" /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 [NOTE] The 'jobs' option was reset, its value was 31 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=31 --global 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:41.25 ---> saved as "d6cdbc773c508e14e40a7b9fdc735c89bda5b375cf4e3cba4f985d54ac4e1529" /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=11 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 71 # repositories 1 (local), 1 (version-controlled) # pinned 1 (version) # current-switch 5.3 # invariant ["ocaml-base-compiler" {>= "5.3.0"}] # compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 5.3.0 2025-03-13 14:41.26 ---> saved as "f3e4a00cd92686096a05c0ce3963f053eee8ed9b864a8f2da09216d50ed2d782" /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:41.35 ---> saved as "e770bcacf63d6e142602682b43fdb8511a07831f4de0b1871c249c76d785273e" /home/opam: (copy (src .) (dst opam-repository/)) 2025-03-13 14:41.44 ---> saved as "12008d6ade85dd2646a45108698e6f02a97b07a058939f162d94e4017e510c25" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-03-13 14:42.29 ---> saved as "a69d5fbb5b3e4f08a3fcd53c12ff41b87d33397ab6b3e84d3c80bb0ea692cfa5" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bullseye InRelease - Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB] - Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] - Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [350 kB] - Fetched 422 kB in 0s (1153 kB/s) - Reading package lists... - 2025-03-13 14:42.31 ---> saved as "c186d36f28788c7b641b3dda8183fd8741b45e744ec9cbee03784858e635ec03" /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:42.32 ---> saved as "d62579e9e253cd54ae166cecad38aaa890881c54ceaa218f9240124be6a51a4e" /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-11\\\"\"; 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 138 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.17.1 [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-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.10.0 [required by dream-httpaf] - install h2-lwt 0.10.0 [required by h2-lwt-unix] - install h2-lwt-unix 0.10.0 [required by dream-httpaf] - install hmap 0.8.1 [required by dream-pure] - install hpack 0.13.0 [required by h2] - install httpaf 0.7.1 [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 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.17.0 [required by ppxlib] - install ocaml-syntax-shims 1.0.0 [required by angstrom] - install ocaml_intrinsics_kernel v0.17.1 [required by base] - 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.17.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.17.0 [required by slipshow] - install ppxlib 0.35.0 [required by ppx_blob, ppx_sexp_conv] - install ppxlib_jane v0.17.2 [required by 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 result 1.5 [required by httpaf] - 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.17.0 [required by slipshow] - install sexplib0 v0.17.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" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libev4: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 ... 18364 files and directories currently installed.) - Preparing to unpack .../00-libev4_1%3a4.33-1_amd64.deb ... - Unpacking libev4:amd64 (1:4.33-1) ... - Selecting previously unselected package libev-dev:amd64. - Preparing to unpack .../01-libev-dev_1%3a4.33-1_amd64.deb ... - Unpacking libev-dev:amd64 (1:4.33-1) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../02-libffi-dev_3.3-6_amd64.deb ... - Unpacking libffi-dev:amd64 (3.3-6) ... - Selecting previously unselected package libglib2.0-0:amd64. - Preparing to unpack .../03-libglib2.0-0_2.66.8-1+deb11u5_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u5) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../04-libglib2.0-data_2.66.8-1+deb11u5_all.deb ... - Unpacking libglib2.0-data (2.66.8-1+deb11u5) ... - Selecting previously unselected package libgmpxx4ldbl:amd64. - Preparing to unpack .../05-libgmpxx4ldbl_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-1+deb11u1) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../06-libgmp-dev_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-1+deb11u1) ... - Selecting previously unselected package libicu67:amd64. - Preparing to unpack .../07-libicu67_67.1-7_amd64.deb ... - Unpacking libicu67:amd64 (67.1-7) ... - Selecting previously unselected package libssl-dev:amd64. - Preparing to unpack .../08-libssl-dev_1.1.1w-0+deb11u2_amd64.deb ... - Unpacking libssl-dev:amd64 (1.1.1w-0+deb11u2) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../09-libxml2_2.9.10+dfsg-6.7+deb11u6_amd64.deb ... - Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u6) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../10-pkg-config_0.29.2-1_amd64.deb ... - Unpacking pkg-config (0.29.2-1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../11-shared-mime-info_2.0-1_amd64.deb ... - Unpacking shared-mime-info (2.0-1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../12-xdg-user-dirs_0.17-2_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2) ... - Setting up libicu67:amd64 (67.1-7) ... - Setting up xdg-user-dirs (0.17-2) ... - Setting up libglib2.0-0:amd64 (2.66.8-1+deb11u5) ... - No schema files found: doing nothing. - Setting up libev4:amd64 (1:4.33-1) ... - Setting up libffi-dev:amd64 (3.3-6) ... - Setting up libglib2.0-data (2.66.8-1+deb11u5) ... - Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-1+deb11u1) ... - Setting up libssl-dev:amd64 (1.1.1w-0+deb11u2) ... - Setting up pkg-config (0.29.2-1) ... - Setting up libev-dev:amd64 (1:4.33-1) ... - Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u6) ... - Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-1+deb11u1) ... - Setting up shared-mime-info (2.0-1) ... - Processing triggers for libc-bin (2.31-13+deb11u11) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.16.1 (cached) -> retrieved asn1-combinators.0.3.2 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.17.1 (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) -> installed conf-gmp.4 -> installed conf-pkg-config.4 -> retrieved cstruct.6.2.0 (cached) -> installed conf-gmp-powm-sec.3 -> installed conf-libffi.2.0.0 -> installed conf-libssl.4 -> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached) -> installed conf-libev.4-12 -> 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) -> installed cmdliner.1.3.0 -> retrieved gluten.0.5.2, gluten-lwt.0.5.2, gluten-lwt-unix.0.5.2 (cached) -> retrieved gmap.0.3.0 (cached) -> retrieved graphql.0.14.0, graphql-lwt.0.14.0, graphql_parser.0.14.0 (cached) -> retrieved h2.0.10.0, h2-lwt.0.10.0, h2-lwt-unix.0.10.0 (cached) -> retrieved hmap.0.8.1 (cached) -> retrieved hpack.0.13.0 (cached) -> retrieved httpaf.0.7.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.17.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (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.17.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.17.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved ppxlib_jane.v0.17.2 (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 result.1.5 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved sedlex.3.3 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib.v0.17.0 (cached) -> retrieved sexplib0.v0.17.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 zarith.1.14 -> installed uchar.0.0.2 -> installed dune.3.17.2 -> installed topkg.1.0.8 -> 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 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.17.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> 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 result.1.5 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed yojson.2.2.2 -> installed fmt.0.10.0 -> installed hmap.0.8.1 -> installed mtime.2.1.0 -> installed astring.0.8.5 -> installed ptime.1.2.0 -> installed rresult.0.7.0 -> installed uutf.1.0.4 -> installed ocplib-endian.1.2 -> installed ipaddr.5.6.0 -> installed digestif.1.2.0 -> installed integers.0.7.0 -> installed ke.0.6 -> installed cstruct.6.2.0 -> installed asn1-combinators.0.3.2 -> installed ordering.3.17.2 -> installed parsexp.v0.17.0 -> installed fpath.0.7.3 -> installed markup.1.0.3 -> installed dune-configurator.3.17.2 -> installed lambdasoup.1.1.1 -> installed bigstringaf.0.10.0 -> installed sexplib.v0.17.0 -> installed faraday.0.8.2 -> installed dyn.3.17.2 -> installed mirage-crypto.1.2.0 -> installed ssl.0.7.0 -> installed angstrom.0.16.1 -> installed gluten.0.5.2 -> installed httpun-types.0.1.0 -> installed kdf.1.0.0 -> installed unstrctrd.0.4 -> installed httpaf.0.7.1 -> installed hpack.0.13.0 -> installed httpun.0.1.0 -> installed httpun-ws.0.2.0 -> installed lwt.5.9.0 -> installed faraday-lwt.0.8.2 -> installed lwt_ssl.1.2.0 -> installed gluten-lwt.0.5.2 -> installed inotify.2.6 -> installed h2.0.10.0 -> installed faraday-lwt-unix.0.8.2 -> installed uri.4.4.0 -> installed httpun-lwt.0.1.0 -> installed h2-lwt.0.10.0 -> installed gluten-lwt-unix.0.5.2 -> installed h2-lwt-unix.0.10.0 -> installed httpun-lwt-unix.0.1.0 -> installed ctypes.0.23.0 -> installed stdune.3.17.2 -> installed base.v0.17.1 -> 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 dune-site.3.17.2 -> installed menhir.20240715 -> installed graphql_parser.0.14.0 -> installed graphql.0.14.0 -> installed graphql-lwt.0.14.0 -> installed ppxlib.0.35.0 -> installed ppxlib_jane.v0.17.2 -> installed ppx_blob.0.9.0 -> installed lwt_ppx.5.8.1 -> installed sedlex.3.3 -> installed ppx_sexp_conv.v0.17.0 -> 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 tls.2.0.0 -> installed caqti.2.1.2 -> installed js_of_ocaml-lwt.6.0.1 -> 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.17.1 | - 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-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.10.0 | - install h2-lwt 0.10.0 | - install h2-lwt-unix 0.10.0 | - install hmap 0.8.1 | - install hpack 0.13.0 | - install httpaf 0.7.1 | - 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.17.0 | - install ocaml-syntax-shims 1.0.0 | - install ocaml_intrinsics_kernel v0.17.1 | - 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.17.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.17.0 | - install ppxlib 0.35.0 | - install ppxlib_jane v0.17.2 | - install prettym 0.0.3 | - install psq 0.2.1 | - install ptime 1.2.0 | - install re 1.12.0 | - install result 1.5 | - install rresult 0.7.0 | - install sedlex 3.3 | - install seq base | - install sexplib v0.17.0 | - install sexplib0 v0.17.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/5.3/.opam-switch/backup/state-20250313144233.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-11\""; 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:45.12: Job failed: Failed: Build failed 2025-03-13 14:45.12: Log analysis: 2025-03-13 14:45.12: >>> [ERROR] Failed to get sources of slipshow.0.1.1: HTTP error code 404 (score = 25) 2025-03-13 14:45.12: Failed to get sources of slipshow.0.1.1: HTTP error code 404