Build Logs

playframework/twirl • scheduled_3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY

Errors

0

Warnings

14

Total Lines

430

1##################################
2Clonning https://github.com/playframework/twirl.git into /build/repo using revision 2.1.0-M5
3##################################
4Note: switching to '2f48772a4523713bf9ecc4c563bdc45d32de2471'.
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
21Would override fixed Scala version: 3.3.6
22Using target Scala version for migration: 3.7.4
23Migrating project for -source:3.7 using Scala 3.7.4
24----
25Preparing build for 3.7.4
26Would try to apply common scalacOption (best-effort, sbt/mill only):
27Append: -rewrite,REQUIRE:-source:3.7-migration
28Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
29
30Try apply source patch:
31Path: compiler/src/test/scala-3/play/twirl/compiler/test/Helper.scala
32Pattern: (\s*)def printMessage\(msg: String\): Unit
33Replacement: $1def echoMessage(msg: String): Unit = printMessage(msg)
34$0
35Starting compilation server
36Compiling project (Scala 3.7.3, JVM (17))
37Compiled project (Scala 3.7.3, JVM (17))
38Successfully applied pattern '(\s*)def printMessage\(msg: String\): Unit' in compiler/src/test/scala-3/play/twirl/compiler/test/Helper.scala
39
40Try apply source patch:
41Path: project/Dependencies.scala
42Pattern: val Scala3 = "3.3.6"
43Replacement: val Scala3 = "3.7.4"
44Successfully applied pattern 'val Scala3 = "3.3.6"' in project/Dependencies.scala
45----
46Starting build for 3.7.4
47Execute tests: false
48sbt project found:
49Sbt version 1.11.4 is not supported, minimal supported version is 1.11.5
50Enforcing usage of sbt in version 1.11.5
51No prepare script found for project playframework/twirl
52##################################
53Scala version: 3.7.4
54Targets: org.playframework.twirl%twirl-api org.playframework.twirl%twirl-compiler org.playframework.twirl%twirl-maven-plugin org.playframework.twirl%twirl-parser
55Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"compiler/src/test/scala-3/play/twirl/compiler/test/Helper.scala","pattern":"(\\s*)def printMessage\\(msg: String\\): Unit","replaceWith":"$1def echoMessage(msg: String): Unit = printMessage(msg)\n$0"},{"path":"project/Dependencies.scala","pattern":"val Scala3 = \"3.3.6\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
56##################################
57Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
58Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
59[sbt_options] declare -a sbt_options=()
60[process_args] java_version = '17'
61[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
62# Executing command line:
63java
64-Dfile.encoding=UTF-8
65-Dcommunitybuild.scala=3.7.4
66-Dcommunitybuild.project.dependencies.add=
67-Xmx7G
68-Xms4G
69-Xss8M
70-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
71-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
72-jar
73/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
74"setCrossScalaVersions 3.7.4"
75"++3.7.4 -v"
76"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
77"set every credentials := Nil"
78"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
79"removeScalacOptionsStartingWith -P:wartremover"
80
81moduleMappings
82"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"compiler/src/test/scala-3/play/twirl/compiler/test/Helper.scala","pattern":"(\\s*)def printMessage\\(msg: String\\): Unit","replaceWith":"$1def echoMessage(msg: String): Unit = printMessage(msg)\n$0"},{"path":"project/Dependencies.scala","pattern":"val Scala3 = \"3.3.6\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" org.playframework.twirl%twirl-api org.playframework.twirl%twirl-compiler org.playframework.twirl%twirl-maven-plugin org.playframework.twirl%twirl-parser"
83
84[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
85[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
86[info] loading project definition from /build/repo/project
87[info] compiling 7 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
88[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
89[info] Compilation completed in 9.02s.
90[info] done compiling
91[info] loading settings for project twirl from build.sbt...
92[info] set current project to twirl (in build file:/build/repo/)
93Execute setCrossScalaVersions: 3.7.4
94OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in apiJS/crossScalaVersions
95OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in compiler/crossScalaVersions
96OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in mavenPlugin/crossScalaVersions
97OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in apiJVM/crossScalaVersions
98OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in parser/crossScalaVersions
99OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in twirl/crossScalaVersions
100OpenCB::Changing crossVersion 3.7.2 -> 3.7.4 in plugin/crossScalaVersions
101[info] set current project to twirl (in build file:/build/repo/)
102[info] Setting Scala version to 3.7.4 on 6 projects.
103[info] Switching Scala version on:
104[info] plugin (2.12.20, 3.7.4)
105[info] apiJS (2.12.20, 2.13.16, 3.7.4)
106[info] apiJVM (2.12.20, 2.13.16, 3.7.4)
107[info] compiler (2.12.20, 2.13.16, 3.7.4)
108[info] parser (2.12.20, 2.13.16, 3.7.4)
109[info] mavenPlugin (2.12.20, 2.13.16, 3.7.4)
110[info] Excluding projects:
111[info] * twirl (2.12.20)
112[info] Reapplying settings...
113[info] set current project to twirl (in build file:/build/repo/)
114Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
115[info] Reapplying settings...
116[info] set current project to twirl (in build file:/build/repo/)
117[info] Defining Global / credentials, apiJS / credentials and 5 others.
118[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 55 others.
119[info] Run `last` for details.
120[info] Reapplying settings...
121[info] set current project to twirl (in build file:/build/repo/)
122Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
123[info] Reapplying settings...
124OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
125
126 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
127 Did you mean apiJS / allExcludeDependencies ?
128 , retry without global scopes
129[info] Reapplying settings...
130[info] set current project to twirl (in build file:/build/repo/)
131Execute removeScalacOptionsStartingWith: -P:wartremover
132[info] Reapplying settings...
133[info] set current project to twirl (in build file:/build/repo/)
134[success] Total time: 0 s, completed Dec 6, 2025, 1:23:52 AM
135Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"compiler/src/test/scala-3/play/twirl/compiler/test/Helper.scala","pattern":"(\\s*)def printMessage\\(msg: String\\): Unit","replaceWith":"$1def echoMessage(msg: String): Unit = printMessage(msg)\n$0"},{"path":"project/Dependencies.scala","pattern":"val Scala3 = \"3.3.6\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
136Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
137Starting build...
138Projects: Set(apiJVM, compiler, mavenPlugin, parser)
139Starting build for ProjectRef(file:/build/repo/,apiJVM) (twirl-api)... [0/4]
140OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
141OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
142OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
143OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
144Compile scalacOptions: -release:17, -unchecked, -encoding, utf8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
145[info] compiling 9 Scala sources to /build/repo/api/jvm/target/scala-3.7.4/classes ...
146[info] done compiling
147[info] compiling 3 Scala sources to /build/repo/api/jvm/target/scala-3.7.4/test-classes ...
148[info] done compiling
149Starting build for ProjectRef(file:/build/repo/,compiler) (twirl-compiler)... [1/4]
150Compile scalacOptions: -release:17, -unchecked, -encoding, utf8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
151[info] compiling 3 Scala sources to /build/repo/parser/target/scala-3.7.4/classes ...
152[info] done compiling
153[info] compiling 2 Scala sources and 1 Java source to /build/repo/compiler/target/scala-3.7.4/classes ...
154[warn] /build/repo/compiler/src/main/java/play/japi/twirl/compiler/TwirlCompiler.java:85:12: scala.collection.JavaConverters$ in scala.collection has been deprecated
155[warn] JavaConverters$
156[warn] ^
157[warn] /build/repo/compiler/src/main/java/play/japi/twirl/compiler/TwirlCompiler.java:89:12: scala.collection.JavaConverters$ in scala.collection has been deprecated
158[warn] JavaConverters$
159[warn] ^
160[info] done compiling
161[info] compiling 1 Scala source to /build/repo/parser/target/scala-3.7.4/test-classes ...
162[info] done compiling
163[info] compiling 6 Scala sources and 1 Java source to /build/repo/compiler/target/scala-3.7.4/test-classes ...
164[info] done compiling
165Starting build for ProjectRef(file:/build/repo/,mavenPlugin) (twirl-maven-plugin)... [2/4]
166Compile scalacOptions: -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
167[info] compiling 3 Java sources to /build/repo/maven-twirl/target/scala-3.7.4/classes ...
168[info] done compiling
169Starting build for ProjectRef(file:/build/repo/,parser) (twirl-parser)... [3/4]
170Compile scalacOptions: -release:17, -unchecked, -encoding, utf8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
171
172************************
173Build summary:
174[{
175 "module": "twirl-api",
176 "compile": {"status": "ok", "tookMs": 6596, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
177 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
178 "test-compile": {"status": "ok", "tookMs": 5381, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
179 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
180 "publish": {"status": "skipped", "tookMs": 0},
181 "metadata": {
182 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.6"]
183}
184},{
185 "module": "twirl-compiler",
186 "compile": {"status": "ok", "tookMs": 4347, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
187 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
188 "test-compile": {"status": "ok", "tookMs": 4934, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
189 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
190 "publish": {"status": "skipped", "tookMs": 0},
191 "metadata": {
192 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.6"]
193}
194},{
195 "module": "twirl-maven-plugin",
196 "compile": {"status": "ok", "tookMs": 508, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
197 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
198 "test-compile": {"status": "ok", "tookMs": 252, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
199 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
200 "publish": {"status": "skipped", "tookMs": 0},
201 "metadata": {
202 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.6"]
203}
204},{
205 "module": "twirl-parser",
206 "compile": {"status": "ok", "tookMs": 44, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
207 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
208 "test-compile": {"status": "ok", "tookMs": 94, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
209 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
210 "publish": {"status": "skipped", "tookMs": 0},
211 "metadata": {
212 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.6"]
213}
214}]
215************************
216[success] Total time: 73 s (0:01:13.0), completed Dec 6, 2025, 1:25:05 AM
217[0JChecking patch project/plugins.sbt...
218Checking patch project/build.properties...
219Checking patch project/Dependencies.scala...
220Checking patch compiler/src/test/scala-3/play/twirl/compiler/test/Helper.scala...
221Checking patch build.sbt...
222Applied patch project/plugins.sbt cleanly.
223Applied patch project/build.properties cleanly.
224Applied patch project/Dependencies.scala cleanly.
225Applied patch compiler/src/test/scala-3/play/twirl/compiler/test/Helper.scala cleanly.
226Applied patch build.sbt cleanly.
227No migration rewrite changes found, would not commit
228----
229Preparing build for 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
230Scala binary version found: 3.8
231Implicitly using source version 3.8
232Scala binary version found: 3.8
233Implicitly using source version 3.8
234Would try to apply common scalacOption (best-effort, sbt/mill only):
235Append: ,REQUIRE:-source:3.8
236Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
237
238Try apply source patch:
239Path: compiler/src/test/scala-3/play/twirl/compiler/test/Helper.scala
240Pattern: (\s*)def printMessage\(msg: String\): Unit
241Replacement: $1def echoMessage(msg: String): Unit = printMessage(msg)
242$0
243Successfully applied pattern '(\s*)def printMessage\(msg: String\): Unit' in compiler/src/test/scala-3/play/twirl/compiler/test/Helper.scala
244
245Try apply source patch:
246Path: project/Dependencies.scala
247Pattern: val Scala3 = "3.3.6"
248Replacement: val Scala3 = "3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY"
249Successfully applied pattern 'val Scala3 = "3.3.6"' in project/Dependencies.scala
250----
251Starting build for 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
252Execute tests: false
253sbt project found:
254Sbt version 1.11.4 is not supported, minimal supported version is 1.11.5
255Enforcing usage of sbt in version 1.11.5
256No prepare script found for project playframework/twirl
257##################################
258Scala version: 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
259Targets: org.playframework.twirl%twirl-api org.playframework.twirl%twirl-compiler org.playframework.twirl%twirl-maven-plugin org.playframework.twirl%twirl-parser
260Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"compiler/src/test/scala-3/play/twirl/compiler/test/Helper.scala","pattern":"(\\s*)def printMessage\\(msg: String\\): Unit","replaceWith":"$1def echoMessage(msg: String): Unit = printMessage(msg)\n$0"},{"path":"project/Dependencies.scala","pattern":"val Scala3 = \"3.3.6\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
261##################################
262Using extra scalacOptions: ,REQUIRE:-source:3.8
263Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
264[sbt_options] declare -a sbt_options=()
265[process_args] java_version = '17'
266[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
267# Executing command line:
268java
269-Dfile.encoding=UTF-8
270-Dcommunitybuild.scala=3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
271-Dcommunitybuild.project.dependencies.add=
272-Xmx7G
273-Xms4G
274-Xss8M
275-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
276-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
277-jar
278/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
279"setCrossScalaVersions 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY"
280"++3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -v"
281"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
282"set every credentials := Nil"
283"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
284"removeScalacOptionsStartingWith -P:wartremover"
285
286moduleMappings
287"runBuild 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"compiler/src/test/scala-3/play/twirl/compiler/test/Helper.scala","pattern":"(\\s*)def printMessage\\(msg: String\\): Unit","replaceWith":"$1def echoMessage(msg: String): Unit = printMessage(msg)\n$0"},{"path":"project/Dependencies.scala","pattern":"val Scala3 = \"3.3.6\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" org.playframework.twirl%twirl-api org.playframework.twirl%twirl-compiler org.playframework.twirl%twirl-maven-plugin org.playframework.twirl%twirl-parser"
288
289[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
290[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
291[info] loading project definition from /build/repo/project
292[info] compiling 1 Scala source to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
293[info] done compiling
294[info] loading settings for project twirl from build.sbt...
295[info] set current project to twirl (in build file:/build/repo/)
296Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
297OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in apiJS/crossScalaVersions
298OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in compiler/crossScalaVersions
299OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in mavenPlugin/crossScalaVersions
300OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in apiJVM/crossScalaVersions
301OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in twirl/crossScalaVersions
302OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in parser/crossScalaVersions
303OpenCB::Changing crossVersion 3.7.2 -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in plugin/crossScalaVersions
304[info] set current project to twirl (in build file:/build/repo/)
305[info] Setting Scala version to 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY on 6 projects.
306[info] Switching Scala version on:
307[info] plugin (2.12.20, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
308[info] apiJS (2.12.20, 2.13.16, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
309[info] apiJVM (2.12.20, 2.13.16, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
310[info] compiler (2.12.20, 2.13.16, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
311[info] parser (2.12.20, 2.13.16, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
312[info] mavenPlugin (2.12.20, 2.13.16, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
313[info] Excluding projects:
314[info] * twirl (2.12.20)
315[info] Reapplying settings...
316[info] set current project to twirl (in build file:/build/repo/)
317Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
318[info] Reapplying settings...
319[info] set current project to twirl (in build file:/build/repo/)
320[info] Defining Global / credentials, apiJS / credentials and 5 others.
321[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 55 others.
322[info] Run `last` for details.
323[info] Reapplying settings...
324[info] set current project to twirl (in build file:/build/repo/)
325Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
326[info] Reapplying settings...
327OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
328
329 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
330 Did you mean apiJS / allExcludeDependencies ?
331 , retry without global scopes
332[info] Reapplying settings...
333[info] set current project to twirl (in build file:/build/repo/)
334Execute removeScalacOptionsStartingWith: -P:wartremover
335[info] Reapplying settings...
336[info] set current project to twirl (in build file:/build/repo/)
337[success] Total time: 0 s, completed Dec 6, 2025, 1:25:25 AM
338Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"compiler/src/test/scala-3/play/twirl/compiler/test/Helper.scala","pattern":"(\\s*)def printMessage\\(msg: String\\): Unit","replaceWith":"$1def echoMessage(msg: String): Unit = printMessage(msg)\n$0"},{"path":"project/Dependencies.scala","pattern":"val Scala3 = \"3.3.6\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
339Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
340Starting build...
341Projects: Set(apiJVM, compiler, mavenPlugin, parser)
342Starting build for ProjectRef(file:/build/repo/,apiJVM) (twirl-api)... [0/4]
343OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
344OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
345OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
346Compile scalacOptions: -release:17, -unchecked, -encoding, utf8, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
347[info] compiling 9 Scala sources to /build/repo/api/jvm/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
348[info] done compiling
349[info] compiling 3 Scala sources to /build/repo/api/jvm/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test-classes ...
350[info] done compiling
351Starting build for ProjectRef(file:/build/repo/,compiler) (twirl-compiler)... [1/4]
352Compile scalacOptions: -release:17, -unchecked, -encoding, utf8, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
353[info] compiling 3 Scala sources to /build/repo/parser/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
354[info] done compiling
355[info] compiling 2 Scala sources and 1 Java source to /build/repo/compiler/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
356[warn] /build/repo/compiler/src/main/java/play/japi/twirl/compiler/TwirlCompiler.java:85:12: scala.collection.JavaConverters$ in scala.collection has been deprecated
357[warn] JavaConverters$
358[warn] ^
359[warn] /build/repo/compiler/src/main/java/play/japi/twirl/compiler/TwirlCompiler.java:89:12: scala.collection.JavaConverters$ in scala.collection has been deprecated
360[warn] JavaConverters$
361[warn] ^
362[info] done compiling
363[info] compiling 1 Scala source to /build/repo/parser/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test-classes ...
364[info] done compiling
365[info] compiling 6 Scala sources and 1 Java source to /build/repo/compiler/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test-classes ...
366[warn] there was 1 deprecation warning; re-run with -deprecation for details
367[warn] one warning found
368[info] done compiling
369Starting build for ProjectRef(file:/build/repo/,mavenPlugin) (twirl-maven-plugin)... [2/4]
370Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
371[info] compiling 3 Java sources to /build/repo/maven-twirl/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
372[info] done compiling
373Starting build for ProjectRef(file:/build/repo/,parser) (twirl-parser)... [3/4]
374Compile scalacOptions: -release:17, -unchecked, -encoding, utf8, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
375
376************************
377Build summary:
378[{
379 "module": "twirl-api",
380 "compile": {"status": "ok", "tookMs": 8522, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
381 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
382 "test-compile": {"status": "ok", "tookMs": 5032, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
383 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
384 "publish": {"status": "skipped", "tookMs": 0},
385 "metadata": {
386 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.6"]
387}
388},{
389 "module": "twirl-compiler",
390 "compile": {"status": "ok", "tookMs": 4757, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
391 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
392 "test-compile": {"status": "ok", "tookMs": 4723, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
393 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
394 "publish": {"status": "skipped", "tookMs": 0},
395 "metadata": {
396 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.6"]
397}
398},{
399 "module": "twirl-maven-plugin",
400 "compile": {"status": "ok", "tookMs": 741, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
401 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
402 "test-compile": {"status": "ok", "tookMs": 299, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
403 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
404 "publish": {"status": "skipped", "tookMs": 0},
405 "metadata": {
406 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.6"]
407}
408},{
409 "module": "twirl-parser",
410 "compile": {"status": "ok", "tookMs": 58, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
411 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
412 "test-compile": {"status": "ok", "tookMs": 99, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
413 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
414 "publish": {"status": "skipped", "tookMs": 0},
415 "metadata": {
416 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.6"]
417}
418}]
419************************
420[success] Total time: 36 s, completed Dec 6, 2025, 1:26:01 AM
421[0JChecking patch project/plugins.sbt...
422Checking patch project/build.properties...
423Checking patch project/Dependencies.scala...
424Checking patch compiler/src/test/scala-3/play/twirl/compiler/test/Helper.scala...
425Checking patch build.sbt...
426Applied patch project/plugins.sbt cleanly.
427Applied patch project/build.properties cleanly.
428Applied patch project/Dependencies.scala cleanly.
429Applied patch compiler/src/test/scala-3/play/twirl/compiler/test/Helper.scala cleanly.
430Applied patch build.sbt cleanly.