70d6e5aec30f0b0e / check succeeded

Defined at .automate/pipelines.scm:62

./pre-inst-env /gnu/store/kcrdxmhj7hcq2kaff7xwr6gljckn37gr-profile/bin/guild compile  -Wunbound-variable -Warity-mismatch -Wformat -o "tests.go" "tests.scm"
wrote `tests.go'
;;; 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
./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"
wrote `tests/web-server.go'
WARNING: (#{ g111}#): `sleep' imported from both (fibers) and (fibers timers)
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/70d6e5aec30f0b0e/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/70d6e5aec30f0b0e/work/source/tests/web-server.scm.go
exception when processing: GET /
In knots/web-server.scm:
  1017:32    (_)
In ice-9/boot-9.scm:
  1712:22    (raise-exception _ #:continuable? _)
In knots/web-server.scm:
   995: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 7fd68b2cc290 at web-server.scm:48:12 (request body-port)>)
exception when processing: GET /
In knots/web-server.scm:
  1012: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? _ # _)
  1791:12    (with-exception-handler _ _ #:unwind? _ # _)
In knots/web-server.scm:
  1247:33    (_)
  1046:18    (handle-request _ #<input-output: socket 30> _ _ _ 1024 …)
In ice-9/boot-9.scm:
  1785:15    (with-exception-handler #<procedure 7fd68c314860 at kn…> …)
In knots/web-server.scm:
  1079:42    (_)
In ice-9/boot-9.scm:
  1785:15    (with-exception-handler #<procedure 7fd68cf6da50 at kn…> …)
In knots/web-server.scm:
  1083: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:
  1012: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? _ # _)
  1791:12    (with-exception-handler _ _ #:unwind? _ # _)
In knots/web-server.scm:
  1247:33    (_)
   945:14    (handle-request #<procedure 7fd68b2d0b60 at web-server…> …)
In ice-9/boot-9.scm:
  1785:15    (with-exception-handler #<procedure 7fd68cf6d408 at kn…> …)
  1791:12    (with-exception-handler _ _ #:unwind? _ # _)
In knots/web-server.scm:
   921: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? _ # _)
  1791:12    (with-exception-handler _ _ #:unwind? _ # _)
In knots/web-server.scm:
  1247:33    (_)
   945:14    (handle-request #<procedure 7fd68b2d0b60 at web-server…> …)
In ice-9/boot-9.scm:
  1785:15    (with-exception-handler #<procedure 7fd68cf6d408 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 7fd68b2cb860 at web-server.scm:24:1 ()>
running #<procedure 7fd68b2cb878 at web-server.scm:45:1 ()>
running #<procedure 7fd68b2cb890 at web-server.scm:65:1 ()>
running #<procedure 7fd68b2cb8a8 at web-server.scm:90:1 ()>
running #<procedure 7fd68b2cb8c0 at web-server.scm:115:1 ()>
running #<procedure 7fd68b2cb8d8 at web-server.scm:144:1 ()>
running #<procedure 7fd68b2cb8f0 at web-server.scm:172:1 ()>
running #<procedure 7fd68b2cb908 at web-server.scm:216:1 ()>
running #<procedure 7fd68b2cb920 at web-server.scm:253:1 ()>
running #<procedure 7fd68b2cb938 at web-server.scm:322:1 ()>
running #<procedure 7fd68b2cb950 at web-server.scm:360:1 ()>
running #<procedure 7fd68b2cb968 at web-server.scm:416:1 ()>
running #<procedure 7fd68b2cb980 at web-server.scm:455:1 ()>
running #<procedure 7fd68b2cb998 at web-server.scm:483:1 ()>
running #<procedure 7fd68b2cb9b0 at web-server.scm:513:1 ()>
running #<procedure 7fd68b2cb9c8 at web-server.scm:543:1 ()>
running #<procedure 7fd68b2cb9e0 at web-server.scm:580:1 ()>
running #<procedure 7fd68b2cb9f8 at web-server.scm:616:1 ()>
running #<procedure 7fd68b2cba10 at web-server.scm:642:1 ()>
running #<procedure 7fd68b2cba28 at web-server.scm:667:1 ()>
running #<procedure 7fd68b2cba40 at web-server.scm:691:1 ()>
running #<procedure 7fd68b2cba58 at web-server.scm:731:1 ()>
running #<procedure 7fd68b2cba70 at web-server.scm:780:1 ()>
running #<procedure 7fd68b2cbb08 at web-server.scm:842:1 ()>
running #<procedure 7fd68b2cbb20 at web-server.scm:897:1 ()>
running #<procedure 7fd68b2cbb38 at web-server.scm:976:1 ()>
running #<procedure 7fd68b2cbb50 at web-server.scm:1011:1 ()>
running #<procedure 7fd68b2cbb68 at web-server.scm:1040:1 ()>
running #<procedure 7fd68b2cbc00 at web-server.scm:1088:1 ()>
running #<procedure 7fd68b2cbc18 at web-server.scm:1136:1 ()>
running #<procedure 7fd68b2cbc30 at web-server.scm:1186:1 ()>
running #<procedure 7fd68b2cbc48 at web-server.scm:1224:1 ()>
running #<procedure 7fd68b2cbc60 at web-server.scm:1253:1 ()>
running #<procedure 7fd68b2cbc78 at web-server.scm:1270:1 ()>
running #<procedure 7fd68b2cbc90 at web-server.scm:1310:1 ()>
running #<procedure 7fd68b2cbca8 at web-server.scm:1331:1 ()>
running #<procedure 7fd68b2cbcc0 at web-server.scm:1368:1 ()>
running #<procedure 7fd68b2cbcd8 at web-server.scm:1384:1 ()>
running #<procedure 7fd68b2cbcf0 at web-server.scm:1403:1 ()>
running #<procedure 7fd68b2cbd08 at web-server.scm:1444:1 ()>
running #<procedure 7fd68b2cbd20 at web-server.scm:1473:1 ()>
web-server test finished successfully
./test-env guile ./tests/notification.scm
running #<procedure 7f6459d22268 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/70d6e5aec30f0b0e/work/source/./tests/notification.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/70d6e5aec30f0b0e/work/source/tests/notification.scm.go
./test-env guile ./tests/web.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/70d6e5aec30f0b0e/work/source/./tests/web.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/70d6e5aec30f0b0e/work/source/tests/web.scm.go
running #<procedure 7f99fa289550 at web.scm:18:1 ()>
running #<procedure 7f99fa289568 at web.scm:29:1 ()>
running #<procedure 7f99fa289580 at web.scm:51:1 ()>
running #<procedure 7f99fa289598 at web.scm:75:1 ()>
running #<procedure 7f99fa2895b0 at web.scm:103:1 ()>
running #<procedure 7f99fa2895c8 at web.scm:138:1 ()>
running #<procedure 7f99fa2895e0 at web.scm:177:1 ()>
running #<procedure 7f99fa2895f8 at web.scm:202:1 ()>
web test finished successfully
./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  ;;; 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/70d6e5aec30f0b0e/work/source/./tests/backtraces.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/70d6e5aec30f0b0e/work/source/tests/backtraces.scm.go
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.
./test-env guile ./tests/queue.scm
running #<procedure 7fd60e65c240 at queue.scm:8:1 ()>
queue 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/70d6e5aec30f0b0e/work/source/./tests/queue.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/70d6e5aec30f0b0e/work/source/tests/queue.scm.go
./test-env guile ./tests/sort.scm
running #<procedure 7f6d39f2a1e8 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/70d6e5aec30f0b0e/work/source/./tests/sort.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/70d6e5aec30f0b0e/work/source/tests/sort.scm.go
./test-env guile ./tests/non-blocking.scm
running #<procedure 7f85cb46a370 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/70d6e5aec30f0b0e/work/source/./tests/non-blocking.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/70d6e5aec30f0b0e/work/source/tests/non-blocking.scm.go
./test-env guile ./tests/thread-pool.scm
running #<procedure 7f9c9965b4c8 at thread-pool.scm:48:1 ()>
running #<procedure 7f9c9965b4e0 at thread-pool.scm:60:1 ()>
running #<procedure 7f9c9965b4f8 at thread-pool.scm:74:1 ()>
running #<procedure 7f9c9965b5a8 at thread-pool.scm:109:1 ()>
running #<procedure 7f9c9965b758 at thread-pool.scm:201:1 ()>
running #<procedure 7f9c9965b768 at thread-pool.scm:227:1 ()>
running #<procedure 7f9c9965b778 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/70d6e5aec30f0b0e/work/source/./tests/thread-pool.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/70d6e5aec30f0b0e/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/70d6e5aec30f0b0e/work/source/./tests/timeout.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/70d6e5aec30f0b0e/work/source/tests/timeout.scm.go
running #<procedure 7f29d623c430 at timeout.scm:19: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/70d6e5aec30f0b0e/work/source/./tests/actors.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/70d6e5aec30f0b0e/work/source/tests/actors.scm.go
running #<procedure 7f96fdadb260 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/70d6e5aec30f0b0e/work/source/./tests/promise.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/70d6e5aec30f0b0e/work/source/tests/promise.scm.go
running #<procedure 7f48a969c240 at promise.scm:8:1 ()>
promise test finished successfully
./test-env guile ./tests/parallelism.scm
running #<procedure 7fe1ff5f4268 at parallelism.scm:9:1 ()>
running #<procedure 7fe1ff5f4280 at parallelism.scm:19:1 ()>
running #<procedure 7fe1ff5f4298 at parallelism.scm:30:1 ()>
running #<procedure 7fe1ff5f42b0 at parallelism.scm:35:1 ()>
running #<procedure 7fe1ff5f42c8 at parallelism.scm:40:1 ()>
running #<procedure 7fe1ff5f42e0 at parallelism.scm:51:1 ()>
running #<procedure 7fe1ff5f42f8 at parallelism.scm:59:1 ()>
running #<procedure 7fe1ff5f4310 at parallelism.scm:65:1 ()>
running #<procedure 7fe1ff5f4328 at parallelism.scm:83:1 ()>
running #<procedure 7fe1ff5f4340 at parallelism.scm:99:1 ()>
running #<procedure 7fe1ff5f4358 at parallelism.scm:115:1 ()>
running #<procedure 7fe1ff5f4370 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/70d6e5aec30f0b0e/work/source/./tests/parallelism.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/70d6e5aec30f0b0e/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/70d6e5aec30f0b0e/work/source/./tests/knots-core.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/70d6e5aec30f0b0e/work/source/tests/knots-core.scm.go
./test-env guile ./tests/resource-pool.scm
running #<procedure 7f0a8f08b298 at resource-pool.scm:9:1 ()>
running #<procedure 7f0a8f08b2b0 at resource-pool.scm:18:1 ()>
running #<procedure 7f0a8f08b2f0 at resource-pool.scm:38:1 ()>
running #<procedure 7f0a8f08b308 at resource-pool.scm:51:1 ()>
running #<procedure 7f0a8f08b320 at resource-pool.scm:63:1 ()>
running #<procedure 7f0a8f08b400 at resource-pool.scm:85:1 ()>
running #<procedure 7f0a8f08b418 at resource-pool.scm:99:1 ()>
running #<procedure 7f0a8f08b430 at resource-pool.scm:116:1 ()>
running #<procedure 7f0a8f08b448 at resource-pool.scm:140:1 ()>
running #<procedure 7f0a8f08b460 at resource-pool.scm:166:1 ()>
running #<procedure 7f0a8f08b478 at resource-pool.scm:193:1 ()>
running #<procedure 7f0a8f08b490 at resource-pool.scm:239:1 ()>
running #<procedure 7f0a8f08b4a8 at resource-pool.scm:257:1 ()>
running #<procedure 7f0a8f08b4c0 at resource-pool.scm:287:1 ()>
running #<procedure 7f0a8f08b4d8 at resource-pool.scm:311:1 ()>
running #<procedure 7f0a8f08b4f0 at resource-pool.scm:333:1 ()>
running #<procedure 7f0a8f08b508 at resource-pool.scm:373:1 ()>
running #<procedure 7f0a8f08b520 at resource-pool.scm:413:1 ()>
running #<procedure 7f0a8f08b538 at resource-pool.scm:442:1 ()>
resource-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/70d6e5aec30f0b0e/work/source/./tests/resource-pool.scm
;;; compiled /tmp/cache/guile/ccache/3.0-LE-8-4.7/home/chris/guile-knots/workspace/70d6e5aec30f0b0e/work/source/tests/resource-pool.scm.go