Organisations0install0install225587 (master)freebsd-4.14_opam-2.1

freebsd-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:10.45: New job: test 0install/0install https://github.com/0install/0install.git#refs/heads/master (225587eef889a3082e0cc53fa64500f56cca0028) (freebsd-x86_64:freebsd-4.14_opam-2.1)
Base: freebsd-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/0install/0install.git" -b "master" && cd "0install" && git reset --hard 225587ee
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-4.14
# freebsd-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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 './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 lablgtk3.3.1.4 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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


2024-05-10 09:10.45: Using cache hint "0install/0install-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-8e0a17d6c4ab60001e3aebb299f83581"
2024-05-10 09:10.45: Using OBuilder spec:
((from freebsd-ocaml-4.14)
 (comment freebsd-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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 './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 lablgtk3.3.1.4 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.1.2")
 (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.1 --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"))
)


2024-05-10 09:10.45: Waiting for resource in pool OCluster
2024-05-10 11:08.51: Waiting for worker…
2024-05-10 12:05.31: Got resource from pool OCluster
Building on summer
All commits already cached
HEAD is now at 225587ee Remove bug reporter


(from freebsd-ocaml-4.14)
2024-05-10 11:59.13 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache


/: (comment freebsd-4.14_opam-2.1)


/: (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.1 /usr/local/bin/opam"))
2024-05-10 11:59.14 ---> using "e9fe3959c02c848d2766600d2fd363dc0faa291980b23311949b4972bc5ea188" 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-05-10 11:59.14 ---> using "dba2ef0de478afdbd43a6552d310929f1c3c3ee6b86c81b7ff6f06256f6544c3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p5
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-10 11:59.15 ---> using "fa8577a82f6c8311031f5ac9ddbcefef5d36d0876493f17a1dc5aa96593235c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 11:59.15 ---> using "1b1f323c7946b3615d1855d65edd6179caf157152d4670670539e49efbdc1d2e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   ac9a846c00..20baedeee4  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-05-10 11:59.16 ---> using "8500110bb34f5fa0eecc8ffdce35dbb8d679b67af89bb1cba1cce8086b8f5e32" from cache


/src: (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam)
            (dst ./))
2024-05-10 11:59.17 ---> saved as "0193d873dc728f0e7127717e99ca1d504b381e2b1550b2a250027674bf290ee6"


/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)
2024-05-10 11:59.25 ---> saved as "f964c47ad5b9dfc4f23bf17e1ba51a6020e8d11aae99b55c25d54a104383dd2d"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 lablgtk3.3.1.4 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.1.2")


/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.1 --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.dev] synchronised (no changes)
[0install-gtk.dev] synchronised (no changes)
[0install-solver.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


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...
- [summer] Fetching meta.conf: . done
- [summer] Fetching packagesite.pkg: 
- ...
- .
- .
- .
- .
- .
- .
- . done
- Processing entries: 
- .
- ..
- .
- .
- .
- ..
- .
- . done
- FreeBSD repository update completed. 34064 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 1.20.9 -> 1.21.2
- 
- Number of packages to be upgraded: 1
- 
- The process will require 7 MiB more space.
- 12 MiB to be downloaded.
- [summer] [1/1] Fetching pkg-1.21.2.pkg: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- Checking integrity... done (0 conflicting)
- [summer] [1/1] Upgrading pkg from 1.20.9 to 1.21.2...
- [summer] [1/1] Extracting pkg-1.21.2: .........
- . done
- Updating FreeBSD repository catalogue...
- [summer] Fetching meta.conf: . done
- [summer] Fetching data.pkg: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- Processing entries: 
- ..
- .
- .
- .
- .
- .
- .
- .
- . done
- FreeBSD repository update completed. 34064 packages processed.
- All repositories are up to date.
- The following 84 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	adwaita-icon-theme: 42.0
- 	at-spi2-core: 2.50.2
- 	avahi-app: 0.8_2
- 	brotli: 1.1.0,1
- 	cairo: 1.17.4_2,3
- 	colord: 1.4.7
- 	cups: 2.4.7_2
- 	dbus: 1.14.10_5,1
- 	dbus-glib: 0.112_1
- 	dejavu: 2.37_3
- 	duktape-lib: 2.7.0
- 	encodings: 1.1.0,1
- 	font-bh-ttf: 1.0.3_5
- 	font-misc-ethiopic: 1.0.4
- 	font-misc-meltho: 1.0.3_5
- 	fontconfig: 2.15.0_2,1
- 	freetype2: 2.13.2
- 	fribidi: 1.0.13_1
- 	gdbm: 1.23
- 	gdk-pixbuf2: 2.42.10_2
- 	glib: 2.80.0,2
- 	gmp: 6.3.0
- 	gnome_subr: 1.0
- 	gnutls: 3.8.5_1
- 	graphite2: 1.3.14
- 	gsettings-desktop-schemas: 42.0
- 	gtk-update-icon-cache: 3.24.31_1
- 	gtk3: 3.24.41
- 	harfbuzz: 8.4.0
- 	hicolor-icon-theme: 0.17
- 	hwdata: 0.381,1
- 	jbigkit: 2.1_2
- 	jpeg-turbo: 3.0.2
- 	lcms2: 2.16_1
- 	libICE: 1.1.0_2,1
- 	libSM: 1.2.3_1,1
- 	libX11: 1.8.7_1,1
- 	libXau: 1.0.9_1
- 	libXcomposite: 0.4.6_1,1
- 	libXcursor: 1.2.2
- 	libXdamage: 1.1.6
- 	libXdmcp: 1.1.5
- 	libXext: 1.3.6,1
- 	libXfixes: 6.0.0_1
- 	libXft: 2.3.7_1
- 	libXi: 1.8_1,1
- 	libXinerama: 1.1.4_3,1
- 	libXrandr: 1.5.2_1
- 	libXrender: 0.9.10_2
- 	libXtst: 1.2.3_3
- 	libdaemon: 0.14_1
- 	libdatrie: 0.2.13_2
- 	libdeflate: 1.20
- 	libedit: 3.1.20230828_1,1
- 	libepoll-shim: 0.0.20230411
- 	libepoxy: 1.5.9
- 	libevent: 2.1.12
- 	libfontenc: 1.1.8
- 	libglvnd: 1.7.0
- 	libgudev: 237
- 	libgusb: 0.3.10_1
- 	libpaper: 1.1.28_1
- 	librsvg2-rust: 2.58.0_1
- 	libtasn1: 4.19.0_1
- 	libthai: 0.1.29_1
- 	libudev-devd: 0.5.2
- 	libxcb: 1.16.1
- 	libxkbcommon: 1.6.0_2
- 	libxml2: 2.11.7
- 	mkfontscale: 1.2.3
- 	nettle: 3.9.1
- 	p11-kit: 0.25.3_1
- 	pango: 1.50.14
- 	pixman: 0.42.2
- 	png: 1.6.43
- 	polkit: 124_3
- 	py39-packaging: 23.2
- 	shared-mime-info: 2.2_2
- 	sqlite3: 3.45.1,1
- 	tiff: 4.4.0_3
- 	wayland: 1.22.0
- 	xkeyboard-config: 2.41_4
- 	xorg-fonts-truetype: 7.7_1
- 	xorgproto: 2023.2
- 
- Number of packages to be installed: 84
- 
- The process will require 315 MiB more space.
- 60 MiB to be downloaded.
- [summer] [1/84] Fetching duktape-lib-2.7.0.pkg: ......
- .... done
- [summer] [2/84] Fetching png-1.6.43.pkg: .........
- . done
- [summer] [3/84] Fetching libxcb-1.16.1.pkg: .
- ..
- ..
- ...
- .. done
- [summer] [4/84] Fetching libdatrie-0.2.13_2.pkg: ......
- . done
- [summer] [5/84] Fetching freetype2-2.13.2.pkg: .
- ...
- ...
- .
- .. done
- [summer] [6/84] Fetching jpeg-turbo-3.0.2.pkg: 
- .....
- ...
- .. done
- [summer] [7/84] Fetching librsvg2-rust-2.58.0_1.pkg: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [summer] [8/84] Fetching libglvnd-1.7.0.pkg: .....
- ..... done
- [summer] [9/84] Fetching cups-2.4.7_2.pkg: 
- ..
- .
- .
- .
- ..
- .
- .
- . done
- [summer] [10/84] Fetching libXrandr-1.5.2_1.pkg: ......... done
- [summer] [11/84] Fetching nettle-3.9.1.pkg: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [summer] [12/84] Fetching lcms2-2.16_1.pkg: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [summer] [13/84] Fetching adwaita-icon-theme-42.0.pkg: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [summer] [14/84] Fetching libthai-0.1.29_1.pkg: 
- ...
- ......
- . done
- [summer] [15/84] Fetching polkit-124_3.pkg: .
- ..
- ..
- ..
- .. done
- [summer] [16/84] Fetching mkfontscale-1.2.3.pkg: ....... done
- [summer] [17/84] Fetching gtk-update-icon-cache-3.24.31_1.pkg: ...
- ...... done
- [summer] [18/84] Fetching libdeflate-1.20.pkg: .
- .....
- ... done
- [summer] [19/84] Fetching fribidi-1.0.13_1.pkg: ...
- ..... done
- [summer] [20/84] Fetching libXdamage-1.1.6.pkg: .. done
- [summer] [21/84] Fetching libtasn1-4.19.0_1.pkg: ..
- ...
- ..... done
- [summer] [22/84] Fetching libXfixes-6.0.0_1.pkg: ....
- .. done
- [summer] [23/84] Fetching libXinerama-1.1.4_3,1.pkg: ....
- .. done
- [summer] [24/84] Fetching gnome_subr-1.0.pkg: . done
- [summer] [25/84] Fetching libxml2-2.11.7.pkg: 
- .
- .
- ..
- .
- .
- .
- .
- .
- . done
- [summer] [26/84] Fetching wayland-1.22.0.pkg: 
- ........
- .. done
- [summer] [27/84] Fetching gdk-pixbuf2-2.42.10_2.pkg: 
- ..
- .
- .
- ..
- .
- .
- .. done
- [summer] [28/84] Fetching libgusb-0.3.10_1.pkg: ......
- ... done
- [summer] [29/84] Fetching gnutls-3.8.5_1.pkg: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [summer] [30/84] Fetching hicolor-icon-theme-0.17.pkg: ..... done
- [summer] [31/84] Fetching libepoll-shim-0.0.20230411.pkg: ....
- .. done
- [summer] [32/84] Fetching libpaper-1.1.28_1.pkg: ......... done
- [summer] [33/84] Fetching colord-1.4.7.pkg: 
- ..
- ..
- ...
- ..
- . done
- [summer] [34/84] Fetching font-misc-ethiopic-1.0.4.pkg: ..
- ...
- ..
- . done
- [summer] [35/84] Fetching libX11-1.8.7_1,1.pkg: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [summer] [36/84] Fetching libXrender-0.9.10_2.pkg: ....... done
- [summer] [37/84] Fetching xorgproto-2023.2.pkg: 
- .
- ...
- ....
- .
- . done
- [summer] [38/84] Fetching libXtst-1.2.3_3.pkg: ...... done
- [summer] [39/84] Fetching libXi-1.8_1,1.pkg: .
- .
- ..
- ...... done
- [summer] [40/84] Fetching gtk3-3.24.41.pkg: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [summer] [41/84] Fetching libXft-2.3.7_1.pkg: ..
- ........ done
- [summer] [42/84] Fetching libepoxy-1.5.9.pkg: ....
- ..... done
- [summer] [43/84] Fetching hwdata-0.381,1.pkg: .
- ..
- .
- .
- ..
- ..
- . done
- [summer] [44/84] Fetching cairo-1.17.4_2,3.pkg: ....
- ..
- ...
- . done
- [summer] [45/84] Fetching graphite2-1.3.14.pkg: .......... done
- [summer] [46/84] Fetching shared-mime-info-2.2_2.pkg: 
- ....
- ...... done
- [summer] [47/84] Fetching libgudev-237.pkg: ... done
- [summer] [48/84] Fetching encodings-1.1.0,1.pkg: .
- ....
- ..... done
- [summer] [49/84] Fetching harfbuzz-8.4.0.pkg: ..
- ...
- ..... done
- [summer] [50/84] Fetching libevent-2.1.12.pkg: .......... done
- [summer] [51/84] Fetching gdbm-1.23.pkg: ...
- ... done
- [summer] [52/84] Fetching avahi-app-0.8_2.pkg: ...
- ......
- . done
- [summer] [53/84] Fetching dbus-1.14.10_5,1.pkg: ......
- .... done
- [summer] [54/84] Fetching libedit-3.1.20230828_1,1.pkg: ....
- ...... done
- [summer] [55/84] Fetching libXcursor-1.2.2.pkg: .......... done
- [summer] [56/84] Fetching libfontenc-1.1.8.pkg: ....... done
- [summer] [57/84] Fetching libudev-devd-0.5.2.pkg: 
- ...... done
- [summer] [58/84] Fetching font-bh-ttf-1.0.3_5.pkg: .......... done
- [summer] [59/84] Fetching pango-1.50.14.pkg: .
- .
- .
- ..
- .
- ..
- .
- . done
- [summer] [60/84] Fetching brotli-1.1.0,1.pkg: 
- ...
- .....
- .. done
- [summer] [61/84] Fetching py39-packaging-23.2.pkg: ......... done
- [summer] [62/84] Fetching gmp-6.3.0.pkg: ..
- ..
- ...
- ... done
- [summer] [63/84] Fetching libXext-1.3.6,1.pkg: .......... done
- [summer] [64/84] Fetching p11-kit-0.25.3_1.pkg: ...
- ..
- ...
- .. done
- [summer] [65/84] Fetching dbus-glib-0.112_1.pkg: ....
- ...... done
- [summer] [66/84] Fetching libXau-1.0.9_1.pkg: ....... done
- [summer] [67/84] Fetching libXcomposite-0.4.6_1,1.pkg: .... done
- [summer] [68/84] Fetching libICE-1.1.0_2,1.pkg: .....
- .... done
- [summer] [69/84] Fetching fontconfig-2.15.0_2,1.pkg: ..
- ..
- ...
- ... done
- [summer] [70/84] Fetching pixman-0.42.2.pkg: ..
- ........ done
- [summer] [71/84] Fetching at-spi2-core-2.50.2.pkg: 
- ..
- .
- ..
- ...
- .. done
- [summer] [72/84] Fetching gsettings-desktop-schemas-42.0.pkg: 
- ..
- ..
- ....
- .
- . done
- [summer] [73/84] Fetching sqlite3-3.45.1,1.pkg: 
- .
- .
- ..
- ..
- .
- ..
- . done
- [summer] [74/84] Fetching libSM-1.2.3_1,1.pkg: ... done
- [summer] [75/84] Fetching glib-2.80.0,2.pkg: .
- ....
- ..... done
- [summer] [76/84] Fetching xkeyboard-config-2.41_4.pkg: .......... done
- [summer] [77/84] Fetching libxkbcommon-1.6.0_2.pkg: ........ done
- [summer] [78/84] Fetching jbigkit-2.1_2.pkg: ........
- . done
- [summer] [79/84] Fetching font-misc-meltho-1.0.3_5.pkg: ..
- .....
- ... done
- [summer] [80/84] Fetching libdaemon-0.14_1.pkg: ..... done
- [summer] [81/84] Fetching libXdmcp-1.1.5.pkg: ... done
- [summer] [82/84] Fetching tiff-4.4.0_3.pkg: 
- .
- .....
- .... done
- [summer] [83/84] Fetching xorg-fonts-truetype-7.7_1.pkg: . done
- [summer] [84/84] Fetching dejavu-2.37_3.pkg: ..
- ...
- ...
- .. done
- Checking integrity... done (0 conflicting)
- [summer] [1/84] Installing xorgproto-2023.2...
- [summer] [1/84] Extracting xorgproto-2023.2: .......... done
- [summer] [2/84] Installing libXau-1.0.9_1...
- [summer] [2/84] Extracting libXau-1.0.9_1: .......... done
- [summer] [3/84] Installing libXdmcp-1.1.5...
- [summer] [3/84] Extracting libXdmcp-1.1.5: ......... done
- [summer] [4/84] Installing png-1.6.43...
- [summer] [4/84] Extracting png-1.6.43: .......... done
- [summer] [5/84] Installing libxcb-1.16.1...
- [summer] [5/84] Extracting libxcb-1.16.1: .....
- ..... done
- [summer] [6/84] Installing brotli-1.1.0,1...
- [summer] [6/84] Extracting brotli-1.1.0,1: .......... done
- [summer] [7/84] Installing freetype2-2.13.2...
- [summer] [7/84] Extracting freetype2-2.13.2: .......... done
- [summer] [8/84] Installing libX11-1.8.7_1,1...
- [summer] [8/84] Extracting libX11-1.8.7_1,1: .......... done
- [summer] [9/84] Installing libfontenc-1.1.8...
- [summer] [9/84] Extracting libfontenc-1.1.8: ......... done
- [summer] [10/84] Installing py39-packaging-23.2...
- [summer] [10/84] Extracting py39-packaging-23.2: .......... done
- [summer] [11/84] Installing libICE-1.1.0_2,1...
- [summer] [11/84] Extracting libICE-1.1.0_2,1: .......... done
- [summer] [12/84] Installing jpeg-turbo-3.0.2...
- [summer] [12/84] Extracting jpeg-turbo-3.0.2: .......... done
- [summer] [13/84] Installing mkfontscale-1.2.3...
- [summer] [13/84] Extracting mkfontscale-1.2.3: ....... done
- [summer] [14/84] Installing libdeflate-1.20...
- [summer] [14/84] Extracting libdeflate-1.20: .......... done
- [summer] [15/84] Installing libXfixes-6.0.0_1...
- [summer] [15/84] Extracting libXfixes-6.0.0_1: .......... done
- [summer] [16/84] Installing libxml2-2.11.7...
- [summer] [16/84] Extracting libxml2-2.11.7: .......... done
- [summer] [17/84] Installing libXext-1.3.6,1...
- [summer] [17/84] Extracting libXext-1.3.6,1: .......... done
- [summer] [18/84] Installing fontconfig-2.15.0_2,1...
- [summer] [18/84] Extracting fontconfig-2.15.0_2,1: .......... done
- [summer] [19/84] Installing libSM-1.2.3_1,1...
- [summer] [19/84] Extracting libSM-1.2.3_1,1: .......... done
- [summer] [20/84] Installing glib-2.80.0,2...
- [summer] [20/84] Extracting glib-2.80.0,2: .......... done
- [summer] [21/84] Installing jbigkit-2.1_2...
- [summer] [21/84] Extracting jbigkit-2.1_2: .......... done
- [summer] [22/84] Installing libdatrie-0.2.13_2...
- [summer] [22/84] Extracting libdatrie-0.2.13_2: .......... done
- [summer] [23/84] Installing libglvnd-1.7.0...
- [summer] [23/84] Extracting libglvnd-1.7.0: ......
- .... done
- [summer] [24/84] Installing libtasn1-4.19.0_1...
- [summer] [24/84] Extracting libtasn1-4.19.0_1: .......... done
- [summer] [25/84] Installing font-misc-ethiopic-1.0.4...
- [summer] [25/84] Extracting font-misc-ethiopic-1.0.4: ...... done
- [summer] [26/84] Installing libXrender-0.9.10_2...
- [summer] [26/84] Extracting libXrender-0.9.10_2: .......... done
- [summer] [27/84] Installing libXi-1.8_1,1...
- [summer] [27/84] Extracting libXi-1.8_1,1: .......... done
- [summer] [28/84] Installing graphite2-1.3.14...
- [summer] [28/84] Extracting graphite2-1.3.14: .......... done
- [summer] [29/84] Installing shared-mime-info-2.2_2...
- [summer] [29/84] Extracting shared-mime-info-2.2_2: ......... done
- [summer] [30/84] Installing encodings-1.1.0,1...
- [summer] [30/84] Extracting encodings-1.1.0,1: .......... done
- [summer] [31/84] Installing dbus-1.14.10_5,1...
- ===> Creating groups.
- Creating group 'messagebus' with gid '556'.
- ===> Creating users
- Creating user 'messagebus' with uid '556'.
- [summer] [31/84] Extracting dbus-1.14.10_5,1: ......... done
- [summer] [32/84] Installing font-bh-ttf-1.0.3_5...
- [summer] [32/84] Extracting font-bh-ttf-1.0.3_5: .......... done
- [summer] [33/84] Installing gmp-6.3.0...
- [summer] [33/84] Extracting gmp-6.3.0: .......... done
- [summer] [34/84] Installing pixman-0.42.2...
- [summer] [34/84] Extracting pixman-0.42.2: .......... done
- [summer] [35/84] Installing font-misc-meltho-1.0.3_5...
- [summer] [35/84] Extracting font-misc-meltho-1.0.3_5: .......... done
- [summer] [36/84] Installing tiff-4.4.0_3...
- [summer] [36/84] Extracting tiff-4.4.0_3: .......... done
- [summer] [37/84] Installing dejavu-2.37_3...
- [summer] [37/84] Extracting dejavu-2.37_3: .......... done
- [summer] [38/84] Installing duktape-lib-2.7.0...
- [summer] [38/84] Extracting duktape-lib-2.7.0: ......... done
- [summer] [39/84] Installing nettle-3.9.1...
- [summer] [39/84] Extracting nettle-3.9.1: .......... done
- [summer] [40/84] Installing libthai-0.1.29_1...
- [summer] [40/84] Extracting libthai-0.1.29_1: .......... done
- [summer] [41/84] Installing fribidi-1.0.13_1...
- [summer] [41/84] Extracting fribidi-1.0.13_1: .......... done
- [summer] [42/84] Installing gnome_subr-1.0...
- [summer] [42/84] Extracting gnome_subr-1.0: .... done
- [summer] [43/84] Installing gdk-pixbuf2-2.42.10_2...
- [summer] [43/84] Extracting gdk-pixbuf2-2.42.10_2: .......... done
- [summer] [44/84] Installing libepoll-shim-0.0.20230411...
- [summer] [44/84] Extracting libepoll-shim-0.0.20230411: .......... done
- [summer] [45/84] Installing libXtst-1.2.3_3...
- [summer] [45/84] Extracting libXtst-1.2.3_3: .......... done
- [summer] [46/84] Installing libXft-2.3.7_1...
- [summer] [46/84] Extracting libXft-2.3.7_1: .......... done
- [summer] [47/84] Installing cairo-1.17.4_2,3...
- [summer] [47/84] Extracting cairo-1.17.4_2,3: .......... done
- [summer] [48/84] Installing harfbuzz-8.4.0...
- [summer] [48/84] Extracting harfbuzz-8.4.0: .......... done
- [summer] [49/84] Installing libevent-2.1.12...
- [summer] [49/84] Extracting libevent-2.1.12: .......... done
- [summer] [50/84] Installing gdbm-1.23...
- [summer] [50/84] Extracting gdbm-1.23: .......... done
- [summer] [51/84] Installing libedit-3.1.20230828_1,1...
- [summer] [51/84] Extracting libedit-3.1.20230828_1,1: .......... done
- [summer] [52/84] Installing libudev-devd-0.5.2...
- [summer] [52/84] Extracting libudev-devd-0.5.2: ........ done
- [summer] [53/84] Installing p11-kit-0.25.3_1...
- [summer] [53/84] Extracting p11-kit-0.25.3_1: .......... done
- [summer] [54/84] Installing dbus-glib-0.112_1...
- [summer] [54/84] Extracting dbus-glib-0.112_1: .......... done
- [summer] [55/84] Installing libdaemon-0.14_1...
- [summer] [55/84] Extracting libdaemon-0.14_1: .......... done
- [summer] [56/84] Installing xorg-fonts-truetype-7.7_1...
- [summer] [56/84] Extracting xorg-fonts-truetype-7.7_1: ... done
- [summer] [57/84] Installing lcms2-2.16_1...
- [summer] [57/84] Extracting lcms2-2.16_1: .......... done
- [summer] [58/84] Installing polkit-124_3...
- ===> Creating groups.
- Creating group 'polkitd' with gid '565'.
- ===> Creating users
- Creating user 'polkitd' with uid '565'.
- [summer] [58/84] Extracting polkit-124_3: ......... done
- [summer] [59/84] Installing gtk-update-icon-cache-3.24.31_1...
- [summer] [59/84] Extracting gtk-update-icon-cache-3.24.31_1: .......... done
- [summer] [60/84] Installing wayland-1.22.0...
- [summer] [60/84] Extracting wayland-1.22.0: .......... done
- [summer] [61/84] Installing libgusb-0.3.10_1...
- [summer] [61/84] Extracting libgusb-0.3.10_1: .......... done
- [summer] [62/84] Installing gnutls-3.8.5_1...
- [summer] [62/84] Extracting gnutls-3.8.5_1: .......... done
- [summer] [63/84] Installing libpaper-1.1.28_1...
- [summer] [63/84] Extracting libpaper-1.1.28_1: .......... done
- [summer] [64/84] Installing hwdata-0.381,1...
- [summer] [64/84] Extracting hwdata-0.381,1: .......... done
- [summer] [65/84] Installing libgudev-237...
- [summer] [65/84] Extracting libgudev-237: .......... done
- [summer] [66/84] Installing avahi-app-0.8_2...
- ===> Creating groups.
- Creating group 'avahi' with gid '558'.
- ===> Creating users
- Creating user 'avahi' with uid '558'.
- [summer] [66/84] Extracting avahi-app-0.8_2: .......... done
- [summer] [67/84] Installing pango-1.50.14...
- [summer] [67/84] Extracting pango-1.50.14: .......... done
- [summer] [68/84] Installing at-spi2-core-2.50.2...
- [summer] [68/84] Extracting at-spi2-core-2.50.2: .......... done
- [summer] [69/84] Installing sqlite3-3.45.1,1...
- [summer] [69/84] Extracting sqlite3-3.45.1,1: .......... done
- [summer] [70/84] Installing xkeyboard-config-2.41_4...
- [summer] [70/84] Extracting xkeyboard-config-2.41_4: .......... done
- [summer] [71/84] Installing librsvg2-rust-2.58.0_1...
- [summer] [71/84] Extracting librsvg2-rust-2.58.0_1: .......... done
- [summer] [72/84] Installing cups-2.4.7_2...
- ===> Creating groups.
- Creating group 'cups' with gid '193'.
- ===> Creating users
- Creating user 'cups' with uid '193'.
- [summer] [72/84] Extracting cups-2.4.7_2: .......... done
- [summer] [73/84] Installing libXrandr-1.5.2_1...
- [summer] [73/84] Extracting libXrandr-1.5.2_1: .......... done
- [summer] [74/84] Installing adwaita-icon-theme-42.0...
- [summer] [74/84] Extracting adwaita-icon-theme-42.0: .......... done
- [summer] [75/84] Installing libXdamage-1.1.6...
- [summer] [75/84] Extracting libXdamage-1.1.6: ......... done
- [summer] [76/84] Installing libXinerama-1.1.4_3,1...
- [summer] [76/84] Extracting libXinerama-1.1.4_3,1: .......... done
- [summer] [77/84] Installing hicolor-icon-theme-0.17...
- [summer] [77/84] Extracting hicolor-icon-theme-0.17: 
- . done
- [summer] [78/84] Installing colord-1.4.7...
- ===> Creating groups.
- Creating group 'colord' with gid '970'.
- ===> Creating users
- Creating user 'colord' with uid '970'.
- [summer] [78/84] Extracting colord-1.4.7: .......... done
- [summer] [79/84] Installing libepoxy-1.5.9...
- [summer] [79/84] Extracting libepoxy-1.5.9: .......... done
- [summer] [80/84] Installing libXcursor-1.2.2...
- [summer] [80/84] Extracting libXcursor-1.2.2: .......... done
- [summer] [81/84] Installing libXcomposite-0.4.6_1,1...
- [summer] [81/84] Extracting libXcomposite-0.4.6_1,1: .......... done
- [summer] [82/84] Installing gsettings-desktop-schemas-42.0...
- [summer] [82/84] Extracting gsettings-desktop-schemas-42.0: .......... done
- [summer] [83/84] Installing libxkbcommon-1.6.0_2...
- [summer] [83/84] Extracting libxkbcommon-1.6.0_2: .......... done
- [summer] [84/84] Installing gtk3-3.24.41...
- [summer] [84/84] Extracting gtk3-3.24.41: .
- ......... done
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- ==> Running trigger: fontconfig.ucl
- Running fc-cache to build fontconfig cache...
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- ==> 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
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- =====
- Message from freetype2-2.13.2:
- 
- --
- 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 dejavu-2.37_3:
- 
- --
- Make sure that the freetype module is loaded.  If it is not, add the following
- line to the "Modules" section of your X Windows configuration file:
- 
- 	Load "freetype"
- 
- Add the following line to the "Files" section of X Windows configuration file:
- 
- 	FontPath "/usr/local/share/fonts/dejavu/"
- 
- Note: your X Windows configuration file is typically /etc/X11/XF86Config
- if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.
- =====
- Message from duktape-lib-2.7.0:
- 
- --
- ===>   NOTICE:
- 
- The duktape-lib port currently does not have a maintainer. As a result, it is
- more likely to have unresolved issues, not be up-to-date, or even be removed in
- the future. To volunteer to maintain this port, please create an issue at:
- 
- https://bugs.freebsd.org/bugzilla
- 
- More information about port maintainership is available at:
- 
- https://docs.freebsd.org/en/articles/contributing/#ports-contributing
- =====
- Message from wayland-1.22.0:
- 
- --
- 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.6.0_2:
- 
- --
- 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
2024-05-10 12:12.41 ---> saved as "cdf55c2e2fe8a7cdc53491624ccdc28ff31e5e8caf806d5ccf14170ba6647287"


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
  ∗ install ocamlbuild          0.14.3
  ∗ install ocamlfind           1.9.6
  ∗ install seq                 base
  ∗ install conf-pkg-config     3
  ∗ install dune                3.15.2
  ∗ install conf-libcurl        2
  ∗ install topkg               1.0.7
  ∗ install base-bytes          base
  ∗ install conf-gtk3           18
  ∗ install conf-glib-2         1
  ∗ install conf-cairo          1
  ∗ install stdlib-shims        0.3.0
  ∗ install sexplib0            v0.17.0
  ∗ install ppx_derivers        1.2.1
  ∗ install ocaml-compiler-libs v0.12.4
  ∗ install menhirSdk           20231231
  ∗ install menhirLib           20231231
  ∗ install menhirCST           20231231
  ∗ install csexp               1.5.2
  ∗ install cppo                1.6.9
  ∗ install camlp-streams       5.0.1
  ∗ install xmlm                1.4.0
  ∗ install react               1.2.2
  ∗ install sha                 1.15.4
  ∗ install ounit2              2.2.7
  ∗ install ppxlib              0.32.1
  ∗ install menhir              20231231
  ∗ install dune-configurator   3.15.2
  ∗ install yojson              2.1.2
  ∗ install ocplib-endian       1.2
  ∗ install cairo2              0.6.4
  ∗ install lwt                 5.7.0
  ∗ install lablgtk3            3.1.4
  ∗ install lwt_react           1.2.0
  ∗ install lwt_ppx             2.1.0
  ∗ install lwt_log             1.1.2
  ∗ install lwt_glib            1.1.1
  ∗ install ocurl               0.9.2
  ∗ install obus                1.2.5
===== ∗ 39 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
∗ installed conf-libcurl.2
∗ installed conf-pkg-config.3
∗ installed conf-gtk3.18
∗ installed conf-glib-2.1
∗ installed conf-cairo.1
⬇ retrieved cppo.1.6.9  (cached)
⬇ retrieved camlp-streams.5.0.1  (cached)
⬇ retrieved csexp.1.5.2  (cached)
⬇ retrieved cairo2.0.6.4  (cached)
⬇ retrieved lablgtk3.3.1.4  (cached)
⬇ retrieved dune-configurator.3.15.2  (cached)
⬇ retrieved lwt.5.7.0  (cached)
⬇ retrieved lwt_glib.1.1.1  (cached)
⬇ retrieved lwt_log.1.1.2  (cached)
⬇ retrieved lwt_ppx.2.1.0  (cached)
⬇ retrieved lwt_react.1.2.0  (cached)
⬇ retrieved menhir.20231231  (cached)
⬇ retrieved menhirCST.20231231  (cached)
⬇ retrieved menhirLib.20231231  (cached)
⬇ retrieved menhirSdk.20231231  (cached)
⬇ retrieved dune.3.15.2  (cached)
⬇ retrieved ocamlbuild.0.14.3  (cached)
⬇ retrieved ocamlfind.1.9.6  (cached)
⬇ retrieved ocplib-endian.1.2  (cached)
⬇ retrieved ocaml-compiler-libs.v0.12.4  (cached)
⬇ retrieved ocurl.0.9.2  (cached)
⬇ retrieved ppx_derivers.1.2.1  (cached)
⬇ retrieved ounit2.2.2.7  (cached)
⬇ retrieved react.1.2.2  (cached)
∗ installed seq.base
⬇ retrieved obus.1.2.5  (https://github.com/ocaml-community/obus/releases/download/1.2.5/obus-1.2.5.tar.gz)
⬇ retrieved sha.1.15.4  (cached)
⬇ retrieved sexplib0.v0.17.0  (cached)
⬇ retrieved stdlib-shims.0.3.0  (cached)
⬇ retrieved topkg.1.0.7  (cached)
⬇ retrieved xmlm.1.4.0  (cached)
⬇ retrieved yojson.2.1.2  (cached)
⬇ retrieved ppxlib.0.32.1  (cached)
∗ installed ocamlfind.1.9.6
∗ installed base-bytes.base
∗ installed ocamlbuild.0.14.3
∗ installed topkg.1.0.7
∗ installed react.1.2.2
∗ installed xmlm.1.4.0
∗ installed dune.3.15.2
∗ installed csexp.1.5.2
∗ installed stdlib-shims.0.3.0
∗ installed ppx_derivers.1.2.1
∗ installed menhirCST.20231231
∗ installed camlp-streams.5.0.1
∗ installed sexplib0.v0.17.0
∗ installed menhirSdk.20231231
∗ installed menhirLib.20231231
∗ installed ocaml-compiler-libs.v0.12.4
∗ installed cppo.1.6.9
∗ installed ocplib-endian.1.2
∗ installed ounit2.2.2.7
∗ installed sha.1.15.4
∗ installed dune-configurator.3.15.2
∗ installed yojson.2.1.2
∗ installed cairo2.0.6.4
∗ installed lwt.5.7.0
∗ installed lwt_react.1.2.0
∗ installed lwt_log.1.1.2
∗ installed lwt_glib.1.1.1
∗ installed lablgtk3.3.1.4
∗ installed ppxlib.0.32.1
∗ installed lwt_ppx.2.1.0
∗ installed menhir.20231231
∗ installed obus.1.2.5
∗ installed ocurl.0.9.2
Done.
2024-05-10 12:19.14 ---> saved as "5683028e8449a78cd3985128318dccde9bc2022116bc2b758bce7d8a8cbd52ec"


/src: (copy (src .) (dst /src))
2024-05-10 12:19.18 ---> saved as "f4ab87e2d54902ba25d2754c54e4d72786423dac9a5df4702af5adbf1be392b8"


/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.16 seconds.
OK
(cd _build/default/src/test_gtk && ./test.exe)
.
Ran: 1 tests in: 0.31 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 1715343581 /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_2fbd6b_dune/0install-test-24322443")
------------------------------------------------------------------------------
==============================================================================
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=b038a9ca69dd9ac155722b63b30c4bc6f9a69046
------------------------------------------------------------------------------
==============================================================================
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: 5.88 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 2139, characters 10-14
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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 2139, characters 10-14
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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.force_lazy_block in file "camlinternalLazy.ml", line 31, characters 17-27
Re-raised at CamlinternalLazy.force_lazy_block in file "camlinternalLazy.ml", line 36, 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 2139, characters 10-14
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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 2139, characters 10-14
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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 2139, characters 10-14
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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 2139, characters 10-14
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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 2139, characters 10-14
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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 2139, characters 10-14
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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 2139, characters 10-14
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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 2139, characters 10-14
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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", line 87, characters 4-233
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", line 100, characters 4-209
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 1844, characters 16-19
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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.force_lazy_block in file "camlinternalLazy.ml", line 31, characters 17-27
Re-raised at CamlinternalLazy.force_lazy_block in file "camlinternalLazy.ml", line 36, 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 2139, characters 10-14
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13
Called from Stdlib__List.iter in file "list.ml", line 110, 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.force_lazy_block in file "camlinternalLazy.ml", line 31, characters 17-27
Re-raised at CamlinternalLazy.force_lazy_block in file "camlinternalLazy.ml", line 36, 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 3341
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 1844, characters 16-19
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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.force_lazy_block in file "camlinternalLazy.ml", line 31, characters 17-27
Re-raised at CamlinternalLazy.force_lazy_block in file "camlinternalLazy.ml", line 36, 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 337, characters 14-148
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 1844, characters 16-19
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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.force_lazy_block in file "camlinternalLazy.ml", line 31, characters 17-27
Re-raised at CamlinternalLazy.force_lazy_block in file "camlinternalLazy.ml", line 36, 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 337, characters 14-148
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 1844, characters 16-19
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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.force_lazy_block in file "camlinternalLazy.ml", line 31, characters 17-27
Re-raised at CamlinternalLazy.force_lazy_block in file "camlinternalLazy.ml", line 36, 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 365, characters 14-148
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", line 397, characters 4-342
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 2139, characters 10-14
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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.force_lazy_block in file "camlinternalLazy.ml", line 31, characters 17-27
Re-raised at CamlinternalLazy.force_lazy_block in file "camlinternalLazy.ml", line 36, 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 1844, characters 16-19
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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.force_lazy_block in file "camlinternalLazy.ml", line 31, characters 17-27
Re-raised at CamlinternalLazy.force_lazy_block in file "camlinternalLazy.ml", line 36, 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 1844, characters 16-19
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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.force_lazy_block in file "camlinternalLazy.ml", line 31, characters 17-27
Re-raised at CamlinternalLazy.force_lazy_block in file "camlinternalLazy.ml", line 36, 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", line 618, characters 4-159
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 1844, characters 16-19
Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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.force_lazy_block in file "camlinternalLazy.ml", line 31, characters 17-27
Re-raised at CamlinternalLazy.force_lazy_block in file "camlinternalLazy.ml", line 36, 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 3123, characters 20-29
Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, 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_2fbd6b_dune/0install-test-24322443")
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_2fbd6b_dune/0install-test-16095a56/0install-unpack-7ca36a9 -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=b038a9ca69dd9ac155722b63b30c4bc6f9a69046")
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_2fbd6b_dune/0install-test-17fac8b6/0install-unpack-2ddf7185 -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_2fbd6b_dune/0install-test-3fc2d28b/0install-unpack-1f435b15 -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", line 125, characters 4-259
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-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 lablgtk3.3.1.4 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.1.2' 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_689_8274" "mount.devfs" "path=/obuilder/result/8e8fc9d440b6a7a8a458eba7bb62dc6059299d425fadbe8a489895c6aeae26d6/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-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 lablgtk3.3.1.4 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.1.2' 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
2024-05-10 12:26.15: Job failed: Failed: Build failed