Thanks Felix for looking. Both run with -:d and attached.

I only see the following loading calls in dashboard.log:

; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/
chicken.time.import.so ...
[debug] loading compiled library
/home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.time.import.so
(0x0000555a9a701260)
[debug] entering toplevel...
; loading ./debugprint.import.scm ...
; loading ./mtargs.import.scm ...
; loading ./commonmod.import.scm ...
; loading ./configfmod.import.scm ...


On Fri, Nov 12, 2021 at 3:31 PM <felix.winkelm...@bevuta.com> wrote:

> > On Fri, Nov 12, 2021 at 3:47 AM <felix.winkelm...@bevuta.com> wrote:
> >
> > > > Update. I found that removing the *.import.scm files causes the
> problem
> > > to
> > > > also occur when running the executable in the directory where
> compiled.
> > > > However the non-gui executable still works fine. Why would a compiled
> > > > Chicken program be reading the import.scm files at run time?
> > >
> > > This can depend on compiler options: the import files contain code to
> > > register modules and imports, depending on compilation type
> > > (static/dynamic)
> > > and certain compiler options, this code is compiled into the executable
> > > or is loaded from a separate file.
> > >
> > > If you run the binaries with "-:d" and/or "-:d" do you get any
> information
> > > regarding the loaded files?
> > >
> >
> > I see the *.import.scm files being loaded in the output only in this one
> > place after chicken.time.import.so:
> >
> > ; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/
> > chicken.time.import.so ...
> > [debug] loading compiled library
> > /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.time.import.so
> > (0x0000555a9a701260)
> > [debug] entering toplevel...
> > ; loading ./debugprint.import.scm ...
> > ; loading ./mtargs.import.scm ...
> > ; loading ./commonmod.import.scm ...
> > ; loading ./configfmod.import.scm ...
> > ; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/base64.import.so
> ...
> >
>
> Can you run both apps with the debug flags and show their output?
>
>
> felix
>
>

-- 
--
Complexity is your enemy. Any fool can make something complicated.
It is hard to keep things simple. - Richard Branson.
Script started on 2021-11-12 18:47:36-0500
[debug] application startup...
[debug] heap resized to 1048576 bytes
[debug] stack bottom is 0x7fffd3cf5780.
[debug] entering toplevel...
[debug] entering library...
[debug] entering build-version...
[debug] entering eval...
[debug] entering modules...
[debug] entering chicken-syntax...
[debug] entering expand...
[debug] entering internal...
[debug] entering ducttape-lib...
[debug] entering file...
[debug] entering extras...
[debug] entering data-structures...
[debug] entering irregex...
[debug] entering pathname...
[debug] entering posix...
[debug] entering scheduler...
[debug] entering port...
[debug] entering lolevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/regex.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/regex.so (0x000055aa95624c00)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/ansi-escape-sequences.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/ansi-escape-sequences.so (0x000055aa95625800)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-1.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-1.so (0x000055aa95626e60)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/test.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/test.so (0x000055aa95628910)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/slice.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/slice.so (0x000055aa9562a240)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-13.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-13.so (0x000055aa9562a890)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-14.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-14.so (0x000055aa9562cc10)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/rfc3339.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/rfc3339.so (0x000055aa9562e610)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/matchable.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/matchable.so (0x000055aa9562f5b0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/directory-utils.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/directory-utils.so (0x000055aa9562fcb0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/miscmacros.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/miscmacros.so (0x000055aa95630ec0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/moremacros.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/moremacros.so (0x000055aa95631630)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors.so (0x000055aa95631d30)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors-basic.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors-basic.so (0x000055aa95632530)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors-atoms.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors-atoms.so (0x000055aa95633020)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors-numbers.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors-numbers.so (0x000055aa956338a0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors-structured.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors-structured.so (0x000055aa95634970)
[debug] entering toplevel...
[debug] resizing heap dynamically from 1024k to 4098k ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/cpp-macros.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/cpp-macros.so (0x000055aa956355c0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/list-utils.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/list-utils.so (0x000055aa95635d10)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks.so (0x000055aa95636cc0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks-basic.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks-basic.so (0x000055aa956374c0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks-atoms.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks-atoms.so (0x000055aa95637c60)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks-numbers.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks-numbers.so (0x000055aa95638430)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks-structured.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks-structured.so (0x000055aa956391c0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/stack.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/stack.so (0x000055aa95639c20)
[debug] entering toplevel...
[debug] entering read-syntax...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/record-variants.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/record-variants.so (0x000055aa9563abb0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/filepath.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/filepath.so (0x000055aa9563b250)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19.so (0x000055aa9563ca90)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-core.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-core.so (0x000055aa9563d1d0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-timezone.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-timezone.so (0x000055aa9563d950)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/locale.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/locale.so (0x000055aa9563e820)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-builtin.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-builtin.so (0x000055aa9563f100)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-posix.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-posix.so (0x000055aa9563fbe0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-categories.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-categories.so (0x000055aa95641090)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-components.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-components.so (0x000055aa95641a60)
[debug] entering toplevel...
[debug] resizing heap dynamically from 4098k to 8197k ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-timezone.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-timezone.so (0x000055aa95643160)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-current.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-current.so (0x000055aa95643bc0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-support.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-support.so (0x000055aa95644550)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-tm.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-tm.so (0x000055aa956460f0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-time.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-time.so (0x000055aa956480d0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-18.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-18.so (0x000055aa95649fa0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-date.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-date.so (0x000055aa9564b3c0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-69.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-69.so (0x000055aa9564d670)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-io.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-io.so (0x000055aa9564ef70)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-29.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-29.so (0x000055aa95650170)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8.so (0x000055aa95651490)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8-lolevel.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8-lolevel.so (0x000055aa95652620)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8-srfi-13.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8-srfi-13.so (0x000055aa956531a0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8-srfi-14.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8-srfi-14.so (0x000055aa95654bc0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/iset.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/iset.so (0x000055aa95656480)
[debug] entering toplevel...
[debug] entering srfi-4...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8-case-map.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8-case-map.so (0x000055aa9565a190)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/unicode-char-sets.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/unicode-char-sets.so (0x000055aa956631c0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/posix-utils.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/posix-utils.so (0x000055aa9566a250)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/condition-utils.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/condition-utils.so (0x000055aa9566b0f0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/condition-utils-support.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/condition-utils-support.so (0x000055aa9566b9b0)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/exn-condition.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/exn-condition.so (0x000055aa9566c200)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-29-install.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-29-install.so (0x000055aa9566cac0)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
[debug] resizing scratchspace dynamically from 0k to 2k ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-literals.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-literals.so (0x000055aa9566d2e0)
[debug] entering toplevel...
[debug] entering debugprint...
[debug] entering mtargs...
[debug] resizing scratchspace dynamically from 0k to 2k ...
[debug] entering bigmod...
[debug] entering commonmod...
[debug] entering mtver...
[debug] entering stml2...
[debug] entering cookie...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/queues.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/queues.so (0x000055aa9566e390)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/crypt.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/crypt.so (0x000055aa95683f00)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/dbi.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/dbi.so (0x000055aa95685c80)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/autoload.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/autoload.so (0x000055aa95687570)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sql-null.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sql-null.so (0x000055aa95687c70)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/typed-records.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/typed-records.so (0x000055aa956883b0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/defstruct.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/defstruct.so (0x000055aa95688a90)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
[debug] resizing scratchspace dynamically from 0k to 2k ...
[debug] entering pkts...
[debug] entering dbi...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sha1.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sha1.so (0x000055aa956891f0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sha1-primitive.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sha1-primitive.so (0x000055aa9568c700)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-primitive.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-primitive.so (0x000055aa9568d000)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sha1-api.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sha1-api.so (0x000055aa9568df20)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest.so (0x000055aa9568e790)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-basic.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-basic.so (0x000055aa9568efe0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-type.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-type.so (0x000055aa9568f7d0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/blob-hexadecimal.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/blob-hexadecimal.so (0x000055aa956905d0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/to-hex.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/to-hex.so (0x000055aa95690dc0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/string-hexadecimal.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/string-hexadecimal.so (0x000055aa95691700)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-chunk.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-chunk.so (0x000055aa95691ef0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-byte-vector.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-byte-vector.so (0x000055aa95692bc0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-support.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-support.so (0x000055aa956937a0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-int.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-int.so (0x000055aa95693f40)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/blob-set-int.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/blob-set-int.so (0x000055aa95694ee0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-srfi-4.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-srfi-4.so (0x000055aa95695810)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-4-checks.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-4-checks.so (0x000055aa95696030)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-4-errors.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-4-errors.so (0x000055aa95696ae0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-update-item.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-update-item.so (0x000055aa95697340)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-item.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-item.so (0x000055aa95697c40)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-port.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-port.so (0x000055aa956984d0)
[debug] entering toplevel...
[debug] entering processmod...
[debug] entering configfmod...
[debug] entering keysmod...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/base64.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/base64.so (0x000055aa9569bf30)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sqlite3.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sqlite3.so (0x000055aa9569c7d0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/object-evict.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/object-evict.so (0x000055aa9569f5c0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/synch.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/synch.so (0x000055aa9569fe00)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/synch-open.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/synch-open.so (0x000055aa956a0500)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/synch-params.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/synch-params.so (0x000055aa956a0c10)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/synch-dyn.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/synch-dyn.so (0x000055aa956a13e0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/synch-object.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/synch-object.so (0x000055aa956a1bc0)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/format.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/format.so (0x000055aa956a2390)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/md5.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/md5.so (0x000055aa956a5060)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/regex-case.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/regex-case.so (0x000055aa956a5790)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sparse-vectors.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sparse-vectors.so (0x000055aa956a5eb0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/z3.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/z3.so (0x000055aa956a65c0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/bind.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/bind.so (0x000055aa956a7990)
[debug] entering toplevel...
[debug] entering hostinfo...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/foreigners.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/foreigners.so (0x000055aa956a8c80)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/system-information.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/system-information.so (0x000055aa956a9320)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
[debug] resizing scratchspace dynamically from 2k to 2k ...
[debug] entering dbmod...
[debug] entering csv-xml...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/unicode-utils.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/unicode-utils.so (0x000055aa956aa2c0)
[debug] entering toplevel...
[debug] entering mtmod...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/s11n.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/s11n.so (0x000055aa956c1ed0)
[debug] entering toplevel...
[debug] entering rmtmod...
[debug] entering apimod...
[debug] entering tasksmod...
[debug] entering pgdb...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/postgresql.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/postgresql.so (0x000055aa956d0fc0)
[debug] entering toplevel...
[debug] entering servermod...
[debug] entering itemsmod...
[debug] entering portloggermod...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/nng.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/nng.so (0x000055aa957011f0)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/uri-common.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/uri-common.so (0x000055aa95703000)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/uri-generic.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/uri-generic.so (0x000055aa95704240)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
[debug] entering bigmod.import...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.condition.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.condition.import.so (0x000055aa95705020)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.file.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.file.import.so (0x000055aa9570c4d0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.io.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.io.import.so (0x000055aa9570caa0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.pathname.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.pathname.import.so (0x000055aa9570d190)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.port.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.port.import.so (0x000055aa9570d8a0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.pretty-print.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.pretty-print.import.so (0x000055aa9570df90)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.process.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.process.import.so (0x000055aa9570e6a0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.process-context.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.process-context.import.so (0x000055aa9570ed90)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.sort.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.sort.import.so (0x000055aa9570f4a0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.string.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.string.import.so (0x000055aa9570fb80)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.time.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.time.import.so (0x000055aa95710260)
[debug] entering toplevel...
; loading ./debugprint.import.scm ...
; loading ./mtargs.import.scm ...
; loading ./commonmod.import.scm ...
; loading ./configfmod.import.scm ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/base64.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/base64.import.so (0x000055aa95710ce0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sqlite3.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sqlite3.import.so (0x000055aa95711310)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-18.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-18.import.so (0x000055aa95711b10)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/directory-utils.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/directory-utils.import.so (0x000055aa957121f0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/format.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/format.import.so (0x000055aa957128d0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/matchable.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/matchable.import.so (0x000055aa95712fb0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.memory.representation.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.memory.representation.import.so (0x000055aa95714100)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/md5.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/md5.import.so (0x000055aa957148e0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest.import.so (0x000055aa95714fc0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/regex.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/regex.import.so (0x000055aa957156a0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/regex-case.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/regex-case.import.so (0x000055aa95715d80)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sparse-vectors.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sparse-vectors.import.so (0x000055aa95716500)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-1.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-1.import.so (0x000055aa95716be0)
[debug] entering toplevel...

Note: re-importing already imported identifier: assoc

Note: re-importing already imported identifier: member
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-13.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-13.import.so (0x000055aa957172c0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.fixnum.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.fixnum.import.so (0x000055aa95717b30)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.platform.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.platform.import.so (0x000055aa95718640)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-14.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-14.import.so (0x000055aa95718f90)
[debug] entering toplevel...

Note: re-importing already imported identifier: string->list

Note: re-importing already imported identifier: string-copy

Note: re-importing already imported identifier: string-fill!
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-69.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-69.import.so (0x000055aa957199e0)
[debug] entering toplevel...

Note: re-importing already imported identifier: string-hash

Note: re-importing already imported identifier: string-hash-ci
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/stack.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/stack.import.so (0x000055aa9571a0c0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/typed-records.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/typed-records.import.so (0x000055aa9571a7a0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/defstruct.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/defstruct.import.so (0x000055aa9571b2b0)
[debug] entering toplevel...

Note: re-importing already imported syntax: define-record-type

Note: re-importing already imported syntax: define-record
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/z3.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/z3.import.so (0x000055aa9571bce0)
[debug] entering toplevel...

Note: re-importing already imported identifier: member

Note: re-importing already imported identifier: assoc

Note: re-importing already imported identifier: string-copy

Note: re-importing already imported identifier: string->list

Note: re-importing already imported identifier: string-fill!

Note: re-importing already imported syntax: define-record-type

Note: re-importing already imported syntax: define-record

Note: re-importing already imported identifier: assoc

Note: re-importing already imported identifier: member

Note: re-importing already imported identifier: string->list

Note: re-importing already imported identifier: string-copy

Note: re-importing already imported identifier: string-fill!

Note: re-importing already imported identifier: string-hash

Note: re-importing already imported identifier: string-hash-ci

Note: re-importing already imported identifier: string-hash

Note: re-importing already imported identifier: string-hash-ci

Note: re-importing already imported syntax: define-record-type

Note: re-importing already imported syntax: define-record
[debug] resizing mutation stack from 8k to 16k ...
[debug] entering dashboard-context-menu...
[debug] resizing heap dynamically from 8197k to 18450k ...
[debug] entering ezstepsmod...
[debug] entering testsmod...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/csv-abnf.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/csv-abnf.so (0x000055aa957260a0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/yasos.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/yasos.so (0x000055aa95726ed0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/yasos-collections.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/yasos-collections.so (0x000055aa95727cb0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-127.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-127.so (0x000055aa95728d40)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/abnf.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/abnf.so (0x000055aa95729ab0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/lexgen.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/lexgen.so (0x000055aa9572a6a0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/abnf-consumers.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/abnf-consumers.so (0x000055aa9572af10)
[debug] entering toplevel...
[debug] entering subrunmod...
[debug] entering dcommon...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/iup.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/iup.so (0x000055aa95731c30)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-42.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-42.so (0x000055aa958086e0)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/canvas-draw.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/canvas-draw.so (0x000055aa95e4c370)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/fmt.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/fmt.so (0x000055aa95e4f470)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
[debug] resizing scratchspace dynamically from 2k to 8k ...
[debug] resizing scratchspace dynamically from 8k to 32k ...
[debug] resizing scratchspace dynamically from 32k to 128k ...
[debug] entering dashboard-tests...
[debug] entering launchmod...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sxml-serializer.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sxml-serializer.so (0x000055aa95e5be60)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sxml-modifications.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sxml-modifications.so (0x000055aa95e5e680)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/xpath-parser.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/xpath-parser.so (0x000055aa95e5f660)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sxpath-lolevel.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sxpath-lolevel.so (0x000055aa95e61f30)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/context-sxpath-lolevel.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/context-sxpath-lolevel.so (0x000055aa95e642e0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/ddo-sxpath-lolevel.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/ddo-sxpath-lolevel.so (0x000055aa95e670d0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sxml-transforms.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sxml-transforms.so (0x000055aa95e69820)
[debug] entering toplevel...
[debug] entering runsmod...
[debug] entering archivemod...
[debug] entering tree...
[debug] entering vgmod...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/simple-exceptions.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/simple-exceptions.so (0x000055aa95e7a730)
[debug] entering toplevel...
[debug] entering continuation...
[debug] entering repl...
[debug] entering tcp...
[debug] resizing scratchspace dynamically from 0k to 2k ...
Checking for MT_ vars:  MT_RUN_AREA_HOME MT_MEGATEST MT_CMDINFO MT_TEST_RUN_DIR MT_LINKTREE MT_TESTSUITENAME. Done. All ok.
Unrecognised arguments: -:d
[debug] forcing finalizers...

Script done on 2021-11-12 18:47:38-0500
Script started on 2021-11-12 18:48:06-0500
[debug] application startup...
[debug] heap resized to 1048576 bytes
[debug] stack bottom is 0x7ffe07769250.
[debug] entering toplevel...
[debug] entering library...
[debug] entering build-version...
[debug] entering eval...
[debug] entering modules...
[debug] entering chicken-syntax...
[debug] entering expand...
[debug] entering internal...
[debug] entering dbi...
[debug] entering posix...
[debug] entering scheduler...
[debug] entering extras...
[debug] entering data-structures...
[debug] entering pathname...
[debug] entering irregex...
[debug] entering port...
[debug] entering lolevel...
[debug] entering file...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-1.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-1.so (0x0000563f35126da0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-13.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-13.so (0x0000563f351288b0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-14.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-14.so (0x0000563f3512ac00)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/autoload.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/autoload.so (0x0000563f3512c660)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sql-null.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sql-null.so (0x0000563f3512cd60)
[debug] entering toplevel...
[debug] entering pkts...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/regex.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/regex.so (0x0000563f3512fd70)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-69.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-69.so (0x0000563f351308f0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/crypt.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/crypt.so (0x0000563f35132220)
[debug] entering toplevel...
[debug] entering srfi-4...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sha1.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sha1.so (0x0000563f351364e0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sha1-primitive.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sha1-primitive.so (0x0000563f35136cd0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-primitive.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-primitive.so (0x0000563f35137580)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks.so (0x0000563f35138690)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks-basic.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks-basic.so (0x0000563f35138f00)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors-basic.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors-basic.so (0x0000563f351397d0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks-atoms.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks-atoms.so (0x0000563f3513a270)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks-numbers.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks-numbers.so (0x0000563f3513ab90)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors-numbers.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors-numbers.so (0x0000563f3513bfd0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors-atoms.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors-atoms.so (0x0000563f3513ca80)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks-structured.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-checks-structured.so (0x0000563f3513d210)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors-structured.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors-structured.so (0x0000563f3513e080)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/type-errors.so (0x0000563f3513e920)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sha1-api.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sha1-api.so (0x0000563f3513f070)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest.so (0x0000563f3513f870)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-basic.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-basic.so (0x0000563f35140090)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-type.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-type.so (0x0000563f35140880)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/blob-hexadecimal.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/blob-hexadecimal.so (0x0000563f35141680)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/to-hex.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/to-hex.so (0x0000563f35142090)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/string-hexadecimal.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/string-hexadecimal.so (0x0000563f351429d0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-chunk.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-chunk.so (0x0000563f351431c0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-byte-vector.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-byte-vector.so (0x0000563f35143e90)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-support.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-support.so (0x0000563f35144a70)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-int.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-int.so (0x0000563f35145210)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/blob-set-int.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/blob-set-int.so (0x0000563f351461b0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-srfi-4.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-srfi-4.so (0x0000563f35146ae0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-4-checks.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-4-checks.so (0x0000563f35147300)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-4-errors.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-4-errors.so (0x0000563f35147db0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-update-item.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-update-item.so (0x0000563f35148610)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-item.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-item.so (0x0000563f35148f10)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-port.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest-port.so (0x0000563f351497a0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/typed-records.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/typed-records.so (0x0000563f3514a270)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/defstruct.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/defstruct.so (0x0000563f3514a9c0)
[debug] entering toplevel...
[debug] entering stml2...
[debug] resizing heap dynamically from 1024k to 4153k ...
[debug] entering cookie...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/queues.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/queues.so (0x0000563f35152760)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
[debug] resizing scratchspace dynamically from 0k to 2k ...
[debug] entering csv-xml...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/moremacros.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/moremacros.so (0x0000563f35153360)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/miscmacros.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/miscmacros.so (0x0000563f35154ce0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/cpp-macros.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/cpp-macros.so (0x0000563f35155310)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/unicode-utils.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/unicode-utils.so (0x0000563f35155a20)
[debug] entering toplevel...
[debug] entering hostinfo...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/foreigners.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/foreigners.so (0x0000563f35157060)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/system-information.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/system-information.so (0x0000563f351577d0)
[debug] entering toplevel...
[debug] entering adjutant...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sqlite3.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sqlite3.so (0x0000563f35158010)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-18.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-18.so (0x0000563f3515aef0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/object-evict.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/object-evict.so (0x0000563f3515c2e0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/synch.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/synch.so (0x0000563f3515caa0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/synch-open.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/synch-open.so (0x0000563f3515d280)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/synch-params.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/synch-params.so (0x0000563f3515d990)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/synch-dyn.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/synch-dyn.so (0x0000563f3515e160)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/synch-object.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/synch-object.so (0x0000563f3515e940)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/matchable.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/matchable.so (0x0000563f3515f120)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/md5.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/md5.so (0x0000563f3515f880)
[debug] entering toplevel...
[debug] entering archivemod...
[debug] entering debugprint...
[debug] entering mtargs...
[debug] resizing scratchspace dynamically from 0k to 2k ...
[debug] entering commonmod...
[debug] entering mtver...
[debug] entering processmod...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/directory-utils.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/directory-utils.so (0x0000563f351638b0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/list-utils.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/list-utils.so (0x0000563f351718f0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/stack.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/stack.so (0x0000563f351727e0)
[debug] entering toplevel...
[debug] entering read-syntax...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/record-variants.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/record-variants.so (0x0000563f351737a0)
[debug] entering toplevel...
[debug] entering configfmod...
[debug] entering keysmod...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/base64.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/base64.so (0x0000563f35176580)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/format.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/format.so (0x0000563f35176da0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/regex-case.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/regex-case.so (0x0000563f35179980)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sparse-vectors.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sparse-vectors.so (0x0000563f3517a100)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/z3.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/z3.so (0x0000563f3517a8b0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/bind.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/bind.so (0x0000563f3517bc80)
[debug] entering toplevel...
[debug] resizing heap dynamically from 4153k to 8307k ...
[debug] resizing scratchspace dynamically from 0k to 2k ...
[debug] resizing scratchspace dynamically from 2k to 2k ...
[debug] entering mtmod...
[debug] entering dbmod...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/s11n.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/s11n.so (0x0000563f3517cb50)
[debug] entering toplevel...
[debug] entering rmtmod...
[debug] entering apimod...
[debug] entering tasksmod...
[debug] entering pgdb...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/postgresql.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/postgresql.so (0x0000563f351a1690)
[debug] entering toplevel...
[debug] entering servermod...
[debug] entering itemsmod...
[debug] entering portloggermod...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/nng.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/nng.so (0x0000563f351d1260)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/uri-common.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/uri-common.so (0x0000563f351d3030)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/uri-generic.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/uri-generic.so (0x0000563f351d4270)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
[debug] entering launchmod...
[debug] entering ezstepsmod...
[debug] entering testsmod...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/csv-abnf.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/csv-abnf.so (0x0000563f351d5040)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/yasos.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/yasos.so (0x0000563f351e28e0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/yasos-collections.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/yasos-collections.so (0x0000563f351e3760)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-127.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-127.so (0x0000563f351e4870)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8-srfi-13.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8-srfi-13.so (0x0000563f351e55f0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8-lolevel.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8-lolevel.so (0x0000563f351e72d0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8-srfi-14.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8-srfi-14.so (0x0000563f351e7fc0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/iset.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/iset.so (0x0000563f351e9700)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8-case-map.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8-case-map.so (0x0000563f351eab00)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/unicode-char-sets.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/unicode-char-sets.so (0x0000563f351f3b30)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/abnf.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/abnf.so (0x0000563f351fabb0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/utf8.so (0x0000563f351fb8d0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/lexgen.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/lexgen.so (0x0000563f351fc5a0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/abnf-consumers.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/abnf-consumers.so (0x0000563f351fce10)
[debug] entering toplevel...
[debug] entering subrunmod...
[debug] entering bigmod...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sxml-serializer.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sxml-serializer.so (0x0000563f351fe660)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sxml-modifications.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sxml-modifications.so (0x0000563f35200e70)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/xpath-parser.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/xpath-parser.so (0x0000563f35201e70)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sxpath-lolevel.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sxpath-lolevel.so (0x0000563f352047a0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/context-sxpath-lolevel.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/context-sxpath-lolevel.so (0x0000563f35206bb0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/ddo-sxpath-lolevel.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/ddo-sxpath-lolevel.so (0x0000563f35209e90)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sxml-transforms.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sxml-transforms.so (0x0000563f3520c5e0)
[debug] entering toplevel...
[debug] entering autoload...
[debug] entering ducttape-lib...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/ansi-escape-sequences.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/ansi-escape-sequences.so (0x0000563f3521f410)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/test.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/test.so (0x0000563f35220a00)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/slice.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/slice.so (0x0000563f352223b0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/rfc3339.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/rfc3339.so (0x0000563f35222a00)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/filepath.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/filepath.so (0x0000563f35223940)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19.so (0x0000563f35224f90)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-core.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-core.so (0x0000563f352256d0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-timezone.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-timezone.so (0x0000563f35225e50)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/locale.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/locale.so (0x0000563f35226d20)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-builtin.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-builtin.so (0x0000563f35227600)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-posix.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-posix.so (0x0000563f352280e0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-categories.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-categories.so (0x0000563f35229570)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-components.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-components.so (0x0000563f35229f40)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-timezone.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-timezone.so (0x0000563f3522b620)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-current.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/locale-current.so (0x0000563f3522c040)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-support.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-support.so (0x0000563f3522c9d0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-tm.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-tm.so (0x0000563f3522e590)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-time.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-time.so (0x0000563f352304f0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-date.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-date.so (0x0000563f352322e0)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-io.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-io.so (0x0000563f352344d0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-29.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-29.so (0x0000563f352357b0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/posix-utils.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/posix-utils.so (0x0000563f35236a10)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/condition-utils.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/condition-utils.so (0x0000563f35237840)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/condition-utils-support.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/condition-utils-support.so (0x0000563f35238100)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/exn-condition.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/exn-condition.so (0x0000563f35238950)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-29-install.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-29-install.so (0x0000563f35239210)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
[debug] resizing scratchspace dynamically from 0k to 2k ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-literals.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-19-literals.so (0x0000563f35239a30)
[debug] entering toplevel...
[debug] entering mutils...
[debug] entering runsmod...
[debug] entering apimod.import...
[debug] entering debugprint.import...
[debug] entering mtargs.import...
[debug] entering commonmod.import...
[debug] entering configfmod.import...
[debug] entering bigmod.import...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.condition.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.condition.import.so (0x0000563f3524e930)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.file.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.file.import.so (0x0000563f3524f040)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.io.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.io.import.so (0x0000563f3524f720)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.pathname.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.pathname.import.so (0x0000563f3524fe10)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.port.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.port.import.so (0x0000563f35250520)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.pretty-print.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.pretty-print.import.so (0x0000563f35250c10)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.process.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.process.import.so (0x0000563f35251320)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.process-context.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.process-context.import.so (0x0000563f35251a10)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.sort.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.sort.import.so (0x0000563f35252120)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.string.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.string.import.so (0x0000563f35252800)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.time.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.time.import.so (0x0000563f35252ee0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/base64.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/base64.import.so (0x0000563f352535c0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sqlite3.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sqlite3.import.so (0x0000563f35253cd0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-18.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-18.import.so (0x0000563f35254560)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/directory-utils.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/directory-utils.import.so (0x0000563f35254c40)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/format.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/format.import.so (0x0000563f35255320)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/matchable.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/matchable.import.so (0x0000563f35255a00)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.memory.representation.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.memory.representation.import.so (0x0000563f35256ad0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/md5.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/md5.import.so (0x0000563f352572b0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/message-digest.import.so (0x0000563f35257990)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/regex.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/regex.import.so (0x0000563f35258070)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/regex-case.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/regex-case.import.so (0x0000563f35258750)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sparse-vectors.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sparse-vectors.import.so (0x0000563f35258ed0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-1.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-1.import.so (0x0000563f352595b0)
[debug] entering toplevel...

Note: re-importing already imported identifier: assoc

Note: re-importing already imported identifier: member
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-13.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-13.import.so (0x0000563f35259c90)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.fixnum.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.fixnum.import.so (0x0000563f3525a500)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.platform.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/chicken.platform.import.so (0x0000563f3525aff0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-14.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-14.import.so (0x0000563f3525b940)
[debug] entering toplevel...

Note: re-importing already imported identifier: string->list

Note: re-importing already imported identifier: string-copy

Note: re-importing already imported identifier: string-fill!
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-69.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/srfi-69.import.so (0x0000563f3525c390)
[debug] entering toplevel...

Note: re-importing already imported identifier: string-hash

Note: re-importing already imported identifier: string-hash-ci
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/stack.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/stack.import.so (0x0000563f3525ca70)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/typed-records.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/typed-records.import.so (0x0000563f3525d150)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/defstruct.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/defstruct.import.so (0x0000563f3525dc60)
[debug] entering toplevel...

Note: re-importing already imported syntax: define-record-type

Note: re-importing already imported syntax: define-record
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/z3.import.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/z3.import.so (0x0000563f3525e650)
[debug] entering toplevel...

Note: re-importing already imported identifier: member

Note: re-importing already imported identifier: assoc

Note: re-importing already imported identifier: string-copy

Note: re-importing already imported identifier: string->list

Note: re-importing already imported identifier: string-fill!

Note: re-importing already imported syntax: define-record-type

Note: re-importing already imported syntax: define-record

Note: re-importing already imported identifier: assoc

Note: re-importing already imported identifier: member

Note: re-importing already imported identifier: string->list

Note: re-importing already imported identifier: string-copy

Note: re-importing already imported identifier: string-fill!

Note: re-importing already imported identifier: string-hash

Note: re-importing already imported identifier: string-hash-ci

Note: re-importing already imported identifier: string-hash

Note: re-importing already imported identifier: string-hash-ci

Note: re-importing already imported syntax: define-record-type

Note: re-importing already imported syntax: define-record
[debug] resizing mutation stack from 8k to 16k ...
[debug] entering dbmod.import...
[debug] entering rmtmod.import...
[debug] resizing heap dynamically from 8307k to 18747k ...
[debug] entering servermod.import...
[debug] entering launchmod.import...
[debug] entering repl...
[debug] entering tcp...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/address-info.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/address-info.so (0x0000563f35267b80)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/fmt.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/fmt.so (0x0000563f35268700)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
[debug] resizing scratchspace dynamically from 2k to 8k ...
[debug] resizing scratchspace dynamically from 8k to 32k ...
[debug] resizing scratchspace dynamically from 32k to 128k ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/http-client.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/http-client.so (0x0000563f3526aa90)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/intarweb.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/intarweb.so (0x0000563f3526cd30)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/simple-md5.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/simple-md5.so (0x0000563f352726e0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/memory-mapped-files.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/memory-mapped-files.so (0x0000563f35272e60)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sendfile.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sendfile.so (0x0000563f352738a0)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/json.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/json.so (0x0000563f35274560)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/packrat.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/packrat.so (0x0000563f352755d0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/linenoise.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/linenoise.so (0x0000563f352763f0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/spiffy.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/spiffy.so (0x0000563f35276d00)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/spiffy-directory-listing.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/spiffy-directory-listing.so (0x0000563f35278f60)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/spiffy-request-vars.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/spiffy-request-vars.so (0x0000563f35279ae0)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sql-de-lite.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sql-de-lite.so (0x0000563f3527a710)
[debug] entering toplevel...
; loading /home/matt/data/buildall/ck5.2/lib/chicken/11/sql-de-lite-cache.so ...
[debug] loading compiled library /home/matt/data/buildall/ck5.2/lib/chicken/11/sql-de-lite-cache.so (0x0000563f3527c880)
[debug] entering toplevel...
[debug] resizing scratchspace dynamically from 0k to 2k ...
; loading /home/matt/.megatestrc ...
on-exit disabled. Please re-enable

Megatest, documentation at http://www.kiatoa.com/fossils/megatest
  version 1.6584
  license GPL, Copyright Matt Welland 2006-2017
 
Usage: megatest [options]
  -h                      : this help
  -manual                 : show the Megatest user manual
  -version                : print megatest version (currently 1.6584)

Launching and managing runs
  -run                    : run all tests or as specified by -testpatt
  -remove-runs            : remove the data for a run, requires -runname and -testpatt
                            Optionally use :state and :status, use -keep-records to remove only
                            the run data. Use -kill-wait to override the 10 second
                            per test wait after kill delay (e.g. -kill-wait 0). 
  -kill-runs              : kill existing run(s) (all incomplete tests killed)
  -kill-rerun             : kill an existing run (all incomplete tests killed and run is rerun)
  -set-state-status X,Y   : set state to X and status to Y, requires controls per -remove-runs
  -rerun FAIL,WARN...     : force re-run for tests with specificed status(s)
  -rerun-clean            : set all tests not COMPLETED+PASS,WARN,WAIVED to NOT_STARTED,n/a
                            and then run the specified testpatt with -preclean
  -rerun-all              : set all tests to NOT_STARTED,n/a and run with -preclean
  -lock                   : lock run specified by target and runname
  -unlock                 : unlock run specified by target and runname
  -set-run-status status  : sets status for run to status, requires -target and -runname
  -get-run-status         : gets status for run specified by target and runname
  -run-wait               : wait on run specified by target and runname
  -preclean               : remove the existing test directory before running the test
  -clean-cache            : remove the cached megatest.config and runconfigs.config files
  -no-cache               : do not use the cached config files. 
  -one-pass               : launch as many tests as you can but do not wait for more to be ready
  -remove-keep N          : remove all but N most recent runs per target; use '-actions, -age, -precmd'
  -age <age>              : 120d,3h,20m to apply only to runs older than the 
                                 specified age. NB// M=month, m=minute
  -actions <action>[,...] : actions to take; print,remove-runs,archive,kill-runs
  -precmd                 : insert a wrapper command in front of the commands run

Selectors (e.g. use for -runtests, -remove-runs, -set-state-status, -list-runs etc.)
  -target key1/key2/...   : run for key1, key2, etc.
  -reqtarg key1/key2/...  : run for key1, key2, etc. but key1/key2 must be in runconfigs
  -testpatt patt1/patt2,patt3/...  : % is wildcard
  -runname                : required, name for this particular test run
  -state                  : Applies to runs, tests or steps depending on context
  -status                 : Applies to runs, tests or steps depending on context
  -modepatt key           : load testpatt from <key> in runconfigs instead of default TESTPATT if -testpatt and -tagexpr are not specified
  -tagexpr tag1,tag2%,..  : select tests with tags matching expression
  

Test helpers (for use inside tests)
  -step stepname
  -test-status            : set the state and status of a test (use :state and :status)
  -setlog logfname        : set the path/filename to the final log relative to the test
                            directory. may be used with -test-status
  -set-toplog logfname    : set the overall log for a suite of sub-tests
  -summarize-items        : for an itemized test create a summary html 
  -m comment              : insert a comment for this test

Test data capture
  -set-values             : update or set values in the testdata table
  :category               : set the category field (optional)
  :variable               : set the variable name (optional)
  :value                  : value measured (required)
  :expected               : value expected (required)
  :tol                    : |value-expect| <= tol (required, can be <, >, >=, <= or number)
  :units                  : name of the units for value, expected_value etc. (optional)
  -load-test-data         : read test specific data for storage in the test_data table
                            from standard in. Each line is comma delimited with four
                            fields category,variable,value,comment

Queries
  -list-runs patt         : list runs matching pattern "patt", % is the wildcard
  -show-keys              : show the keys used in this megatest setup
  -test-files targpatt    : get the most recent test path/file matching targpatt e.g. %/% or '*.log'
                            returns list sorted by age ascending, see examples below
  -test-paths             : get the test paths matching target, runname, item and test
                            patterns.
  -list-disks             : list the disks available for storing runs
  -list-targets           : list the targets in runconfigs.config
  -list-db-targets        : list the target combinations used in the db
  -show-config            : dump the internal representation of the megatest.config file
  -show-runconfig         : dump the internal representation of the runconfigs.config file
  -dumpmode MODE          : dump in MODE format instead of sexpr, MODE=json,ini,sexp etc. (add -debug 0,9 to see which file contributes each line)
  -show-cmdinfo           : dump the command info for a test (run in test environment)
  -section sectionName
  -var varName            : for config and runconfig lookup value for sectionName varName
  -since N                : get list of runs changed since time N (Unix seconds)
  -fields fieldspec       : fields to include in json dump; runs:id,runame+tests:testname+steps
  -sort fieldname         : in -list-runs sort tests by this field
  -testdata-csv [categorypatt/]varpatt  : dump testdata for given category

Misc 
  -start-dir path         : switch to this directory before running megatest
  -contour cname          : add a level of hierarcy to the linktree and run paths
  -area-tag tagname       : add a tag to an area while syncing to pgdb
  -run-tag tagname        : add a tag to a run while syncing to pgdb
  -rebuild-db             : bring the database schema up to date
  -cleanup-db             : remove any orphan records, vacuum the db
  -import-megatest.db     : push data from megatest.db to cache db files in /tmp/$USER
  -sync-to-megatest.db    : pull data from cache files in /tmp/$USER to megatest.db
  -sync-to dest           : sync to new postgresql central style database
  -update-meta            : update the tests metadata for all tests
  -setvars VAR1=val1,VAR2=val2 : Add environment variables to a run NB// these are
                                 overwritten by values set in config files.
  -server -|hostname      : start the server (reduces contention on megatest.db), use
                            - to automatically figure out hostname
  -adjutant C,M           : start the server/adjutant with allocated cores C and Mem M (Gig), 
                            use 0,0 to auto use full machine
  -transport http|rpc     : use http or rpc for transport (default is http) 
  -log logfile            : send stdout and stderr to logfile
  -list-servers           : list the servers 
  -kill-servers           : kill all servers
  -repl                   : start a repl (useful for extending megatest)
  -load file.scm          : load and run file.scm
  -mark-incompletes       : find and mark incomplete tests
  -ping run-id|host:port  : ping server, exit with 0 if found
  -debug N|N,M,O...       : enable debug 0-N or N and M and O ...
  -debug-noprop N|M,M,O...: enable debug but do not propagate to subprocesses via MT_DEBUG
  -config fname           : override the megatest.config file with fname
  -append-config fname    : append fname to the megatest.config file

Utilities
  -env2file fname         : write the environment to fname.csh and fname.sh
  -envcap a               : save current variables labeled as context 'a' in file envdat.db
  -envdelta a-b           : output enviroment delta from context a to context b to -o fname
                            set the output mode with -dumpmode csh, bash or ini
                            note: ini format will use calls to use curr and minimize path
  -refdb2dat refdb        : convert refdb to sexp or to format specified by s-dumpmode
                            formats: perl, ruby, sqlite3, csv (for csv the -o param
                            will substitute %s for the sheet name in generating 
                            multiple sheets)
  -o                      : output file for refdb2dat (defaults to stdout)
  -archive cmd            : archive runs specified by selectors to one of disks specified
                            in the [archive-disks] section.
                            cmd: keep-html, restore, save, save-remove, get, replicate-db (use 
                            -dest to set destination), -include path1,path2... to get or save specific files
  -generate-html          : create a simple html dashboard for browsing your runs
  -generate-html-structure  : create a top level html veiw to list targets/runs and a Run view within each run directory.  
  -list-run-time          : list time requered to complete runs. It supports following switches
                            -run-patt <patt> -target-patt <patt> -dumpmode <csv,json,plain-text>
  -list-test-time	  : list time requered to complete each test in a run. It following following arguments
                            -runname <patt> -target <patt> -dumpmode <csv,json,plain-text>
  -syscheck               : do some very basic checks; write access and space in tmp, home, runs, links and 
                            is $DISPLAY valid 
  -list-waivers           : dump waivers for specified target, runname, testpatt to stdout

Diff report
  -diff-rep               : generate diff report (must include -src-target, -src-runname, -target, -runname
                                                  and either -diff-email or -diff-html)
  -src-target <target>
  -src-runname <target>
  -diff-email <emails>    : comma separated list of email addresses to send diff report
  -diff-html  <rep.html>  : path to html file to generate

Spreadsheet generation
  -extract-ods fname.ods  : extract an open document spreadsheet from the database
  -pathmod path           : insert path, i.e. path/runame/itempath/logfile.html
                            will clear the field if no rundir/testname/itempath/logfile
                            if it contains forward slashes the path will be converted
                            to windows style
Getting started
  -create-megatest-area   : create a skeleton megatest area. You will be prompted for paths
  -create-test testname   : create a skeleton megatest test. You will be prompted for info

Examples

# Get test path, use '.' to get a single path or a specific path/file pattern
megatest -test-files 'logs/*.log' -target ubuntu/n%/no% -runname w49% -testpatt test_mt%

Called as /home/matt/data/megatest/bin/.18.04/mtest -:d
Version 1.6584, built from b6ea6cc3d4bb99c0940a5e55921528196d7a6a73
[debug] forcing finalizers...
[debug] application terminated normally

Script done on 2021-11-12 18:48:07-0500

Reply via email to