For information about the package build service, see https://pkg-build.racket-lang.org/about.html The time is now Mon, 23 Feb 2026 10:41:20 +0000 (/usr/bin/env PLTUSERHOME=/home/root//user PLT_PKG_BUILD_SERVICE=1 CI=true PLT_INFO_ALLOW_VARS=;PLT_PKG_BUILD_SERVICE PLTCOMPILEDROOTS=/home/root//zo: /usr/bin/xvfb-run --auto-servernum -n 1 /bin/sh -c cd "/home/root/"/racket && bin/racket -MCR "/home/root/"/zo: -l- raco pkg install --jobs 2 -u --auto typed-graph && bin/racket -MCR "/home/root/"/zo: -l- raco test --jobs 2 --drdr --package typed-graph) Resolved "typed-graph" via file:///home/root//catalogs/built/catalog 00: Resolved "graph-lib" via file:///home/root//catalogs/built/catalog 00: Resolved "gen-queue-lib" via file:///home/root//catalogs/built/catalog Resolved "graph-doc" via file:///home/root//catalogs/built/catalog The following uninstalled packages were listed as dependencies and they were automatically installed: dependencies of typed-graph: graph-lib gen-queue-lib graph-doc gen-queue-lib raco setup: version: 9.1 raco setup: platform: x86_64-linux-natipkg [cs] raco setup: target machine: any raco setup: cross-installation: yes raco setup: installation name: 9.1 raco setup: variants: cs raco setup: main collects: /home/root/racket/collects/ raco setup: collects paths: raco setup: /home/root/user/.local/share/racket/9.1/collects raco setup: /home/root/racket/collects/ raco setup: main pkgs: /home/root/racket/share/pkgs raco setup: pkgs paths: raco setup: /home/root/racket/share/pkgs raco setup: /home/root//user/.local/share/racket/9.1/pkgs raco setup: links files: raco setup: /home/root/racket/share/links.rktd raco setup: /home/root//user/.local/share/racket/9.1/links.rktd raco setup: compiled-file roots: raco setup: /home/root//zo raco setup: same raco setup: --- updating info-domain tables --- [10:41:22] raco setup: updating: /home/root/user/.local/share/racket/9.1/share/info-cache.rktd raco setup: --- pre-installing collections --- [10:41:22] raco setup: --- installing foreign libraries --- [10:41:22] raco setup: --- installing shared files --- [10:41:22] raco setup: --- compiling collections --- [10:41:22] raco setup: --- parallel build using 2 jobs --- [10:41:22] raco setup: 1 making: /gen-queue-lib/data raco setup: 0 making: /graph-doc/graph raco setup: 1 making: /gen-queue-lib/data/gen-queue raco setup: 1 making: /graph-lib/graph raco setup: 1 making: /typed-graph raco setup: --- creating launchers --- [10:41:25] raco setup: --- installing man pages --- [10:41:25] raco setup: --- building documentation --- [10:41:25] raco setup: syncing: /graph-doc/graph/doc/graph raco setup: syncing: /typed-graph/doc/manual raco setup: 1 running: /racket-index/scribblings/main/user/family.scrbl raco setup: 1 running: /racket-index/scribblings/main/user/local-redirect.scrbl raco setup: 0 running: /racket-index/scribblings/main/user/release.scrbl raco setup: 1 running: /racket-index/scribblings/main/user/search.scrbl raco setup: 1 running: /racket-index/scribblings/main/user/start.scrbl raco setup: 1 rendering: /racket-index/scribblings/main/user/family.scrbl raco setup: 0 rendering: /racket-index/scribblings/main/user/local-redirect.scrbl raco setup: 1 rendering: /racket-index/scribblings/main/user/release.scrbl raco setup: 0 rendering: /racket-index/scribblings/main/user/search.scrbl raco setup: 1 rendering: /racket-index/scribblings/main/user/start.scrbl raco setup: --- installing collections --- [10:41:34] raco setup: --- post-installing collections --- [10:41:34] raco test: 0 (submod (file "/home/root//user/.local/share/racket/9.1/pkgs/typed-graph/graph.rkt") test) raco test: 1 (file "/home/root//user/.local/share/racket/9.1/pkgs/typed-graph/info.rkt") raco test: 1 (file "/home/root//user/.local/share/racket/9.1/pkgs/typed-graph/manual.scrbl") graph.rkt: racket test: #< node2 [];\n\t\tnode1 -> node2 [];\n\t}\n\tsubgraph D {\n\t}\n}\n" expected: "digraph G {\n\tnode0 [label=\"c\"];\n\tnode1 [label=\"a\"];\n\tnode2 [label=\"b\"];\n\tsubgraph U {\n\t\tedge [dir=none];\n\t\tnode0 -> node2;\n\t\tnode1 -> node2;\n\t}\n\tsubgraph D {\n\t}\n}\n" -------------------- -------------------- 7 All-pairs Shortest Paths FAILURE name: check-equal? location: /home/root/user/.local/share/racket/9.1/pkgs/typed-graph/graph.rkt:519:4 actual: '(((a a) . 0.0) ((b a) . +inf.0) ((a b) . 1.0) ((d b) . +inf.0) ((b b) . 0) ((b c) . +inf.0) ((c d) . 3.0) ((a c) . 2.0) ((c c) . 0.0) ((d d) . 0.0) ((c a) . +inf.0) ((b d) . 3.0) ((d c) . +inf.0) ((a d) . 4.0) ((d a) . +inf.0) ((c b) . +inf.0)) expected: '(((a d) . 4.0) ((c c) . 0.0) ((b a) . +inf.0) ((a a) . 0.0) ((d c) . +inf.0) ((a c) . 2.0) ((c b) . +inf.0) ((d d) . 0.0) ((c a) . +inf.0) ((b c) . +inf.0) ((d a) . +inf.0) ((c d) . 3.0) ((b d) . 3.0) ((b b) . 0) ((d b) . +inf.0) ((a b) . 1.0)) -------------------- -------------------- 9 Maximum Flow FAILURE name: check-equal? location: /home/root/user/.local/share/racket/9.1/pkgs/typed-graph/graph.rkt:594:4 actual: '(((a b) . 1) ((c d) . 2) ((a c) . 2) ((b d) . 1)) expected: '(((a b) . 1) ((c d) . 2) ((b d) . 1) ((a c) . 2)) -------------------- -------------------- 10 Graphviz FAILURE name: check-equal? location: /home/root/user/.local/share/racket/9.1/pkgs/typed-graph/graph.rkt:604:4 actual: "digraph G {\n\tnode0 [label=\"c\"];\n\tnode1 [label=\"a\"];\n\tnode2 [label=\"b\"];\n\tsubgraph U {\n\t\tedge [dir=none];\n\t}\n\tsubgraph D {\n\t\tnode1 -> node2 [];\n\t\tnode2 -> node0 [];\n\t}\n}\n" expected: "digraph G {\n\tnode0 [label=\"c\"];\n\tnode1 [label=\"a\"];\n\tnode2 [label=\"b\"];\n\tsubgraph U {\n\t\tedge [dir=none];\n\t}\n\tsubgraph D {\n\t\tnode1 -> node2;\n\t\tnode2 -> node0;\n\t}\n}\n" -------------------- non-empty stderr 1/1 test failures 0 /home/root//user/.local/share/racket/9.1/pkgs/typed-graph/info.rkt 0 /home/root//user/.local/share/racket/9.1/pkgs/typed-graph/manual.scrbl 1 1 /home/root//user/.local/share/racket/9.1/pkgs/typed-graph/graph.rkt The time is now Mon, 23 Feb 2026 10:41:37 +0000