Build Logs

unibas-gravis/gingr • 3.8.0-RC1:2025-11-14

Errors

0

Warnings

13

Total Lines

151

1##################################
2Clonning https://github.com/unibas-gravis/gingr.git into /build/repo using revision
3##################################
4----
5Preparing build for 3.8.0-RC1
6Scala binary version found: 3.8
7Implicitly using source version 3.8
8Scala binary version found: 3.8
9Implicitly using source version 3.8
10Would try to apply common scalacOption (best-effort, sbt/mill only):
11Append: ,REQUIRE:-source:3.8
12Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
13----
14Starting build for 3.8.0-RC1
15Execute tests: false
16sbt project found:
17Sbt version 1.9.8 is not supported, minimal supported version is 1.11.5
18Enforcing usage of sbt in version 1.11.5
19No prepare script found for project unibas-gravis/gingr
20/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
21##################################
22Scala version: 3.8.0-RC1
23Targets: ch.unibas.cs.gravis%gingr
24Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
25##################################
26Using extra scalacOptions: ,REQUIRE:-source:3.8
27Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28[sbt_options] declare -a sbt_options=()
29[process_args] java_version = '17'
30[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
31# Executing command line:
32java
33-Dfile.encoding=UTF-8
34-Dcommunitybuild.scala=3.8.0-RC1
35-Dcommunitybuild.project.dependencies.add=
36-Xmx7G
37-Xms4G
38-Xss8M
39-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
40-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
41-jar
42/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
43"setCrossScalaVersions 3.8.0-RC1"
44"++3.8.0-RC1 -v"
45"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
46"set every credentials := Nil"
47"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
48"removeScalacOptionsStartingWith -P:wartremover"
49
50moduleMappings
51"runBuild 3.8.0-RC1 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}""" ch.unibas.cs.gravis%gingr"
52
53[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
54[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
55[info] loading project definition from /build/repo/project
56[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
57[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
58[info] Compilation completed in 9.371s.
59[info] done compiling
60/build/repo/build.sbt:19: warning: value sonatypeSnapshots in object resolver is deprecated (since 1.7.0): Sonatype OSS Repository Hosting (OSSRH) will be sunset on 2025-06-30; use the following instead:
61 resolvers += Resolver.sonatypeCentralSnapshots
62 Opts.resolver.sonatypeSnapshots
63 ^
64/build/repo/build.sbt:21: warning: value sonatypeStaging in object resolver is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) will be sunset on 2025-06-30; use the following instead:
65 publishTo := {
66 if (isSnapshot.value) Some(Resolver.sonatypeCentralSnapshots)
67 else localStaging.value
68 }
69 Opts.resolver.sonatypeStaging
70 ^
71/build/repo/build.sbt:25: warning: method sonatypeRepo in class ResolverFunctions is deprecated (since 1.7.0): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
72 resolvers += Resolver.sonatypeCentralSnapshots
73
74 Resolver.sonatypeRepo("releases")
75 ^
76[info] loading settings for project root from build.sbt...
77[info] set current project to GiNGR (in build file:/build/repo/)
78Execute setCrossScalaVersions: 3.8.0-RC1
79OpenCB::Changing crossVersion 3.3.1 -> 3.8.0-RC1 in root/crossScalaVersions
80[info] set current project to GiNGR (in build file:/build/repo/)
81[info] Setting Scala version to 3.8.0-RC1 on 1 projects.
82[info] Switching Scala version on:
83[info] * root (3.8.0-RC1)
84[info] Excluding projects:
85[info] Reapplying settings...
86[info] set current project to GiNGR (in build file:/build/repo/)
87Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
88[info] Reapplying settings...
89[info] set current project to GiNGR (in build file:/build/repo/)
90[info] Defining Global / credentials, credentials
91[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 6 others.
92[info] Run `last` for details.
93[info] Reapplying settings...
94[info] set current project to GiNGR (in build file:/build/repo/)
95Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
96[info] Reapplying settings...
97OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
98
99 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
100 Did you mean allExcludeDependencies ?
101 , retry without global scopes
102[info] Reapplying settings...
103[info] set current project to GiNGR (in build file:/build/repo/)
104Execute removeScalacOptionsStartingWith: -P:wartremover
105[info] Reapplying settings...
106[info] set current project to GiNGR (in build file:/build/repo/)
107[success] Total time: 0 s, completed Nov 14, 2025, 9:24:45 PM
108Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
109Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
110Starting build...
111Projects: Set(root)
112Starting build for ProjectRef(file:/build/repo/,root) (gingr)... [0/1]
113OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
114OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
115Compile scalacOptions: -encoding, UTF-8, -language:implicitConversions, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
116[info] compiling 55 Scala sources to /build/repo/target/scala-3.8.0-RC1/classes ...
117[warn] there were 3 deprecation warnings; re-run with -deprecation for details
118[warn] one warning found
119[info] done compiling
120[info] compiling 1 Scala source to /build/repo/target/scala-3.8.0-RC1/test-classes ...
121[warn] -- [E222] Syntax Warning: /build/repo/src/test/scala/DummyTest.scala.scala:1:8 -
122[warn] 1 |package gingr
123[warn] |^
124[warn] |The package name `DummyTest.scala$package` will be encoded on the classpath, and can lead to undefined behaviour.
125[warn] 2 |@main def Test: Unit = assert(1 > 0)
126[warn] |
127[warn] | longer explanation available when compiling with `-explain`
128[warn] one warning found
129[info] done compiling
130
131************************
132Build summary:
133[{
134 "module": "gingr",
135 "compile": {"status": "ok", "tookMs": 24447, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
136 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
137 "test-compile": {"status": "ok", "tookMs": 860, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
138 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
139 "publish": {"status": "skipped", "tookMs": 0},
140 "metadata": {
141 "crossScalaVersions": ["3.3.1"]
142}
143}]
144************************
145[success] Total time: 53 s, completed Nov 14, 2025, 9:25:39 PM
146[0JChecking patch project/plugins.sbt...
147Checking patch project/build.properties...
148Checking patch build.sbt...
149Applied patch project/plugins.sbt cleanly.
150Applied patch project/build.properties cleanly.
151Applied patch build.sbt cleanly.