Index | Thread | Search

From:
yaydn@protonmail.com
Subject:
Re: [NEW] net/simplexmq and net/simplex-chat
To:
David Uhden Collado <daviduhden@gmail.com>, "ports@openbsd.org" <ports@openbsd.org>
Date:
Thu, 06 Aug 2026 06:00:02 +0000

Download raw body.

Thread
På søndag 19. juli 2026 kl. 19:08, skrev David Uhden Collado
<daviduhden@gmail.com>:

> David Uhden Collado wrote:
> > Hello ports@,
> >
> > These are new ports for:
> >
> >    net/simplexmq    -- SimpleX Messaging Protocol server
> >    net/simplex-chat -- SimpleX Chat terminal client
> >
> > simplexmq provides the SMP message broker and the XFTP file-transfer
> > server. simplex-chat is the terminal client. Both use devel/cabal
> > and are restricted to amd64 and arm64 (GHC bootstrap is not
> > available on other architectures).
> >
> > The ports target the latest stable upstream releases: simplexmq
> > v6.5.5.0 (commit 92598c2d) and simplex-chat v6.5.6 (tag v6.5.6).
> >
> > Patches applied:
> >    - LibreSSL paths, ED448 fallback in XFTP server init
> >    - GHC 9.10+ and http2 5.x compatibility (TypeLits,
> > DuplicateRecordFields, Config -> defaultConfig API migration)
> >    - OpenBSD-style config and log directories under /etc/simplex/ and
> >      /var/simplex/
> >    - crypton/ram bytearray migration (memory -> ram, asn1-* ->
> >      crypton-asn1-*)
> >    - HSEC-2026-0007 backport for aeson 2.2.1.0
> >    - Service authentication moved from TLS client credentials to the
> >      SMP handshake
> >    - SPDX license identifiers and mdoc(7) man pages for the three
> >      binaries
> >    - dos2unix normalization of upstream sources before patching
> >
> > User/group:
> >    I am requesting UID 906 for _simplexmq. The pid file patch is
> >    included in the port. See infrastructure/db/user.list diff attached.
> >
> > Open items I would like feedback on:
> >
> > 1. Test failures in simplexmq
> >     The simplexmq test suite starts local SMP and XFTP servers to run
> >     integration tests. Most tests pass, but the XFTP transfer tests
> >     fail with a connect error ("end of file") when client tests try
> >     to connect to the XFTP test server on localhost:8000. The TLS
> >     handshake terminates immediately.
> >
> >     This may be a LibreSSL compatibility issue in the test server's
> >     TLS setup, or a port-binding race. I have not yet determined the
> >     root cause. If it turns out to be a test-infrastructure issue
> >     that does not affect runtime server behavior, it may be safe to
> >     mark the test suite as known-failing on OpenBSD. Feedback from
> >     anyone familiar with the TLS/crypton stack on OpenBSD would be
> >     very helpful here.
> >
> > 2. Test conflicts between simplexmq and simplex-chat
> >     Both test suites start local SMP/XFTP servers on fixed ports.
> >     Running `make test` in one port while the other is installed or
> >     running will cause port conflicts. For now, the tests should be
> >     run sequentially and on a clean system. I have not yet
> >     implemented randomized port selection for the test servers;
> >     patches welcome.
> >
> > 3. Vendored dependencies
> >     Both ports carry vendored Haskell dependencies via DIST_TUPLE
> >     (aeson, hs-socks, direct-sqlcipher, sqlcipher-simple, warp,
> >     warp-tls, terminal, android-support, zip, blst, libbbs). These
> >     are upstream forks pinned to specific commits. The cabal.inc
> >     manifests are regenerated via `make cabal-inc`, which requires
> >     cabal-bundler from Hackage.
> >
> > Build test: cabal-inc, build, fake, package on amd64-current with
> > GHC 9.10.3 and LibreSSL.
> >
> > Feedback welcome, especially on the test-failure diagnosis and
> > whether a known-failing annotation is acceptable.
> ping


Built/tested on current/amd4 on privsep.

$ cd /usr/ports/net/simplex-chat/ && make clean=all clean && make build package test ; make port-lib-depends-check check-shlib-syms

===>  Regression tests for simplex-chat-6.5.6.1
# Keep simplexmq unflagged here so the test suite can import its server APIs.
printf '%s\n'  'packages: /usr/ports/pobj/simplex-chat-6.5.6.1/simplexmq/simplexmq.cabal'  'packages: /usr/ports/pobj/simplex-chat-6.5.6.1/hs-socks/socks.cabal'  'packages: /usr/ports/pobj/simplex-chat-6.5.6.1/direct-sqlcipher/direct-sqlcipher.cabal'  'packages: /usr/ports/pobj/simplex-chat-6.5.6.1/sqlcipher-simple/sqlcipher-simple.cabal'  'packages: /usr/ports/pobj/simplex-chat-6.5.6.1/aeson/aeson.cabal'  'packages: /usr/ports/pobj/simplex-chat-6.5.6.1/haskell-terminal/terminal.cabal'  'packages: /usr/ports/pobj/simplex-chat-6.5.6.1/android-support/android-support.cabal'  'packages: /usr/ports/pobj/simplex-chat-6.5.6.1/zip/zip.cabal'  'package simplexmq'  '    flags: -client_library'  'package *'  '    tests: False'  'package simplex-chat'  '    tests: True'  'package *'  '    ghc-options: -w -optP-Wno-expansion-to-defined'  > /usr/ports/pobj/simplex-chat-6.5.6.1/simplex-chat-6.5.6/cabal.project.local
cd /usr/ports/pobj/simplex-chat-6.5.6.1/simplex-chat-6.5.6 && exec /usr/bin/env -i LC_ALL=en_US.UTF-8 PORTSDIR="/usr/ports" LIBTOOL="/usr/bin/libtool"  PATH='/usr/ports/pobj/simplex-chat-6.5.6.1/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local'  LOCALBASE='/usr/local' X11BASE='/usr/X11R6'  CFLAGS='-O2 -pipe 0'  TRUEPREFIX='/usr/local' DESTDIR=''  HOME='/simplex-chat-6.5.6.1_writes_to_HOME' PICFLAG="-fpic"  BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644  DIRMODE=755  INSTALL_COPY=-c INSTALL_STRIP=  MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/usr/ports/pobj/simplex-chat-6.5.6.1/bin/install -c  -m 755"  BSD_INSTALL_SCRIPT="/usr/ports/pobj/simplex-chat-6.5.6.1/bin/install -c -m 755"  BSD_INSTALL_DATA="/usr/ports/pobj/simplex-chat-6.5.6.1/bin/install -c -m 644"  BSD_INSTALL_MAN="/usr/ports/pobj/simplex-chat-6.5.6.1/bin/install -c -m 644"  BSD_INSTALL_PROGRAM_DIR="/usr/ports/pobj/simplex-chat-6.5.6.1/bin/install -d -m 755"  BSD_INSTALL_SCRIPT_DIR="/usr/ports/pobj/simplex-chat-6.5.6.1/bin/install -d -m 755"  BSD_INSTALL_DATA_DIR="/usr/ports/pobj/simplex-chat-6.5.6.1/bin/install -d -m 755"  BSD_INSTALL_MAN_DIR="/usr/ports/pobj/simplex-chat-6.5.6.1/bin/install -d -m 755"  HOME=/usr/ports/pobj/simplex-chat-6.5.6.1/.cabal-inc-home  CABAL_DIR=/usr/ports/pobj/simplex-chat-6.5.6.1/.cabal-inc-home/.cabal  XDG_CACHE_HOME=/usr/ports/pobj/simplex-chat-6.5.6.1/.cabal-inc-home/.cache  XDG_CONFIG_HOME=/usr/ports/pobj/simplex-chat-6.5.6.1/.cabal-inc-home/.config  /usr/bin/env -i LC_ALL=en_US.UTF-8 PORTSDIR="/usr/ports" LIBTOOL="/usr/bin/libtool"  PATH='/usr/ports/pobj/simplex-chat-6.5.6.1/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local'  LOCALBASE='/usr/local' X11BASE='/usr/X11R6'  CFLAGS='-O2 -pipe 0'  TRUEPREFIX='/usr/local' DESTDIR=''  HOME='/simplex-chat-6.5.6.1_writes_to_HOME' PICFLAG="-fpic"  BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644  DIRMODE=755  INSTALL_COPY=-c INSTALL_STRIP=  MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/usr/ports/pobj/simplex-chat-6.5.6.1/bin/install -c  -m 755"  BSD_INSTALL_SCRIPT="/usr/ports/pobj/simplex-chat-6.5.6.1/bin/install -c -m 755"  BSD_INSTALL_DATA="/usr/ports/pobj/simplex-chat-6.5.6.1/bin/install -c -m 644"  BSD_INSTALL_MAN="/usr/ports/pobj/simplex-chat-6.5.6.1/bin/install -c -m 644"  BSD_INSTALL_PROGRAM_DIR="/usr/ports/pobj/simplex-chat-6.5.6.1/bin/install -d -m 755"  BSD_INSTALL_SCRIPT_DIR="/usr/ports/pobj/simplex-chat-6.5.6.1/bin/install -d -m 755"  BSD_INSTALL_DATA_DIR="/usr/ports/pobj/simplex-chat-6.5.6.1/bin/install -d -m 755"  BSD_INSTALL_MAN_DIR="/usr/ports/pobj/simplex-chat-6.5.6.1/bin/install -d -m 755" HOME=/usr/ports/pobj/simplex-chat-6.5.6.1 /usr/local/bin/cabal v2-test --offline --disable-benchmarks  -w /usr/local/bin/ghc  -j1  --flags=""   test:simplex-chat-test
Warning: No remote package servers have been specified. Usually you would have
one specified in the config file.
Resolving dependencies...
Error: [Cabal-7107]
Could not resolve dependencies:
[__0] trying: aeson-2.2.1.0 (user goal)
[__1] unknown package: witherable (dependency of aeson)
[__1] fail (backjumping, conflict set: aeson, witherable)
After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: aeson, witherable

*** Error 1 in . (Makefile:257 'do-test')
*** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3108 '/usr/ports/pobj/simplex-chat-6.5.6.1/.test_done': @cd /usr/ports/net/simple...)
*** Error 2 in /usr/ports/net/simplex-chat (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'test': @lock=simplex-chat-6.5.6.1;  export _LOCKS...)

simplex-chat-6.5.6.1(net/simplex-chat):
Extra:  c++.12 c++abi.9 sqlcipher.3 zstd.7
--


===>  Regression tests for simplexmq-6.5.5.0
printf '%s\n'  'package *'  '    tests: False'  'package simplexmq'  '    tests: True'  >> /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/cabal.project.local
cd /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c && exec /usr/bin/env -i LC_ALL=en_US.UTF-8 PORTSDIR="/usr/ports" LIBTOOL="/usr/bin/libtool"  PATH='/usr/ports/pobj/simplexmq-6.5.5.0/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local'  LOCALBASE='/usr/local' X11BASE='/usr/X11R6'  CFLAGS='-O2 -pipe 0'  TRUEPREFIX='/usr/local' DESTDIR=''  HOME='/simplexmq-6.5.5.0_writes_to_HOME' PICFLAG="-fpic"  BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644  DIRMODE=755  INSTALL_COPY=-c INSTALL_STRIP=  MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/usr/ports/pobj/simplexmq-6.5.5.0/bin/install -c  -m 755"  BSD_INSTALL_SCRIPT="/usr/ports/pobj/simplexmq-6.5.5.0/bin/install -c -m 755"  BSD_INSTALL_DATA="/usr/ports/pobj/simplexmq-6.5.5.0/bin/install -c -m 644"  BSD_INSTALL_MAN="/usr/ports/pobj/simplexmq-6.5.5.0/bin/install -c -m 644"  BSD_INSTALL_PROGRAM_DIR="/usr/ports/pobj/simplexmq-6.5.5.0/bin/install -d -m 755"  BSD_INSTALL_SCRIPT_DIR="/usr/ports/pobj/simplexmq-6.5.5.0/bin/install -d -m 755"  BSD_INSTALL_DATA_DIR="/usr/ports/pobj/simplexmq-6.5.5.0/bin/install -d -m 755"  BSD_INSTALL_MAN_DIR="/usr/ports/pobj/simplexmq-6.5.5.0/bin/install -d -m 755"  HOME=/usr/ports/pobj/simplexmq-6.5.5.0/.cabal-inc-home  CABAL_DIR=/usr/ports/pobj/simplexmq-6.5.5.0/.cabal-inc-home/.cabal  XDG_CACHE_HOME=/usr/ports/pobj/simplexmq-6.5.5.0/.cabal-inc-home/.cache  XDG_CONFIG_HOME=/usr/ports/pobj/simplexmq-6.5.5.0/.cabal-inc-home/.config  /usr/bin/env -i LC_ALL=en_US.UTF-8 PORTSDIR="/usr/ports" LIBTOOL="/usr/bin/libtool"  PATH='/usr/ports/pobj/simplexmq-6.5.5.0/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local'  LOCALBASE='/usr/local' X11BASE='/usr/X11R6'  CFLAGS='-O2 -pipe 0'  TRUEPREFIX='/usr/local' DESTDIR=''  HOME='/simplexmq-6.5.5.0_writes_to_HOME' PICFLAG="-fpic"  BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644  DIRMODE=755  INSTALL_COPY=-c INSTALL_STRIP=  MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/usr/ports/pobj/simplexmq-6.5.5.0/bin/install -c  -m 755"  BSD_INSTALL_SCRIPT="/usr/ports/pobj/simplexmq-6.5.5.0/bin/install -c -m 755"  BSD_INSTALL_DATA="/usr/ports/pobj/simplexmq-6.5.5.0/bin/install -c -m 644"  BSD_INSTALL_MAN="/usr/ports/pobj/simplexmq-6.5.5.0/bin/install -c -m 644"  BSD_INSTALL_PROGRAM_DIR="/usr/ports/pobj/simplexmq-6.5.5.0/bin/install -d -m 755"  BSD_INSTALL_SCRIPT_DIR="/usr/ports/pobj/simplexmq-6.5.5.0/bin/install -d -m 755"  BSD_INSTALL_DATA_DIR="/usr/ports/pobj/simplexmq-6.5.5.0/bin/install -d -m 755"  BSD_INSTALL_MAN_DIR="/usr/ports/pobj/simplexmq-6.5.5.0/bin/install -d -m 755" HOME=/usr/ports/pobj/simplexmq-6.5.5.0 /usr/local/bin/cabal v2-test --offline --disable-benchmarks  -w /usr/local/bin/ghc  -j1  --flags=""   test:simplexmq-test
Warning: The package description file
/usr/ports/pobj/simplexmq-6.5.5.0/appar-0.1.8/appar.cabal has warnings:
/usr/ports/pobj/simplexmq-6.5.5.0/appar-0.1.8/appar.cabal:20:37: version
operators used. To use version operators the package needs to specify at least
'cabal-version: >= 1.8'.
Warning: The package description file
/usr/ports/pobj/simplexmq-6.5.5.0/simplex-wai/warp/warp.cabal has warnings:
/usr/ports/pobj/simplexmq-6.5.5.0/simplex-wai/warp/warp.cabal:218:3:
Inconsistent indentation. Indentation jumps at lines 218, 261
Warning: No remote package servers have been specified. Usually you would have
one specified in the config file.
Resolving dependencies...
Build profile: -w ghc-9.10.3 -O1
In order, the following will be built (use -v for more details):
 - HUnit-1.6.2.0 (lib) (configuration changed)
 - OneTuple-0.4.3 (lib) (configuration changed)
 - base-orphans-0.9.4 (lib) (configuration changed)
 - blaze-markup-0.8.3.0 (lib) (configuration changed)
 - clock-0.8.4 (lib) (configuration changed)
 - data-default-0.8.0.2 (lib) (configuration changed)
 - direct-sqlcipher-2.3.28 (lib) (configuration changed)
 - distributive-0.6.3 (lib) (configuration changed)
 - dlist-1.0 (lib) (configuration changed)
 - easy-file-0.2.5 (lib) (configuration changed)
 - file-embed-0.0.16.0 (lib) (configuration changed)
 - half-0.3.3 (lib) (configuration changed)
 - hashable-1.5.1.0 (lib) (configuration changed)
 - haskell-lexer-1.2.1 (lib) (first run)
 - hspec-discover-2.11.17 (lib) (first run)
 - integer-conversion-0.1.1 (lib) (configuration changed)
 - iso8601-time-0.1.5 (lib) (configuration changed)
 - main-tester-0.2.0.1 (lib) (first run)
 - monad-loops-0.4.3 (lib) (configuration changed)
 - network-3.2.8.0 (lib) (configuration changed)
 - optparse-applicative-0.19.0.0 (lib) (configuration changed)
 - ram-0.22.0 (lib) (configuration changed)
 - resourcet-1.3.0 (lib) (configuration changed)
 - silently-1.2.5.4 (lib) (first run)
 - split-0.2.5 (lib) (configuration changed)
 - splitmix-0.1.3.2 (lib) (configuration changed)
 - th-abstraction-0.7.2.0 (lib) (configuration changed)
 - th-compat-0.1.7 (lib) (configuration changed)
 - time-hourglass-0.3.0 (lib) (configuration changed)
 - time-manager-0.3.2 (lib) (configuration changed)
 - timeit-2.0 (lib) (first run)
 - unix-time-0.5.0 (lib) (configuration changed)
 - utf8-string-1.0.2 (lib) (configuration changed)
 - vector-algorithms-0.9.1.0 (lib) (configuration changed)
 - word8-0.1.3 (lib) (configuration changed)
 - zlib-0.7.1.1 (lib) (configuration changed)
 - hspec-expectations-0.8.4 (lib) (first run)
 - transformers-base-0.4.6.1 (lib) (dependency rebuilt)
 - blaze-html-0.9.2.0 (lib) (dependency rebuilt)
 - data-default-class-0.2.0.0 (lib) (dependency rebuilt)
 - comonad-5.0.10 (lib) (dependency rebuilt)
 - cborg-0.2.10.0 (lib) (configuration changed)
 - unordered-containers-0.2.21 (lib) (dependency rebuilt)
 - time-compat-1.9.9 (lib) (configuration changed)
 - these-1.2.1 (lib) (dependency rebuilt)
 - text-short-0.1.6.1 (lib) (configuration changed)
 - scientific-0.3.8.1 (lib) (dependency rebuilt)
 - psqueues-0.2.8.3 (lib) (configuration changed)
 - network-transport-0.5.9 (lib) (dependency rebuilt)
 - data-fix-0.3.4 (lib) (dependency rebuilt)
 - constraints-0.14.4 (lib) (configuration changed)
 - case-insensitive-1.2.1.0 (lib) (dependency rebuilt)
 - socks-0.6.1 (lib) (dependency rebuilt)
 - recv-0.1.1 (lib) (configuration changed)
 - iproute-1.7.15 (lib) (dependency rebuilt)
 - random-1.3.1 (lib) (dependency rebuilt)
 - network-uri-2.6.4.2 (lib) (configuration changed)
 - fast-logger-3.2.6 (lib) (configuration changed)
 - monad-control-1.0.3.1 (lib) (dependency rebuilt)
 - cookie-0.5.1 (lib) (configuration changed)
 - bifunctors-5.6.3 (lib) (configuration changed)
 - vault-0.3.2.0 (lib) (configuration changed)
 - mono-traversable-1.0.21.0 (lib) (dependency rebuilt)
 - indexed-traversable-instances-0.1.2.1 (lib) (configuration changed)
 - async-2.2.6 (lib) (dependency rebuilt)
 - text-iso8601-0.2.0.0 (lib) (configuration changed)
 - strict-0.5.1 (lib) (dependency rebuilt)
 - base64-1.0 (lib) (dependency rebuilt)
 - base16-1.0 (lib) (dependency rebuilt)
 - attoparsec-0.14.4 (lib) (dependency rebuilt)
 - network-control-0.1.7 (lib) (dependency rebuilt)
 - http-types-0.12.5 (lib) (dependency rebuilt)
 - network-udp-0.0.0 (lib) (dependency rebuilt)
 - uuid-types-1.0.6.1 (lib) (configuration changed)
 - temporary-1.3 (lib) (configuration changed)
 - QuickCheck-2.18.0.0 (lib) (dependency rebuilt)
 - lifted-base-0.2.3.12 (lib) (dependency rebuilt)
 - semigroupoids-6.0.2 (lib) (dependency rebuilt)
 - conduit-1.3.6.1 (lib) (dependency rebuilt)
 - witherable-0.5 (lib) (configuration changed)
 - unliftio-0.2.25.1 (lib) (configuration changed)
 - typed-process-0.2.13.0 (lib) (configuration changed)
 - streaming-commons-0.2.3.1 (lib) (configuration changed)
 - serialise-0.2.6.1 (lib) (configuration changed)
 - crypton-pem-0.3.0 (lib) (dependency rebuilt)
 - crypton-asn1-types-0.4.1 (lib) (dependency rebuilt)
 - crypton-1.1.4 (lib) (dependency rebuilt)
 - sqlcipher-simple-0.4.18.1 (lib) (configuration changed)
 - ini-0.5.1 (lib) (configuration changed)
 - http-date-0.0.11 (lib) (dependency rebuilt)
 - wai-3.2.4 (lib) (configuration changed)
 - http-semantics-0.4.0 (lib) (dependency rebuilt)
 - quickcheck-io-0.2.0 (lib) (first run)
 - generic-random-1.5.0.1 (lib) (first run)
 - semialign-1.4 (lib) (dependency rebuilt)
 - libyaml-0.1.4 (lib) (dependency rebuilt)
 - websockets-0.13.0.0 (lib) (dependency rebuilt)
 - http-client-0.7.19 (lib) (first run)
 - conduit-extra-1.3.8 (lib) (configuration changed)
 - crypton-asn1-parse-0.10.0 (lib) (dependency rebuilt)
 - crypton-asn1-encoding-0.10.0 (lib) (configuration changed)
 - mlkem-0.2.2.0 (lib) (configuration changed)
 - hpke-0.1.0 (lib) (configuration changed)
 - crypto-token-0.2.0 (lib) (configuration changed)
 - wai-logger-2.5.0 (lib) (dependency rebuilt)
 - http2-5.4.1 (lib) (dependency rebuilt)
 - hspec-core-2.11.17 (lib) (first run)
 - aeson-2.2.1.0 (lib) (configuration changed)
 - simple-sendfile-0.2.32 (lib) (configuration changed)
 - monad-logger-0.3.42 (lib) (dependency rebuilt)
 - crypton-x509-1.9.1 (lib) (configuration changed)
 - hspec-2.11.17 (lib) (first run)
 - yaml-0.11.11.2 (lib) (dependency rebuilt)
 - simple-logger-0.1.1 (lib) (dependency rebuilt)
 - warp-3.3.30 (lib) (configuration changed)
 - crypton-x509-store-1.9.0 (lib) (configuration changed)
 - wai-extra-3.1.18 (lib) (configuration changed)
 - crypton-x509-validation-1.9.1 (lib) (configuration changed)
 - wai-app-static-3.2.1 (lib) (dependency rebuilt)
 - tls-2.4.3 (lib) (configuration changed)
 - cryptostore-0.5.0.0 (lib) (configuration changed)
 - tls-session-manager-0.1.0 (lib) (dependency rebuilt)
 - warp-tls-3.4.7 (lib) (dependency rebuilt)
 - simplexmq-6.5.5.0 (lib) (configuration changed)
 - simplexmq-6.5.5.0 (test:simplexmq-test) (first run)
Configuring library for HUnit-1.6.2.0...
Preprocessing library for HUnit-1.6.2.0...
Building library for HUnit-1.6.2.0...
Configuring library for OneTuple-0.4.3...
Preprocessing library for OneTuple-0.4.3...
Building library for OneTuple-0.4.3...
Configuring library for base-orphans-0.9.4...
Preprocessing library for base-orphans-0.9.4...
Building library for base-orphans-0.9.4...
Configuring library for blaze-markup-0.8.3.0...
Preprocessing library for blaze-markup-0.8.3.0...
Building library for blaze-markup-0.8.3.0...
Configuring library for clock-0.8.4...
Preprocessing library for clock-0.8.4...
Building library for clock-0.8.4...
Configuring library for data-default-0.8.0.2...
Preprocessing library for data-default-0.8.0.2...
Building library for data-default-0.8.0.2...
Configuring library for direct-sqlcipher-2.3.28...
Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
execution vulnerability. Furthermore, popular forges like GitHub do not
support it. Use https:// or ssh:// instead.
Preprocessing library for direct-sqlcipher-2.3.28...
Building library for direct-sqlcipher-2.3.28...
Configuring library for distributive-0.6.3...
Preprocessing library for distributive-0.6.3...
Building library for distributive-0.6.3...
Configuring library for dlist-1.0...
Preprocessing library for dlist-1.0...
Building library for dlist-1.0...
Configuring library for easy-file-0.2.5...
Preprocessing library for easy-file-0.2.5...
Building library for easy-file-0.2.5...
Configuring library for file-embed-0.0.16.0...
Preprocessing library for file-embed-0.0.16.0...
Building library for file-embed-0.0.16.0...
Configuring library for half-0.3.3...
Preprocessing library for half-0.3.3...
Building library for half-0.3.3...
Configuring library for hashable-1.5.1.0...
Preprocessing library for hashable-1.5.1.0...
Building library for hashable-1.5.1.0...
Configuring library for haskell-lexer-1.2.1...
Preprocessing library for haskell-lexer-1.2.1...
Building library for haskell-lexer-1.2.1...
[1 of 6] Compiling Language.Haskell.Lexer.Position ( Language/Haskell/Lexer/Position.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/haskell-lexer-1.2.1/build/Language/Haskell/Lexer/Position.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/haskell-lexer-1.2.1/build/Language/Haskell/Lexer/Position.dyn_o )
[2 of 6] Compiling Language.Haskell.Lexer.Tokens ( Language/Haskell/Lexer/Tokens.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/haskell-lexer-1.2.1/build/Language/Haskell/Lexer/Tokens.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/haskell-lexer-1.2.1/build/Language/Haskell/Lexer/Tokens.dyn_o )
[3 of 6] Compiling Language.Haskell.Lexer.Layout ( Language/Haskell/Lexer/Layout.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/haskell-lexer-1.2.1/build/Language/Haskell/Lexer/Layout.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/haskell-lexer-1.2.1/build/Language/Haskell/Lexer/Layout.dyn_o )
[4 of 6] Compiling Language.Haskell.Lexer.Utils ( Language/Haskell/Lexer/Utils.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/haskell-lexer-1.2.1/build/Language/Haskell/Lexer/Utils.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/haskell-lexer-1.2.1/build/Language/Haskell/Lexer/Utils.dyn_o )
[5 of 6] Compiling Language.Haskell.Lexer.Lex ( Language/Haskell/Lexer/Lex.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/haskell-lexer-1.2.1/build/Language/Haskell/Lexer/Lex.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/haskell-lexer-1.2.1/build/Language/Haskell/Lexer/Lex.dyn_o )
[6 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/haskell-lexer-1.2.1/build/Language/Haskell/Lexer.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/haskell-lexer-1.2.1/build/Language/Haskell/Lexer.dyn_o )
Configuring library for hspec-discover-2.11.17...
Preprocessing library for hspec-discover-2.11.17...
Building library for hspec-discover-2.11.17...
[1 of 4] Compiling Paths_hspec_discover ( /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-discover-2.11.17/build/autogen/Paths_hspec_discover.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-discover-2.11.17/build/Paths_hspec_discover.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-discover-2.11.17/build/Paths_hspec_discover.dyn_o )
[2 of 4] Compiling Test.Hspec.Discover.Config ( src/Test/Hspec/Discover/Config.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-discover-2.11.17/build/Test/Hspec/Discover/Config.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-discover-2.11.17/build/Test/Hspec/Discover/Config.dyn_o )
[3 of 4] Compiling Test.Hspec.Discover.Sort ( src/Test/Hspec/Discover/Sort.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-discover-2.11.17/build/Test/Hspec/Discover/Sort.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-discover-2.11.17/build/Test/Hspec/Discover/Sort.dyn_o )
[4 of 4] Compiling Test.Hspec.Discover.Run ( src/Test/Hspec/Discover/Run.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-discover-2.11.17/build/Test/Hspec/Discover/Run.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-discover-2.11.17/build/Test/Hspec/Discover/Run.dyn_o )
Configuring library for integer-conversion-0.1.1...
Preprocessing library for integer-conversion-0.1.1...
Building library for integer-conversion-0.1.1...
Configuring library for iso8601-time-0.1.5...
Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
execution vulnerability. Furthermore, popular forges like GitHub do not
support it. Use https:// or ssh:// instead.
Preprocessing library for iso8601-time-0.1.5...
Building library for iso8601-time-0.1.5...
Configuring library for main-tester-0.2.0.1...
Preprocessing library for main-tester-0.2.0.1...
Building library for main-tester-0.2.0.1...
[1 of 2] Compiling Test.Main.Internal ( src/Test/Main/Internal.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/main-tester-0.2.0.1/build/Test/Main/Internal.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/main-tester-0.2.0.1/build/Test/Main/Internal.dyn_o )
[2 of 2] Compiling Test.Main        ( src/Test/Main.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/main-tester-0.2.0.1/build/Test/Main.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/main-tester-0.2.0.1/build/Test/Main.dyn_o )
Configuring library for monad-loops-0.4.3...
Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
execution vulnerability. Furthermore, popular forges like GitHub do not
support it. Use https:// or ssh:// instead.
Preprocessing library for monad-loops-0.4.3...
Building library for monad-loops-0.4.3...
Configuring library for network-3.2.8.0...
Preprocessing library for network-3.2.8.0...
Building library for network-3.2.8.0...
Configuring library for optparse-applicative-0.19.0.0...
Preprocessing library for optparse-applicative-0.19.0.0...
Building library for optparse-applicative-0.19.0.0...
Configuring library for ram-0.22.0...
Preprocessing library for ram-0.22.0...
Building library for ram-0.22.0...
Configuring library for resourcet-1.3.0...
Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
execution vulnerability. Furthermore, popular forges like GitHub do not
support it. Use https:// or ssh:// instead.
Preprocessing library for resourcet-1.3.0...
Building library for resourcet-1.3.0...
Configuring library for silently-1.2.5.4...
Preprocessing library for silently-1.2.5.4...
Building library for silently-1.2.5.4...
[1 of 1] Compiling System.IO.Silently ( src/System/IO/Silently.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/silently-1.2.5.4/build/System/IO/Silently.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/silently-1.2.5.4/build/System/IO/Silently.dyn_o )
Configuring library for split-0.2.5...
Preprocessing library for split-0.2.5...
Building library for split-0.2.5...
Configuring library for splitmix-0.1.3.2...
Preprocessing library for splitmix-0.1.3.2...
Building library for splitmix-0.1.3.2...
Configuring library for th-abstraction-0.7.2.0...
Preprocessing library for th-abstraction-0.7.2.0...
Building library for th-abstraction-0.7.2.0...
Configuring library for th-compat-0.1.7...
Preprocessing library for th-compat-0.1.7...
Building library for th-compat-0.1.7...
Configuring library for time-hourglass-0.3.0...
Preprocessing library for time-hourglass-0.3.0...
Building library for time-hourglass-0.3.0...
Configuring library for time-manager-0.3.2...
Preprocessing library for time-manager-0.3.2...
Building library for time-manager-0.3.2...
Configuring library for timeit-2.0...
Preprocessing library for timeit-2.0...
Building library for timeit-2.0...
[1 of 1] Compiling System.TimeIt    ( System/TimeIt.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/timeit-2.0/build/System/TimeIt.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/timeit-2.0/build/System/TimeIt.dyn_o )
Configuring library for unix-time-0.5.0...
Preprocessing library for unix-time-0.5.0...
Building library for unix-time-0.5.0...
Configuring library for utf8-string-1.0.2...
Preprocessing library for utf8-string-1.0.2...
Building library for utf8-string-1.0.2...
Configuring library for vector-algorithms-0.9.1.0...
Preprocessing library for vector-algorithms-0.9.1.0...
Building library for vector-algorithms-0.9.1.0...
Configuring library for word8-0.1.3...
Preprocessing library for word8-0.1.3...
Building library for word8-0.1.3...
Configuring library for zlib-0.7.1.1...
Preprocessing library for zlib-0.7.1.1...
Building library for zlib-0.7.1.1...
Configuring library for hspec-expectations-0.8.4...
Preprocessing library for hspec-expectations-0.8.4...
Building library for hspec-expectations-0.8.4...
[1 of 4] Compiling Paths_hspec_expectations ( /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-expectations-0.8.4/build/autogen/Paths_hspec_expectations.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-expectations-0.8.4/build/Paths_hspec_expectations.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-expectations-0.8.4/build/Paths_hspec_expectations.dyn_o )
[2 of 4] Compiling Test.Hspec.Expectations.Contrib ( src/Test/Hspec/Expectations/Contrib.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-expectations-0.8.4/build/Test/Hspec/Expectations/Contrib.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-expectations-0.8.4/build/Test/Hspec/Expectations/Contrib.dyn_o )
[3 of 4] Compiling Test.Hspec.Expectations.Matcher ( src/Test/Hspec/Expectations/Matcher.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-expectations-0.8.4/build/Test/Hspec/Expectations/Matcher.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-expectations-0.8.4/build/Test/Hspec/Expectations/Matcher.dyn_o )
[4 of 4] Compiling Test.Hspec.Expectations ( src/Test/Hspec/Expectations.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-expectations-0.8.4/build/Test/Hspec/Expectations.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-expectations-0.8.4/build/Test/Hspec/Expectations.dyn_o )
Preprocessing library for transformers-base-0.4.6.1...
Building library for transformers-base-0.4.6.1...
Preprocessing library for blaze-html-0.9.2.0...
Building library for blaze-html-0.9.2.0...
Preprocessing library for data-default-class-0.2.0.0...
Building library for data-default-class-0.2.0.0...
Preprocessing library for comonad-5.0.10...
Building library for comonad-5.0.10...
Configuring library for cborg-0.2.10.0...
Preprocessing library for cborg-0.2.10.0...
Building library for cborg-0.2.10.0...
Preprocessing library for unordered-containers-0.2.21...
Building library for unordered-containers-0.2.21...
Configuring library for time-compat-1.9.9...
Preprocessing library for time-compat-1.9.9...
Building library for time-compat-1.9.9...
Preprocessing library for these-1.2.1...
Building library for these-1.2.1...
Configuring library for text-short-0.1.6.1...
Preprocessing library for text-short-0.1.6.1...
Building library for text-short-0.1.6.1...
Preprocessing library for scientific-0.3.8.1...
Building library for scientific-0.3.8.1...
Configuring library for psqueues-0.2.8.3...
Preprocessing library for psqueues-0.2.8.3...
Building library for psqueues-0.2.8.3...
Preprocessing library for network-transport-0.5.9...
Building library for network-transport-0.5.9...
Preprocessing library for data-fix-0.3.4...
Building library for data-fix-0.3.4...
Configuring library for constraints-0.14.4...
Preprocessing library for constraints-0.14.4...
Building library for constraints-0.14.4...
Preprocessing library for case-insensitive-1.2.1.0...
Building library for case-insensitive-1.2.1.0...
Preprocessing library for socks-0.6.1...
Building library for socks-0.6.1...
Configuring library for recv-0.1.1...
Preprocessing library for recv-0.1.1...
Building library for recv-0.1.1...
Preprocessing library for iproute-1.7.15...
Building library for iproute-1.7.15...
Preprocessing library for random-1.3.1...
Building library for random-1.3.1...
Configuring library for network-uri-2.6.4.2...
Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
execution vulnerability. Furthermore, popular forges like GitHub do not
support it. Use https:// or ssh:// instead.
Preprocessing library for network-uri-2.6.4.2...
Building library for network-uri-2.6.4.2...
Configuring library for fast-logger-3.2.6...
Preprocessing library for fast-logger-3.2.6...
Building library for fast-logger-3.2.6...
Preprocessing library for monad-control-1.0.3.1...
Building library for monad-control-1.0.3.1...
Configuring library for cookie-0.5.1...
Preprocessing library for cookie-0.5.1...
Building library for cookie-0.5.1...
Configuring library for bifunctors-5.6.3...
Preprocessing library for bifunctors-5.6.3...
Building library for bifunctors-5.6.3...
Configuring library for vault-0.3.2.0...
Preprocessing library for vault-0.3.2.0...
Building library for vault-0.3.2.0...
Preprocessing library for mono-traversable-1.0.21.0...
Building library for mono-traversable-1.0.21.0...
Configuring library for indexed-traversable-instances-0.1.2.1...
Preprocessing library for indexed-traversable-instances-0.1.2.1...
Building library for indexed-traversable-instances-0.1.2.1...
Preprocessing library for async-2.2.6...
Building library for async-2.2.6...
Configuring library for text-iso8601-0.2.0.0...
Preprocessing library for text-iso8601-0.2.0.0...
Building library for text-iso8601-0.2.0.0...
Preprocessing library for strict-0.5.1...
Building library for strict-0.5.1...
Preprocessing library for base64-1.0...
Building library for base64-1.0...
Preprocessing library for base16-1.0...
Building library for base16-1.0...
Preprocessing library for attoparsec-0.14.4...
Building library for attoparsec-0.14.4...
Preprocessing library for network-control-0.1.7...
Building library for network-control-0.1.7...
Preprocessing library for http-types-0.12.5...
Building library for http-types-0.12.5...
Preprocessing library for network-udp-0.0.0...
Building library for network-udp-0.0.0...
Configuring library for uuid-types-1.0.6.1...
Preprocessing library for uuid-types-1.0.6.1...
Building library for uuid-types-1.0.6.1...
Configuring library for temporary-1.3...
Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
execution vulnerability. Furthermore, popular forges like GitHub do not
support it. Use https:// or ssh:// instead.
Preprocessing library for temporary-1.3...
Building library for temporary-1.3...
Preprocessing library for QuickCheck-2.18.0.0...
Building library for QuickCheck-2.18.0.0...
Preprocessing library for lifted-base-0.2.3.12...
Building library for lifted-base-0.2.3.12...
Preprocessing library for semigroupoids-6.0.2...
Building library for semigroupoids-6.0.2...
Preprocessing library for conduit-1.3.6.1...
Building library for conduit-1.3.6.1...
Configuring library for witherable-0.5...
Preprocessing library for witherable-0.5...
Building library for witherable-0.5...
Configuring library for unliftio-0.2.25.1...
Preprocessing library for unliftio-0.2.25.1...
Building library for unliftio-0.2.25.1...
Configuring library for typed-process-0.2.13.0...
Preprocessing library for typed-process-0.2.13.0...
Building library for typed-process-0.2.13.0...
Configuring library for streaming-commons-0.2.3.1...
Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
execution vulnerability. Furthermore, popular forges like GitHub do not
support it. Use https:// or ssh:// instead.
Preprocessing library for streaming-commons-0.2.3.1...
Building library for streaming-commons-0.2.3.1...
Configuring library for serialise-0.2.6.1...
Preprocessing library for serialise-0.2.6.1...
Building library for serialise-0.2.6.1...
Preprocessing library for crypton-pem-0.3.0...
Building library for crypton-pem-0.3.0...
Preprocessing library for crypton-asn1-types-0.4.1...
Building library for crypton-asn1-types-0.4.1...
Preprocessing library for crypton-1.1.4...
Building library for crypton-1.1.4...
Configuring library for sqlcipher-simple-0.4.18.1...
Preprocessing library for sqlcipher-simple-0.4.18.1...
Building library for sqlcipher-simple-0.4.18.1...
Configuring library for ini-0.5.1...
Preprocessing library for ini-0.5.1...
Building library for ini-0.5.1...
Preprocessing library for http-date-0.0.11...
Building library for http-date-0.0.11...
Configuring library for wai-3.2.4...
Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
execution vulnerability. Furthermore, popular forges like GitHub do not
support it. Use https:// or ssh:// instead.
Preprocessing library for wai-3.2.4...
Building library for wai-3.2.4...
Preprocessing library for http-semantics-0.4.0...
Building library for http-semantics-0.4.0...
Configuring library for quickcheck-io-0.2.0...
Preprocessing library for quickcheck-io-0.2.0...
Building library for quickcheck-io-0.2.0...
[1 of 2] Compiling Paths_quickcheck_io ( /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/quickcheck-io-0.2.0/build/autogen/Paths_quickcheck_io.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/quickcheck-io-0.2.0/build/Paths_quickcheck_io.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/quickcheck-io-0.2.0/build/Paths_quickcheck_io.dyn_o )
[2 of 2] Compiling Test.QuickCheck.IO ( src/Test/QuickCheck/IO.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/quickcheck-io-0.2.0/build/Test/QuickCheck/IO.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/quickcheck-io-0.2.0/build/Test/QuickCheck/IO.dyn_o )
Configuring library for generic-random-1.5.0.1...
Preprocessing library for generic-random-1.5.0.1...
Building library for generic-random-1.5.0.1...
[1 of 5] Compiling Generic.Random.Internal.Generic ( src/Generic/Random/Internal/Generic.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/generic-random-1.5.0.1/build/Generic/Random/Internal/Generic.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/generic-random-1.5.0.1/build/Generic/Random/Internal/Generic.dyn_o )
[2 of 5] Compiling Generic.Random.Internal.BaseCase ( src/Generic/Random/Internal/BaseCase.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/generic-random-1.5.0.1/build/Generic/Random/Internal/BaseCase.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/generic-random-1.5.0.1/build/Generic/Random/Internal/BaseCase.dyn_o )
[3 of 5] Compiling Generic.Random.DerivingVia ( src/Generic/Random/DerivingVia.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/generic-random-1.5.0.1/build/Generic/Random/DerivingVia.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/generic-random-1.5.0.1/build/Generic/Random/DerivingVia.dyn_o )
[4 of 5] Compiling Generic.Random   ( src/Generic/Random.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/generic-random-1.5.0.1/build/Generic/Random.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/generic-random-1.5.0.1/build/Generic/Random.dyn_o )
[5 of 5] Compiling Generic.Random.Tutorial ( src/Generic/Random/Tutorial.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/generic-random-1.5.0.1/build/Generic/Random/Tutorial.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/generic-random-1.5.0.1/build/Generic/Random/Tutorial.dyn_o )
Preprocessing library for semialign-1.4...
Building library for semialign-1.4...
Preprocessing library for libyaml-0.1.4...
Building library for libyaml-0.1.4...
Preprocessing library for websockets-0.13.0.0...
Building library for websockets-0.13.0.0...
Configuring library for http-client-0.7.19...
Preprocessing library for http-client-0.7.19...
Building library for http-client-0.7.19...
[ 1 of 19] Compiling Data.KeyedPool   ( Data/KeyedPool.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Data/KeyedPool.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Data/KeyedPool.dyn_o )
[ 2 of 19] Compiling Network.HTTP.Client.Types ( Network/HTTP/Client/Types.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Types.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Types.dyn_o )
[ 3 of 19] Compiling Network.HTTP.Client.Connection ( Network/HTTP/Client/Connection.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Connection.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Connection.dyn_o )
[ 4 of 19] Compiling Network.HTTP.Client.Headers ( Network/HTTP/Client/Headers.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Headers.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Headers.dyn_o )
[ 5 of 19] Compiling Network.HTTP.Client.Body ( Network/HTTP/Client/Body.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Body.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Body.dyn_o )
[ 6 of 19] Compiling Network.HTTP.Client.Util ( Network/HTTP/Client/Util.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Util.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Util.dyn_o )
[ 7 of 19] Compiling Network.HTTP.Client.Request ( Network/HTTP/Client/Request.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Request.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Request.dyn_o )
[ 8 of 19] Compiling Network.HTTP.Client.Response ( Network/HTTP/Client/Response.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Response.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Response.dyn_o )
[ 9 of 19] Compiling Network.HTTP.Proxy ( Network/HTTP/Proxy.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Proxy.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Proxy.dyn_o )
[10 of 19] Compiling Network.HTTP.Client.Manager ( Network/HTTP/Client/Manager.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Manager.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Manager.dyn_o )
[11 of 19] Compiling Network.PublicSuffixList.Types ( publicsuffixlist/Network/PublicSuffixList/Types.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/PublicSuffixList/Types.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/PublicSuffixList/Types.dyn_o )
[12 of 19] Compiling Network.PublicSuffixList.Serialize ( publicsuffixlist/Network/PublicSuffixList/Serialize.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/PublicSuffixList/Serialize.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/PublicSuffixList/Serialize.dyn_o )
[13 of 19] Compiling Network.PublicSuffixList.DataStructure ( publicsuffixlist/Network/PublicSuffixList/DataStructure.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/PublicSuffixList/DataStructure.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/PublicSuffixList/DataStructure.dyn_o )
[14 of 19] Compiling Network.PublicSuffixList.Lookup ( publicsuffixlist/Network/PublicSuffixList/Lookup.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/PublicSuffixList/Lookup.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/PublicSuffixList/Lookup.dyn_o )
[15 of 19] Compiling Network.HTTP.Client.Cookies ( Network/HTTP/Client/Cookies.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Cookies.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Cookies.dyn_o )
[16 of 19] Compiling Network.HTTP.Client.Core ( Network/HTTP/Client/Core.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Core.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Core.dyn_o )
[17 of 19] Compiling Network.HTTP.Client.Internal ( Network/HTTP/Client/Internal.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Internal.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/Internal.dyn_o )
[18 of 19] Compiling Network.HTTP.Client ( Network/HTTP/Client.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client.dyn_o )
[19 of 19] Compiling Network.HTTP.Client.MultipartFormData ( Network/HTTP/Client/MultipartFormData.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/MultipartFormData.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/http-client-0.7.19/build/Network/HTTP/Client/MultipartFormData.dyn_o )
Configuring library for conduit-extra-1.3.8...
Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
execution vulnerability. Furthermore, popular forges like GitHub do not
support it. Use https:// or ssh:// instead.
Preprocessing library for conduit-extra-1.3.8...
Building library for conduit-extra-1.3.8...
Preprocessing library for crypton-asn1-parse-0.10.0...
Building library for crypton-asn1-parse-0.10.0...
Configuring library for crypton-asn1-encoding-0.10.0...
Preprocessing library for crypton-asn1-encoding-0.10.0...
Building library for crypton-asn1-encoding-0.10.0...
Configuring library for mlkem-0.2.2.0...
Preprocessing library for mlkem-0.2.2.0...
Building library for mlkem-0.2.2.0...
Configuring library for hpke-0.1.0...
Preprocessing library for hpke-0.1.0...
Building library for hpke-0.1.0...
Configuring library for crypto-token-0.2.0...
Preprocessing library for crypto-token-0.2.0...
Building library for crypto-token-0.2.0...
Preprocessing library for wai-logger-2.5.0...
Building library for wai-logger-2.5.0...
Preprocessing library for http2-5.4.1...
Building library for http2-5.4.1...
Configuring library for hspec-core-2.11.17...
Preprocessing library for hspec-core-2.11.17...
Building library for hspec-core-2.11.17...
[ 1 of 50] Compiling Control.Concurrent.Async ( vendor/async-2.2.5/Control/Concurrent/Async.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Control/Concurrent/Async.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Control/Concurrent/Async.dyn_o )
[ 2 of 50] Compiling Data.Algorithm.Diff ( vendor/Data/Algorithm/Diff.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Data/Algorithm/Diff.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Data/Algorithm/Diff.dyn_o )
[ 3 of 50] Compiling Paths_hspec_core ( /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/autogen/Paths_hspec_core.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Paths_hspec_core.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Paths_hspec_core.dyn_o )
[ 4 of 50] Compiling Test.Hspec.Core.Compat ( src/Test/Hspec/Core/Compat.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Compat.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Compat.dyn_o )
[ 5 of 50] Compiling Test.Hspec.Core.Clock ( src/Test/Hspec/Core/Clock.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Clock.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Clock.dyn_o )
[ 6 of 50] Compiling Test.Hspec.Core.Annotations ( src/Test/Hspec/Core/Annotations.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Annotations.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Annotations.dyn_o )
[ 7 of 50] Compiling GetOpt.Declarative.Types ( src/GetOpt/Declarative/Types.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/GetOpt/Declarative/Types.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/GetOpt/Declarative/Types.dyn_o )
[ 8 of 50] Compiling GetOpt.Declarative.Environment ( src/GetOpt/Declarative/Environment.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/GetOpt/Declarative/Environment.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/GetOpt/Declarative/Environment.dyn_o )
[ 9 of 50] Compiling Test.Hspec.Core.Example.Location ( src/Test/Hspec/Core/Example/Location.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Example/Location.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Example/Location.dyn_o )
[10 of 50] Compiling Test.Hspec.Core.Formatters.Diff ( src/Test/Hspec/Core/Formatters/Diff.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/Diff.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/Diff.dyn_o )
[11 of 50] Compiling Test.Hspec.Core.Formatters.Pretty.Parser ( src/Test/Hspec/Core/Formatters/Pretty/Parser.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/Pretty/Parser.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/Pretty/Parser.dyn_o )
[12 of 50] Compiling Test.Hspec.Core.Formatters.Pretty.Unicode ( src/Test/Hspec/Core/Formatters/Pretty/Unicode.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/Pretty/Unicode.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/Pretty/Unicode.dyn_o )
[13 of 50] Compiling Test.Hspec.Core.Formatters.Pretty ( src/Test/Hspec/Core/Formatters/Pretty.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/Pretty.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/Pretty.dyn_o )
[14 of 50] Compiling Test.Hspec.Core.Formatters.V1.Free ( src/Test/Hspec/Core/Formatters/V1/Free.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/V1/Free.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/V1/Free.dyn_o )
[15 of 50] Compiling Test.Hspec.Core.Runner.JobQueue ( src/Test/Hspec/Core/Runner/JobQueue.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Runner/JobQueue.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Runner/JobQueue.dyn_o )
[16 of 50] Compiling Test.Hspec.Core.Timer ( src/Test/Hspec/Core/Timer.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Timer.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Timer.dyn_o )
[17 of 50] Compiling Test.Hspec.Core.Util ( src/Test/Hspec/Core/Util.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Util.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Util.dyn_o )
[18 of 50] Compiling Test.Hspec.Core.QuickCheck.Util ( src/Test/Hspec/Core/QuickCheck/Util.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/QuickCheck/Util.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/QuickCheck/Util.dyn_o )
[19 of 50] Compiling Test.Hspec.Core.Example ( src/Test/Hspec/Core/Example.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Example.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Example.dyn_o )
[20 of 50] Compiling Test.Hspec.Core.Tree ( src/Test/Hspec/Core/Tree.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Tree.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Tree.dyn_o )
[21 of 50] Compiling Test.Hspec.Core.Shuffle ( src/Test/Hspec/Core/Shuffle.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Shuffle.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Shuffle.dyn_o )
[22 of 50] Compiling Test.Hspec.Core.Format ( src/Test/Hspec/Core/Format.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Format.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Format.dyn_o )
[23 of 50] Compiling Test.Hspec.Core.Runner.Result ( src/Test/Hspec/Core/Runner/Result.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Runner/Result.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Runner/Result.dyn_o )
[24 of 50] Compiling Test.Hspec.Core.Formatters.V1.Monad ( src/Test/Hspec/Core/Formatters/V1/Monad.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/V1/Monad.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/V1/Monad.dyn_o )
[25 of 50] Compiling Test.Hspec.Core.Formatters.Internal ( src/Test/Hspec/Core/Formatters/Internal.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/Internal.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/Internal.dyn_o )
[26 of 50] Compiling Test.Hspec.Core.Formatters.V2 ( src/Test/Hspec/Core/Formatters/V2.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/V2.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/V2.dyn_o )
[27 of 50] Compiling Test.Hspec.Core.Runner.PrintSlowSpecItems ( src/Test/Hspec/Core/Runner/PrintSlowSpecItems.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Runner/PrintSlowSpecItems.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Runner/PrintSlowSpecItems.dyn_o )
[28 of 50] Compiling Test.Hspec.Core.Formatters.V1.Internal ( src/Test/Hspec/Core/Formatters/V1/Internal.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/V1/Internal.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/V1/Internal.dyn_o )
[29 of 50] Compiling Test.Hspec.Core.Formatters.V1 ( src/Test/Hspec/Core/Formatters/V1.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/V1.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters/V1.dyn_o )
[30 of 50] Compiling Test.Hspec.Core.Formatters ( src/Test/Hspec/Core/Formatters.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Formatters.dyn_o )
[31 of 50] Compiling GetOpt.Declarative.Util ( src/GetOpt/Declarative/Util.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/GetOpt/Declarative/Util.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/GetOpt/Declarative/Util.dyn_o )
[32 of 50] Compiling GetOpt.Declarative.Interpret ( src/GetOpt/Declarative/Interpret.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/GetOpt/Declarative/Interpret.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/GetOpt/Declarative/Interpret.dyn_o )
[33 of 50] Compiling GetOpt.Declarative ( src/GetOpt/Declarative.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/GetOpt/Declarative.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/GetOpt/Declarative.dyn_o )
[34 of 50] Compiling Test.Hspec.Core.Config.Definition ( src/Test/Hspec/Core/Config/Definition.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Config/Definition.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Config/Definition.dyn_o )
[35 of 50] Compiling Test.Hspec.Core.Spec.Monad ( src/Test/Hspec/Core/Spec/Monad.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Spec/Monad.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Spec/Monad.dyn_o )
[36 of 50] Compiling Test.Hspec.Core.QuickCheck ( src/Test/Hspec/Core/QuickCheck.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/QuickCheck.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/QuickCheck.dyn_o )
[37 of 50] Compiling Test.Hspec.Core.Hooks ( src/Test/Hspec/Core/Hooks.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Hooks.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Hooks.dyn_o )
[38 of 50] Compiling Test.Hspec.Core.Spec ( src/Test/Hspec/Core/Spec.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Spec.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Spec.dyn_o )
[39 of 50] Compiling Test.Hspec.Core.Runner.Eval ( src/Test/Hspec/Core/Runner/Eval.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Runner/Eval.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Runner/Eval.dyn_o )
[40 of 50] Compiling Test.Hspec.Core.Extension.Tree ( src/Test/Hspec/Core/Extension/Tree.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Extension/Tree.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Extension/Tree.dyn_o )
[41 of 50] Compiling Test.Hspec.Core.Extension.Spec ( src/Test/Hspec/Core/Extension/Spec.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Extension/Spec.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Extension/Spec.dyn_o )
[42 of 50] Compiling Test.Hspec.Core.Extension.Item ( src/Test/Hspec/Core/Extension/Item.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Extension/Item.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Extension/Item.dyn_o )
[43 of 50] Compiling Test.Hspec.Core.FailureReport ( src/Test/Hspec/Core/FailureReport.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/FailureReport.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/FailureReport.dyn_o )
[44 of 50] Compiling Test.Hspec.Core.Extension.Config.Type ( src/Test/Hspec/Core/Extension/Config/Type.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Extension/Config/Type.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Extension/Config/Type.dyn_o )
[45 of 50] Compiling Test.Hspec.Core.Extension.Option ( src/Test/Hspec/Core/Extension/Option.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Extension/Option.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Extension/Option.dyn_o )
[46 of 50] Compiling Test.Hspec.Core.Extension.Config ( src/Test/Hspec/Core/Extension/Config.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Extension/Config.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Extension/Config.dyn_o )
[47 of 50] Compiling Test.Hspec.Core.Extension ( src/Test/Hspec/Core/Extension.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Extension.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Extension.dyn_o )
[48 of 50] Compiling Test.Hspec.Core.Config.Options ( src/Test/Hspec/Core/Config/Options.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Config/Options.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Config/Options.dyn_o )
[49 of 50] Compiling Test.Hspec.Core.Config ( src/Test/Hspec/Core/Config.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Config.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Config.dyn_o )
[50 of 50] Compiling Test.Hspec.Core.Runner ( src/Test/Hspec/Core/Runner.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Runner.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-core-2.11.17/build/Test/Hspec/Core/Runner.dyn_o )
Configuring library for aeson-2.2.1.0...
Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
execution vulnerability. Furthermore, popular forges like GitHub do not
support it. Use https:// or ssh:// instead.
Preprocessing library for aeson-2.2.1.0...
Building library for aeson-2.2.1.0...
Configuring library for simple-sendfile-0.2.32...
Preprocessing library for simple-sendfile-0.2.32...
Building library for simple-sendfile-0.2.32...
Preprocessing library for monad-logger-0.3.42...
Building library for monad-logger-0.3.42...
Configuring library for crypton-x509-1.9.1...
Preprocessing library for crypton-x509-1.9.1...
Building library for crypton-x509-1.9.1...
Configuring library for hspec-2.11.17...
Preprocessing library for hspec-2.11.17...
Building library for hspec-2.11.17...
[1 of 6] Compiling Paths_hspec      ( /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-2.11.17/build/autogen/Paths_hspec.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-2.11.17/build/Paths_hspec.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-2.11.17/build/Paths_hspec.dyn_o )
[2 of 6] Compiling Test.Hspec.Discover ( src/Test/Hspec/Discover.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-2.11.17/build/Test/Hspec/Discover.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-2.11.17/build/Test/Hspec/Discover.dyn_o )
[3 of 6] Compiling Test.Hspec.Formatters ( src/Test/Hspec/Formatters.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-2.11.17/build/Test/Hspec/Formatters.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-2.11.17/build/Test/Hspec/Formatters.dyn_o )
[4 of 6] Compiling Test.Hspec.Runner ( src/Test/Hspec/Runner.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-2.11.17/build/Test/Hspec/Runner.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-2.11.17/build/Test/Hspec/Runner.dyn_o )
[5 of 6] Compiling Test.Hspec       ( src/Test/Hspec.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-2.11.17/build/Test/Hspec.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-2.11.17/build/Test/Hspec.dyn_o )
[6 of 6] Compiling Test.Hspec.QuickCheck ( src/Test/Hspec/QuickCheck.hs, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-2.11.17/build/Test/Hspec/QuickCheck.o, /usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/hspec-2.11.17/build/Test/Hspec/QuickCheck.dyn_o )
Preprocessing library for yaml-0.11.11.2...
Building library for yaml-0.11.11.2...
Preprocessing library for simple-logger-0.1.1...
Building library for simple-logger-0.1.1...
Warning: warp.cabal:218:3: Inconsistent indentation. Indentation jumps at
lines 218, 261
Configuring library for warp-3.3.30...
Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
execution vulnerability. Furthermore, popular forges like GitHub do not
support it. Use https:// or ssh:// instead.
Preprocessing library for warp-3.3.30...
Building library for warp-3.3.30...
Configuring library for crypton-x509-store-1.9.0...
Preprocessing library for crypton-x509-store-1.9.0...
Building library for crypton-x509-store-1.9.0...
Configuring library for wai-extra-3.1.18...
Warning: [git-protocol] Cloning over git:// might lead to an arbitrary code
execution vulnerability. Furthermore, popular forges like GitHub do not
support it. Use https:// or ssh:// instead.
Preprocessing library for wai-extra-3.1.18...
Building library for wai-extra-3.1.18...
Configuring library for crypton-x509-validation-1.9.1...
Preprocessing library for crypton-x509-validation-1.9.1...
Building library for crypton-x509-validation-1.9.1...
Preprocessing library for wai-app-static-3.2.1...
Building library for wai-app-static-3.2.1...
Configuring library for tls-2.4.3...
Preprocessing library for tls-2.4.3...
Building library for tls-2.4.3...
Configuring library for cryptostore-0.5.0.0...
Preprocessing library for cryptostore-0.5.0.0...
Building library for cryptostore-0.5.0.0...
Preprocessing library for tls-session-manager-0.1.0...
Building library for tls-session-manager-0.1.0...
Preprocessing library for warp-tls-3.4.7...
Building library for warp-tls-3.4.7...
Configuring library for simplexmq-6.5.5.0...
Preprocessing library for simplexmq-6.5.5.0...
Building library for simplexmq-6.5.5.0...
[  5 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20220101_initial ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220101_initial.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220101_initial.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220101_initial.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[  6 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20220301_snd_queue_keys ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220301_snd_queue_keys.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220301_snd_queue_keys.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220301_snd_queue_keys.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[  7 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20220322_notifications ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220322_notifications.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220322_notifications.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220322_notifications.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[  8 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20220608_v2 ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220608_v2.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220608_v2.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220608_v2.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[  9 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20220625_v2_ntf_mode ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220625_v2_ntf_mode.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220625_v2_ntf_mode.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220625_v2_ntf_mode.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 10 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20220811_onion_hosts ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220811_onion_hosts.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220811_onion_hosts.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220811_onion_hosts.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 11 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20220817_connection_ntfs ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220817_connection_ntfs.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220817_connection_ntfs.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220817_connection_ntfs.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 12 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20220905_commands ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220905_commands.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220905_commands.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220905_commands.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 13 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20220915_connection_queues ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220915_connection_queues.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220915_connection_queues.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20220915_connection_queues.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 14 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20230110_users ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230110_users.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230110_users.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230110_users.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 15 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20230117_fkey_indexes ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230117_fkey_indexes.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230117_fkey_indexes.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230117_fkey_indexes.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 16 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20230120_delete_errors ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230120_delete_errors.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230120_delete_errors.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230120_delete_errors.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 17 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20230217_server_key_hash ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230217_server_key_hash.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230217_server_key_hash.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230217_server_key_hash.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 18 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20230223_files ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230223_files.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230223_files.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230223_files.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 19 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20230320_retry_state ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230320_retry_state.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230320_retry_state.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230320_retry_state.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 20 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20230401_snd_files ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230401_snd_files.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230401_snd_files.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230401_snd_files.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 21 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20230510_files_pending_replicas_indexes ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230510_files_pending_replicas_indexes.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230510_files_pending_replicas_indexes.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230510_files_pending_replicas_indexes.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 22 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20230516_encrypted_rcv_message_hashes ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230516_encrypted_rcv_message_hashes.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230516_encrypted_rcv_message_hashes.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230516_encrypted_rcv_message_hashes.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 23 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20230531_switch_status ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230531_switch_status.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230531_switch_status.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230531_switch_status.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 24 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20230615_ratchet_sync ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230615_ratchet_sync.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230615_ratchet_sync.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230615_ratchet_sync.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 25 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20230701_delivery_receipts ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230701_delivery_receipts.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230701_delivery_receipts.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230701_delivery_receipts.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 26 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20230720_delete_expired_messages ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230720_delete_expired_messages.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230720_delete_expired_messages.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230720_delete_expired_messages.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 27 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20230722_indexes ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230722_indexes.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230722_indexes.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230722_indexes.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 28 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20230814_indexes ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230814_indexes.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230814_indexes.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230814_indexes.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 29 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20230829_crypto_files ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230829_crypto_files.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230829_crypto_files.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20230829_crypto_files.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 30 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20231222_command_created_at ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20231222_command_created_at.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20231222_command_created_at.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20231222_command_created_at.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 31 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20231225_failed_work_items ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20231225_failed_work_items.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20231225_failed_work_items.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20231225_failed_work_items.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 32 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20240121_message_delivery_indexes ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240121_message_delivery_indexes.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240121_message_delivery_indexes.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240121_message_delivery_indexes.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 33 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20240124_file_redirect ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240124_file_redirect.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240124_file_redirect.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240124_file_redirect.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 34 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20240223_connections_wait_delivery ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240223_connections_wait_delivery.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240223_connections_wait_delivery.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240223_connections_wait_delivery.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 35 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20240225_ratchet_kem ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240225_ratchet_kem.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240225_ratchet_kem.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240225_ratchet_kem.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 36 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20240417_rcv_files_approved_relays ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240417_rcv_files_approved_relays.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240417_rcv_files_approved_relays.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240417_rcv_files_approved_relays.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 37 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20240624_snd_secure ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240624_snd_secure.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240624_snd_secure.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240624_snd_secure.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 38 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20240702_servers_stats ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240702_servers_stats.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240702_servers_stats.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240702_servers_stats.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 39 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20240930_ntf_tokens_to_delete ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240930_ntf_tokens_to_delete.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240930_ntf_tokens_to_delete.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20240930_ntf_tokens_to_delete.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 40 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20241007_rcv_queues_last_broker_ts ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20241007_rcv_queues_last_broker_ts.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20241007_rcv_queues_last_broker_ts.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20241007_rcv_queues_last_broker_ts.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 41 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20241224_ratchet_e2e_snd_params ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20241224_ratchet_e2e_snd_params.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20241224_ratchet_e2e_snd_params.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20241224_ratchet_e2e_snd_params.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 42 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20250203_msg_bodies ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20250203_msg_bodies.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20250203_msg_bodies.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20250203_msg_bodies.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 43 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20250322_short_links ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20250322_short_links.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20250322_short_links.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20250322_short_links.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 44 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20250702_conn_invitations_remove_cascade_delete ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20250702_conn_invitations_remove_cascade_delete.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20250702_conn_invitations_remove_cascade_delete.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20250702_conn_invitations_remove_cascade_delete.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 45 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20251009_queue_to_subscribe ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20251009_queue_to_subscribe.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20251009_queue_to_subscribe.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20251009_queue_to_subscribe.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 46 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20251010_client_notices ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20251010_client_notices.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20251010_client_notices.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20251010_client_notices.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 47 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20251230_strict_tables ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20251230_strict_tables.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20251230_strict_tables.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20251230_strict_tables.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 48 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.Migrations.M20260410_receive_attempts ( src/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20260410_receive_attempts.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20260410_receive_attempts.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/Migrations/M20260410_receive_attempts.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 61 of 164] Compiling Simplex.Messaging.Transport.KeepAlive ( src/Simplex/Messaging/Transport/KeepAlive.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Transport/KeepAlive.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Transport/KeepAlive.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 62 of 164] Compiling Simplex.Messaging.Protocol.Types ( src/Simplex/Messaging/Protocol/Types.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Protocol/Types.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Protocol/Types.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 67 of 164] Compiling Simplex.Messaging.Agent.Store.Shared ( src/Simplex/Messaging/Agent/Store/Shared.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/Shared.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/Shared.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 74 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite.DB ( src/Simplex/Messaging/Agent/Store/SQLite/DB.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/DB.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite/DB.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 77 of 164] Compiling Simplex.Messaging.Server.QueueStore.QueueInfo ( src/Simplex/Messaging/Server/QueueStore/QueueInfo.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Server/QueueStore/QueueInfo.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Server/QueueStore/QueueInfo.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 85 of 164] Compiling Simplex.Messaging.Crypto.File ( src/Simplex/Messaging/Crypto/File.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Crypto/File.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Crypto/File.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 93 of 164] Compiling Simplex.Messaging.Transport ( src/Simplex/Messaging/Transport.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Transport.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Transport.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[ 99 of 164] Compiling Simplex.Messaging.Protocol ( src/Simplex/Messaging/Protocol.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Protocol.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Protocol.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[115 of 164] Compiling Simplex.Messaging.Client ( src/Simplex/Messaging/Client.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Client.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Client.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[119 of 164] Compiling Simplex.Messaging.Crypto.Ratchet ( src/Simplex/Messaging/Crypto/Ratchet.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Crypto/Ratchet.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Crypto/Ratchet.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[120 of 164] Compiling Simplex.FileTransfer.Transport ( src/Simplex/FileTransfer/Transport.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/FileTransfer/Transport.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/FileTransfer/Transport.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[121 of 164] Compiling Simplex.FileTransfer.Protocol ( src/Simplex/FileTransfer/Protocol.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/FileTransfer/Protocol.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/FileTransfer/Protocol.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[125 of 164] Compiling Simplex.FileTransfer.Description ( src/Simplex/FileTransfer/Description.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/FileTransfer/Description.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/FileTransfer/Description.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[127 of 164] Compiling Simplex.FileTransfer.Types ( src/Simplex/FileTransfer/Types.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/FileTransfer/Types.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/FileTransfer/Types.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[131 of 164] Compiling Simplex.RemoteControl.Types ( src/Simplex/RemoteControl/Types.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/RemoteControl/Types.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/RemoteControl/Types.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[134 of 164] Compiling Simplex.Messaging.Agent.Protocol ( src/Simplex/Messaging/Agent/Protocol.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Protocol.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Protocol.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[135 of 164] Compiling Simplex.Messaging.Server.Information ( src/Simplex/Messaging/Server/Information.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Server/Information.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Server/Information.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[140 of 164] Compiling Simplex.Messaging.Agent.Store.SQLite ( src/Simplex/Messaging/Agent/Store/SQLite.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/SQLite.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[144 of 164] Compiling Simplex.Messaging.Agent.Stats ( src/Simplex/Messaging/Agent/Stats.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Stats.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Stats.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[145 of 164] Compiling Simplex.Messaging.Agent.Store.AgentStore ( src/Simplex/Messaging/Agent/Store/AgentStore.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/AgentStore.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Store/AgentStore.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[146 of 164] Compiling Simplex.Messaging.Agent.Env.SQLite ( src/Simplex/Messaging/Agent/Env/SQLite.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Env/SQLite.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Env/SQLite.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[147 of 164] Compiling Simplex.Messaging.Agent.Client ( src/Simplex/Messaging/Agent/Client.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Client.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent/Client.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
[164 of 164] Compiling Simplex.Messaging.Agent ( src/Simplex/Messaging/Agent.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/build/Simplex/Messaging/Agent.dyn_o ) [/usr/ports/pobj/simplexmq-6.5.5.0/simplexmq-92598c2ddb06cfc2c19797a2c900cffcb8af4d5c/dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/scientific-0.3.8.1/build/libHSscientific-0.3.8.1-inplace-ghc9.10.3.so changed]
Configuring test suite 'simplexmq-test' for simplexmq-6.5.5.0...
Preprocessing test suite 'simplexmq-test' for simplexmq-6.5.5.0...
Building test suite 'simplexmq-test' for simplexmq-6.5.5.0...
[ 1 of 40] Compiling AgentTests.EqInstances ( tests/AgentTests/EqInstances.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/AgentTests/EqInstances.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/AgentTests/EqInstances.dyn_o )
[ 2 of 40] Compiling Paths_simplexmq  ( dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/autogen/Paths_simplexmq.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/Paths_simplexmq.o )
[ 3 of 40] Compiling Util             ( tests/Util.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/Util.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/Util.dyn_o )
[ 4 of 40] Compiling SMPClient        ( tests/SMPClient.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/SMPClient.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/SMPClient.dyn_o )
[ 5 of 40] Compiling FileDescriptionTests ( tests/FileDescriptionTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/FileDescriptionTests.o )
[ 6 of 40] Compiling CoreTests.VersionRangeTests ( tests/CoreTests/VersionRangeTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/CoreTests/VersionRangeTests.o )
[ 7 of 40] Compiling CoreTests.TSessionSubs ( tests/CoreTests/TSessionSubs.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/CoreTests/TSessionSubs.o )
[ 8 of 40] Compiling CoreTests.SOCKSSettings ( tests/CoreTests/SOCKSSettings.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/CoreTests/SOCKSSettings.o )
[ 9 of 40] Compiling CoreTests.RetryIntervalTests ( tests/CoreTests/RetryIntervalTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/CoreTests/RetryIntervalTests.o )
[10 of 40] Compiling CoreTests.EncodingTests ( tests/CoreTests/EncodingTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/CoreTests/EncodingTests.o )
[11 of 40] Compiling CoreTests.CryptoTests ( tests/CoreTests/CryptoTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/CoreTests/CryptoTests.o )
[12 of 40] Compiling CoreTests.BatchingTests ( tests/CoreTests/BatchingTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/CoreTests/BatchingTests.o )
[13 of 40] Compiling AgentTests.SchemaDump ( tests/AgentTests/SchemaDump.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/AgentTests/SchemaDump.o )
[14 of 40] Compiling AgentTests.SQLiteTests ( tests/AgentTests/SQLiteTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/AgentTests/SQLiteTests.o )
[15 of 40] Compiling AgentTests.MigrationTests ( tests/AgentTests/MigrationTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/AgentTests/MigrationTests.o )
[16 of 40] Compiling AgentTests.DoubleRatchetTests ( tests/AgentTests/DoubleRatchetTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/AgentTests/DoubleRatchetTests.o )
[17 of 40] Compiling AgentTests.ConnectionRequestTests ( tests/AgentTests/ConnectionRequestTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/AgentTests/ConnectionRequestTests.o )
[18 of 40] Compiling AgentTests.ShortLinkTests ( tests/AgentTests/ShortLinkTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/AgentTests/ShortLinkTests.o )
[19 of 40] Compiling Web.Embedded     ( apps/common/Web/Embedded.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/Web/Embedded.o, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/Web/Embedded.dyn_o )
[20 of 40] Compiling SMPWeb           ( apps/smp-server/SMPWeb.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/SMPWeb.o )
[21 of 40] Compiling WebTests         ( tests/WebTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/WebTests.o )
[22 of 40] Compiling XFTPClient       ( tests/XFTPClient.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/XFTPClient.o )
[23 of 40] Compiling XFTPCLI          ( tests/XFTPCLI.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/XFTPCLI.o )
[24 of 40] Compiling SMPAgentClient   ( tests/SMPAgentClient.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/SMPAgentClient.o )
[25 of 40] Compiling AgentTests.FunctionalAPITests ( tests/AgentTests/FunctionalAPITests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/AgentTests/FunctionalAPITests.o )
[26 of 40] Compiling XFTPAgent        ( tests/XFTPAgent.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/XFTPAgent.o )
[27 of 40] Compiling RemoteControl    ( tests/RemoteControl.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/RemoteControl.o )
[28 of 40] Compiling CoreTests.UtilTests ( tests/CoreTests/UtilTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/CoreTests/UtilTests.o )
[29 of 40] Compiling CoreTests.MsgStoreTests ( tests/CoreTests/MsgStoreTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/CoreTests/MsgStoreTests.o )
[30 of 40] Compiling ServerTests      ( tests/ServerTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/ServerTests.o )
[31 of 40] Compiling SMPProxyTests    ( tests/SMPProxyTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/SMPProxyTests.o )
[32 of 40] Compiling CoreTests.StoreLogTests ( tests/CoreTests/StoreLogTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/CoreTests/StoreLogTests.o )
[33 of 40] Compiling CoreTests.CryptoFileTests ( tests/CoreTests/CryptoFileTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/CoreTests/CryptoFileTests.o )
[34 of 40] Compiling CLITests         ( tests/CLITests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/CLITests.o )
[35 of 40] Compiling AgentTests.ServerChoice ( tests/AgentTests/ServerChoice.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/AgentTests/ServerChoice.o )
[36 of 40] Compiling AgentTests       ( tests/AgentTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/AgentTests.o )
[37 of 40] Compiling XFTPServerTests  ( tests/XFTPServerTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/XFTPServerTests.o )
[38 of 40] Compiling XFTPWeb          ( apps/xftp-server/XFTPWeb.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/XFTPWeb.o )
[39 of 40] Compiling XFTPWebTests     ( tests/XFTPWebTests.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/XFTPWebTests.o )
[40 of 40] Compiling Main             ( tests/Test.hs, dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test-tmp/Main.o )
[41 of 41] Linking dist-newstyle/build/x86_64-openbsd/ghc-9.10.3/simplexmq-6.5.5.0/t/simplexmq-test/build/simplexmq-test/simplexmq-test
ld.lld: warning: OSThreads.c(OSThreads.thr_o:(createAttachedOSThread) in archive /usr/local/lib/ghc-9.10.3/lib/../lib/x86_64-openbsd-ghc-9.10.3-inplace/rts-1.0.2/libHSrts-1.0.2_thr.a): warning: strcpy() is almost always misused, please use strlcpy()
ld.lld: warning: EventLogWriter.c(EventLogWriter.thr_o:(initEventLogFileWriter) in archive /usr/local/lib/ghc-9.10.3/lib/../lib/x86_64-openbsd-ghc-9.10.3-inplace/rts-1.0.2/libHSrts-1.0.2_thr.a): warning: sprintf() is often misused, please use snprintf()
Running 1 test suites...
Test suite simplexmq-test: RUNNING...

Agent SQLite schema dump
  verify and overwrite schema dump [✔]
  verify .lint fkey-indexes [✔]
down migration m20230223_files
down migration m20230320_retry_state
down migration m20230401_snd_files
down migration m20230510_files_pending_replicas_indexes
down migration m20230516_encrypted_rcv_message_hashes
down migration m20230531_switch_status
down migration m20230615_ratchet_sync
down migration m20230701_delivery_receipts
down migration m20230720_delete_expired_messages
down migration m20230722_indexes
down migration m20230814_indexes
down migration m20230829_crypto_files
down migration m20231222_command_created_at
down migration m20231225_failed_work_items
down migration m20240121_message_delivery_indexes
down migration m20240124_file_redirect
down migration m20240223_connections_wait_delivery
down migration m20240225_ratchet_kem
down migration m20240417_rcv_files_approved_relays
down migration m20240624_snd_secure
down migration m20240702_servers_stats
down migration m20240930_ntf_tokens_to_delete
down migration m20241007_rcv_queues_last_broker_ts
down migration m20241224_ratchet_e2e_snd_params
down migration m20250203_msg_bodies
down migration m20250322_short_links
down migration m20250702_conn_invitations_remove_cascade_delete
down migration m20251009_queue_to_subscribe
down migration m20251010_client_notices
down migration m20251230_strict_tables
down migration m20260410_receive_attempts
  verify schema down migrations [✔]
  verify strict tables [✔]
  should NOT create user record for new database [✔]
  should create user record for old database [✔]
Core tests
  Batching tests
    batchTransmissions
      SMP v6 (previous)
        should batch with 106 subscriptions per batch [✔]
        should break on message that does not fit [✔]
        should break on large message [✔]
      SMP current
        should batch with 135 subscriptions per batch [✔]
        should break on message that does not fit [✔]
        should break on large message [✔]
    batchTransmissions'
      SMP v6 (previous)
        should batch with 106 subscriptions per batch [✔]
        should break on message that does not fit [✔]
        should break on large message [✔]
      SMP current
        should batch with 135 subscriptions per batch [✔]
        should batch with 255 ENDs per batch [✔]
        should batch with 80 NMSGs per batch [✔]
        should batch subscription responses with message [✔]
        should break on message that does not fit [✔]
        should break on large message [✔]
  Encoding tests
    Encoding Int64
      should encode and decode Int64 example [✔]
      parse(encode(Int64) should equal the same Int64 [✔]
        +++ OK, passed 1000 tests.
    Encoding SystemTime
      should encode and decode SystemTime [✔]
      parse(encode(SystemTime) should equal the same Int64 [✔]
        +++ OK, passed 1000 tests.
    Encoding transport hosts
      domain name hosts
        should encode / decode domain name [✔]
        should not allow whitespace or punctuation [✔]
      onion hosts
        should encode / decode onion host [✔]
        should only allow latin letters and digits [✔]
      IP address hosts
        should encode / decode IP address [✔]
        should be valid [✔]
  Version range
    VersionRange construction
      should fail on invalid range [✔]
    compatible version
      should choose mutually compatible max version [✔]
      should choose mutually compatible version range (range intersection) [✔]
      should choose compatible version range with changed max version (capped range) [✔]
      should check if version is compatible [✔]
      compatibleVersion should pass isCompatible check [✔]
        +++ OK, passed 1000 tests.
  Encryption tests
    padding / unpadding
      should pad / unpad string [✘]
      pad should fail on large string [✔]
      unpad should fail on invalid string [✔]
      unpad should fail on shorter string [✔]
    lazy padding / unpadding
      should pad / unpad lazy bytestrings [✘]
      pad should support large string [✔]
      pad should truncate string if a shorter length is passed and unpad incorrectly when longer length is passed [✔]
      unpad should fail on invalid string [✔]
      unpad won't fail on shorter string [✔]
      should pad / unpad file [✔]
    Ed signatures
      Ed25519
        should sign / verify string [✔]
          +++ OK, passed 100 tests.
      Ed448
        should sign / verify string [✔]
          +++ OK, passed 100 tests.
    DH X25519 + cryptobox
      should encrypt / decrypt string with asymmetric DH keys [✔]
        +++ OK, passed 100 tests.
    secretbox
      should encrypt / decrypt string with a random symmetric key [✔]
        +++ OK, passed 100 tests.
    lazy secretbox
      should lazily encrypt / decrypt string with a random symmetric key [✔]
        +++ OK, passed 100 tests.
      should lazily encrypt / decrypt file with a random symmetric key [✔]
      should lazily encrypt / decrypt string with a random symmetric key (tail tag) [✔]
        +++ OK, passed 100 tests.
      should lazily encrypt / decrypt file with a random symmetric key (tail tag) [✔]
    AES GCM
      should encrypt / decrypt string with a random symmetric key [✔]
    X509 key encoding
      Ed25519
        should encode / decode key [✔]
          +++ OK, passed 100 tests.
      Ed448
        should encode / decode key [✔]
          +++ OK, passed 100 tests.
      X25519
        should encode / decode key [✔]
          +++ OK, passed 100 tests.
      X448
        should encode / decode key [✔]
          +++ OK, passed 100 tests.
    X509 chains
      should validate certificates [✔]
    sntrup761
      should enc/dec key [✔]
    BBS+
      should sign and verify [✔]
      should derive public key from secret key [✔]
      should generate and verify proof [✔]
      should reject tampered proof [✔]
      should reject wrong disclosed message [✔]
      should reject wrong public key [✔]
      should reject invalid proof parameters [✔]
      should produce unlinkable proofs [✔]
      should produce proof of expected size [✔]
      should roundtrip JSON and reject wrong-length input [✔]
  Encrypted files tests
    should write/read file [✔]
    should put/get file [✔]
    should write/get file [✔]
    should put/read file [✔]
    should fail reading empty or small file [✔]
  Message store tests
    STM message store
      should get queue and store/read messages [✔]
      should write/ack messages [✔]
      should not fail on EOF when changing read journal [✔]
    Journal message store
      should get queue and store/read messages [✔]
      should write/ack messages [✔]
      should not fail on EOF when changing read journal [✔]
      queue state
        should restore queue state from the last line [✔]
        should recover when message is written and state is not [✔]
        should remove journal files when queue is empty [✔]
      missing files
[ERROR 2026-07-20 11:11:49 +0200 src/Simplex/Messaging/Server/MsgStore/Journal.hs:837] STORE: openJournals, no read/write file - creating new file, tests/tmp/messages/uV/9y/dH/Go/bG13ljVEyaH9anV8IGX7xESA/messages.prob_SEX6kiTUrlJ.log
        should create read file when missing [✔]
        should switch to write file when read file missing [✔]
"tests/tmp/messages/Bp/to/yC/32/pfl7gl0mJVCNdpQyvK_iJtOU/messages.pyRzhtZJMUvycFXC.log"
        should create write file when missing [✔]
[ERROR 2026-07-20 11:11:49 +0200 src/Simplex/Messaging/Server/MsgStore/Journal.hs:847] STORE: openJournals, no read file - switched to write file, tests/tmp/messages/h_/SM/Np/wP/40Czkrip21B9biWPtedZiDyF/messages.dxSadnB2wVB8wCTP.log
[ERROR 2026-07-20 11:11:49 +0200 src/Simplex/Messaging/Server/MsgStore/Journal.hs:863] STORE: openJournals, no write file, tests/tmp/messages/Bp/to/yC/32/pfl7gl0mJVCNdpQyvK_iJtOU/messages.pyRzhtZJMUvycFXC.log
        should create read file when read and write files are missing [✔]
Processed: 2 log lines
Processed: 2 log lines
[ERROR 2026-07-20 11:11:50 +0200 src/Simplex/Messaging/Server/MsgStore/Journal.hs:844] STORE: openJournals, no read and write files - creating new file, read: tests/tmp/messages/Mn/VE/j_/Dc/TufLixqBJiGxBIzoNVcrCQrx/messages.p7lBT971Xus3EhuR.log, write: tests/tmp/messages/Mn/VE/j_/Dc/TufLixqBJiGxBIzoNVcrCQrx/messages.A2Gi02_9Zfa9Y2l5.log
Processed: 6 log lines
Processed: 2 log lines
Processed: 6 log lines
      should export and import journal store [✔]
    Journal message store: queue state backup expiration
      should remove old queue state backups [✔]
      should expire messages in idle queues [✔]
  Retry interval tests
    Retry interval with 2 modes and lock
      should increase elapased time and interval when the mode stays the same [✘]
      should increase elapased time and interval when the mode switches [✔]
    Foreground retry interval
      should increase elapased time and interval [✔]
      should not change interval when moving to background [✔]
      should repeat loop as soon as moving to foreground [✔]
  SOCKS settings tests
    hostMode and requiredHostMode settings
      requiredHostMode = False (default)
        without socks proxy, should choose onion host only with HMOnion [✔]
        with socks proxy, should choose onion host with HMOnionViaSocks (default) and HMOnion [✔]
        should choose any available host, if preferred not available [✔]
      requiredHostMode = True
        should fail, if preferred host not available [✔]
        should choose preferred host, if available [✔]
    socksMode setting, independent of hostMode setting
      should not use SOCKS proxy if not specified [✔]
      should always use SOCKS proxy if specified and (socksMode = SMAlways or (socksMode = SMOnion and onion host)) [✔]
    socks proxy address encoding
      should decode SOCKS proxy with isolate-by-auth mode [✔]
      should decode SOCKS proxy without credentials [✔]
      should decode SOCKS proxy with credentials [✔]
  Store log tests
    SMP server store log, queueMode = QMMessaging
Processed: 1 log lines
Processed: 1 log lines
Processed: 1 log lines
      create new queue [✔]
Processed: 1 log lines
Processed: 1 log lines
Processed: 1 log lines
      create new queue with link data [✔]
Processed: 2 log lines
Processed: 1 log lines
Processed: 1 log lines
      create new queue, add link data [✔]
Processed: 2 log lines
Processed: 1 log lines
Processed: 1 log lines
      create new queue with link data, delete data [✔]
Processed: 2 log lines
Processed: 1 log lines
Processed: 1 log lines
      secure queue [✔]
Processed: 2 log lines
Processed: 0 log lines
Processed: 0 log lines
      create and delete queue [✔]
Processed: 2 log lines
Processed: 1 log lines
Processed: 1 log lines
      create queue and add notifier [✔]
Processed: 4 log lines
Processed: 2 log lines
Processed: 2 log lines
      create queue, add notifier, register and associate notification service [✔]
Processed: 3 log lines
Processed: 1 log lines
Processed: 1 log lines
      delete notifier [✔]
Processed: 2 log lines
Processed: 1 log lines
Processed: 1 log lines
      update time [✔]
Processed: 2 log lines
Processed: 1 log lines
Processed: 1 log lines
      update recipient keys [✔]
    SMP server store log, queueMode = QMContact
Processed: 1 log lines
Processed: 1 log lines
Processed: 1 log lines
      create new queue [✔]
Processed: 1 log lines
Processed: 1 log lines
Processed: 1 log lines
      create new queue with link data [✔]
Processed: 2 log lines
Processed: 1 log lines
Processed: 1 log lines
      create new queue, add link data [✔]
Processed: 2 log lines
Processed: 1 log lines
Processed: 1 log lines
      create new queue with link data, delete data [✔]
Processed: 2 log lines
Processed: 1 log lines
Processed: 1 log lines
      secure queue [✔]
Processed: 2 log lines
Processed: 0 log lines
Processed: 0 log lines
      create and delete queue [✔]
Processed: 2 log lines
Processed: 1 log lines
Processed: 1 log lines
      create queue and add notifier [✔]
Processed: 4 log lines
Processed: 2 log lines
Processed: 2 log lines
      create queue, add notifier, register and associate notification service [✔]
Processed: 3 log lines
Processed: 1 log lines
Processed: 1 log lines
      delete notifier [✔]
Processed: 2 log lines
Processed: 1 log lines
Processed: 1 log lines
      update time [✔]
Processed: 2 log lines
Processed: 1 log lines
Processed: 1 log lines
      update recipient keys [✔]
  TSessionSubs tests
    subscription lifecycle [✔]
  Util tests
    problems of lifted try, catch and finally (don't use them)
      lifted try
        does not catch errors [✔]
        with SomeException catches all errors but wraps ExceptT errors [✔]
      lifted catch
        does not catch [✔]
        with SomeException catches all errors but wraps ExceptT errors [✔]
      lifted finally
        with ExceptT error executes final action and stays in ExceptT monad [✔]
        with exception executes final action (not always - race condition?) and throws exception [✔]
    problems of tryError and catchError (don't use them)
      tryError
        catches ExceptT errors but not Exceptions [✔]
      catchError
        catches ExceptT errors but not Exceptions [✔]
    tryAllErrors
      should return ExceptT error as Left [✔]
      should return SomeException as Left [✔]
      should return no errors as Right [✔]
    catchAllErrors
      should catch ExceptT error [✔]
      should catch SomeException [✔]
      should not throw if there are no errors [✔]
    catchThrow
      should re-throw ExceptT error [✔]
      should catch SomeException and throw as ExceptT error [✔]
      should not throw if there are no exceptions [✔]
    allFinally should run final action
      then throw ExceptT error [✔]
      then throw SomeException as ExceptT error [✔]
      and should not throw if there are no exceptions [✔]
    tryAllOwnErrors
      should return ExceptT error as Left [✔]
      should return SomeException as Left [✔]
      should catch StackOverflow [✔]
      should catch HeapOverflow [✔]
      should catch AllocationLimitExceeded [✔]
      should rethrow ThreadKilled [✔]
      should return no errors as Right [✔]
    catchAllOwnErrors
      should catch ExceptT error [✔]
      should catch SomeException [✔]
      should catch StackOverflow [✔]
      should catch HeapOverflow [✔]
      should catch AllocationLimitExceeded [✔]
      should rethrow ThreadKilled [✔]
      should not throw if there are no errors [✔]
  Agent core tests
    Migration tests
      should determine migrations to run [✔]
      run migrations
        up 1-2 tables (yes) [✔]
        up 1-2 tables (error) [✔]
        up 1-2 tables (error, down) [✔]
        1-2 (different) [✔]
        up 2-4 tables (yes) [✔]
        up 2-4 tables (error) [✔]
        up 2-4 tables (error, down) [✔]
        no change 2 tables [✔]
        2 tables (different order) [✔]
        down 2-1 tables (no down) [✔]
        down 2-1 tables (error) [✔]
        down 2-1 tables (yes) [✔]
        down 4-2 tables (no down) [✔]
        down 4-2 tables (partial down) [✔]
        down 4-2 tables (error) [✔]
        down 4-2 tables (yes) [✔]
        4-2 tables (different) [✔]
        4-3 tables (different) [✔]
    Connection request
      connection request parsing / serializing
        should serialize and parse SMP queue URIs [✔]
        should serialize and parse connection invitations and contact addresses [✔]
        should serialize / parse queue address, connection invitations and contact addresses as binary [✔]
        should serialize / parse short links [✔]
        should shorten / restore short links [✔]
    Double ratchet tests
      double-ratchet encryption/decryption
        should serialize and parse message header [✔]
        message tests
          should encrypt and decrypt messages [✔]
          should encrypt and decrypt skipped messages [✔]
          should encrypt and decrypt many messages [✔]
          should allow skipped after ratchet advance [✔]
        should encode/decode ratchet as JSON [✔]
        should decode v2 Ratchet with default field values [✔]
        should agree the same ratchet parameters [✔]
        should agree the same ratchet parameters with version 1 [✔]
      post-quantum hybrid KEM double-ratchet algorithm
        hybrid KEM key agreement
          should propose KEM during agreement, but no shared secret [✔]
          should agree shared secret using KEM [✔]
          should reject proposed KEM in reply [✔]
          should allow second proposal in reply [✔]
        hybrid KEM key agreement errors
          should fail if reply contains acceptance without proposal [✔]
        ratchet encryption/decryption
          should serialize and parse public KEM params [✔]
          should serialize and parse message header [✔]
          message tests, KEM proposed
            should encrypt and decrypt messages [✔]
            should encrypt and decrypt skipped messages [✔]
            should encrypt and decrypt many messages [✔]
            should allow skipped after ratchet advance [✔]
          message tests, KEM accepted
            should encrypt and decrypt messages [✔]
            should encrypt and decrypt skipped messages [✔]
            should encrypt and decrypt many messages [✔]
            should allow skipped after ratchet advance [✔]
          message tests, KEM proposed again in reply
            should encrypt and decrypt messages [✔]
            should encrypt and decrypt skipped messages [✔]
            should encrypt and decrypt many messages [✔]
            should allow skipped after ratchet advance [✔]
          should disable and re-enable KEM [✔]
          should disable and re-enable KEM (always set PQEncryption) [✔]
          should enable KEM when it was not enabled in handshake [✔]
          should enable KEM when it was not enabled in handshake (always set PQEncryption) [✔]
    Short link tests
      invitation short link
        should encrypt and decrypt link data [✔]
        should fail to decrypt invitation data with bad hash [✔]
      contact short link
        should encrypt and decrypt data [✔]
        should encrypt updated user data [✔]
        should fail to decrypt contact data with bad hash [✔]
        should fail to decrypt contact data with bad signature [✔]
      contact link with additional owners
        should encrypt and decrypt data with additional owner [✔]
        should encrypt and decrypt data with many additional owners [✔]
        should fail to decrypt contact data with invalid or unauthorized owners [✔]
SMP server via TLS, jornal message store
  SMP syntax
    unknown command [✔]
    NEW
      no parameters [✔]
      many parameters [✔]
      no signature [✔]
      queue ID [✔]
    KEY
      valid syntax [✔]
      no parameters [✔]
      many parameters [✔]
      no signature [✔]
      no queue ID [✔]
    SUB
      valid syntax [✔]
      wrong terminator [✔]
      no signature [✔]
      no queue ID [✔]
    OFF
      valid syntax [✔]
      wrong terminator [✔]
      no signature [✔]
      no queue ID [✔]
    DEL
      valid syntax [✔]
      wrong terminator [✔]
      no signature [✔]
      no queue ID [✔]
    SEND
      valid syntax [✔]
      no parameters [✔]
      no queue ID [✔]
    ACK
      valid syntax [✔]
      no parameters [✔]
      no queue ID [✔]
      no signature [✔]
    PING
      valid syntax [✔]
    broker response not allowed
      OK [✔]
  SMP queues
    NEW and KEY commands, SEND messages
      should create (NEW) and secure (KEY) queue [✔]
    NEW and SKEY commands
      should create (NEW) and secure (SKEY) queue by sender [✔]
      should create (NEW) without allowing sndSecure and fail to and secure queue by sender (SKEY) [✔]
    RKEY command to add additional recipient keys
      should create (NEW) and updated recipient keys (RKEY) [✔]
    NEW, OFF and DEL commands, SEND messages
      should create (NEW), suspend (OFF) and delete (DEL) queue [✔]
    Stress test
      should create many queues, disconnect and re-connect [✔]
    allowNewQueues setting
      should prohibit creating new queues with allowNewQueues = False [✔]
  SMP messages
    duplex communication over 2 SMP connections
      should create 2 simplex connections and exchange messages [✔]
    switch subscription to another TCP connection
      should create simplex connections and switch subscription to another TCP connection [✔]
    GET command
      should retrieve messages from the queue using GET command [✔]
    GET & SUB commands
      should retrieve messages with GET and receive with SUB, only one ACK would work [✔]
    Exceeding queue quota
      should reply with ERR QUOTA to sender and send QUOTA message to the recipient [✔]
    Concurrent sending and delivery
      should continue delivering messages if message is sent before it is acknowledged [✔]
  Store log
Processed: 6 log lines
    should store simplex queues to log and restore them after server restart [✔]
  Restore messages
Processed: 2 log lines
Processed: 1 log lines
    should store messages on exit and restore on start [✔]
  Restore messages (old / v2)
Processed: 2 log lines
Processed: 1 log lines
Processed: 1 log lines
Processed: 1 log lines
Processed: 1 log lines
    should store messages on exit and restore on start (old / v2) [✔]
  Save prometheus metrics
Prometheus metrics saved every 1 seconds to tests/tmp/smp-server-metrics.txt
    should save Prometheus metrics [✔]
  Timing of AUTH error
    should have similar time for auth error, whether queue exists or not, for all key types
      queue key: SEd25519 / used key: SEd25519 [✔]
      queue key: SEd448 / used key: SEd25519 [✔]
      queue key: SEd448 / used key: SEd448 [✔]
SEd448 SX25519 0.24 0.13 0.846153846153846
      queue key: SEd448 / used key: SX25519 [✘]
SX25519 SEd25519 0.13999999999999999 0.19999999999999998 -0.30000000000000004
      queue key: SX25519 / used key: SEd25519 [✘]
      queue key: SX25519 / used key: SEd448 [✔]
SX25519 SX25519 0.24 0.13999999999999999 0.7142857142857144
      queue key: SX25519 / used key: SX25519 [✘]
  Message notifications
    should create simplex connection, subscribe notifier and deliver notifications [✔]
    should create simplex connection, subscribe notifier as service and deliver notifications [✘]
    subscribe notifier as service and deliver notifications after two restarts [✘]
  Message expiration
    should expire messages that are not received before messageTTL on SEND [✔]
    should expire messages that are not received before messageTTL after expiry interval [✔]
    should block and unblock message queues [✔]
  Blocking queues
    should return BLOCKED error when queue is blocked [‐]
      # PENDING: No reason given
  Short links
    create and access queue short link data for 1-time invitation [✔]
    create and access queue short link data for contact address [✔]
SMP server via TLS, memory message store
  SMP queues
    NEW and KEY commands, SEND messages
      should create (NEW) and secure (KEY) queue [✔]
    NEW and SKEY commands
      should create (NEW) and secure (SKEY) queue by sender [✔]
      should create (NEW) without allowing sndSecure and fail to and secure queue by sender (SKEY) [✔]
    RKEY command to add additional recipient keys
      should create (NEW) and updated recipient keys (RKEY) [✔]
    NEW, OFF and DEL commands, SEND messages
      should create (NEW), suspend (OFF) and delete (DEL) queue [✔]
    Stress test
      should create many queues, disconnect and re-connect [✔]
    allowNewQueues setting
      should prohibit creating new queues with allowNewQueues = False [✔]
  SMP messages
    duplex communication over 2 SMP connections
      should create 2 simplex connections and exchange messages [✔]
    switch subscription to another TCP connection
      should create simplex connections and switch subscription to another TCP connection [✔]
    GET command
      should retrieve messages from the queue using GET command [✔]
    GET & SUB commands
      should retrieve messages with GET and receive with SUB, only one ACK would work [✔]
    Exceeding queue quota
      should reply with ERR QUOTA to sender and send QUOTA message to the recipient [✔]
    Concurrent sending and delivery
      should continue delivering messages if message is sent before it is acknowledged [✔]
  Store log
Processed: 6 log lines
Processed: 1 log lines
    should store simplex queues to log and restore them after server restart [✔]
  Restore messages
Processed: 2 log lines
Processed: 5 log lines
Processed: 1 log lines
Processed: 3 log lines
    should store messages on exit and restore on start [✔]
  Restore messages (old / v2)
Processed: 2 log lines
Processed: 4 log lines
Processed: 1 log lines
Processed: 4 log lines
    should store messages on exit and restore on start (old / v2) [✔]
  Save prometheus metrics
Prometheus metrics saved every 1 seconds to tests/tmp/smp-server-metrics.txt
    should save Prometheus metrics [✔]
  Timing of AUTH error
    should have similar time for auth error, whether queue exists or not, for all key types
SEd25519 SEd25519 0.22999999999999998 0.15 0.5333333333333332
      queue key: SEd25519 / used key: SEd25519 [✘]
      queue key: SEd448 / used key: SEd25519 [✔]
SEd448 SEd448 0.26 0.18 0.44444444444444464
      queue key: SEd448 / used key: SEd448 [✘]
      queue key: SEd448 / used key: SX25519 [✔]
      queue key: SX25519 / used key: SEd25519 [✔]
      queue key: SX25519 / used key: SEd448 [✔]
SX25519 SX25519 0.16999999999999998 0.27999999999999997 -0.3928571428571429
      queue key: SX25519 / used key: SX25519 [✘]
  Message notifications
    should create simplex connection, subscribe notifier and deliver notifications [✔]
    should create simplex connection, subscribe notifier as service and deliver notifications [✘]
    subscribe notifier as service and deliver notifications after two restarts [✘]
  Message expiration
    should expire messages that are not received before messageTTL on SEND [✔]
    should expire messages that are not received before messageTTL after expiry interval [✔]
    should block and unblock message queues [✔]
  Blocking queues
    should return BLOCKED error when queue is blocked [‐]
      # PENDING: No reason given
  Short links
    create and access queue short link data for 1-time invitation [✔]
    create and access queue short link data for contact address [✔]
SMP client agent, server memory message store
  Functional API
    Establishing duplex connection
      current, via proxy [✔]
      v8, via proxy [✔]
      current [✔]
      prev [✔]
      prev to current [✔]
      current to prev [✔]
TLS error: HandshakeFailed Error_TCP_Terminate
--


# TRUSTED_PKG_PATH=/usr/ports/packages/amd64/all/ pkg_add -Dsnap simplexmq simplex-chat
groupadd: can't add group: gid 906 is a duplicate
system(/usr/sbin/groupadd, -g, 906, --, _simplexmq) failed: exit(1)
useradd: uid 906 is already in use
system(/usr/sbin/useradd, -u, 906, -g, 906, -c, SimpleXMQ daemon, -d, /var/simplex, -s, /sbin/nologin, --, _simplexmq) failed: exit(1)
simplexmq-6.5.5.0: ok
simplex-chat-6.5.6.1: ok
The following new rcscripts were installed: /etc/rc.d/smp_server /etc/rc.d/xftp_server
See rcctl(8) for details.
New and changed readme(s):
	/usr/local/share/doc/pkg-readmes/simplexmq
--


The old version built and runs. Tests stalled in privsep, but since there
is no network with that, this is probably expected.


På tirsdag 28. juli 2026 kl. 23:49, skrev David Uhden Collado <daviduhden@gmail.com>:

> I've updated the net/simplexmq and net/simplex-chat ports to the latest
> stable release, 7.0.0.
> 
> The Haskell direct-sqlcipher and simple-sqlcipher dependencies now link
> against the OpenBSD sqlcipher port instead of building their vendored
> copy. I made the same change for zlib. I also updated the existing
> patches and reorganized the rather large Makefile to make it easier to
> maintain.
> 
> I'm still having trouble with the simplexmq test suite. I would
> appreciate any help identifying the cause of the failures.
> 
> For simplex-chat, I'm currently using the latest 7.0.0 beta tag because
> there were no CLI changes between beta 6 and the final 7.0.0 release.


The 7.0.0.11 gets stuck with this for me:

$ cd /usr/ports/net/simplexmq/ && make clean=all clean && make build package test ; make port-lib-depends-check check-shlib-syms

>> (SHA256) all files: OK
===>  Extracting for simplexmq-7.0.0.6
make: getcwd: Permission denied
*** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2819 '/usr/ports/pobj/simplexmq-7.0.0.6/.extract_done': @cd /usr/ports/net/simple...)
*** Error 2 in /usr/ports/net/simplexmq (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'build': @lock=simplexmq-7.0.0.6;  export _LOCKS_HELD...)
--


$ cd /usr/ports/net/simplex-chat/ && make clean=all clean && make build package test ; make port-lib-depends-check check-shlib-syms 

>> (SHA256) all files: OK
===>  Extracting for simplex-chat-7.0.0.11
make: getcwd: Permission denied
*** Error 2 in /usr/ports/net/simplex-chat (/usr/ports/infrastructure/mk/bsd.port.mk:2819 '/usr/ports/pobj/simplex-chat-7.0.0.11/.extract_done')
--


I am probably doing something wrong.

Sorry if this was too much noise and for keeping this in drafts so long.

Hope this helps. Good luck.
--
yaydn