The time is now Tuesday, November 3rd, 2020 8:50:52am (/usr/bin/env PLTUSERHOME=/home/root//user PLT_PKG_BUILD_SERVICE=1 CI=true PLTSTDERR=debug@pkg error PLT_INFO_ALLOW_VARS=;PLT_PKG_BUILD_SERVICE /bin/sh -c cd "/home/root/"/racket && bin/raco pkg install -u --auto racketscript-compiler) Resolved "racketscript-compiler" via file:///home/root//catalogs/archive/catalog pkg: catalog response: #hash((author . "vishesh3y@gmail.com") (checksum . "04c8507bd2f8060879589f79f4e9a01ffef50028") (dependencies . (("base") ("racket" #:version "6.4") ("typed-racket-lib") ("typed-racket-more") ("threading") ("graph-lib") ("anaphoric") ("base") ("typed-racket-lib") ("typed-racket-more") ("rackunit-lib"))) (description . "A Racket to JavaScript compiler") (modules . ((lib "racketscript/compiler/ident.rkt") (lib "racketscript/compiler/runtime/lib.rkt") (lib "racketscript/boot.rkt") (lib "racketscript/compiler/runtime/extfl.rkt") (lib "racketscript/compiler/global.rkt") (lib "racketscript/compiler/runtime/network.rkt") (lib "racketscript/compiler/absyn.rkt") (lib "racketscript/compiler/runtime/unsafe.rkt") (lib "racketscript/compiler/nothing.rkt") (lib "racketscript/base.rkt") (lib "racketscript/compiler/expand.rkt") (lib "racketscript/compiler/runtime/flfxnum.rkt") (lib "racketscript/compiler/runtime/core.rkt") (lib "racketscript/compiler/runtime/builtin.rkt") (lib "racketscript/compiler/logging.rkt") (lib "racketscript/compiler/moddeps.rkt") (lib "racketscript/compiler/il-analyze.rkt") (lib "racketscript/interop.rkt") (lib "racketscript/compiler/util.rkt") (lib "racketscript/compiler/runtime/futures.rkt") (lib "racketscript/private/interop.rkt") (lib "racketscript/compiler/runtime/read.rkt") (lib "racketscript/boot/lang/private/interop.rkt") (lib "racketscript/compiler/runtime/paramz.rkt") (lib "racketscript/compiler/runtime/place.rkt") (lib "racketscript/compiler/environment.rkt") (lib "racketscript/compiler/runtime/foreign.rkt") (lib "racketscript/boot/lang/reader.rkt") (lib "racketscript/compiler/case-lambda.rkt") (lib "racketscript/main.rkt") (lib "racketscript/compiler/runtime/kernel.rkt") (lib "racketscript/compiler/main.rkt") (lib "racketscript/compiler/transform.rkt") (lib "racketscript/compiler/stx-utils.rkt") (lib "racketscript/base/lang/reader.rkt") (lib "racketscript/compiler/runtime/place-struct.rkt") (lib "racketscript/compiler/il.rkt") (lib "racketscript/browser.rkt") (lib "racketscript/compiler/runtime/runtime.rkt") (lib "racketscript/compiler/language.rkt") (lib "racketscript/compiler/runtime/main.rkt") (lib "racketscript/compiler/config.rkt") (lib "racketscript/compiler/util-untyped.rkt") (lib "racketscript/compiler/runtime/boot.rkt") (lib "racketscript/compiler/runtime/utils.rkt") (lib "racketscript/base/main.rkt") (lib "racketscript/compiler/assembler.rkt"))) (name . "racketscript-compiler") (ring . 1) (source . "file:///home/root/catalogs/archive/pkgs/racketscript-compiler.zip") (tags . ("compiler" "javascript" "web"))) 00: Resolved "threading" via file:///home/root//catalogs/built/catalog 00: Resolved "graph-lib" via file:///home/root//catalogs/built/catalog Resolved "anaphoric" via file:///home/root//catalogs/built/catalog pkg: catalog response: #hash((author . "lexi.lambda@gmail.com") (checksum . "01c2f6d887ef33e19ca538793c5722f7055adcf4") (dependencies . (("threading-doc") ("threading-lib"))) (description . "") (modules . ()) (name . "threading") (ring . 1) (source . "file:///home/root/catalogs/built/pkgs/threading.zip") (tags . ())) pkg: catalog response: #hash((author . "stchang@racket-lang.org") (checksum . "0f473421338c5e403df0b5f087c4fb49d16e86c2") (dependencies . (("base" #:version "6.0") ("gen-queue-lib") ("data-lib") ("math-lib"))) (description . "main graph package") (modules . ((lib "graph/graph-fns-basic.rkt") (lib "graph/hash-utils.rkt") (lib "graph/gen-graph.rkt") (lib "graph/graph-fns-spantree.rkt") (lib "graph/adjlist-utils.rkt") (lib "graph/graph-fns-maxflow.rkt") (lib "graph/graph-fns-coloring.rkt") (lib "graph/graph-property.rkt") (lib "graph/graph-fns-allpairs-shortestpaths.rkt") (lib "graph/utils.rkt") (lib "graph/graph-fns-singlesource-shortestpaths.rkt") (lib "graph/graph-weighted.rkt") (lib "graph/graph-unweighted.rkt") (lib "graph/graph-fns-graphviz.rkt") (lib "graph/graph-fns-minspantree.rkt") (lib "graph/main.rkt") (lib "graph/graph-matrix.rkt"))) (name . "graph-lib") (ring . 1) (source . "file:///home/root/catalogs/built/pkgs/graph-lib.zip") (tags . ("data" "graph"))) pkg: catalog response: #hash((author . "georges.duperon@gmail.com ") (checksum . "d65f0481efcf04bdf19ff471191b12425f42e91e") (dependencies . (("base") ("rackunit-lib") ("scribble-lib") ("racket-doc"))) (description . "Anaphoric versions of `if`, `when` and `cond`. They bind the value of the condition expression to `it`.") (modules . ((lib "anaphoric/test/if-let-test.rkt") (lib "anaphoric/scribblings/anaphoric.scrbl") (lib "anaphoric/test/when-let-test.rkt") (lib "anaphoric/awhen.rkt") (lib "anaphoric/acond.rkt") (lib "anaphoric/test/aif-test.rkt") (lib "anaphoric/aand.rkt") (lib "anaphoric/test/cond-let-test.rkt") (lib "anaphoric/cond-let.rkt") (lib "anaphoric/and-let.rkt") (lib "anaphoric/test/and-let-test.rkt") (lib "anaphoric/test/acond-test.rkt") (lib "anaphoric/it.rkt") (lib "anaphoric/test/awhen-test.rkt") (lib "anaphoric/if-let.rkt") (lib "anaphoric/main.rkt") (lib "anaphoric/aif.rkt") (lib "anaphoric/when-let.rkt") (lib "anaphoric/test/aand-test.rkt"))) (name . "anaphoric") (ring . 1) (source . "file:///home/root/catalogs/built/pkgs/anaphoric.zip") (tags . ("utility"))) 00: Resolved "threading-doc" via file:///home/root//catalogs/built/catalog Resolved "threading-lib" via file:///home/root//catalogs/built/catalog pkg: catalog response: #hash((author . "lexi.lambda@gmail.com") (checksum . "12e706a6c3df918da12b57125913a0569b6f6440") (dependencies . (("base") ("racket-doc") ("scribble-lib") ("threading-lib"))) (description . "documentation (no implementation) for “threading”") (modules . ((lib "scribblings/threading.scrbl"))) (name . "threading-doc") (ring . 1) (source . "file:///home/root/catalogs/built/pkgs/threading-doc.zip") (tags . ())) pkg: catalog response: #hash((author . "lexi.lambda@gmail.com") (checksum . "d49923c6e76876554e04f4c63a8ab7a7453b5b19") (dependencies . (("base" #:version "6.3"))) (description . "implementation (no documentation) for “threading”") (modules . ((lib "threading/main.rkt"))) (name . "threading-lib") (ring . 1) (source . "file:///home/root/catalogs/built/pkgs/threading-lib.zip") (tags . ())) Resolved "gen-queue-lib" via file:///home/root//catalogs/built/catalog pkg: catalog response: #hash((author . "stchang@racket-lang.org") (checksum . "b9624af14600cd6b427117db294f128ed0c4f7ef") (dependencies . (("base" #:version "6.0") ("data-lib"))) (description . "Generic interface for some queues. Used by graph-lib") (modules . ((lib "data/gen-queue/priority.rkt") (lib "data/gen-queue/gen-queue.rkt") (lib "data/gen-queue.rkt") (lib "data/gen-queue/fifo.rkt"))) (name . "gen-queue-lib") (ring . 1) (source . "file:///home/root/catalogs/built/pkgs/gen-queue-lib.zip") (tags . ("data" "graph" "queue"))) pkg: creating link to # pkg: updating db with "racketscript-compiler" to '#s(pkg-info (catalog "racketscript-compiler") "04c8507bd2f8060879589f79f4e9a01ffef50028" #f) pkg: creating link to # pkg: updating db with "threading" to '#s(pkg-info (catalog "threading") "01c2f6d887ef33e19ca538793c5722f7055adcf4" #t) pkg: creating link to # pkg: updating db with "graph-lib" to '#s(pkg-info (catalog "graph-lib") "0f473421338c5e403df0b5f087c4fb49d16e86c2" #t) pkg: creating single-collection link to # pkg: updating db with "anaphoric" to '#s((sc-pkg-info pkg-info 3) (catalog "anaphoric") "d65f0481efcf04bdf19ff471191b12425f42e91e" #t "anaphoric") pkg: creating link to # pkg: updating db with "threading-doc" to '#s(pkg-info (catalog "threading-doc") "12e706a6c3df918da12b57125913a0569b6f6440" #t) pkg: creating link to # pkg: updating db with "threading-lib" to '#s(pkg-info (catalog "threading-lib") "d49923c6e76876554e04f4c63a8ab7a7453b5b19" #t) pkg: creating link to # pkg: updating db with "gen-queue-lib" to '#s(pkg-info (catalog "gen-queue-lib") "b9624af14600cd6b427117db294f128ed0c4f7ef" #t) The following uninstalled packages were listed as dependencies and they were automatically installed: dependencies of racketscript-compiler: threading graph-lib anaphoric dependencies of threading: threading-doc threading-lib dependencies of graph-lib: gen-queue-lib raco setup: version: 7.9 raco setup: platform: x86_64-linux-natipkg [3m] raco setup: target machine: racket raco setup: installation name: 7.9 raco setup: variants: 3m raco setup: main collects: /home/root/racket/collects raco setup: collects paths: raco setup: /home/root/user/.local/share/racket/7.9/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/7.9/pkgs raco setup: links files: raco setup: /home/root/racket/share/links.rktd raco setup: /home/root//user/.local/share/racket/7.9/links.rktd raco setup: main docs: /home/root/racket/doc raco setup: --- updating info-domain tables --- [8:51:05] raco setup: updating: /home/root/user/.local/share/racket/7.9/share/info-cache.rktd raco setup: --- pre-installing collections --- [8:51:05] raco setup: --- installing foreign libraries --- [8:51:05] raco setup: --- installing shared files --- [8:51:05] raco setup: --- compiling collections --- [8:51:05] raco setup: making: /anaphoric raco setup: making: /anaphoric/scribblings raco setup: making: /gen-queue-lib/data raco setup: making: /gen-queue-lib/data/gen-queue raco setup: making: /graph-lib/graph raco setup: making: /racketscript-compiler/bin raco setup: making: /racketscript-compiler/racketscript raco setup: in /racketscript-compiler/racketscript raco setup: in /racketscript-compiler/racketscript/base raco setup: in /racketscript-compiler/racketscript/private raco setup: in /racketscript-compiler/racketscript/compiler raco setup: in /racketscript-compiler/racketscript/base/lang raco setup: in /racketscript-compiler/racketscript/boot/lang raco setup: in /racketscript-compiler/racketscript/boot/lang/private raco setup: making: /racketscript-compiler/racketscript/base raco setup: making: /racketscript-compiler/racketscript/base/lang raco setup: making: /racketscript-compiler/racketscript/boot raco setup: making: /racketscript-compiler/racketscript/boot/lang raco setup: making: /racketscript-compiler/racketscript/boot/lang/private raco setup: making: /racketscript-compiler/racketscript/compiler raco setup: in /racketscript-compiler/racketscript/compiler raco setup: making: /racketscript-compiler/racketscript/compiler/js-support raco setup: making: /racketscript-compiler/racketscript/compiler/js-support/babel raco setup: making: /racketscript-compiler/racketscript/compiler/js-support/babel-webpack raco setup: making: /racketscript-compiler/racketscript/compiler/js-support/closure-compiler raco setup: making: /racketscript-compiler/racketscript/compiler/js-support/traceur raco setup: making: /racketscript-compiler/racketscript/compiler/js-support/traceur-browser raco setup: making: /racketscript-compiler/racketscript/compiler/runtime raco setup: in /racketscript-compiler/racketscript/compiler/runtime raco setup: making: /racketscript-compiler/racketscript/compiler/runtime/core raco setup: making: /racketscript-compiler/racketscript/private raco setup: making: /threading-doc/scribblings raco setup: making: /threading-lib/threading raco setup: --- creating launchers --- [8:55:09] raco setup: launcher: /home/root/user/.local/share/racket/7.9/bin/racks raco setup: --- installing man pages --- [8:55:09] raco setup: --- building documentation --- [8:55:09] raco setup: syncing: /anaphoric/doc/anaphoric raco setup: running: /racket-index/scribblings/main/user/local-redirect.scrbl raco setup: running: /racket-index/scribblings/main/user/release.scrbl raco setup: running: /racket-index/scribblings/main/user/search.scrbl raco setup: running: /racket-index/scribblings/main/user/start.scrbl raco setup: syncing: /threading-doc/scribblings/doc/threading raco setup: rendering: /racket-index/scribblings/main/user/local-redirect.scrbl raco setup: rendering: /racket-index/scribblings/main/user/release.scrbl raco setup: rendering: /racket-index/scribblings/main/user/search.scrbl raco setup: rendering: /racket-index/scribblings/main/user/start.scrbl raco setup: --- installing collections --- [8:55:15] raco setup: --- post-installing collections --- [8:55:15] The time is now Tuesday, November 3rd, 2020 8:55:15am