2025-09-15 05:59.09: New job: test 0install/0install https://github.com/0install/0install.git#refs/pull/207/head (72094196474f61e2747f01866d2a4fafd649872a) (freebsd-x86_64:freebsd-14.2-5.3_opam-2.4) Base: freebsd-14.2-ocaml-5.3 Opam project build To reproduce locally: git clone --recursive "https://github.com/0install/0install.git" && cd "0install" && git fetch origin "refs/pull/207/head" && git reset --hard 72094196 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.2-ocaml-5.3 # freebsd-14.2-5.3_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 6d1113800df93eee5a4005571b06d99b81a6739c || git fetch origin master) && git reset -q --hard 6d1113800df93eee5a4005571b06d99b81a6739c && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 0install.opam 0install-solver.opam 0install-gtk.opam ./ RUN opam pin add -yn 0install.dev './' && \ opam pin add -yn 0install-solver.dev './' && \ opam pin add -yn 0install-gtk.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.5 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 curl.0.10.0 curl_lwt.0.10.0 dune.3.20.2 dune-configurator.3.20.2 lablgtk3.3.1.5 lwt.5.9.2 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.5.9.2 lwt_react.1.2.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 obus.1.2.5 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.36.0 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.1.0 xmlm.1.4.0 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y 0install.dev 0install-solver.dev 0install-gtk.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-09-15 05:59.09: Using cache hint "0install/0install-freebsd-14.2-ocaml-5.3-freebsd-14.2-5.3_opam-2.4-b62b145174490e175a551cb2875eb536" 2025-09-15 05:59.09: Using OBuilder spec: ((from freebsd-14.2-ocaml-5.3) (comment freebsd-14.2-5.3_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 6d1113800df93eee5a4005571b06d99b81a6739c || git fetch origin master) && git reset -q --hard 6d1113800df93eee5a4005571b06d99b81a6739c && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam) (dst ./)) (run (network host) (shell "opam pin add -yn 0install.dev './' && \ \nopam pin add -yn 0install-solver.dev './' && \ \nopam pin add -yn 0install-gtk.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.5 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 curl.0.10.0 curl_lwt.0.10.0 dune.3.20.2 dune-configurator.3.20.2 lablgtk3.3.1.5 lwt.5.9.2 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.5.9.2 lwt_react.1.2.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 obus.1.2.5 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.36.0 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.1.0 xmlm.1.4.0 yojson.3.0.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y 0install.dev 0install-solver.dev 0install-gtk.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-09-15 05:59.09: Waiting for resource in pool OCluster 2025-09-15 05:59.09: Waiting for worker… 2025-09-15 07:46.34: Got resource from pool OCluster Building on rosemary All commits already cached HEAD is now at 72094196 Use .local/bin as default directory for binaries on Linux (from freebsd-14.2-ocaml-5.3) 2025-09-15 07:47.56 ---> using "47c9a03b962be450225081ed69acde1f5c6dadb6d1106d9b1a8b4fd61c2defa6" from cache /: (comment freebsd-14.2-5.3_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam")) 2025-09-15 07:47.57 ---> using "3cf9d05e5eb2b3cab7746fab6ccc73ebe3b43051756027b7ee3d88bc2433384a" from cache /src: (run (shell "opam init --reinit -ni")) No configuration file found, using 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2025-09-15 07:47.58 ---> using "6be513be757734d73b41a31e19f8ae22aa3fe2fd424869d3fd3c8b16bb4fa69a" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.2-RELEASE-p1 The OCaml toplevel, version 5.3.0 2.4.1 2025-09-15 07:47.58 ---> using "6406a960b971760de52a319d92e3ade2dc00fc29daba60f2a83f980f00dde731" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-15 07:47.59 ---> using "ceecf1d51f19afc7e1cbf641861a5e731a764903c017a5b842658d708b08899c" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 6d1113800df93eee5a4005571b06d99b81a6739c || git fetch origin master) && git reset -q --hard 6d1113800df93eee5a4005571b06d99b81a6739c && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 4028320478..510d0692bb master -> origin/master 6d1113800d Merge pull request #28482 from raphael-proust/incompatibilities-lwt6alpha01 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. 2025-09-15 07:47.59 ---> using "c93b6147aa27606c945d5ac1e1e24c4859a1ceb8cf0e6863318dd10cf761b756" from cache /src: (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam) (dst ./)) 2025-09-15 07:48.00 ---> using "61f8f8da3b0dc1c2f234bce216055937d048ec8a1a422f316d6f3314e796eebd" from cache /src: (run (network host) (shell "opam pin add -yn 0install.dev './' && \ \nopam pin add -yn 0install-solver.dev './' && \ \nopam pin add -yn 0install-gtk.dev './'")) [0install.dev] synchronised (file:///src) 0install is now pinned to file:///src (version dev) [0install-solver.dev] synchronised (file:///src) 0install-solver is now pinned to file:///src (version dev) [0install-gtk.dev] synchronised (file:///src) 0install-gtk is now pinned to file:///src (version dev) 2025-09-15 07:48.01 ---> using "0955ccf6098d2b1c36bdab02336b28ffb99db2a7c56c85d6a85e642c85ebf83f" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-15 07:48.01 ---> using "f82e7a8e6b5b9c853913ae1f32e8f7ef833fc97e8bdeb981c4faa7fc2b49a6c7" from cache /src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.5 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 curl.0.10.0 curl_lwt.0.10.0 dune.3.20.2 dune-configurator.3.20.2 lablgtk3.3.1.5 lwt.5.9.2 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.5.9.2 lwt_react.1.2.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 obus.1.2.5 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.36.0 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.1.0 xmlm.1.4.0 yojson.3.0.0") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y 0install.dev 0install-solver.dev 0install-gtk.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [0install-solver.dev] synchronised (file:///src) [0install-gtk.dev] synchronised (file:///src) [0install.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: glib graphics/cairo gtk3 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/sudo "pkg" "install" "-y" "glib" "graphics/cairo" "gtk3" - Updating FreeBSD repository catalogue... - [rosemary] Fetching data.pkg: . - .. - .. - .. - .. - . done - Processing entries: - .. - . - . - .. - . - .. - . done - FreeBSD repository update completed. 35671 packages processed. - All repositories are up to date. - The following 82 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - adwaita-icon-theme: 47.0 - adwaita-icon-theme-legacy: 46.2 - at-spi2-core: 2.56.4 - avahi-app: 0.8_6 - cairo: 1.18.2,3 - colord: 1.4.8 - cups: 2.4.11_1 - dav1d: 1.5.1_1 - dbus: 1.16.2_3,1 - dbus-glib: 0.114 - duktape-lib: 2.7.0 - fontconfig: 2.15.0_3,1 - freetype2: 2.13.3 - fribidi: 1.0.16 - gdbm: 1.25 - gdk-pixbuf2: 2.42.12_2 - glib: 2.84.1_2,2 - gmp: 6.3.0 - gnome_subr: 1.0 - gnutls: 3.8.10 - gobject-introspection: 1.84.0,1 - graphite2: 1.3.14 - gsettings-desktop-schemas: 47.1_2 - gtk-update-icon-cache: 3.24.42 - gtk3: 3.24.50 - harfbuzz: 10.3.0 - hicolor-icon-theme: 0.18 - hwdata: 0.396,1 - jbigkit: 2.1_3 - jpeg-turbo: 3.1.1 - json-glib: 1.10.6 - lcms2: 2.17 - lerc: 4.0.0 - libICE: 1.1.2,1 - libSM: 1.2.6,1 - libX11: 1.8.12,1 - libXau: 1.0.12 - libXcomposite: 0.4.6_1,1 - libXcursor: 1.2.3 - libXdamage: 1.1.6 - libXdmcp: 1.1.5 - libXext: 1.3.6,1 - libXfixes: 6.0.1 - libXft: 2.3.8 - libXi: 1.8.2,1 - libXinerama: 1.1.5,1 - libXrandr: 1.5.4 - libXrender: 0.9.12 - libXtst: 1.2.5 - libdaemon: 0.14_1 - libdatrie: 0.2.13_2 - libdeflate: 1.24 - libedit: 3.1.20250104,1 - libepoll-shim: 0.0.20240608 - libepoxy: 1.5.10 - libevent: 2.1.12 - libglvnd: 1.7.0 - libgudev: 237 - libgusb: 0.4.9_1 - libinotify: 20240724_1 - libpaper: 1.1.28_1 - librsvg2-rust: 2.60.0_3 - libtasn1: 4.20.0_1 - libthai: 0.1.29_1 - libudev-devd: 0.6.0 - libxcb: 1.17.0 - libxkbcommon: 1.8.1_3 - libxml2: 2.14.5 - lzo2: 2.10_1 - nettle: 3.10.2 - p11-kit: 0.25.5 - pango: 1.56.1 - pixman: 0.46.2 - png: 1.6.49 - polkit: 125_1 - py311-packaging: 25.0 - shared-mime-info: 2.4_2 - sqlite3: 3.50.2_1,1 - tiff: 4.7.0 - wayland: 1.23.1_1 - xkeyboard-config: 2.41_4 - xorgproto: 2024.1 - - Number of packages to be installed: 82 - - The process will require 393 MiB more space. - 67 MiB to be downloaded. - [rosemary] [1/82] Fetching duktape-lib-2.7.0.pkg: ... - ....... done - [rosemary] [2/82] Fetching png-1.6.49.pkg: .......... done - [rosemary] [3/82] Fetching avahi-app-0.8_6.pkg: ........ - .. done - [rosemary] [4/82] Fetching libxcb-1.17.0.pkg: .......... done - [rosemary] [5/82] Fetching libdatrie-0.2.13_2.pkg: ... done - [rosemary] [6/82] Fetching freetype2-2.13.3.pkg: .......... done - [rosemary] [7/82] Fetching jpeg-turbo-3.1.1.pkg: .......... done - [rosemary] [8/82] Fetching dbus-1.16.2_3,1.pkg: .......... done - [rosemary] [9/82] Fetching libedit-3.1.20250104,1.pkg: ...... - .... done - [rosemary] [10/82] Fetching librsvg2-rust-2.60.0_3.pkg: .. - ........ done - [rosemary] [11/82] Fetching libXcursor-1.2.3.pkg: ... done - [rosemary] [12/82] Fetching libglvnd-1.7.0.pkg: .......... done - [rosemary] [13/82] Fetching json-glib-1.10.6.pkg: .......... done - [rosemary] [14/82] Fetching cups-2.4.11_1.pkg: .......... done - [rosemary] [15/82] Fetching gobject-introspection-1.84.0,1.pkg: .......... done - [rosemary] [16/82] Fetching nettle-3.10.2.pkg: . - ......... done - [rosemary] [17/82] Fetching libXrandr-1.5.4.pkg: .. done - [rosemary] [18/82] Fetching libudev-devd-0.6.0.pkg: .. done - [rosemary] [19/82] Fetching lzo2-2.10_1.pkg: ........ done - [rosemary] [20/82] Fetching adwaita-icon-theme-legacy-46.2.pkg: . - ......... done - [rosemary] [21/82] Fetching adwaita-icon-theme-47.0.pkg: .......... done - [rosemary] [22/82] Fetching lcms2-2.17.pkg: ... - ....... done - [rosemary] [23/82] Fetching libthai-0.1.29_1.pkg: ..... - ..... done - [rosemary] [24/82] Fetching pango-1.56.1.pkg: ....... - ... done - [rosemary] [25/82] Fetching polkit-125_1.pkg: .......... done - [rosemary] [26/82] Fetching gmp-6.3.0.pkg: .......... done - [rosemary] [27/82] Fetching gtk-update-icon-cache-3.24.42.pkg: ..... done - [rosemary] [28/82] Fetching libdeflate-1.24.pkg: ...... done - [rosemary] [29/82] Fetching libXext-1.3.6,1.pkg: ...... done - [rosemary] [30/82] Fetching fribidi-1.0.16.pkg: ..... done - [rosemary] [31/82] Fetching libXdamage-1.1.6.pkg: . done - [rosemary] [32/82] Fetching libtasn1-4.20.0_1.pkg: .......... done - [rosemary] [33/82] Fetching libXfixes-6.0.1.pkg: . done - [rosemary] [34/82] Fetching p11-kit-0.25.5.pkg: .......... done - [rosemary] [35/82] Fetching dbus-glib-0.114.pkg: .......... done - [rosemary] [36/82] Fetching libXinerama-1.1.5,1.pkg: . done - [rosemary] [37/82] Fetching libXau-1.0.12.pkg: . done - [rosemary] [38/82] Fetching libXcomposite-0.4.6_1,1.pkg: . done - [rosemary] [39/82] Fetching libxml2-2.14.5.pkg: .......... done - [rosemary] [40/82] Fetching wayland-1.23.1_1.pkg: ......... done - [rosemary] [41/82] Fetching gnome_subr-1.0.pkg: . done - [rosemary] [42/82] Fetching libICE-1.1.2,1.pkg: ...... done - [rosemary] [43/82] Fetching fontconfig-2.15.0_3,1.pkg: .. - ........ done - [rosemary] [44/82] Fetching pixman-0.46.2.pkg: .......... done - [rosemary] [45/82] Fetching gdk-pixbuf2-2.42.12_2.pkg: ... - ....... done - [rosemary] [46/82] Fetching libgusb-0.4.9_1.pkg: ...... - .... done - [rosemary] [47/82] Fetching dav1d-1.5.1_1.pkg: .......... done - [rosemary] [48/82] Fetching gnutls-3.8.10.pkg: . - .... - ..... done - [rosemary] [49/82] Fetching hicolor-icon-theme-0.18.pkg: . done - [rosemary] [50/82] Fetching gsettings-desktop-schemas-47.1_2.pkg: ......... - . done - [rosemary] [51/82] Fetching at-spi2-core-2.56.4.pkg: .......... done - [rosemary] [52/82] Fetching sqlite3-3.50.2_1,1.pkg: - .......... done - [rosemary] [53/82] Fetching py311-packaging-25.0.pkg: .. - ...... done - [rosemary] [54/82] Fetching libepoll-shim-0.0.20240608.pkg: . done - [rosemary] [55/82] Fetching libpaper-1.1.28_1.pkg: .. done - [rosemary] [56/82] Fetching libSM-1.2.6,1.pkg: .. done - [rosemary] [57/82] Fetching colord-1.4.8.pkg: ... - ....... done - [rosemary] [58/82] Fetching libX11-1.8.12,1.pkg: .... - ...... done - [rosemary] [59/82] Fetching glib-2.84.1_2,2.pkg: - .. - ... - ..... done - [rosemary] [60/82] Fetching libXrender-0.9.12.pkg: .. done - [rosemary] [61/82] Fetching xorgproto-2024.1.pkg: .......... done - [rosemary] [62/82] Fetching libXtst-1.2.5.pkg: . done - [rosemary] [63/82] Fetching xkeyboard-config-2.41_4.pkg: - .......... done - [rosemary] [64/82] Fetching libXi-1.8.2,1.pkg: ....... done - [rosemary] [65/82] Fetching gtk3-3.24.50.pkg: - . - .. - . - .. - . - . - .. done - [rosemary] [66/82] Fetching libxkbcommon-1.8.1_3.pkg: .......... done - [rosemary] [67/82] Fetching libXft-2.3.8.pkg: ..... done - [rosemary] [68/82] Fetching jbigkit-2.1_3.pkg: ..... done - [rosemary] [69/82] Fetching libepoxy-1.5.10.pkg: .......... done - [rosemary] [70/82] Fetching libdaemon-0.14_1.pkg: .. done - [rosemary] [71/82] Fetching cairo-1.18.2,3.pkg: .......... done - [rosemary] [72/82] Fetching hwdata-0.396,1.pkg: ...... - .... done - [rosemary] [73/82] Fetching libXdmcp-1.1.5.pkg: . done - [rosemary] [74/82] Fetching graphite2-1.3.14.pkg: ....... done - [rosemary] [75/82] Fetching shared-mime-info-2.4_2.pkg: .......... done - [rosemary] [76/82] Fetching tiff-4.7.0.pkg: .......... done - [rosemary] [77/82] Fetching libgudev-237.pkg: ... done - [rosemary] [78/82] Fetching harfbuzz-10.3.0.pkg: ... - ....... done - [rosemary] [79/82] Fetching libevent-2.1.12.pkg: .......... done - [rosemary] [80/82] Fetching libinotify-20240724_1.pkg: .. done - [rosemary] [81/82] Fetching lerc-4.0.0.pkg: ......... done - [rosemary] [82/82] Fetching gdbm-1.25.pkg: ......... - . done - Checking integrity... - done (0 conflicting) - [rosemary] [1/82] Installing dav1d-1.5.1_1... - [rosemary] [1/82] Extracting dav1d-1.5.1_1: .......... done - [rosemary] [2/82] Installing duktape-lib-2.7.0... - [rosemary] [2/82] Extracting duktape-lib-2.7.0: ......... done - [rosemary] [3/82] Installing fribidi-1.0.16... - [rosemary] [3/82] Extracting fribidi-1.0.16: .......... done - [rosemary] [4/82] Installing gdbm-1.25... - [rosemary] [4/82] Extracting gdbm-1.25: .......... done - [rosemary] [5/82] Installing gmp-6.3.0... - [rosemary] [5/82] Extracting gmp-6.3.0: .......... done - [rosemary] [6/82] Installing gnome_subr-1.0... - [rosemary] [6/82] Extracting gnome_subr-1.0: .... done - [rosemary] [7/82] Installing graphite2-1.3.14... - [rosemary] [7/82] Extracting graphite2-1.3.14: .......... done - [rosemary] [8/82] Installing hicolor-icon-theme-0.18... - [rosemary] [8/82] Extracting hicolor-icon-theme-0.18: . done - [rosemary] [9/82] Installing hwdata-0.396,1... - [rosemary] [9/82] Extracting hwdata-0.396,1: .......... done - [rosemary] [10/82] Installing jbigkit-2.1_3... - [rosemary] [10/82] Extracting jbigkit-2.1_3: .......... done - [rosemary] [11/82] Installing jpeg-turbo-3.1.1... - [rosemary] [11/82] Extracting jpeg-turbo-3.1.1: .......... done - [rosemary] [12/82] Installing lerc-4.0.0... - [rosemary] [12/82] Extracting lerc-4.0.0: ........ done - [rosemary] [13/82] Installing libICE-1.1.2,1... - [rosemary] [13/82] Extracting libICE-1.1.2,1: .......... done - [rosemary] [14/82] Installing libSM-1.2.6,1... - [rosemary] [14/82] Extracting libSM-1.2.6,1: .......... done - [rosemary] [15/82] Installing libXau-1.0.12... - [rosemary] [15/82] Extracting libXau-1.0.12: .......... done - [rosemary] [16/82] Installing libdaemon-0.14_1... - [rosemary] [16/82] Extracting libdaemon-0.14_1: .......... done - [rosemary] [17/82] Installing libdatrie-0.2.13_2... - [rosemary] [17/82] Extracting libdatrie-0.2.13_2: .......... done - [rosemary] [18/82] Installing libdeflate-1.24... - [rosemary] [18/82] Extracting libdeflate-1.24: .......... done - [rosemary] [19/82] Installing libedit-3.1.20250104,1... - [rosemary] [19/82] Extracting libedit-3.1.20250104,1: .......... done - [rosemary] [20/82] Installing libepoll-shim-0.0.20240608... - [rosemary] [20/82] Extracting libepoll-shim-0.0.20240608: .......... done - [rosemary] [21/82] Installing libevent-2.1.12... - [rosemary] [21/82] Extracting libevent-2.1.12: .......... done - [rosemary] [22/82] Installing libinotify-20240724_1... - [rosemary] [22/82] Extracting libinotify-20240724_1: .......... done - [rosemary] [23/82] Installing libpaper-1.1.28_1... - [rosemary] [23/82] Extracting libpaper-1.1.28_1: .......... done - [rosemary] [24/82] Installing libtasn1-4.20.0_1... - [rosemary] [24/82] Extracting libtasn1-4.20.0_1: .......... done - [rosemary] [25/82] Installing libthai-0.1.29_1... - [rosemary] [25/82] Extracting libthai-0.1.29_1: .......... done - [rosemary] [26/82] Installing libudev-devd-0.6.0... - [rosemary] [26/82] Extracting libudev-devd-0.6.0: ........ done - [rosemary] [27/82] Installing libxml2-2.14.5... - [rosemary] [27/82] Extracting libxml2-2.14.5: .......... done - [rosemary] [28/82] Installing lzo2-2.10_1... - [rosemary] [28/82] Extracting lzo2-2.10_1: .......... done - [rosemary] [29/82] Installing nettle-3.10.2... - [rosemary] [29/82] Extracting nettle-3.10.2: .......... done - [rosemary] [30/82] Installing p11-kit-0.25.5... - [rosemary] [30/82] Extracting p11-kit-0.25.5: .......... done - [rosemary] [31/82] Installing gnutls-3.8.10... - [rosemary] [31/82] Extracting gnutls-3.8.10: .......... done - [rosemary] [32/82] Installing pixman-0.46.2... - [rosemary] [32/82] Extracting pixman-0.46.2: ......... done - [rosemary] [33/82] Installing png-1.6.49... - [rosemary] [33/82] Extracting png-1.6.49: .......... done - [rosemary] [34/82] Installing freetype2-2.13.3... - [rosemary] [34/82] Extracting freetype2-2.13.3: .......... done - [rosemary] [35/82] Installing fontconfig-2.15.0_3,1... - [rosemary] [35/82] Extracting fontconfig-2.15.0_3,1: .......... done - [rosemary] [36/82] Installing py311-packaging-25.0... - [rosemary] [36/82] Extracting py311-packaging-25.0: .......... done - [rosemary] [37/82] Installing glib-2.84.1_2,2... - [rosemary] [37/82] Extracting glib-2.84.1_2,2: ... - ..... - .. done - [rosemary] [38/82] Installing gobject-introspection-1.84.0,1... - [rosemary] [38/82] Extracting gobject-introspection-1.84.0,1: .......... done - [rosemary] [39/82] Installing gsettings-desktop-schemas-47.1_2... - [rosemary] [39/82] Extracting gsettings-desktop-schemas-47.1_2: .......... done - [rosemary] [40/82] Installing harfbuzz-10.3.0... - [rosemary] [40/82] Extracting harfbuzz-10.3.0: .......... done - [rosemary] [41/82] Installing json-glib-1.10.6... - [rosemary] [41/82] Extracting json-glib-1.10.6: .......... done - [rosemary] [42/82] Installing libgudev-237... - [rosemary] [42/82] Extracting libgudev-237: .......... done - [rosemary] [43/82] Installing libgusb-0.4.9_1... - [rosemary] [43/82] Extracting libgusb-0.4.9_1: .......... done - [rosemary] [44/82] Installing shared-mime-info-2.4_2... - [rosemary] [44/82] Extracting shared-mime-info-2.4_2: ......... done - [rosemary] [45/82] Installing sqlite3-3.50.2_1,1... - [rosemary] [45/82] Extracting sqlite3-3.50.2_1,1: .......... done - [rosemary] [46/82] Installing tiff-4.7.0... - [rosemary] [46/82] Extracting tiff-4.7.0: .......... done - [rosemary] [47/82] Installing gdk-pixbuf2-2.42.12_2... - [rosemary] [47/82] Extracting gdk-pixbuf2-2.42.12_2: .......... done - [rosemary] [48/82] Installing gtk-update-icon-cache-3.24.42... - [rosemary] [48/82] Extracting gtk-update-icon-cache-3.24.42: .......... done - [rosemary] [49/82] Installing adwaita-icon-theme-legacy-46.2... - [rosemary] [49/82] Extracting adwaita-icon-theme-legacy-46.2: .......... done - [rosemary] [50/82] Installing adwaita-icon-theme-47.0... - [rosemary] [50/82] Extracting adwaita-icon-theme-47.0: .......... done - [rosemary] [51/82] Installing lcms2-2.17... - [rosemary] [51/82] Extracting lcms2-2.17: .......... done - [rosemary] [52/82] Installing wayland-1.23.1_1... - [rosemary] [52/82] Extracting wayland-1.23.1_1: .......... done - [rosemary] [53/82] Installing xkeyboard-config-2.41_4... - [rosemary] [53/82] Extracting xkeyboard-config-2.41_4: .......... done - [rosemary] [54/82] Installing xorgproto-2024.1... - [rosemary] [54/82] Extracting xorgproto-2024.1: ..... - ..... done - [rosemary] [55/82] Installing libXdmcp-1.1.5... - [rosemary] [55/82] Extracting libXdmcp-1.1.5: ......... done - [rosemary] [56/82] Installing libxcb-1.17.0... - [rosemary] [56/82] Extracting libxcb-1.17.0: .......... done - [rosemary] [57/82] Installing libX11-1.8.12,1... - [rosemary] [57/82] Extracting libX11-1.8.12,1: .......... done - [rosemary] [58/82] Installing dbus-1.16.2_3,1... - ===> Creating groups - Creating group 'messagebus' with gid '556' - ===> Creating users - Creating user 'messagebus' with uid '556' - [rosemary] [58/82] Extracting dbus-1.16.2_3,1: ......... done - [rosemary] [59/82] Installing dbus-glib-0.114... - [rosemary] [59/82] Extracting dbus-glib-0.114: .......... done - [rosemary] [60/82] Installing avahi-app-0.8_6... - ===> Creating groups - Creating group 'avahi' with gid '558' - ===> Creating users - Creating user 'avahi' with uid '558' - [rosemary] [60/82] Extracting avahi-app-0.8_6: .......... done - [rosemary] [61/82] Installing cups-2.4.11_1... - ===> Creating groups - Creating group 'cups' with gid '193' - ===> Creating users - Creating user 'cups' with uid '193' - [rosemary] [61/82] Extracting cups-2.4.11_1: .......... done - [rosemary] [62/82] Installing libXext-1.3.6,1... - [rosemary] [62/82] Extracting libXext-1.3.6,1: .......... done - [rosemary] [63/82] Installing libXfixes-6.0.1... - [rosemary] [63/82] Extracting libXfixes-6.0.1: .......... done - [rosemary] [64/82] Installing libXcomposite-0.4.6_1,1... - [rosemary] [64/82] Extracting libXcomposite-0.4.6_1,1: .......... done - [rosemary] [65/82] Installing libXdamage-1.1.6... - [rosemary] [65/82] Extracting libXdamage-1.1.6: ......... done - [rosemary] [66/82] Installing libXi-1.8.2,1... - [rosemary] [66/82] Extracting libXi-1.8.2,1: .......... done - [rosemary] [67/82] Installing libXinerama-1.1.5,1... - [rosemary] [67/82] Extracting libXinerama-1.1.5,1: .......... done - [rosemary] [68/82] Installing libXrender-0.9.12... - [rosemary] [68/82] Extracting libXrender-0.9.12: .......... done - [rosemary] [69/82] Installing cairo-1.18.2,3... - [rosemary] [69/82] Extracting cairo-1.18.2,3: .......... done - [rosemary] [70/82] Installing libXcursor-1.2.3... - [rosemary] [70/82] Extracting libXcursor-1.2.3: .......... done - [rosemary] [71/82] Installing libXft-2.3.8... - [rosemary] [71/82] Extracting libXft-2.3.8: .......... done - [rosemary] [72/82] Installing libXrandr-1.5.4... - [rosemary] [72/82] Extracting libXrandr-1.5.4: .......... done - [rosemary] [73/82] Installing libXtst-1.2.5... - [rosemary] [73/82] Extracting libXtst-1.2.5: .......... done - [rosemary] [74/82] Installing at-spi2-core-2.56.4... - [rosemary] [74/82] Extracting at-spi2-core-2.56.4: .......... done - [rosemary] [75/82] Installing libglvnd-1.7.0... - [rosemary] [75/82] Extracting libglvnd-1.7.0: .......... done - [rosemary] [76/82] Installing libepoxy-1.5.10... - [rosemary] [76/82] Extracting libepoxy-1.5.10: .......... done - [rosemary] [77/82] Installing libxkbcommon-1.8.1_3... - [rosemary] [77/82] Extracting libxkbcommon-1.8.1_3: .......... done - [rosemary] [78/82] Installing pango-1.56.1... - [rosemary] [78/82] Extracting pango-1.56.1: .......... done - [rosemary] [79/82] Installing librsvg2-rust-2.60.0_3... - [rosemary] [79/82] Extracting librsvg2-rust-2.60.0_3: .......... done - [rosemary] [80/82] Installing polkit-125_1... - ===> Creating groups - Creating group 'polkitd' with gid '565' - ===> Creating users - Creating user 'polkitd' with uid '565' - [rosemary] [80/82] Extracting polkit-125_1: ......... done - [rosemary] [81/82] Installing colord-1.4.8... - ===> Creating groups - Creating group 'colord' with gid '970' - ===> Creating users - Creating user 'colord' with uid '970' - [rosemary] [81/82] Extracting colord-1.4.8: .......... done - [rosemary] [82/82] Installing gtk3-3.24.50... - [rosemary] [82/82] Extracting gtk3-3.24.50: ... - ....... done - ==> Running trigger: glib-schemas.ucl - Compiling glib schemas - Warning: Schema “org.gnome.system.locale” has path “/system/locale/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. - Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. - Warning: Schema “org.gnome.system.proxy.http” has path “/system/proxy/http/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. - Warning: Schema “org.gnome.system.proxy.https” has path “/system/proxy/https/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. - Warning: Schema “org.gnome.system.proxy.ftp” has path “/system/proxy/ftp/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. - Warning: Schema “org.gnome.system.proxy.socks” has path “/system/proxy/socks/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. - ==> Running trigger: gdk-pixbuf-query-loaders.ucl - Generating gdk-pixbuf modules cache - ==> Running trigger: shared-mime-info.ucl - Building the Shared MIME-Info database cache - ==> Running trigger: gtk-update-icon-cache.ucl - Generating GTK icon cache for /usr/local/share/icons/hicolor - Generating GTK icon cache for /usr/local/share/icons/Adwaita - Generating GTK icon cache for /usr/local/share/icons/AdwaitaLegacy - ==> Running trigger: gio-modules.ucl - Generating GIO modules cache - ==> Running trigger: fontconfig.ucl - Running fc-cache to build fontconfig cache... - ===== - Message from libinotify-20240724_1: - - -- - You might want to consider increasing the kern.maxfiles tunable if you plan - to use this library for applications that need to monitor activity of a lot - of files. - ===== - Message from freetype2-2.13.3: - - -- - The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as - the default, emulating a modern version of ClearType. This change inevitably - leads to different rendering results, and you might change port's options to - adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment - variable). - - The environment variable "FREETYPE_PROPERTIES" can be used to control the - driver properties. Example: - - FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ - cff:no-stem-darkening=1 \ - autofitter:warping=1 - - This allows to select, say, the subpixel hinting mode at runtime for a given - application. - - If LONG_PCF_NAMES port's option was enabled, the PCF family names may include - the foundry and information whether they contain wide characters. For example, - "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at - run time with using pcf:no-long-family-names property, if needed. Example: - - FREETYPE_PROPERTIES=pcf:no-long-family-names=1 - - How to recreate fontconfig cache with using such environment variable, - if needed: - # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv - - The controllable properties are listed in the section "Controlling FreeType - Modules" in the reference's table of contents - (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed). - ===== - Message from wayland-1.23.1_1: - - -- - Wayland requires XDG_RUNTIME_DIR to be defined to a path that will - contain "wayland-%d" unix(4) sockets. This is usually handled by - consolekit2 (via ck-launch-session) or pam_xdg (via login). - ===== - Message from libxkbcommon-1.8.1_3: - - -- - If arrow keys don't work under X11 switch to legacy rules e.g., - - For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: - export XKB_DEFAULT_RULES=xorg - - For csh/tcsh run and (optionally) add into ~/.login: - setenv XKB_DEFAULT_RULES xorg 2025-09-15 07:48.34 ---> saved as "fa7ae12c23c6b710226f3a9e35c3799868f26afaa41cffd24f9248283ab200ab" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 41 packages ∗ base-bytes base ∗ cairo2 0.6.5 ∗ camlp-streams 5.0.1 ∗ conf-cairo 1 ∗ conf-glib-2 1 ∗ conf-gtk3 18 ∗ conf-libcurl 2 ∗ conf-pkg-config 4 ∗ cppo 1.8.0 ∗ csexp 1.5.2 ∗ curl 0.10.0 ∗ curl_lwt 0.10.0 ∗ dune 3.20.2 ∗ dune-configurator 3.20.2 ∗ lablgtk3 3.1.5 ∗ lwt 5.9.2 ∗ lwt_glib 1.1.1 ∗ lwt_log 1.1.2 ∗ lwt_ppx 5.9.2 ∗ lwt_react 1.2.0 ∗ menhir 20250912 ∗ menhirCST 20250912 ∗ menhirLib 20250912 ∗ menhirSdk 20250912 ∗ obus 1.2.5 ∗ ocaml-compiler-libs v0.17.0 ∗ ocamlbuild 0.16.1 ∗ ocamlfind 1.9.8 ∗ ocplib-endian 1.2 ∗ ocurl transition (deprecated) ∗ ounit2 2.2.7 ∗ ppx_derivers 1.2.1 ∗ ppxlib 0.36.0 ∗ react 1.2.2 ∗ seq base ∗ sexplib0 v0.17.0 ∗ sha 1.15.4 ∗ stdlib-shims 0.3.0 ∗ topkg 1.1.0 ∗ xmlm 1.4.0 ∗ yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ∗ installed conf-pkg-config.4 ∗ installed conf-libcurl.2 ⬇ retrieved cppo.1.8.0 (cached) ∗ installed conf-glib-2.1 ⬇ retrieved camlp-streams.5.0.1 (cached) ⬇ retrieved csexp.1.5.2 (cached) ⬇ retrieved curl.0.10.0, curl_lwt.0.10.0, ocurl.transition (cached) ∗ installed conf-gtk3.18 ∗ installed conf-cairo.1 ⬇ retrieved cairo2.0.6.5 (cached) ⬇ retrieved lwt.5.9.2, lwt_ppx.5.9.2 (cached) ⬇ retrieved lwt_glib.1.1.1 (cached) ⬇ retrieved lwt_log.1.1.2 (cached) ⬇ retrieved lablgtk3.3.1.5 (cached) ⬇ retrieved lwt_react.1.2.0 (cached) ⬇ retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached) ⬇ retrieved obus.1.2.5 (cached) ⬇ retrieved ocaml-compiler-libs.v0.17.0 (cached) ⬇ retrieved ocamlbuild.0.16.1 (cached) ⬇ retrieved ocplib-endian.1.2 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved ppx_derivers.1.2.1 (cached) ⬇ retrieved ounit2.2.2.7 (cached) ⬇ retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) ⬇ retrieved seq.base (cached) ∗ installed seq.base ⬇ retrieved sexplib0.v0.17.0 (cached) ⬇ retrieved react.1.2.2 (cached) ⬇ retrieved sha.1.15.4 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved ppxlib.0.36.0 (cached) ⬇ retrieved xmlm.1.4.0 (cached) ⬇ retrieved topkg.1.1.0 (cached) ⬇ retrieved yojson.3.0.0 (cached) ∗ installed ocamlfind.1.9.8 ∗ installed base-bytes.base ∗ installed ocamlbuild.0.16.1 ∗ installed topkg.1.1.0 ∗ installed xmlm.1.4.0 ∗ installed react.1.2.2 ∗ installed dune.3.20.2 ∗ installed stdlib-shims.0.3.0 ∗ installed ppx_derivers.1.2.1 ∗ installed ocaml-compiler-libs.v0.17.0 ∗ installed menhirSdk.20250912 ∗ installed menhirLib.20250912 ∗ installed menhirCST.20250912 ∗ installed ounit2.2.2.7 ∗ installed yojson.3.0.0 ∗ installed sha.1.15.4 ∗ installed sexplib0.v0.17.0 ∗ installed csexp.1.5.2 ∗ installed cppo.1.8.0 ∗ installed camlp-streams.5.0.1 ∗ installed ocplib-endian.1.2 ∗ installed dune-configurator.3.20.2 ∗ installed curl.0.10.0 ∗ installed cairo2.0.6.5 ∗ installed ppxlib.0.36.0 ∗ installed lwt.5.9.2 ∗ installed lwt_log.1.1.2 ∗ installed lwt_glib.1.1.1 ∗ installed curl_lwt.0.10.0 ∗ installed ocurl.transition ∗ installed lablgtk3.3.1.5 ∗ installed lwt_react.1.2.0 ∗ installed menhir.20250912 ∗ installed lwt_ppx.5.9.2 ∗ installed obus.1.2.5 Done. <><> ocurl.transition installed successfully ><><><><><><><><><><><><><><><><><> => Note: This package is deprecated. => ocurl has been renamed and the ocurl package is now a transition package. Use the curl package instead. 2025-09-15 08:00.09 ---> saved as "35ac3ab2e1fc3518d8c60aa1d97f74f483ba6a929bd42f0efbd0a9af9f7607cd" /src: (copy (src .) (dst /src)) 2025-09-15 08:00.34 ---> saved as "d559d5f53bb24185349a4837dab5d27e6745541bcc569cd809aaa891c3135106" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/src/solver/tests && ./test.exe) .... Ran: 4 tests in: 0.11 seconds. OK (cd _build/default/src/test_gtk && ./test.exe) . Ran: 1 tests in: 0.88 seconds. OK File "src/tests/dune", line 12, characters 8-12: 12 | (name test) ^^^^ (cd _build/default/src/tests && ./test.exe) .................................................................................................S....E.E........EE.....................................EE.E.EE....................E.............................EEEEE.............EEFEEE.EEEEE..E.E.(log empty) E.. D /unicode D /unicode/test-uniçøðë F 5f1ff6172591102593950d1ae6c4a78709b1c44c 1377477018 14 file FS D 1757923267 /HelloWorld X cbde246728e88328b754989077368746232372b2 1126963163 27 main F. D 1377477029 /test-uniçøðë F 5f1ff6172591102593950d1ae6c4a78709b1c44c 1377477018 14 file F....S............F......................... ============================================================================== Error: 0install:18:archive:1:special Unix.Unix_error(Unix.EPERM, "chmod", "/tmp/build_42374d_dune/0install-test-357f03b8") ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:34:slave-2.6 Bad reply ["fail","Can't find all required implementations:\n- http://example.com:8000/Hello.xml -> (problem)\n Main feed 'http://example.com:8000/Hello.xml' not available\n No known implementations at all"] ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:32:select Can't find all required implementations: - http://example.com:8000/Hello.xml -> (problem) Main feed 'http://example.com:8000/Hello.xml' not available No known implementations at all ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:29:replay Expected log message matching 'Version from mirror is older than cached version; ignoring it' ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:28:add-impossible Error 'Can't find all required implementations: - http://example.com:8000/Hello.xml#source -> (problem) Main feed 'http://example.com:8000/Hello.xml' not available No known implementations at all' does not match regexp '\(.\| \)*We want source and this is a binary' ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:27:background-unsolvable Can't find all required implementations: - http://example.com:8000/Hello.xml -> (problem) Main feed 'http://example.com:8000/Hello.xml' not available No known implementations at all ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:26:background-app Can't find all required implementations: - http://example.com:8000/Hello.xml -> (problem) Main feed 'http://example.com:8000/Hello.xml' not available No known implementations at all ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:25:selections Can't find gpg or gpg2 in $PATH! ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:23:impl-mirror-fails Error 'Can't find all required implementations: - http://example.com:8000/Hello.xml -> (problem) Main feed 'http://example.com:8000/Hello.xml' not available No known implementations at all' does not match regexp 'Error downloading 'http://example.com:8000/HelloWorld.tgz': The requested URL returned error: 404' ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:22:impl-mirror Can't find all required implementations: - http://example.com:8000/Hello.xml -> (problem) Main feed 'http://example.com:8000/Hello.xml' not available No known implementations at all ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:21:mirrors Can't find all required implementations: - http://example.com:8000/Hello.xml -> (problem) Main feed 'http://example.com:8000/Hello.xml' not available No known implementations at all ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:19:import Can't find gpg or gpg2 in $PATH! ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:18:dry-run Can't find all required implementations: - http://localhost:8000/Hello -> (problem) Main feed 'http://localhost:8000/Hello' not available No known implementations at all ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:4:wrong-digest Error 'Can't find all required implementations: - http://example.com:8000/Hello.xml -> (problem) Main feed 'http://example.com:8000/Hello.xml' not available No known implementations at all' does not match regexp 'Incorrect manifest -- archive is corrupted' ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:3:wrong-size Error 'Can't find all required implementations: - http://localhost:8000/Hello-wrong-size -> (problem) Main feed 'http://localhost:8000/Hello-wrong-size' not available No known implementations at all' does not match regexp 'Downloaded archive has incorrect size' ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:2:reject-key Expected log message matching 'Feed http://localhost:8000/Hello: Not signed with a trusted key' ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:1:auto-accept-key Error 'Can't find all required implementations: - http://localhost:8000/Hello -> (problem) Main feed 'http://localhost:8000/Hello' not available No known implementations at all' does not match regexp 'Path '.*/HelloWorld/Missing' does not exist' ------------------------------------------------------------------------------ ============================================================================== Error: 0install:17:download:0:accept-key Error 'Can't find all required implementations: - http://localhost:8000/Hello -> (problem) Main feed 'http://localhost:8000/Hello' not available No known implementations at all' does not match regexp 'Path '.*/HelloWorld/Missing' does not exist' ------------------------------------------------------------------------------ ============================================================================== Error: 0install:12:feed-cache:2:check-signed Can't find gpg or gpg2 in $PATH! ------------------------------------------------------------------------------ ============================================================================== Error: 0install:9:gpg:7:load-keys Can't find gpg or gpg2 in $PATH! ------------------------------------------------------------------------------ ============================================================================== Error: 0install:9:gpg:6:no-sigs Can't find gpg or gpg2 in $PATH! ------------------------------------------------------------------------------ ============================================================================== Error: 0install:9:gpg:4:good-sig Can't find gpg or gpg2 in $PATH! ------------------------------------------------------------------------------ ============================================================================== Error: 0install:9:gpg:2:bad-sig Can't find gpg or gpg2 in $PATH! ------------------------------------------------------------------------------ ============================================================================== Error: 0install:9:gpg:1:error-sig Can't find gpg or gpg2 in $PATH! ------------------------------------------------------------------------------ ============================================================================== Error: 0install:6:0install:13:list Can't find gpg or gpg2 in $PATH! ------------------------------------------------------------------------------ ============================================================================== Error: 0install:6:0install:12:import Can't find gpg or gpg2 in $PATH! ------------------------------------------------------------------------------ ============================================================================== Error: 0install:6:0install:3:download_selections Can't find gpg or gpg2 in $PATH! ------------------------------------------------------------------------------ ============================================================================== Error: 0install:6:0install:1:update Can't find all required implementations: - http://foo/Binary.xml -> (problem) Main feed 'http://foo/Binary.xml' not available No known implementations at all ------------------------------------------------------------------------------ ============================================================================== Failure: 0install:19:manifest:6:non-ascii expected: D /unicode D /unicode/test-uniçøðë F c1c727274876ed5915c75a907131b8462cfdd5ba278140067dc80a2bcba033d6 1377477018 14 file but got: D /unicode D /unicode/test-uni???? F c1c727274876ed5915c75a907131b8462cfdd5ba278140067dc80a2bcba033d6 1377477018 14 file ------------------------------------------------------------------------------ ============================================================================== Failure: 0install:18:archive:8:extract-non-ascii expected: sha1=add40d8fe047bb1636791e3ae9dc9949cc657845 but got: sha1=8c164d8eeaef95535a4936dde85bb5858341251c ------------------------------------------------------------------------------ ============================================================================== Failure: 0install:18:archive:6:zip expected: sha1=3ce644dc725f1d21cfcf02562c76f375944b266a but got: sha1=4549097bb39544c06d8b0bf60a89ec44d5cc24e9 ------------------------------------------------------------------------------ ============================================================================== Failure: 0install:18:archive:4:non-ascii-tgz expected: sha1new=e42ffed02179169ef2fa14a46b0d9aea96a60c10 but got: sha1new=4012a0ec83621524f3981c140ea932c97729ac5d ------------------------------------------------------------------------------ ============================================================================== Failure: 0install:17:download:20:distro got None! ------------------------------------------------------------------------------ Ran: 296 tests in: 10.53 seconds. FAILED: Cases: 296 Tried: 296 Errors: 28 Failures: 5 Skip: 3 Todo: 0 Timeouts: 0. warning: Feed http://foo/Binary.xml: Can't find gpg or gpg2 in $PATH! (showing full log) debug: No socketdir found in gpgconf output info: Starting download of feed 'http://foo/Binary.xml' debug: download_and_import_feed http://foo/Binary.xml debug: Download URL 'http://foo/Binary.xml'... (for http://foo/Binary.xml) debug: Scheduling download of http://foo/Binary.xml warning: Feed http://foo/Binary.xml: Can't find gpg or gpg2 in $PATH! info: stopping gpg agent warning: Test failed: Can't find all required implementations: - http://foo/Binary.xml -> (problem) Main feed 'http://foo/Binary.xml' not available No known implementations at all Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Lwt.Sequential_composition.try_bind in file "src/core/lwt.ml", line 2137, characters 10-14 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Update.check_for_updates in file "src/cli/update.ml", line 63, characters 8-77 Called from Update.handle in file "src/cli/update.ml", line 132, characters 18-57 Called from Command_tree.handle in file "src/cli/command_tree.ml", line 17, characters 6-32 Called from Cli.handle.(fun) in file "src/cli/cli.ml", line 300, characters 14-90 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Main.with_config in file "src/cli/main.ml", line 44, characters 6-15 Called from Dune__exe__Test_0install.suite.(fun).run.(fun) in file "src/tests/test_0install.ml", line 178, characters 12-36 Called from Dune__exe__Fake_system.collect_output in file "src/tests/fake_system.ml", line 147, characters 2-6 Called from Dune__exe__Test_0install.suite.(fun) in file "src/tests/test_0install.ml", line 204, characters 14-53 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) info: Missing selection of http://example.com:8000/Hello.xml: <selection> at /src/_build/default/src/tests/data/selections.xml:3:145 debug: download_and_import_feed http://example.com:8000/Hello.xml debug: Download URL 'http://example.com:8000/Hello.xml'... (for http://example.com:8000/Hello.xml) debug: Scheduling download of http://example.com:8000/Hello.xml info: stopping gpg agent warning: Test failed: Can't find gpg or gpg2 in $PATH! Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Support__Gpg.get_gnupg_options in file "src/support/gpg.ml", line 69, characters 22-71 Called from Support__Gpg.make_gpg_command in file "src/support/gpg.ml", line 83, characters 19-43 Called from Support__Gpg.run_gpg_full in file "src/support/gpg.ml", line 93, characters 16-44 Called from Lwt.Sequential_composition.try_bind in file "src/core/lwt.ml", line 2137, characters 10-14 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Generic_select.handle in file "src/cli/generic_select.ml", line 303, characters 16-146 Called from Download.handle in file "src/cli/download.ml", line 16, characters 20-83 Called from Command_tree.handle in file "src/cli/command_tree.ml", line 17, characters 6-32 Called from Cli.handle.(fun) in file "src/cli/cli.ml", line 300, characters 14-90 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Main.with_config in file "src/cli/main.ml", line 44, characters 6-15 Called from Dune__exe__Test_0install.run_0install.(fun) in file "src/tests/test_0install.ml", line 98, characters 12-79 Called from Dune__exe__Fake_system.capture_stdout.(fun) in file "src/tests/fake_system.ml", line 96, characters 12-17 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 49, characters 17-27 Re-raised at CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 56, characters 4-11 Called from Dune__exe__Test_0install.suite.(fun) in file "src/tests/test_0install.ml", line 300, characters 14-82 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) info: stopping gpg agent warning: Test failed: Can't find gpg or gpg2 in $PATH! Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Support__Gpg.get_gnupg_options in file "src/support/gpg.ml", line 69, characters 22-71 Called from Support__Gpg.make_gpg_command in file "src/support/gpg.ml", line 83, characters 19-43 Called from Support__Gpg.run_gpg_full in file "src/support/gpg.ml", line 93, characters 16-44 Called from Support__Gpg.run_gpg.(fun) in file "src/support/gpg.ml", line 126, characters 2-33 Called from Lwt.Sequential_composition.try_bind in file "src/core/lwt.ml", line 2137, characters 10-14 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Dune__exe__Test_0install.suite.(fun) in file "src/tests/test_0install.ml", line 766, characters 4-121 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) info: stopping gpg agent warning: Test failed: Can't find gpg or gpg2 in $PATH! Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Support__Gpg.get_gnupg_options in file "src/support/gpg.ml", line 69, characters 22-71 Called from Support__Gpg.make_gpg_command in file "src/support/gpg.ml", line 83, characters 19-43 Called from Support__Gpg.run_gpg_full in file "src/support/gpg.ml", line 93, characters 16-44 Called from Support__Gpg.run_gpg.(fun) in file "src/support/gpg.ml", line 126, characters 2-33 Called from Lwt.Sequential_composition.try_bind in file "src/core/lwt.ml", line 2137, characters 10-14 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Dune__exe__Test_0install.suite.(fun) in file "src/tests/test_0install.ml", line 786, characters 4-121 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) debug: No socketdir found in gpgconf output info: stopping gpg agent warning: Test failed: Can't find gpg or gpg2 in $PATH! Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Support__Gpg.get_gnupg_options in file "src/support/gpg.ml", line 69, characters 22-71 Called from Support__Gpg.make_gpg_command in file "src/support/gpg.ml", line 83, characters 19-43 Called from Support__Gpg.run_gpg_full in file "src/support/gpg.ml", line 93, characters 16-44 Called from Lwt.Sequential_composition.try_bind in file "src/core/lwt.ml", line 2137, characters 10-14 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) debug: No socketdir found in gpgconf output info: stopping gpg agent warning: Test failed: Can't find gpg or gpg2 in $PATH! Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Support__Gpg.get_gnupg_options in file "src/support/gpg.ml", line 69, characters 22-71 Called from Support__Gpg.make_gpg_command in file "src/support/gpg.ml", line 83, characters 19-43 Called from Support__Gpg.run_gpg_full in file "src/support/gpg.ml", line 93, characters 16-44 Called from Support__Gpg.run_gpg.(fun) in file "src/support/gpg.ml", line 126, characters 2-33 Called from Lwt.Sequential_composition.try_bind in file "src/core/lwt.ml", line 2137, characters 10-14 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Dune__exe__Test_gpg.with_tal_key.(fun) in file "src/tests/test_gpg.ml", line 109, characters 4-47 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) debug: No socketdir found in gpgconf output info: stopping gpg agent warning: Test failed: Can't find gpg or gpg2 in $PATH! Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Support__Gpg.get_gnupg_options in file "src/support/gpg.ml", line 69, characters 22-71 Called from Support__Gpg.make_gpg_command in file "src/support/gpg.ml", line 83, characters 19-43 Called from Support__Gpg.run_gpg_full in file "src/support/gpg.ml", line 93, characters 16-44 Called from Support__Gpg.run_gpg.(fun) in file "src/support/gpg.ml", line 126, characters 2-33 Called from Lwt.Sequential_composition.try_bind in file "src/core/lwt.ml", line 2137, characters 10-14 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Dune__exe__Test_gpg.with_tal_key.(fun) in file "src/tests/test_gpg.ml", line 109, characters 4-47 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) debug: No socketdir found in gpgconf output info: stopping gpg agent warning: Test failed: Can't find gpg or gpg2 in $PATH! Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Support__Gpg.get_gnupg_options in file "src/support/gpg.ml", line 69, characters 22-71 Called from Support__Gpg.make_gpg_command in file "src/support/gpg.ml", line 83, characters 19-43 Called from Support__Gpg.run_gpg_full in file "src/support/gpg.ml", line 93, characters 16-44 Called from Lwt.Sequential_composition.try_bind in file "src/core/lwt.ml", line 2137, characters 10-14 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) debug: No socketdir found in gpgconf output info: stopping gpg agent warning: Test failed: Can't find gpg or gpg2 in $PATH! Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Support__Gpg.get_gnupg_options in file "src/support/gpg.ml", line 69, characters 22-71 Called from Support__Gpg.make_gpg_command in file "src/support/gpg.ml", line 83, characters 19-43 Called from Support__Gpg.run_gpg_full in file "src/support/gpg.ml", line 93, characters 16-44 Called from Support__Gpg.run_gpg.(fun) in file "src/support/gpg.ml", line 126, characters 2-33 Called from Lwt.Sequential_composition.try_bind in file "src/core/lwt.ml", line 2137, characters 10-14 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Dune__exe__Test_gpg.with_tal_key.(fun) in file "src/tests/test_gpg.ml", line 109, characters 4-47 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) debug: No socketdir found in gpgconf output info: stopping gpg agent warning: Test failed: Can't find gpg or gpg2 in $PATH! Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Support__Gpg.get_gnupg_options in file "src/support/gpg.ml", line 69, characters 22-71 Called from Support__Gpg.make_gpg_command in file "src/support/gpg.ml", line 83, characters 19-43 Called from Support__Gpg.run_gpg_full in file "src/support/gpg.ml", line 93, characters 16-44 Called from Support__Gpg.run_gpg.(fun) in file "src/support/gpg.ml", line 126, characters 2-33 Called from Lwt.Sequential_composition.try_bind in file "src/core/lwt.ml", line 2137, characters 10-14 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) info: 0install 2.18-post (OCaml version): verbose mode on info: Getting new selections for http://localhost:8000/Hello info: Quick solve failed; can't select without updating feeds info: Starting download of feed 'http://localhost:8000/Hello' info: Got a connection! info: Got: GET http://localhost:8000/Hello HTTP/1.1 info: Handling request for '/Hello' info: Closing connection info: Download 'http://localhost:8000/Hello' completed successfully (609 bytes) warning: Feed http://localhost:8000/Hello: Can't find gpg or gpg2 in $PATH! info: stopping gpg agent info: Shutting down server... warning: Test failed: Error 'Can't find all required implementations: - http://localhost:8000/Hello -> (problem) Main feed 'http://localhost:8000/Hello' not available No known implementations at all' does not match regexp 'Path '.*/HelloWorld/Missing' does not exist' Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Dune__exe__Test_download.suite.(fun) in file "src/tests/test_download.ml", lines 87-89, characters 4-6 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 warning: Feed http://localhost:8000/Hello: Can't find gpg or gpg2 in $PATH! (showing full log) info: 0install 2.18-post (OCaml version): verbose mode on info: Getting new selections for http://localhost:8000/Hello info: Quick solve failed; can't select without updating feeds info: Starting download of feed 'http://localhost:8000/Hello' info: Got a connection! info: Got: GET http://localhost:8000/Hello HTTP/1.1 info: Handling request for '/Hello' info: Closing connection info: Download 'http://localhost:8000/Hello' completed successfully (609 bytes) warning: Feed http://localhost:8000/Hello: Can't find gpg or gpg2 in $PATH! info: stopping gpg agent info: Shutting down server... warning: Test failed: Error 'Can't find all required implementations: - http://localhost:8000/Hello -> (problem) Main feed 'http://localhost:8000/Hello' not available No known implementations at all' does not match regexp 'Path '.*/HelloWorld/Missing' does not exist' Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Dune__exe__Test_download.suite.(fun) in file "src/tests/test_download.ml", lines 100-102, characters 4-6 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) info: 0install 2.18-post (OCaml version): verbose mode on info: Getting new selections for http://localhost:8000/Hello info: Quick solve failed; can't select without updating feeds info: Starting download of feed 'http://localhost:8000/Hello' info: Got a connection! info: Got: GET http://localhost:8000/Hello HTTP/1.1 info: Handling request for '/Hello' info: Closing connection info: Download 'http://localhost:8000/Hello' completed successfully (609 bytes) warning: Feed http://localhost:8000/Hello: Can't find gpg or gpg2 in $PATH! info: stopping gpg agent info: Shutting down server... warning: Test failed: Expected log message matching 'Feed http://localhost:8000/Hello: Not signed with a trusted key' Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 warning: Feed http://localhost:8000/Hello-wrong-size: Can't find gpg or gpg2 in $PATH! (showing full log) info: Getting new selections for http://localhost:8000/Hello-wrong-size info: Quick solve failed; can't select without updating feeds info: Starting download of feed 'http://localhost:8000/Hello-wrong-size' info: Got a connection! info: Got: GET http://localhost:8000/Hello-wrong-size HTTP/1.1 info: Handling request for '/Hello-wrong-size' info: Closing connection info: Download 'http://localhost:8000/Hello-wrong-size' completed successfully (621 bytes) warning: Feed http://localhost:8000/Hello-wrong-size: Can't find gpg or gpg2 in $PATH! info: stopping gpg agent info: Shutting down server... warning: Test failed: Error 'Can't find all required implementations: - http://localhost:8000/Hello-wrong-size -> (problem) Main feed 'http://localhost:8000/Hello-wrong-size' not available No known implementations at all' does not match regexp 'Downloaded archive has incorrect size' Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 warning: Feed http://example.com:8000/Hello.xml: Can't find gpg or gpg2 in $PATH! (showing full log) info: Getting new selections for http://example.com:8000/Hello.xml info: Quick solve failed; can't select without updating feeds info: Starting download of feed 'http://example.com:8000/Hello.xml' info: Got a connection! info: Got: GET http://example.com:8000/Hello.xml HTTP/1.1 info: Handling request for '/Hello.xml' info: Closing connection info: Download 'http://example.com:8000/Hello.xml' completed successfully (617 bytes) warning: Feed http://example.com:8000/Hello.xml: Can't find gpg or gpg2 in $PATH! info: stopping gpg agent info: Shutting down server... warning: Test failed: Error 'Can't find all required implementations: - http://example.com:8000/Hello.xml -> (problem) Main feed 'http://example.com:8000/Hello.xml' not available No known implementations at all' does not match regexp 'Incorrect manifest -- archive is corrupted' Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 warning: Feed http://localhost:8000/Hello: Can't find gpg or gpg2 in $PATH! (showing full log) info: Getting new selections for http://localhost:8000/Hello info: Quick solve failed; can't select without updating feeds info: Starting download of feed 'http://localhost:8000/Hello' info: Got a connection! info: Got: GET http://localhost:8000/Hello HTTP/1.1 info: Handling request for '/Hello' info: Closing connection info: Download 'http://localhost:8000/Hello' completed successfully (609 bytes) warning: Feed http://localhost:8000/Hello: Can't find gpg or gpg2 in $PATH! info: stopping gpg agent info: Shutting down server... warning: Test failed: Can't find all required implementations: - http://localhost:8000/Hello -> (problem) Main feed 'http://localhost:8000/Hello' not available No known implementations at all Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Generic_select.handle.do_select in file "src/cli/generic_select.ml", line 261, characters 15-102 Called from Generic_select.handle in file "src/cli/generic_select.ml", line 294, characters 21-35 Called from Run.handle in file "src/cli/run.ml", line 34, characters 15-77 Called from Command_tree.handle in file "src/cli/command_tree.ml", line 17, characters 6-32 Called from Cli.handle.(fun) in file "src/cli/cli.ml", line 300, characters 14-90 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Dune__exe__Test_0install.run_0install.(fun) in file "src/tests/test_0install.ml", line 98, characters 12-79 Called from Dune__exe__Fake_system.capture_stdout.(fun) in file "src/tests/fake_system.ml", line 96, characters 12-17 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 49, characters 17-27 Re-raised at CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 56, characters 4-11 Called from Dune__exe__Test_download.suite.(fun) in file "src/tests/test_download.ml", line 240, characters 14-99 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) info: 0install 2.18-post (OCaml version): verbose mode on info: Importing from file '/src/_build/default/src/tests/data/Hello' info: Importing feed http://localhost:8000/Hello info: stopping gpg agent info: Shutting down server... warning: Test failed: Can't find gpg or gpg2 in $PATH! Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Support__Gpg.get_gnupg_options in file "src/support/gpg.ml", line 69, characters 22-71 Called from Support__Gpg.make_gpg_command in file "src/support/gpg.ml", line 83, characters 19-43 Called from Support__Gpg.run_gpg_full in file "src/support/gpg.ml", line 93, characters 16-44 Called from Lwt.Sequential_composition.try_bind in file "src/core/lwt.ml", line 2137, characters 10-14 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 Called from Command_tree.handle in file "src/cli/command_tree.ml", line 17, characters 6-32 Called from Cli.handle.(fun) in file "src/cli/cli.ml", line 300, characters 14-90 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Main.with_config in file "src/cli/main.ml", line 44, characters 6-15 Called from Dune__exe__Test_0install.run_0install.(fun) in file "src/tests/test_0install.ml", line 98, characters 12-79 Called from Dune__exe__Fake_system.capture_stdout.(fun) in file "src/tests/fake_system.ml", line 96, characters 12-17 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 49, characters 17-27 Re-raised at CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 56, characters 4-11 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Dune__exe__Test_download.suite.(fun) in file "src/tests/test_download.ml", line 270, characters 14-120 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 warning: Feed http://example.com:8000/Native.xml: Can't find gpg or gpg2 in $PATH! (showing full log) info: Getting new selections for http://example.com:8000/Native.xml info: Quick solve failed; can't select without updating feeds info: Starting download of feed 'http://example.com:8000/Native.xml' info: Got a connection! info: Got: GET http://example.com:8000/Native.xml HTTP/1.1 info: Handling request for '/Native.xml' info: Closing connection info: Download 'http://example.com:8000/Native.xml' completed successfully (444 bytes) warning: Feed http://example.com:8000/Native.xml: Can't find gpg or gpg2 in $PATH! info: stopping gpg agent info: Shutting down server... warning: Test failed: OUnitTest.OUnit_failure("got None!") Raised at OUnitAssert.assert_failure in file "src/lib/ounit2/advanced/oUnitAssert.ml", line 45, characters 2-27 Called from Dune__exe__Test_download.suite.(fun) in file "src/tests/test_download.ml", line 301, characters 15-88 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) info: Getting new selections for http://example.com:8000/Hello.xml info: Quick solve failed; can't select without updating feeds info: Starting download of feed 'http://example.com:8000/Hello.xml' info: Got a connection! info: Got: GET http://example.com:8000/Hello.xml HTTP/1.1 info: Handling request for '/Hello.xml' info: sending error: 404: Missing: Hello.xml info: Closing connection info: Curl error: The requested URL returned error: 404: Curl.CurlException(_) Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Generic_select.handle.do_select in file "src/cli/generic_select.ml", line 261, characters 15-102 Called from Generic_select.handle in file "src/cli/generic_select.ml", line 294, characters 21-35 Called from Download.handle in file "src/cli/download.ml", line 16, characters 20-83 Called from Command_tree.handle in file "src/cli/command_tree.ml", line 17, characters 6-32 Called from Cli.handle.(fun) in file "src/cli/cli.ml", line 300, characters 14-90 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Main.with_config in file "src/cli/main.ml", line 44, characters 6-15 Called from Dune__exe__Test_0install.run_0install.(fun) in file "src/tests/test_0install.ml", line 98, characters 12-79 Called from Dune__exe__Fake_system.capture_stdout.(fun) in file "src/tests/fake_system.ml", line 96, characters 12-17 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 49, characters 17-27 Re-raised at CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 56, characters 4-11 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Dune__exe__Test_download.suite.(fun) in file "src/tests/test_download.ml", lines 337-339, characters 14-5 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 warning: Feed http://example.com:8000/Hello.xml: Error downloading 'http://example.com:8000/Hello.xml': The requested URL returned error: 404 info: Got a connection! info: Got: GET http://roscidus.com/0mirror/feeds/http/example.com:8000/Hello.xml/latest.xml HTTP/1.1 info: Handling request for '/0mirror/feeds/http/example.com:8000/Hello.xml/latest.xml' info: Closing connection info: Download 'http://roscidus.com/0mirror/feeds/http/example.com:8000/Hello.xml/latest.xml' completed successfully (617 bytes) warning: Feed http://example.com:8000/Hello.xml: Can't find gpg or gpg2 in $PATH! info: stopping gpg agent info: Shutting down server... warning: Test failed: Can't find all required implementations: - http://example.com:8000/Hello.xml -> (problem) Main feed 'http://example.com:8000/Hello.xml' not available No known implementations at all Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Generic_select.handle.do_select in file "src/cli/generic_select.ml", line 261, characters 15-102 Called from Generic_select.handle in file "src/cli/generic_select.ml", line 294, characters 21-35 Called from Download.handle in file "src/cli/download.ml", line 16, characters 20-83 Called from Command_tree.handle in file "src/cli/command_tree.ml", line 17, characters 6-32 Called from Cli.handle.(fun) in file "src/cli/cli.ml", line 300, characters 14-90 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Main.with_config in file "src/cli/main.ml", line 44, characters 6-15 Called from Dune__exe__Test_0install.run_0install.(fun) in file "src/tests/test_0install.ml", line 98, characters 12-79 Called from Dune__exe__Fake_system.capture_stdout.(fun) in file "src/tests/fake_system.ml", line 96, characters 12-17 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 49, characters 17-27 Re-raised at CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 56, characters 4-11 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Dune__exe__Test_download.suite.(fun) in file "src/tests/test_download.ml", lines 337-339, characters 14-5 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) info: Getting new selections for http://example.com:8000/Hello.xml info: Quick solve failed; can't select without updating feeds info: Starting download of feed 'http://example.com:8000/Hello.xml' info: Got a connection! info: Got: GET http://example.com:8000/Hello.xml HTTP/1.1 info: Handling request for '/Hello.xml' info: Closing connection info: Download 'http://example.com:8000/Hello.xml' completed successfully (617 bytes) warning: Feed http://example.com:8000/Hello.xml: Can't find gpg or gpg2 in $PATH! info: stopping gpg agent info: Shutting down server... warning: Test failed: Can't find all required implementations: - http://example.com:8000/Hello.xml -> (problem) Main feed 'http://example.com:8000/Hello.xml' not available No known implementations at all Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Generic_select.handle.do_select in file "src/cli/generic_select.ml", line 261, characters 15-102 Called from Generic_select.handle in file "src/cli/generic_select.ml", line 294, characters 21-35 Called from Download.handle in file "src/cli/download.ml", line 16, characters 20-83 Called from Command_tree.handle in file "src/cli/command_tree.ml", line 17, characters 6-32 Called from Cli.handle.(fun) in file "src/cli/cli.ml", line 300, characters 14-90 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Main.with_config in file "src/cli/main.ml", line 44, characters 6-15 Called from Dune__exe__Test_0install.run_0install.(fun) in file "src/tests/test_0install.ml", line 98, characters 12-79 Called from Dune__exe__Fake_system.capture_stdout.(fun) in file "src/tests/fake_system.ml", line 96, characters 12-17 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 49, characters 17-27 Re-raised at CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 56, characters 4-11 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Dune__exe__Test_download.suite.(fun) in file "src/tests/test_download.ml", lines 365-367, characters 14-5 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) info: Getting new selections for http://example.com:8000/Hello.xml info: Quick solve failed; can't select without updating feeds info: Starting download of feed 'http://example.com:8000/Hello.xml' info: Got a connection! info: Got: GET http://example.com:8000/Hello.xml HTTP/1.1 info: Handling request for '/Hello.xml' info: Closing connection info: Download 'http://example.com:8000/Hello.xml' completed successfully (617 bytes) warning: Feed http://example.com:8000/Hello.xml: Can't find gpg or gpg2 in $PATH! info: stopping gpg agent info: Shutting down server... warning: Test failed: Error 'Can't find all required implementations: - http://example.com:8000/Hello.xml -> (problem) Main feed 'http://example.com:8000/Hello.xml' not available No known implementations at all' does not match regexp 'Error downloading 'http://example.com:8000/HelloWorld.tgz': The requested URL returned error: 404' Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Dune__exe__Test_download.suite.(fun) in file "src/tests/test_download.ml", lines 397-402, characters 4-6 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) info: Missing selection of http://example.com:8000/Hello.xml: <selection> at /src/_build/default/src/tests/data/selections.xml:3:145 info: Got a connection! info: Got: GET http://example.com:8000/Hello.xml HTTP/1.1 info: Handling request for '/Hello.xml' info: Closing connection info: Download 'http://example.com:8000/Hello.xml' completed successfully (617 bytes) info: stopping gpg agent info: Shutting down server... warning: Test failed: Can't find gpg or gpg2 in $PATH! Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Support__Gpg.get_gnupg_options in file "src/support/gpg.ml", line 69, characters 22-71 Called from Support__Gpg.make_gpg_command in file "src/support/gpg.ml", line 83, characters 19-43 Called from Support__Gpg.run_gpg_full in file "src/support/gpg.ml", line 93, characters 16-44 Called from Lwt.Sequential_composition.try_bind in file "src/core/lwt.ml", line 2137, characters 10-14 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Generic_select.handle in file "src/cli/generic_select.ml", line 303, characters 16-146 Called from Download.handle in file "src/cli/download.ml", line 16, characters 20-83 Called from Command_tree.handle in file "src/cli/command_tree.ml", line 17, characters 6-32 Called from Cli.handle.(fun) in file "src/cli/cli.ml", line 300, characters 14-90 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Main.with_config in file "src/cli/main.ml", line 44, characters 6-15 Called from Dune__exe__Test_0install.run_0install.(fun) in file "src/tests/test_0install.ml", line 98, characters 12-79 Called from Dune__exe__Fake_system.capture_stdout.(fun) in file "src/tests/fake_system.ml", line 96, characters 12-17 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 49, characters 17-27 Re-raised at CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 56, characters 4-11 Called from Dune__exe__Test_download.suite.(fun) in file "src/tests/test_download.ml", line 447, characters 14-91 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 warning: Feed http://example.com:8000/Hello.xml: Can't find gpg or gpg2 in $PATH! (showing full log) info: Quick solve failed; can't select without updating feeds info: Starting download of feed 'http://example.com:8000/Hello.xml' info: Got a connection! info: Got: GET http://example.com:8000/Hello.xml HTTP/1.1 info: Handling request for '/Hello.xml' info: Closing connection info: Download 'http://example.com:8000/Hello.xml' completed successfully (617 bytes) warning: Feed http://example.com:8000/Hello.xml: Can't find gpg or gpg2 in $PATH! info: stopping gpg agent info: Shutting down server... warning: Test failed: Can't find all required implementations: - http://example.com:8000/Hello.xml -> (problem) Main feed 'http://example.com:8000/Hello.xml' not available No known implementations at all Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Add.handle in file "src/cli/add.ml", line 40, characters 16-94 Called from Command_tree.handle in file "src/cli/command_tree.ml", line 17, characters 6-32 Called from Cli.handle.(fun) in file "src/cli/cli.ml", line 300, characters 14-90 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Main.with_config in file "src/cli/main.ml", line 44, characters 6-15 Called from Dune__exe__Test_0install.run_0install.(fun) in file "src/tests/test_0install.ml", line 98, characters 12-79 Called from Dune__exe__Fake_system.capture_stdout.(fun) in file "src/tests/fake_system.ml", line 96, characters 12-17 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 49, characters 17-27 Re-raised at CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 56, characters 4-11 Called from Dune__exe__Test_download.suite.(fun) in file "src/tests/test_download.ml", line 471, characters 14-95 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) info: Quick solve failed; can't select without updating feeds info: Starting download of feed 'http://example.com:8000/Hello.xml' info: Got a connection! info: Got: GET http://example.com:8000/Hello.xml HTTP/1.1 info: Handling request for '/Hello.xml' info: Closing connection info: Download 'http://example.com:8000/Hello.xml' completed successfully (617 bytes) warning: Feed http://example.com:8000/Hello.xml: Can't find gpg or gpg2 in $PATH! info: stopping gpg agent info: Shutting down server... warning: Test failed: Can't find all required implementations: - http://example.com:8000/Hello.xml -> (problem) Main feed 'http://example.com:8000/Hello.xml' not available No known implementations at all Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Add.handle in file "src/cli/add.ml", line 40, characters 16-94 Called from Command_tree.handle in file "src/cli/command_tree.ml", line 17, characters 6-32 Called from Cli.handle.(fun) in file "src/cli/cli.ml", line 300, characters 14-90 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Main.with_config in file "src/cli/main.ml", line 44, characters 6-15 Called from Dune__exe__Test_0install.run_0install.(fun) in file "src/tests/test_0install.ml", line 98, characters 12-79 Called from Dune__exe__Fake_system.capture_stdout.(fun) in file "src/tests/fake_system.ml", line 96, characters 12-17 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 49, characters 17-27 Re-raised at CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 56, characters 4-11 Called from Dune__exe__Test_download.suite.(fun) in file "src/tests/test_download.ml", line 619, characters 29-110 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Dune__exe__Test_download.suite.(fun) in file "src/tests/test_download.ml", lines 618-620, characters 4-5 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 warning: Feed http://example.com:8000/Hello.xml: Can't find gpg or gpg2 in $PATH! (showing full log) info: Quick solve failed; can't select without updating feeds info: Starting download of feed 'http://example.com:8000/Hello.xml' info: Got a connection! info: Got: GET http://example.com:8000/Hello.xml HTTP/1.1 info: Handling request for '/Hello.xml' info: Closing connection info: Download 'http://example.com:8000/Hello.xml' completed successfully (617 bytes) warning: Feed http://example.com:8000/Hello.xml: Can't find gpg or gpg2 in $PATH! info: stopping gpg agent info: Shutting down server... warning: Test failed: Error 'Can't find all required implementations: - http://example.com:8000/Hello.xml#source -> (problem) Main feed 'http://example.com:8000/Hello.xml' not available No known implementations at all' does not match regexp '\(.\| \)*We want source and this is a binary' Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) info: Getting new selections for http://example.com:8000/Hello.xml info: Starting download of feed 'http://example.com:8000/Hello.xml' info: Got a connection! info: Got: GET http://example.com:8000/Hello.xml HTTP/1.1 info: Handling request for '/Hello.xml' info: sending error: 404: Missing: Hello.xml info: Closing connection info: Curl error: The requested URL returned error: 404: Curl.CurlException(_) Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Dune__exe__Test_download.suite.(fun) in file "src/tests/test_download.ml", line 717, characters 4-104 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 warning: Feed http://example.com:8000/Hello.xml: Error downloading 'http://example.com:8000/Hello.xml': The requested URL returned error: 404 info: Got a connection! info: Got: GET http://roscidus.com/0mirror/feeds/http/example.com:8000/Hello.xml/latest.xml HTTP/1.1 info: Handling request for '/0mirror/feeds/http/example.com:8000/Hello.xml/latest.xml' info: Closing connection info: Download 'http://roscidus.com/0mirror/feeds/http/example.com:8000/Hello.xml/latest.xml' completed successfully (617 bytes) warning: Feed http://example.com:8000/Hello.xml: Can't find gpg or gpg2 in $PATH! info: stopping gpg agent info: Shutting down server... warning: Test failed: Expected log message matching 'Version from mirror is older than cached version; ignoring it' Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Dune__exe__Test_download.suite.(fun) in file "src/tests/test_download.ml", line 717, characters 4-104 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 warning: Feed http://example.com:8000/Hello.xml: Can't find gpg or gpg2 in $PATH! (showing full log) info: Getting new selections for /src/_build/default/src/tests/data/selections.xml info: Quick solve failed; can't select without updating feeds info: Starting download of feed 'http://example.com:8000/Hello.xml' info: Got a connection! info: Got: GET http://example.com:8000/Hello.xml HTTP/1.1 info: Handling request for '/Hello.xml' info: Closing connection info: Download 'http://example.com:8000/Hello.xml' completed successfully (617 bytes) warning: Feed http://example.com:8000/Hello.xml: Can't find gpg or gpg2 in $PATH! info: stopping gpg agent info: Shutting down server... warning: Test failed: Can't find all required implementations: - http://example.com:8000/Hello.xml -> (problem) Main feed 'http://example.com:8000/Hello.xml' not available No known implementations at all Raised at Support__Safe_exn.failf.(fun) in file "src/support/safe_exn.ml", line 17, characters 2-26 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Generic_select.handle.do_select in file "src/cli/generic_select.ml", line 261, characters 15-102 Called from Generic_select.handle in file "src/cli/generic_select.ml", line 298, characters 53-67 Called from Select.handle in file "src/cli/select.ml", line 16, characters 20-81 Called from Command_tree.handle in file "src/cli/command_tree.ml", line 17, characters 6-32 Called from Cli.handle.(fun) in file "src/cli/cli.ml", line 300, characters 14-90 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Main.with_config in file "src/cli/main.ml", line 44, characters 6-15 Called from Dune__exe__Test_0install.run_0install.(fun) in file "src/tests/test_0install.ml", line 98, characters 12-79 Called from Dune__exe__Fake_system.capture_stdout.(fun) in file "src/tests/fake_system.ml", line 96, characters 12-17 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 49, characters 17-27 Re-raised at CamlinternalLazy.do_force_block in file "camlinternalLazy.ml", line 56, characters 4-11 Called from Dune__exe__Test_download.suite.(fun) in file "src/tests/test_download.ml", line 768, characters 14-89 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 warning: Feed http://example.com:8000/Hello.xml: Can't find gpg or gpg2 in $PATH! (showing full log) info: start_server info: Sending to peer: ["invoke",null,"set-api-version",["2.6"]] info: Message from peer: ["invoke",null,"set-api-version",["2.6"]] info: Sending to peer: ["invoke","1","select",[{"interface":"http://example.com:8000/Hello.xml"},false]] info: Message from peer: ["invoke","1","select",[{"interface":"http://example.com:8000/Hello.xml"},false]] info: Quick solve failed; can't select without updating feeds info: Starting download of feed 'http://example.com:8000/Hello.xml' info: Got a connection! info: Got: GET http://example.com:8000/Hello.xml HTTP/1.1 info: Handling request for '/Hello.xml' info: Closing connection info: Download 'http://example.com:8000/Hello.xml' completed successfully (617 bytes) warning: Feed http://example.com:8000/Hello.xml: Can't find gpg or gpg2 in $PATH! info: Sending to peer: ["return","1","ok",["fail","Can't find all required implementations:\n- http://example.com:8000/Hello.xml -> (problem)\n Main feed 'http://example.com:8000/Hello.xml' not available\n No known implementations at all"]] info: Message from peer: ["return","1","ok",["fail","Can't find all required implementations:\n- http://example.com:8000/Hello.xml -> (problem)\n Main feed 'http://example.com:8000/Hello.xml' not available\n No known implementations at all"]] info: stopping gpg agent info: Shutting down server... warning: Test failed: Bad reply ["fail","Can't find all required implementations:\n- http://example.com:8000/Hello.xml -> (problem)\n Main feed 'http://example.com:8000/Hello.xml' not available\n No known implementations at all"] Raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Dune__exe__Server.with_server.(fun) in file "src/tests/server.ml", line 235, characters 8-29 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 warning: Test failed: Unix.Unix_error(Unix.EPERM, "chmod", "/tmp/build_42374d_dune/0install-test-357f03b8") Raised by primitive operation at Dune__exe__Test_archive.suite.(fun) in file "src/tests/test_archive.ml", line 64, characters 4-28 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) info: Will run: tar -xf /src/_build/default/src/tests/data/unicode.tar.gz -C /tmp/build_42374d_dune/0install-test-2c8d91fe/0install-unpack-34875ddb -z warning: Test failed: OUnitTest.OUnit_failure("expected: sha1new=e42ffed02179169ef2fa14a46b0d9aea96a60c10\nbut got: sha1new=4012a0ec83621524f3981c140ea932c97729ac5d") Raised at OUnitAssert.assert_failure in file "src/lib/ounit2/advanced/oUnitAssert.ml", line 45, characters 2-27 Called from Dune__exe__Test_archive.assert_manifest in file "src/tests/test_archive.ml", line 18, characters 12-88 Re-raised at Dune__exe__Test_archive.assert_manifest in file "src/tests/test_archive.ml", line 19, characters 56-64 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) info: Will run: unzip -q -o /src/_build/default/src/tests/data/HelloWorld.zip warning: Test failed: OUnitTest.OUnit_failure("expected: sha1=3ce644dc725f1d21cfcf02562c76f375944b266a\nbut got: sha1=4549097bb39544c06d8b0bf60a89ec44d5cc24e9") Raised at OUnitAssert.assert_failure in file "src/lib/ounit2/advanced/oUnitAssert.ml", line 45, characters 2-27 Called from Dune__exe__Test_archive.assert_manifest in file "src/tests/test_archive.ml", line 18, characters 12-88 Re-raised at Dune__exe__Test_archive.assert_manifest in file "src/tests/test_archive.ml", line 19, characters 56-64 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) info: Will run: tar -xf /src/_build/default/src/tests/data/unicode.tar.gz -C /tmp/build_42374d_dune/0install-test-3cb8ef2a/0install-unpack-37ab2139 -z unicode warning: Test failed: OUnitTest.OUnit_failure("expected: sha1=add40d8fe047bb1636791e3ae9dc9949cc657845\nbut got: sha1=8c164d8eeaef95535a4936dde85bb5858341251c") Raised at OUnitAssert.assert_failure in file "src/lib/ounit2/advanced/oUnitAssert.ml", line 45, characters 2-27 Called from Dune__exe__Test_archive.assert_manifest in file "src/tests/test_archive.ml", line 18, characters 12-88 Re-raised at Dune__exe__Test_archive.assert_manifest in file "src/tests/test_archive.ml", line 19, characters 56-64 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 (showing full log) info: Will run: tar -xf /src/_build/default/src/tests/data/unicode.tar.gz -C /tmp/build_42374d_dune/0install-test-136a36c1/0install-unpack-33e6cef5 -z warning: Test failed: OUnitTest.OUnit_failure("expected: D /unicode\nD /unicode/test-unic\204\167\195\184\195\176e\204\136\nF c1c727274876ed5915c75a907131b8462cfdd5ba278140067dc80a2bcba033d6 1377477018 14 file\n\nbut got: D /unicode\nD /unicode/test-uni????\nF c1c727274876ed5915c75a907131b8462cfdd5ba278140067dc80a2bcba033d6 1377477018 14 file\n") Raised at OUnitAssert.assert_failure in file "src/lib/ounit2/advanced/oUnitAssert.ml", line 45, characters 2-27 Called from Dune__exe__Test_manifest.suite.(fun) in file "src/tests/test_manifest.ml", lines 125-129, characters 4-54 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from Support__Utils.finally_do in file "src/support/utils.ml", line 18, characters 8-18 Re-raised at Support__Utils.finally_do in file "src/support/utils.ml", line 19, characters 33-41 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from OUnit.test_of_test1.(fun) in file "src/lib/ounit2/oUnit.ml", line 86, characters 13-17 Called from Dune__exe__Test.show_log_on_failure in file "src/tests/test.ml", line 314, characters 4-9 jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.5 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 curl.0.10.0 curl_lwt.0.10.0 dune.3.20.2 dune-configurator.3.20.2 lablgtk3.3.1.5 lwt.5.9.2 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.5.9.2 lwt_react.1.2.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 obus.1.2.5 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.36.0 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.1.0 xmlm.1.4.0 yojson.3.0.0' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed "jail" "-c" "name=obuilder_58756_30825" "mount.devfs" "path=/obuilder/result/7a25546294ec22be45e992dc6638cf06a34ac8e9f85bd56180440fbcadc05534/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.5 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 curl.0.10.0 curl_lwt.0.10.0 dune.3.20.2 dune-configurator.3.20.2 lablgtk3.3.1.5 lwt.5.9.2 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.5.9.2 lwt_react.1.2.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 obus.1.2.5 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.36.0 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.1.0 xmlm.1.4.0 yojson.3.0.0' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1 2025-09-15 08:02.13: Job failed: Failed: Build failed