Build Logs
wiringbits/wiringbits-webapp-utils • 3.8.0-RC1:2025-11-14
Errors
0
Warnings
18
Total Lines
183
1##################################
2Clonning https://github.com/wiringbits/wiringbits-webapp-utils.git into /build/repo using revision v0.7.2
3##################################
4Note: switching to '8ca129c390d48316f76ea9357e6199a77c85ee63'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21----
22Preparing build for 3.8.0-RC1
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30
31Try apply source patch:
32Path: .sbtopts
33Pattern: -J-XX:+CMSClassUnloadingEnabled
34Replacement:
35Starting compilation server
36Compiling project (Scala 3.7.3, JVM (17))
37Compiled project (Scala 3.7.3, JVM (17))
38Successfully applied pattern '-J-XX:+CMSClassUnloadingEnabled' in .sbtopts
39----
40Starting build for 3.8.0-RC1
41Execute tests: false
42sbt project found:
43Sbt version 1.6.2 is not supported, minimal supported version is 1.11.5
44Enforcing usage of sbt in version 1.11.5
45No prepare script found for project wiringbits/wiringbits-webapp-utils
46/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
47##################################
48Scala version: 3.8.0-RC1
49Targets: net.wiringbits%webapp-common
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":".sbtopts","pattern":"-J-XX:+CMSClassUnloadingEnabled","replaceWith":""}]}
51##################################
52Using extra scalacOptions: ,REQUIRE:-source:3.8
53Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
54[sbt_options] declare -a sbt_options=()
55[process_args] java_version = '17'
56[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
57# Executing command line:
58java
59-Dfile.encoding=UTF-8
60-Xmx4G
61-XX:MaxMetaspaceSize=4G
62-XX:+UseG1GC
63-Dcommunitybuild.scala=3.8.0-RC1
64-Dcommunitybuild.project.dependencies.add=
65-Xmx7G
66-Xms4G
67-Xss8M
68-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
69-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
70-jar
71/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
72"setCrossScalaVersions 3.8.0-RC1"
73"++3.8.0-RC1 -v"
74"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
75"set every credentials := Nil"
76"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
77"removeScalacOptionsStartingWith -P:wartremover"
78
79moduleMappings
80"runBuild 3.8.0-RC1 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":".sbtopts","pattern":"-J-XX:+CMSClassUnloadingEnabled","replaceWith":""}]}""" net.wiringbits%webapp-common"
81
82[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
83[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
84[info] loading project definition from /build/repo/project
85[warn] found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
86[warn] * org.scala-lang.modules:scala-xml_2.12:2.3.0 (early-semver) is selected over {1.2.0, 1.1.1, 1.3.0}
87[warn] +- org.scala-lang:scala-compiler:2.12.20 (depends on 2.3.0)
88[warn] +- org.scalablytyped.converter:scalajs_2.12:1.0.0-beta37 (depends on 1.3.0)
89[warn] +- com.typesafe.sbt:sbt-native-packager:1.5.2 (scalaVersion=2.12, sbtVersion=1.0) (depends on 1.1.1)
90[warn] +- com.typesafe.play:twirl-api_2.12:1.5.1 (depends on 1.2.0)
91[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
92[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
93[info] Compilation completed in 9.033s.
94[info] done compiling
95/build/repo/build.sbt:23: 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:
96 resolvers += Resolver.sonatypeCentralSnapshots
97
98resolvers += Resolver.sonatypeRepo("releases")
99 ^
100[info] loading settings for project root from build.sbt...
101[info] set current project to wiringbits-webapp-utils (in build file:/build/repo/)
102[warn] there are 3 keys that are not used by any other settings/tasks:
103[warn]
104[warn] * ThisBuild / name
105[warn] +- /build/repo/build.sbt:6
106[warn] * webappCommonJS / Compile / stMinimize
107[warn] +- /build/repo/build.sbt:83
108[warn] * webappCommonJS / stUseScalaJsDom
109[warn] +- /build/repo/build.sbt:81
110[warn]
111[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
112[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
113Execute setCrossScalaVersions: 3.8.0-RC1
114OpenCB::Changing crossVersion 3.3.0 -> 3.8.0-RC1 in webappCommonJS/crossScalaVersions
115OpenCB::Changing crossVersion 3.3.0 -> 3.8.0-RC1 in root/crossScalaVersions
116OpenCB::Changing crossVersion 3.3.0 -> 3.8.0-RC1 in slinkyUtils/crossScalaVersions
117OpenCB::Changing crossVersion 3.3.0 -> 3.8.0-RC1 in webappCommonJVM/crossScalaVersions
118[info] set current project to wiringbits-webapp-utils (in build file:/build/repo/)
119[info] Setting Scala version to 3.8.0-RC1 on 4 projects.
120[info] Switching Scala version on:
121[info] * root (3.8.0-RC1)
122[info] webappCommonJS (3.8.0-RC1)
123[info] webappCommonJVM (3.8.0-RC1)
124[info] slinkyUtils (3.8.0-RC1)
125[info] Excluding projects:
126[info] Reapplying settings...
127[info] set current project to wiringbits-webapp-utils (in build file:/build/repo/)
128Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
129[info] Reapplying settings...
130[info] set current project to wiringbits-webapp-utils (in build file:/build/repo/)
131[info] Defining Global / credentials, credentials and 2 others.
132[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 19 others.
133[info] Run `last` for details.
134[info] Reapplying settings...
135[info] set current project to wiringbits-webapp-utils (in build file:/build/repo/)
136Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
137[info] Reapplying settings...
138OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
139
140 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
141 Did you mean allExcludeDependencies ?
142 , retry without global scopes
143[info] Reapplying settings...
144[info] set current project to wiringbits-webapp-utils (in build file:/build/repo/)
145Execute removeScalacOptionsStartingWith: -P:wartremover
146[info] Reapplying settings...
147[info] set current project to wiringbits-webapp-utils (in build file:/build/repo/)
148[success] Total time: 0 s, completed Nov 14, 2025, 9:39:48 PM
149Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":".sbtopts","pattern":"-J-XX:+CMSClassUnloadingEnabled","replaceWith":""}]}
150Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
151Starting build...
152Projects: Set(webappCommonJVM)
153Starting build for ProjectRef(file:/build/repo/,webappCommonJVM) (webapp-common)... [0/1]
154OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
155OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
156OpenCB::Filter out '-source:3.0-migration', matches setting pattern '^-?-source(:.*)?'
157Compile scalacOptions: -encoding, UTF-8, -language:implicitConversions, -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
158[info] compiling 4 Scala sources to /build/repo/webapp-common/jvm/target/scala-3.8.0-RC1/classes ...
159[info] done compiling
160
161************************
162Build summary:
163[{
164 "module": "webapp-common",
165 "compile": {"status": "ok", "tookMs": 7542, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
166 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
167 "test-compile": {"status": "ok", "tookMs": 208, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
168 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
169 "publish": {"status": "skipped", "tookMs": 0},
170 "metadata": {
171 "crossScalaVersions": ["3.3.0"]
172}
173}]
174************************
175[success] Total time: 23 s, completed Nov 14, 2025, 9:40:10 PM
176[0JChecking patch project/plugins.sbt...
177Checking patch project/build.properties...
178Checking patch build.sbt...
179Checking patch .sbtopts...
180Applied patch project/plugins.sbt cleanly.
181Applied patch project/build.properties cleanly.
182Applied patch build.sbt cleanly.
183Applied patch .sbtopts cleanly.