Date: Tue Aug 16 04:35:07 2022 System: Linux Node: fv-az210-947 Release: 5.15.0-1014-azure Version: #17~20.04.1-Ubuntu SMP Thu Jun 23 20:01:51 UTC 2022 Machine: x86_64 Processor: x86_64 MysVersion: 0.448.0 Configuration: [package] name = "website" version = "0.102.0" authors = ["Erik Moqvist <erik.moqvist@gmail.com>"] description = "The Mys programming language website." [dependencies] argparse = "latest" net = "latest" os = "latest" sqlite = "latest" toml = "latest" string = "latest" random = "latest" time = "latest" http = "latest" json = "latest" collections = "latest" semver = "latest" io = "latest" graphql = "latest" $ mys -C package/website-0.102.0 build --url https://mys-lang.org -j 2 ✔ Reading package configuration (0 seconds) ✔ Downloading dependencies (2.17 seconds) ✔ Getting compiler flags openssl (0.1 seconds) ✔ Getting linker flags for openssl (0.1 seconds) ✔ Getting compiler flags sqlite3 (0.1 seconds) ✔ Getting linker flags for sqlite3 (0.1 seconds) ✔ Building (41.74 seconds) $ mys -C package/website-0.102.0 test -c --url https://mys-lang.org -j 2 ✔ Reading package configuration (0 seconds) ✔ Downloading dependencies (0 seconds) ✔ Getting compiler flags openssl (0.1 seconds) ✔ Getting linker flags for openssl (0.1 seconds) ✔ Getting compiler flags sqlite3 (0.1 seconds) ✔ Getting linker flags for sqlite3 (0.1 seconds) ✔ Building tests (32.1 seconds) ✔ Running 4 tests (2 minutes and 27.85 seconds) ✔ Creating code coverage report (0.26 seconds) Coverage report: file:///tmp/tmply8w8hcb/package/website-0.102.0/coverage/html/index.html