dd9fe5abdb6309e1 / check succeeded

Defined at .automate/pipelines.scm:63

./pre-inst-env /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild compile  -Wunbound-variable -Warity-mismatch -Wformat -o "tests.go" "tests.scm"
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/gnu/store/famnm0bim1kmmk8ax5ldhs8fsvf30kky-guile-next-3.0.11-1.b0f6549/bin/guild.go
wrote `tests.go'
./pre-inst-env /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild compile  -Wunbound-variable -Warity-mismatch -Wformat -o "tests/actors.go" "tests/actors.scm"
wrote `tests/actors.go'
./pre-inst-env /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild compile  -Wunbound-variable -Warity-mismatch -Wformat -o "tests/backtraces.go" "tests/backtraces.scm"
wrote `tests/backtraces.go'
./pre-inst-env /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild compile  -Wunbound-variable -Warity-mismatch -Wformat -o "tests/knots-core.go" "tests/knots-core.scm"
wrote `tests/knots-core.go'
./pre-inst-env /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild compile  -Wunbound-variable -Warity-mismatch -Wformat -o "tests/non-blocking.go" "tests/non-blocking.scm"
wrote `tests/non-blocking.go'
./pre-inst-env /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild compile  -Wunbound-variable -Warity-mismatch -Wformat -o "tests/notification.go" "tests/notification.scm"
wrote `tests/notification.go'
./pre-inst-env /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild compile  -Wunbound-variable -Warity-mismatch -Wformat -o "tests/parallelism.go" "tests/parallelism.scm"
wrote `tests/parallelism.go'
./pre-inst-env /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild compile  -Wunbound-variable -Warity-mismatch -Wformat -o "tests/promise.go" "tests/promise.scm"
wrote `tests/promise.go'
./pre-inst-env /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild compile  -Wunbound-variable -Warity-mismatch -Wformat -o "tests/queue.go" "tests/queue.scm"
wrote `tests/queue.go'
./pre-inst-env /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild compile  -Wunbound-variable -Warity-mismatch -Wformat -o "tests/web.go" "tests/web.scm"
wrote `tests/web.go'
./pre-inst-env /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild compile  -Wunbound-variable -Warity-mismatch -Wformat -o "tests/resource-pool.go" "tests/resource-pool.scm"
wrote `tests/resource-pool.go'
./pre-inst-env /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild compile  -Wunbound-variable -Warity-mismatch -Wformat -o "tests/sort.go" "tests/sort.scm"
wrote `tests/sort.go'
./pre-inst-env /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild compile  -Wunbound-variable -Warity-mismatch -Wformat -o "tests/thread-pool.go" "tests/thread-pool.scm"
wrote `tests/thread-pool.go'
./pre-inst-env /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild compile  -Wunbound-variable -Warity-mismatch -Wformat -o "tests/timeout.go" "tests/timeout.scm"
wrote `tests/timeout.go'
./pre-inst-env /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild compile  -Wunbound-variable -Warity-mismatch -Wformat -o "tests/web-server.go" "tests/web-server.scm"
WARNING: (#{ g111}#): `sleep' imported from both (fibers) and (fibers timers)
wrote `tests/web-server.go'
find ./tests -maxdepth 1 -name "*.scm" | xargs -t -L1 ./test-env guile
./test-env guile ./tests/web-server.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/./tests/web-server.scm
WARNING: (guile-user): `sleep' imported from both (fibers) and (fibers timers)
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/tests/web-server.scm.go
exception when processing: GET /
In knots/web-server.scm:
  1019:32    (_)
In ice-9/boot-9.scm:
  1712:22    (raise-exception _ #:continuable? _)
In knots/web-server.scm:
   997:34    (_ _)
In ice-9/ports.scm:
    558:4    (call-with-output-string _)
ERROR:
  1. &irritants: (#<&message message: "wrong number of values returned from handler, expecting 2, got 1"> #<procedure 7f2622292290 at web-server.scm:48:12 (request body-port)>)
exception when processing: GET /
In knots/web-server.scm:
  1014:33    (_)
In web-server.scm:
   518:14    (_ _ _)
ERROR:
  1. &error
  2. &origin: #f
  3. &message: "deliberate handler bug"
  4. &irritants: ()
  5. &exception-with-kind-and-args:
      kind: misc-error
      args: (#f "deliberate handler bug" () #f)
In ice-9/boot-9.scm:
  1791:12    (with-exception-handler _ _ #:unwind? _ # _)
In knots/web-server.scm:
  1231:31    (_)
  1048:18    (handle-request _ #<input-output: socket 30> _ _ _ 1024 …)
In ice-9/boot-9.scm:
  1785:15    (with-exception-handler #<procedure 7f2622a0bf40 at kn…> …)
In knots/web-server.scm:
  1081:42    (_)
In ice-9/boot-9.scm:
  1785:15    (with-exception-handler #<procedure 7f26239739e0 at kn…> …)
In knots/web-server.scm:
  1085:46    (_)
In ice-9/boot-9.scm:
  1791:12    (with-exception-handler _ _ #:unwind? _ # _)
In web-server.scm:
   550:24    (_ _)
ERROR:
  1. &error
  2. &origin: #f
  3. &message: "deliberate body bug"
  4. &irritants: ()
  5. &exception-with-kind-and-args:
      kind: misc-error
      args: (#f "deliberate body bug" () #f)
exception when processing: OPTIONS *
In knots/web-server.scm:
  1014:33    (_)
In web-server.scm:
   810:14    (_ _ _)
ERROR:
  1. &error
  2. &origin: #f
  3. &message: "handler for asterisk-form request"
  4. &irritants: ()
  5. &exception-with-kind-and-args:
      kind: misc-error
      args: (#f "handler for asterisk-form request" () #f)
WARNING: (guile-user): `sleep' imported from both (fibers) and (fibers timers)
POST /upload: error replying to client
knots web-server, exception in make-request-meta:
In ice-9/boot-9.scm:
  1791:12    (with-exception-handler _ _ #:unwind? _ # _)
In knots/web-server.scm:
  1231:31    (_)
   947:14    (handle-request #<procedure 7f2622296b60 at web-server…> …)
In ice-9/boot-9.scm:
  1785:15    (with-exception-handler #<procedure 7f26239733b0 at kn…> …)
  1791:12    (with-exception-handler _ _ #:unwind? _ # _)
In knots/web-server.scm:
   923:22    (_)
In web-server.scm:
  1503:12    (_ _)
ERROR:
  1. &error
  2. &origin: #f
  3. &message: "deliberate make-request-meta bug"
  4. &irritants: ()
  5. &exception-with-kind-and-args:
      kind: misc-error
      args: (#f "deliberate make-request-meta bug" () #f)
knots web-server, exception in make-request-meta:
In ice-9/boot-9.scm:
  1791:12    (with-exception-handler _ _ #:unwind? _ # _)
In knots/web-server.scm:
  1231:31    (_)
   947:14    (handle-request #<procedure 7f2622296b60 at web-server…> …)
In ice-9/boot-9.scm:
  1785:15    (with-exception-handler #<procedure 7f26239733b0 at kn…> …)
  1791:12    (with-exception-handler _ _ #:unwind? _ # _)
ERROR:
  1. &error
  2. &origin: #f
  3. &message: "make-request-meta didn't return a list: ~S"
  4. &irritants: (not-a-list)
  5. &exception-with-kind-and-args:
      kind: misc-error
      args: (#f "make-request-meta didn't return a list: ~S" (not-a-list) #f)
running #<procedure 7f2622291860 at web-server.scm:24:1 ()>
running #<procedure 7f2622291878 at web-server.scm:45:1 ()>
running #<procedure 7f2622291890 at web-server.scm:65:1 ()>
running #<procedure 7f26222918a8 at web-server.scm:90:1 ()>
running #<procedure 7f26222918c0 at web-server.scm:115:1 ()>
running #<procedure 7f26222918d8 at web-server.scm:144:1 ()>
running #<procedure 7f26222918f0 at web-server.scm:172:1 ()>
running #<procedure 7f2622291908 at web-server.scm:216:1 ()>
running #<procedure 7f2622291920 at web-server.scm:253:1 ()>
running #<procedure 7f2622291938 at web-server.scm:322:1 ()>
running #<procedure 7f2622291950 at web-server.scm:360:1 ()>
running #<procedure 7f2622291968 at web-server.scm:416:1 ()>
running #<procedure 7f2622291980 at web-server.scm:455:1 ()>
running #<procedure 7f2622291998 at web-server.scm:483:1 ()>
running #<procedure 7f26222919b0 at web-server.scm:513:1 ()>
running #<procedure 7f26222919c8 at web-server.scm:543:1 ()>
running #<procedure 7f26222919e0 at web-server.scm:580:1 ()>
running #<procedure 7f26222919f8 at web-server.scm:616:1 ()>
running #<procedure 7f2622291a10 at web-server.scm:642:1 ()>
running #<procedure 7f2622291a28 at web-server.scm:667:1 ()>
running #<procedure 7f2622291a40 at web-server.scm:691:1 ()>
running #<procedure 7f2622291a58 at web-server.scm:731:1 ()>
running #<procedure 7f2622291a70 at web-server.scm:780:1 ()>
running #<procedure 7f2622291b08 at web-server.scm:842:1 ()>
running #<procedure 7f2622291b20 at web-server.scm:897:1 ()>
running #<procedure 7f2622291b38 at web-server.scm:976:1 ()>
running #<procedure 7f2622291b50 at web-server.scm:1011:1 ()>
running #<procedure 7f2622291b68 at web-server.scm:1040:1 ()>
running #<procedure 7f2622291c00 at web-server.scm:1088:1 ()>
running #<procedure 7f2622291c18 at web-server.scm:1136:1 ()>
running #<procedure 7f2622291c30 at web-server.scm:1186:1 ()>
running #<procedure 7f2622291c48 at web-server.scm:1224:1 ()>
running #<procedure 7f2622291c60 at web-server.scm:1253:1 ()>
running #<procedure 7f2622291c78 at web-server.scm:1270:1 ()>
running #<procedure 7f2622291c90 at web-server.scm:1310:1 ()>
running #<procedure 7f2622291ca8 at web-server.scm:1331:1 ()>
running #<procedure 7f2622291cc0 at web-server.scm:1368:1 ()>
running #<procedure 7f2622291cd8 at web-server.scm:1384:1 ()>
running #<procedure 7f2622291cf0 at web-server.scm:1403:1 ()>
running #<procedure 7f2622291d08 at web-server.scm:1444:1 ()>
running #<procedure 7f2622291d20 at web-server.scm:1473:1 ()>
web-server test finished successfully
./test-env guile ./tests/notification.scm
running #<procedure 7f9a505f5268 at notification.scm:8:1 ()>
notification test finished successfully
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/./tests/notification.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/tests/notification.scm.go
./test-env guile ./tests/web.scm
running #<procedure 7fe0e6046550 at web.scm:18:1 ()>
running #<procedure 7fe0e6046568 at web.scm:29:1 ()>
running #<procedure 7fe0e6046580 at web.scm:51:1 ()>
running #<procedure 7fe0e6046598 at web.scm:75:1 ()>
running #<procedure 7fe0e60465b0 at web.scm:103:1 ()>
running #<procedure 7fe0e60465c8 at web.scm:138:1 ()>
running #<procedure 7fe0e60465e0 at web.scm:177:1 ()>
running #<procedure 7fe0e60465f8 at web.scm:202:1 ()>
web test finished successfully
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/./tests/web.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/tests/web.scm.go
./test-env guile ./tests/backtraces.scm

plain-exception
  PASS  FIRST backtrace entry "(with-exception-handler"
  PASS  LAST backtrace entry 10:4
  PASS  output contains "ERROR:\n  1. &error\n  2. &origin: #f\n  3. &message: \"plain error message\""

triple-with-exception-handler
  PASS  FIRST backtrace entry "(with-exception-handler"
  PASS  LAST backtrace entry 16:12
  PASS  output contains "ERROR:\n  1. &error\n  2. &origin: #f\n  3. &message: \"plain error message\""

wrapped-exception
  PASS  FIRST backtrace entry "(with-exception-handler"
  PASS  LAST backtrace entry 16:8
  PASS  output contains "ERROR:\n  1. &error\n  2. &origin: #f\n  3. &message: \"wrapped error message\""

temporary-thread
  PASS  FIRST backtrace entry "(with-exception-handler"
  PASS  LAST backtrace entry 11:7
  PASS  output contains "ERROR:\n  1. &error\n  2. &origin: #f\n  3. &message: \"error from temporary thread\""

fibers-map
  PASS  FIRST backtrace entry "(with-exception-handler"
  PASS  LAST backtrace entry 18:14
  PASS  output contains "ERROR:\n  1. &error\n  2. &origin: #f\n  3. &message: \"error from fibers-map\""

call-with-resource-from-pool
  PASS  FIRST backtrace entry "(with-exception-handler"
  PASS  LAST backtrace entry 14:41
  PASS  output contains "ERROR:\n  1. &error\n  2. &origin: #f\n  3. &message: \"error from call-with-resource-from-pool\""
  PASS  output contains "(call-with-resource-from-pool"

fibers-let-resource-pool
  PASS  FIRST backtrace entry "(with-exception-handler"
  PASS  LAST backtrace entry 7:2
  PASS  output contains "ERROR:\n  1. &error\n  2. &origin: #f\n  3. &message: \"error from do-work\""
  PASS  output contains "(get-result _ _)"
  PASS  output contains "(do-work _ _)"
  PASS  output contains "(call-with-resource-from-pool"
  PASS  output excludes "In srfi/"
  PASS  output excludes "In knots/parallelism.scm"

call-with-cached-connection
  PASS  FIRST backtrace entry "(with-exception-handler"
  PASS  LAST backtrace entry 15:40
  PASS  output contains "ERROR:\n  1. &error\n  2. &origin: #f\n  3. &message: \"error from call-with-cached-connection\""

fibers-force
  PASS  FIRST backtrace entry "(with-exception-handler"
  PASS  LAST backtrace entry 14:11
  PASS  output contains "ERROR:\n  1. &error\n  2. &origin: #f\n  3. &message: \"error from fibers-force\""

call-with-thread
  PASS  FIRST backtrace entry "(with-exception-handler"
  PASS  LAST backtrace entry 14:7
  PASS  output contains "ERROR:\n  1. &error\n  2. &origin: #f\n  3. &message: \"error from call-with-thread\""

nested-parallelism
  PASS  FIRST backtrace entry "(with-exception-handler"
  PASS  LAST backtrace entry 7:2
  PASS  output contains "ERROR:\n  1. &error\n  2. &origin: #f\n  3. &message: \"deeply nested error ~S\""
  PASS  output contains "(run-work)"
  PASS  output contains "(process-batch _)"
  PASS  output contains "(deeply-nested _)"
  PASS  output excludes "In fibers"

guile-error-in-thread
  PASS  FIRST backtrace entry "(with-exception-handler"
  PASS  LAST backtrace entry 11:7
  PASS  output contains "ERROR:\n  1. &assertion-failure\n  2. &origin: \"+\"\n  3. &message: \"Wrong type argument in position ~A: ~S\"\n  4. &irritants: (1 a)"

guile-error-deep-in-thread
  PASS  FIRST backtrace entry "(with-exception-handler"
  PASS  LAST backtrace entry 7:12
  PASS  output contains "ERROR:\n  1. &assertion-failure\n  2. &origin: \"+\""
  PASS  output contains "(do-sort)"
  PASS  output contains "In unknown file:"
  PASS  output contains "(sort (1 2 3)"
  PASS  output excludes "In knots/"
  PASS  output excludes "In srfi/"

vhash-fold
  PASS  FIRST backtrace entry "(with-exception-handler"
  PASS  LAST backtrace entry "257:2"
  PASS  output contains "ERROR:\n  1. &assertion-failure\n  2. &origin: #f"
  PASS  output contains "(do-fold)"
  PASS  output contains "In ice-9/vlist.scm:"
  PASS  output contains "(vlist-fold"

vhash-fold-in-thread
  PASS  FIRST backtrace entry "(with-exception-handler"
  PASS  LAST backtrace entry "257:2"
  PASS  output contains "ERROR:\n  1. &assertion-failure\n  2. &origin: #f"
  PASS  output contains "(do-fold)"
  PASS  output contains "In ice-9/vlist.scm:"
  PASS  output contains "(vlist-fold"
  PASS  output excludes "In knots/"

stack-situation-script
  PASS  output contains "situation: script"

stack-situation-fibers
  PASS  output contains "situation: run-fibers"

stack-situation-unknown
  PASS  output contains "situation: unknown"

backtraces/plain-exception.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/triple-with-exception-handler.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/wrapped-exception.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/temporary-thread.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/fibers-map.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/call-with-resource-from-pool.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/call-with-cached-connection.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/fibers-let-resource-pool.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/fibers-force.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/call-with-thread.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/nested-parallelism.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/guile-error-in-thread.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/guile-error-deep-in-thread.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/vhash-fold.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/vhash-fold-in-thread.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/stack-situation-script.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/stack-situation-fibers.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

backtraces/stack-situation-unknown.scm (uncompiled)
  PASS  output contains "ERROR:"
  PASS  output excludes "exception in print-backtrace-and-exception/knots:"

All 36 scripts passed.
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/./tests/backtraces.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/tests/backtraces.scm.go
./test-env guile ./tests/queue.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/./tests/queue.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/tests/queue.scm.go
running #<procedure 7f503b396240 at queue.scm:8:1 ()>
queue test finished successfully
./test-env guile ./tests/sort.scm
running #<procedure 7f31621171e8 at sort.scm:7:1 ()>
sort test finished successfully
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/./tests/sort.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/tests/sort.scm.go
./test-env guile ./tests/non-blocking.scm
running #<procedure 7fca552ba370 at non-blocking.scm:11:1 ()>
non-blocking test finished successfully
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/./tests/non-blocking.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/tests/non-blocking.scm.go
./test-env guile ./tests/thread-pool.scm
running #<procedure 7f445ca134c8 at thread-pool.scm:48:1 ()>
running #<procedure 7f445ca134e0 at thread-pool.scm:60:1 ()>
running #<procedure 7f445ca134f8 at thread-pool.scm:74:1 ()>
running #<procedure 7f445ca135a8 at thread-pool.scm:109:1 ()>
running #<procedure 7f445ca13758 at thread-pool.scm:201:1 ()>
running #<procedure 7f445ca13768 at thread-pool.scm:227:1 ()>
running #<procedure 7f445ca13778 at thread-pool.scm:266:1 ()>
thread-pool test finished successfully
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/./tests/thread-pool.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/tests/thread-pool.scm.go
./test-env guile ./tests/timeout.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/./tests/timeout.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/tests/timeout.scm.go
running #<procedure 7f7e717911e8 at timeout.scm:7:1 ()>
timeout test finished successfully
./test-env guile ./tests/actors.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/./tests/actors.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/tests/actors.scm.go
running #<procedure 7f9ea598d260 at actors.scm:9:1 ()>
actors test finished successfully
./test-env guile ./tests/promise.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/./tests/promise.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/tests/promise.scm.go
running #<procedure 7fa259390240 at promise.scm:8:1 ()>
promise test finished successfully
./test-env guile ./tests/parallelism.scm
running #<procedure 7f116cf11268 at parallelism.scm:9:1 ()>
running #<procedure 7f116cf11280 at parallelism.scm:19:1 ()>
running #<procedure 7f116cf11298 at parallelism.scm:30:1 ()>
running #<procedure 7f116cf112b0 at parallelism.scm:35:1 ()>
running #<procedure 7f116cf112c8 at parallelism.scm:40:1 ()>
running #<procedure 7f116cf112e0 at parallelism.scm:51:1 ()>
running #<procedure 7f116cf112f8 at parallelism.scm:59:1 ()>
running #<procedure 7f116cf11310 at parallelism.scm:65:1 ()>
running #<procedure 7f116cf11328 at parallelism.scm:83:1 ()>
running #<procedure 7f116cf11340 at parallelism.scm:99:1 ()>
running #<procedure 7f116cf11358 at parallelism.scm:115:1 ()>
running #<procedure 7f116cf11370 at parallelism.scm:133:1 ()>
parallelism test finished successfully
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/./tests/parallelism.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/tests/parallelism.scm.go
./test-env guile ./tests/knots-core.scm
knots-core test finished successfully
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/./tests/knots-core.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/tests/knots-core.scm.go
./test-env guile ./tests/resource-pool.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/./tests/resource-pool.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/dd9fe5abdb6309e1/work/source/tests/resource-pool.scm.go
running #<procedure 7fd06b062298 at resource-pool.scm:9:1 ()>
running #<procedure 7fd06b0622b0 at resource-pool.scm:18:1 ()>
running #<procedure 7fd06b0622f0 at resource-pool.scm:38:1 ()>
running #<procedure 7fd06b062308 at resource-pool.scm:51:1 ()>
running #<procedure 7fd06b062320 at resource-pool.scm:63:1 ()>
running #<procedure 7fd06b062400 at resource-pool.scm:85:1 ()>
running #<procedure 7fd06b062418 at resource-pool.scm:99:1 ()>
running #<procedure 7fd06b062430 at resource-pool.scm:116:1 ()>
running #<procedure 7fd06b062448 at resource-pool.scm:140:1 ()>
running #<procedure 7fd06b062460 at resource-pool.scm:166:1 ()>
running #<procedure 7fd06b062478 at resource-pool.scm:193:1 ()>
running #<procedure 7fd06b062490 at resource-pool.scm:239:1 ()>
running #<procedure 7fd06b0624a8 at resource-pool.scm:257:1 ()>
running #<procedure 7fd06b0624c0 at resource-pool.scm:287:1 ()>
running #<procedure 7fd06b0624d8 at resource-pool.scm:311:1 ()>
running #<procedure 7fd06b0624f0 at resource-pool.scm:333:1 ()>
running #<procedure 7fd06b062508 at resource-pool.scm:373:1 ()>
running #<procedure 7fd06b062520 at resource-pool.scm:413:1 ()>
running #<procedure 7fd06b062538 at resource-pool.scm:442:1 ()>
resource-pool test finished successfully