viewing logs

job succeeded

dmtscala__11:34:43__12-03-2025

time taken
82 seconds
started at
Wed Mar 12 11:34:43 2025
updated at
Wed Mar 12 11:36:05 2025
uuid
e6c89416-b9c9-49ad-a9fc-5fe9864a7d8e
log uuid
72fe74dc-b626-400a-a5d0-3ace2e59d10e
inspect the job's lambda expression
(lambda() `((project . "dmtscala")(branch-name . "trunk")(task . "sbt-test")(clone-url . "https://codeberg.org/jjba23/dmtscala")))

starting new job...

-> running command: cd /etc/byggsteg/job-clone/dmtscala/trunk && uname -a

-> running command: mkdir -p /etc/byggsteg/job-clone/dmtscala/trunk && git clone -b trunk https://codeberg.org/jjba23/dmtscala /etc/byggsteg/job-clone/dmtscala/trunk || true

-> running command: cd /etc/byggsteg/job-clone/dmtscala/trunk && git log --name-status HEAD^..HEAD
commit b823cd83b40eace5eaddad2ac1790453fbf33bff
Author: Josep Bigorra 
Date:   Mon Jan 20 13:36:36 2025 +0100

    fix trans, advanced example

M	Makefile
M	README.org
M	dmtscala/src/main/scala/io/github/jjba23/dmtscala/DMT.scala
M	dmtscala/src/main/scala/io/github/jjba23/dmtscala/Haskell.scala
M	dmtscala/src/main/scala/io/github/jjba23/dmtscala/Main.scala
M	dmtscala/src/main/scala/io/github/jjba23/dmtscala/Python.scala
M	dmtscala/src/main/scala/io/github/jjba23/dmtscala/Typescript.scala
M	dmtscala/src/test/scala/dmtscala/HaskellSpec.scala
M	dmtscala/src/test/scala/dmtscala/PythonSpec.scala
M	dmtscala/src/test/scala/dmtscala/TypescriptSpec.scala
A	resources/img/screen-thumb.png
A	resources/img/screen.png
A	resources/scala-files/Advanced.hs
A	resources/scala-files/Advanced.py
A	resources/scala-files/Advanced.scala
A	resources/scala-files/Advanced.ts
M	resources/scala-files/Basic.hs
M	resources/scala-files/Basic.py
M	resources/scala-files/Basic.ts

-> running command: cd /etc/byggsteg/job-clone/dmtscala/trunk && sbt test
copying runtime jar...
[info] welcome to sbt 1.9.9 (N/A Java 21.0.5)
[info] loading settings for project trunk-build from plugins.sbt ...
[info] loading project definition from /etc/byggsteg/job-clone/dmtscala/trunk/project
[info] compiling 1 Scala source to /etc/byggsteg/job-clone/dmtscala/trunk/project/target/scala-2.12/sbt-1.0/classes ...
[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.18. Compiling...
[info]   Compilation completed in 9.331s.
[info] done compiling
[info] loading settings for project dmtscala from build.sbt ...
[info] loading settings for project trunk from build.sbt ...
[info] set current project to dmtscala (in build file:/etc/byggsteg/job-clone/dmtscala/trunk/)
[info] compiling 6 Scala sources to /etc/byggsteg/job-clone/dmtscala/trunk/dmtscala/target/scala-2.13/classes ...
[info] done compiling
[info] compiling 3 Scala sources to /etc/byggsteg/job-clone/dmtscala/trunk/dmtscala/target/scala-2.13/test-classes ...
[info] done compiling
+ Python
  + toPythonName should perform translation properly
  + toPythonType should perform translation properly
  + serialize should properly generate a Typescript interface
+ Typescript
  + toTypescriptType should perform translation properly
  + toTypescriptName should perform translation properly
  + serialize should properly generate a Typescript interface
+ Haskell
  + toHaskellType should perform translation properly
  + toHaskellName should perform translation properly
  + serialize should properly generate a Haskell interface
9 tests passed. 0 tests failed. 0 tests ignored.

Executed in 483 ms

[info] Completed tests
[success] Total time: 16 s, completed Mar 12, 2025, 11:36:04???AM