Build Logs
scalacenter/tasty-query • dotty-staging/dotty:fix-23773:2025-11-22
Errors
0
Warnings
128
Total Lines
514
1##################################
2Clonning https://github.com/scalacenter/tasty-query.git into /build/repo using revision v1.6.1
3##################################
4Note: switching to 'baf399cb3af5be76d5dc228dffb2bc4eea795af5'.
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
21Using target Scala version for migration: 3.7.4-RC2
22Migrating project for -source:3.7 using Scala 3.7.4-RC2
23----
24Preparing build for 3.7.4-RC2
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.7-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28
29Try apply source patch:
30Path: tasty-query/shared/src/main/scala/tastyquery/reader/pickles/PickleReader.scala
31Pattern: DefaultGetterName(termName(underlyingStr), indexStr.toInt - 1)
32Replacement: DefaultGetterName(termName(underlyingStr.nn), indexStr.nn.toInt - 1)
33Starting compilation server
34Compiling project (Scala 3.7.3, JVM (21))
35Compiled project (Scala 3.7.3, JVM (21))
36Successfully applied pattern 'DefaultGetterName(termName(underlyingStr), indexStr.toInt - 1)' in tasty-query/shared/src/main/scala/tastyquery/reader/pickles/PickleReader.scala
37----
38Starting build for 3.7.4-RC2
39Execute tests: false
40sbt project found:
41Sbt version 1.11.3 is not supported, minimal supported version is 1.11.5
42Enforcing usage of sbt in version 1.11.5
43No prepare script found for project scalacenter/tasty-query
44/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
45##################################
46Scala version: 3.7.4-RC2
47Targets: ch.epfl.scala%tasty-query
48Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"tasty-query/shared/src/main/scala/tastyquery/reader/pickles/PickleReader.scala","pattern":"DefaultGetterName(termName(underlyingStr), indexStr.toInt - 1)","replaceWith":"DefaultGetterName(termName(underlyingStr.nn), indexStr.nn.toInt - 1)"}]}
49##################################
50Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
51Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
52[sbt_options] declare -a sbt_options=()
53[process_args] java_version = '21'
54[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
55# Executing command line:
56java
57-Dfile.encoding=UTF-8
58-Dcommunitybuild.scala=3.7.4-RC2
59-Dcommunitybuild.project.dependencies.add=
60-Xmx7G
61-Xms4G
62-Xss8M
63-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
64-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21
65-jar
66/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
67"setCrossScalaVersions 3.7.4-RC2"
68"++3.7.4-RC2 -v"
69"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""
70"set every credentials := Nil"
71"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
72"removeScalacOptionsStartingWith -P:wartremover"
73
74moduleMappings
75"runBuild 3.7.4-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"tasty-query/shared/src/main/scala/tastyquery/reader/pickles/PickleReader.scala","pattern":"DefaultGetterName(termName(underlyingStr), indexStr.toInt - 1)","replaceWith":"DefaultGetterName(termName(underlyingStr.nn), indexStr.nn.toInt - 1)"}]}""" ch.epfl.scala%tasty-query"
76
77[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 21)
78[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
79[info] loading project definition from /build/repo/project
80[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
81[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
82[info] Compilation completed in 8.261s.
83[info] done compiling
84[info] loading settings for project root from build.sbt...
85[info] set current project to root (in build file:/build/repo/)
86Execute setCrossScalaVersions: 3.7.4-RC2
87OpenCB::Limitting incorrect crossVersions List(3.7.1) -> List(2.13.16) in scala2TestSourcesJVM/crossScalaVersions
88OpenCB::Changing crossVersion 3.7.1 -> 3.7.4-RC2 in tastyQueryJS/crossScalaVersions
89OpenCB::Changing crossVersion 3.7.1 -> 3.7.4-RC2 in root/crossScalaVersions
90OpenCB::Changing crossVersion 3.7.1 -> 3.7.4-RC2 in testSourcesJS/crossScalaVersions
91OpenCB::Limitting incorrect crossVersions List(3.7.1) -> List(2.13.16) in scala2TestSourcesJS/crossScalaVersions
92OpenCB::Changing crossVersion 3.7.1 -> 3.7.4-RC2 in testSourcesJVM/crossScalaVersions
93OpenCB::Changing crossVersion 3.7.1 -> 3.7.4-RC2 in tastyQueryJVM/crossScalaVersions
94[info] set current project to root (in build file:/build/repo/)
95[info] Setting Scala version to 3.7.4-RC2 on 5 projects.
96[info] Switching Scala version on:
97[info] testSourcesJS (3.7.4-RC2)
98[info] * root (3.7.4-RC2)
99[info] tastyQueryJS (3.7.4-RC2)
100[info] tastyQueryJVM (3.7.4-RC2)
101[info] testSourcesJVM (3.7.4-RC2)
102[info] Excluding projects:
103[info] scala2TestSourcesJS (2.13.16)
104[info] scala2TestSourcesJVM (2.13.16)
105[info] Reapplying settings...
106[info] set current project to root (in build file:/build/repo/)
107Execute 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
108[info] Reapplying settings...
109[info] set current project to root (in build file:/build/repo/)
110[info] Defining Global / credentials, credentials and 5 others.
111[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 34 others.
112[info] Run `last` for details.
113[info] Reapplying settings...
114[info] set current project to root (in build file:/build/repo/)
115Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
116[info] Reapplying settings...
117OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
118
119 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
120 Did you mean allExcludeDependencies ?
121 , retry without global scopes
122[info] Reapplying settings...
123[info] set current project to root (in build file:/build/repo/)
124Execute removeScalacOptionsStartingWith: -P:wartremover
125[info] Reapplying settings...
126[info] set current project to root (in build file:/build/repo/)
127[success] Total time: 0 s, completed Nov 22, 2025, 6:14:01 PM
128Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"tasty-query/shared/src/main/scala/tastyquery/reader/pickles/PickleReader.scala","pattern":"DefaultGetterName(termName(underlyingStr), indexStr.toInt - 1)","replaceWith":"DefaultGetterName(termName(underlyingStr.nn), indexStr.nn.toInt - 1)"}]}
129Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
130Starting build...
131Projects: Set(tastyQueryJVM, testSourcesJVM, scala2TestSourcesJVM)
132Starting build for ProjectRef(file:/build/repo/,tastyQueryJVM) (tasty-query)... [0/3]
133OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
134OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
135OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
136OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
137OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
138OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
139Compile scalacOptions: -encoding, utf-8, -Yexplicit-nulls, -Wsafe-init, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
140[info] compiling 49 Scala sources to /build/repo/tasty-query/jvm/target/scala-3.7.4-RC2/classes ...
141[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/jvm/src/main/scala/tastyquery/jdk/ClasspathLoaders.scala:24:39
142[warn] 24 | path.getFileName().nn.toString().nn.endsWith("." + ext)
143[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
144[warn] | Unnecessary .nn: qualifier is already not null
145[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/TypeOps.scala:68:96
146[warn] 68 | case Some(normalizedPrefix) => toPrefix(origTp, normalizedPrefix, cls.owner.nn, thiscls)
147[warn] | ^^^^^^^^^^^^
148[warn] | Unnecessary .nn: qualifier is already not null
149[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:1714:19
150[warn] 1714 | myParamTypes.nn
151[warn] | ^^^^^^^^^^^^^^^
152[warn] | Unnecessary .nn: qualifier is already not null
153[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:1718:12
154[warn] 1718 | myRes.nn
155[warn] | ^^^^^^^^
156[warn] | Unnecessary .nn: qualifier is already not null
157[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:1833:15
158[warn] 1833 | myBounds.nn
159[warn] | ^^^^^^^^^^^
160[warn] | Unnecessary .nn: qualifier is already not null
161[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:1837:12
162[warn] 1837 | myRes.nn
163[warn] | ^^^^^^^^
164[warn] | Unnecessary .nn: qualifier is already not null
165[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:1940:15
166[warn] 1940 | myBounds.nn
167[warn] | ^^^^^^^^^^^
168[warn] | Unnecessary .nn: qualifier is already not null
169[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:1944:12
170[warn] 1944 | myRes.nn
171[warn] | ^^^^^^^^
172[warn] | Unnecessary .nn: qualifier is already not null
173[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:2197:24
174[warn] 2197 | myParamTypeBounds.nn
175[warn] | ^^^^^^^^^^^^^^^^^^^^
176[warn] | Unnecessary .nn: qualifier is already not null
177[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:2201:16
178[warn] 2201 | myPattern.nn
179[warn] | ^^^^^^^^^^^^
180[warn] | Unnecessary .nn: qualifier is already not null
181[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:2205:15
182[warn] 2205 | myResult.nn
183[warn] | ^^^^^^^^^^^
184[warn] | Unnecessary .nn: qualifier is already not null
185[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/reader/pickles/PickleReader.scala:246:57
186[warn] 246 | DefaultGetterName(termName(underlyingStr.nn), indexStr.nn.toInt - 1)
187[warn] | ^^^^^^^^^^^^^^^^
188[warn] | Unnecessary .nn: qualifier is already not null
189[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/reader/pickles/PickleReader.scala:246:71
190[warn] 246 | DefaultGetterName(termName(underlyingStr.nn), indexStr.nn.toInt - 1)
191[warn] | ^^^^^^^^^^^
192[warn] | Unnecessary .nn: qualifier is already not null
193[warn] 13 warnings found
194[info] done compiling
195OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,scala2TestSourcesJVM)), Zero, Zero, Zero)
196OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,scala2TestSourcesJVM)), Zero, Zero, Zero)
197OpenCB::Filter out '-rewrite', matches setting pattern '^-?-rewrite'
198OpenCB::Filter out '-source:3.7-migration', matches setting pattern '^-?-source(:.*)?'
199OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,scala2TestSourcesJVM)), Select(ConfigKey(compile)), Zero, Zero)
200OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,scala2TestSourcesJVM)), Select(ConfigKey(compile)), Zero, Zero)
201[info] compiling 1 Scala source to /build/repo/scala2-test-sources/.jvm/target/scala-2.13/classes ...
202[info] done compiling
203[info] compiling 141 Scala sources and 23 Java sources to /build/repo/test-sources/.jvm/target/scala-3.7.4-RC2/classes ...
204[info] [patched file /build/repo/test-sources/src/main/scala/simple_trees/Uninitialized.scala]
205[info] [patched file /build/repo/test-sources/src/main/scala/simple_trees/AccessModifiers.scala]
206[info] /build/repo/test-sources/src/main/scala/javadefined/BagOfGenJavaDefinitions.java: BagOfGenJavaDefinitions.java uses unchecked or unsafe operations.
207[info] /build/repo/test-sources/src/main/scala/javadefined/BagOfGenJavaDefinitions.java: Recompile with -Xlint:unchecked for details.
208[info] done compiling
209[info] compiling 16 Scala sources to /build/repo/tasty-query/jvm/target/scala-3.7.4-RC2/test-classes ...
210[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/jvm/src/test/scala/tastyquery/testutil/jdk/JavaTestPlatform.scala:30:63
211[warn] 30 | classpathEntries.indexWhere(_.contains("scala3-library_3").nn)
212[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
213[warn] | Unnecessary .nn: qualifier is already not null
214[warn] one warning found
215[info] done compiling
216[info] compiling 2 Scala sources to /build/repo/test-sources/.jvm/target/scala-3.7.4-RC2/classes ...
217[info] done compiling
218Starting build for ProjectRef(file:/build/repo/,testSourcesJVM) (testsources)... [1/3]
219Compile scalacOptions: -encoding, utf-8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
220Starting build for ProjectRef(file:/build/repo/,scala2TestSourcesJVM) (scala2testsources)... [2/3]
221Compile scalacOptions: -encoding, utf-8, -Wconf:msg=can be rewritten automatically under:s
222OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,scala2TestSourcesJVM)), Select(ConfigKey(test)), Zero, Zero)
223OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,scala2TestSourcesJVM)), Select(ConfigKey(test)), Zero, Zero)
224
225************************
226Build summary:
227[{
228 "module": "tasty-query",
229 "compile": {"status": "ok", "tookMs": 21838, "warnings": 13, "errors": 0, "sourceVersion": "3.7-migration"},
230 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
231 "test-compile": {"status": "ok", "tookMs": 20344, "warnings": 1, "errors": 0, "sourceVersion": "3.7-migration"},
232 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
233 "publish": {"status": "skipped", "tookMs": 0},
234 "metadata": {
235 "crossScalaVersions": ["3.7.1"]
236}
237},{
238 "module": "testsources",
239 "compile": {"status": "ok", "tookMs": 90, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
240 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
241 "test-compile": {"status": "ok", "tookMs": 131, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
242 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
243 "publish": {"status": "ok", "tookMs": 3},
244 "metadata": {
245 "crossScalaVersions": ["3.7.1"]
246}
247},{
248 "module": "scala2testsources",
249 "compile": {"status": "ok", "tookMs": 36, "warnings": 0, "errors": 0},
250 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
251 "test-compile": {"status": "ok", "tookMs": 64, "warnings": 0, "errors": 0},
252 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
253 "publish": {"status": "ok", "tookMs": 3},
254 "metadata": {
255 "crossScalaVersions": ["3.7.1"]
256}
257}]
258************************
259[success] Total time: 63 s (0:01:03.0), completed Nov 22, 2025, 6:15:04 PM
260[0JChecking patch tasty-query/shared/src/main/scala/tastyquery/reader/pickles/PickleReader.scala...
261Checking patch project/plugins.sbt...
262Checking patch project/build.properties...
263Checking patch build.sbt...
264Applied patch tasty-query/shared/src/main/scala/tastyquery/reader/pickles/PickleReader.scala cleanly.
265Applied patch project/plugins.sbt cleanly.
266Applied patch project/build.properties cleanly.
267Applied patch build.sbt cleanly.
268Commit migration rewrites
269Switched to a new branch 'opencb/migrate-source-3.7'
270[opencb/migrate-source-3.7 6a7ae27] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4-RC2
271 2 files changed, 5 insertions(+), 5 deletions(-)
272----
273Preparing build for 3.8.1-RC1-bin-20251120-60444cb
274Scala binary version found: 3.8
275Implicitly using source version 3.8
276Scala binary version found: 3.8
277Implicitly using source version 3.8
278Would try to apply common scalacOption (best-effort, sbt/mill only):
279Append: ,REQUIRE:-source:3.8
280Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
281
282Try apply source patch:
283Path: tasty-query/shared/src/main/scala/tastyquery/reader/pickles/PickleReader.scala
284Pattern: DefaultGetterName(termName(underlyingStr), indexStr.toInt - 1)
285Replacement: DefaultGetterName(termName(underlyingStr.nn), indexStr.nn.toInt - 1)
286Successfully applied pattern 'DefaultGetterName(termName(underlyingStr), indexStr.toInt - 1)' in tasty-query/shared/src/main/scala/tastyquery/reader/pickles/PickleReader.scala
287----
288Starting build for 3.8.1-RC1-bin-20251120-60444cb
289Execute tests: false
290sbt project found:
291Sbt version 1.11.3 is not supported, minimal supported version is 1.11.5
292Enforcing usage of sbt in version 1.11.5
293No prepare script found for project scalacenter/tasty-query
294/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
295##################################
296Scala version: 3.8.1-RC1-bin-20251120-60444cb
297Targets: ch.epfl.scala%tasty-query
298Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"tasty-query/shared/src/main/scala/tastyquery/reader/pickles/PickleReader.scala","pattern":"DefaultGetterName(termName(underlyingStr), indexStr.toInt - 1)","replaceWith":"DefaultGetterName(termName(underlyingStr.nn), indexStr.nn.toInt - 1)"}]}
299##################################
300Using extra scalacOptions: ,REQUIRE:-source:3.8
301Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
302[sbt_options] declare -a sbt_options=()
303[process_args] java_version = '21'
304[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
305# Executing command line:
306java
307-Dfile.encoding=UTF-8
308-Dcommunitybuild.scala=3.8.1-RC1-bin-20251120-60444cb
309-Dcommunitybuild.project.dependencies.add=
310-Xmx7G
311-Xms4G
312-Xss8M
313-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
314-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21
315-jar
316/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
317"setCrossScalaVersions 3.8.1-RC1-bin-20251120-60444cb"
318"++3.8.1-RC1-bin-20251120-60444cb -v"
319"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
320"set every credentials := Nil"
321"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
322"removeScalacOptionsStartingWith -P:wartremover"
323
324moduleMappings
325"runBuild 3.8.1-RC1-bin-20251120-60444cb """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"tasty-query/shared/src/main/scala/tastyquery/reader/pickles/PickleReader.scala","pattern":"DefaultGetterName(termName(underlyingStr), indexStr.toInt - 1)","replaceWith":"DefaultGetterName(termName(underlyingStr.nn), indexStr.nn.toInt - 1)"}]}""" ch.epfl.scala%tasty-query"
326
327[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 21)
328[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
329[info] loading project definition from /build/repo/project
330[info] loading settings for project root from build.sbt...
331[info] set current project to root (in build file:/build/repo/)
332Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251120-60444cb
333OpenCB::Limitting incorrect crossVersions List(3.7.1) -> List(2.13.16) in scala2TestSourcesJVM/crossScalaVersions
334OpenCB::Changing crossVersion 3.7.1 -> 3.8.1-RC1-bin-20251120-60444cb in tastyQueryJVM/crossScalaVersions
335OpenCB::Changing crossVersion 3.7.1 -> 3.8.1-RC1-bin-20251120-60444cb in tastyQueryJS/crossScalaVersions
336OpenCB::Changing crossVersion 3.7.1 -> 3.8.1-RC1-bin-20251120-60444cb in testSourcesJS/crossScalaVersions
337OpenCB::Changing crossVersion 3.7.1 -> 3.8.1-RC1-bin-20251120-60444cb in root/crossScalaVersions
338OpenCB::Limitting incorrect crossVersions List(3.7.1) -> List(2.13.16) in scala2TestSourcesJS/crossScalaVersions
339OpenCB::Changing crossVersion 3.7.1 -> 3.8.1-RC1-bin-20251120-60444cb in testSourcesJVM/crossScalaVersions
340[info] set current project to root (in build file:/build/repo/)
341[info] Setting Scala version to 3.8.1-RC1-bin-20251120-60444cb on 5 projects.
342[info] Switching Scala version on:
343[info] testSourcesJS (3.8.1-RC1-bin-20251120-60444cb)
344[info] * root (3.8.1-RC1-bin-20251120-60444cb)
345[info] tastyQueryJS (3.8.1-RC1-bin-20251120-60444cb)
346[info] tastyQueryJVM (3.8.1-RC1-bin-20251120-60444cb)
347[info] testSourcesJVM (3.8.1-RC1-bin-20251120-60444cb)
348[info] Excluding projects:
349[info] scala2TestSourcesJS (2.13.16)
350[info] scala2TestSourcesJVM (2.13.16)
351[info] Reapplying settings...
352[info] set current project to root (in build file:/build/repo/)
353Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
354[info] Reapplying settings...
355[info] set current project to root (in build file:/build/repo/)
356[info] Defining Global / credentials, credentials and 5 others.
357[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 34 others.
358[info] Run `last` for details.
359[info] Reapplying settings...
360[info] set current project to root (in build file:/build/repo/)
361Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
362[info] Reapplying settings...
363OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
364
365 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
366 Did you mean allExcludeDependencies ?
367 , retry without global scopes
368[info] Reapplying settings...
369[info] set current project to root (in build file:/build/repo/)
370Execute removeScalacOptionsStartingWith: -P:wartremover
371[info] Reapplying settings...
372[info] set current project to root (in build file:/build/repo/)
373[success] Total time: 0 s, completed Nov 22, 2025, 6:15:16 PM
374Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"tasty-query/shared/src/main/scala/tastyquery/reader/pickles/PickleReader.scala","pattern":"DefaultGetterName(termName(underlyingStr), indexStr.toInt - 1)","replaceWith":"DefaultGetterName(termName(underlyingStr.nn), indexStr.nn.toInt - 1)"}]}
375Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
376Starting build...
377Projects: Set(tastyQueryJVM, testSourcesJVM, scala2TestSourcesJVM)
378Starting build for ProjectRef(file:/build/repo/,tastyQueryJVM) (tasty-query)... [0/3]
379OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
380OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
381OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
382OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
383OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
384Compile scalacOptions: -encoding, utf-8, -Yexplicit-nulls, -Wsafe-init, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
385[info] compiling 49 Scala sources to /build/repo/tasty-query/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
386[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/jvm/src/main/scala/tastyquery/jdk/ClasspathLoaders.scala:24:39
387[warn] 24 | path.getFileName().nn.toString().nn.endsWith("." + ext)
388[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
389[warn] | Unnecessary .nn: qualifier is already not null
390[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/TypeOps.scala:68:96
391[warn] 68 | case Some(normalizedPrefix) => toPrefix(origTp, normalizedPrefix, cls.owner.nn, thiscls)
392[warn] | ^^^^^^^^^^^^
393[warn] | Unnecessary .nn: qualifier is already not null
394[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:1714:19
395[warn] 1714 | myParamTypes.nn
396[warn] | ^^^^^^^^^^^^^^^
397[warn] | Unnecessary .nn: qualifier is already not null
398[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:1718:12
399[warn] 1718 | myRes.nn
400[warn] | ^^^^^^^^
401[warn] | Unnecessary .nn: qualifier is already not null
402[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:1833:15
403[warn] 1833 | myBounds.nn
404[warn] | ^^^^^^^^^^^
405[warn] | Unnecessary .nn: qualifier is already not null
406[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:1837:12
407[warn] 1837 | myRes.nn
408[warn] | ^^^^^^^^
409[warn] | Unnecessary .nn: qualifier is already not null
410[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:1940:15
411[warn] 1940 | myBounds.nn
412[warn] | ^^^^^^^^^^^
413[warn] | Unnecessary .nn: qualifier is already not null
414[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:1944:12
415[warn] 1944 | myRes.nn
416[warn] | ^^^^^^^^
417[warn] | Unnecessary .nn: qualifier is already not null
418[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:2197:24
419[warn] 2197 | myParamTypeBounds.nn
420[warn] | ^^^^^^^^^^^^^^^^^^^^
421[warn] | Unnecessary .nn: qualifier is already not null
422[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:2201:16
423[warn] 2201 | myPattern.nn
424[warn] | ^^^^^^^^^^^^
425[warn] | Unnecessary .nn: qualifier is already not null
426[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:2205:15
427[warn] 2205 | myResult.nn
428[warn] | ^^^^^^^^^^^
429[warn] | Unnecessary .nn: qualifier is already not null
430[warn] -- Warning: /build/repo/tasty-query/shared/src/main/scala/tastyquery/Types.scala:1593:37
431[warn] 1593 | List.tabulate(paramNames.size)(newParamRef(_): @unchecked)
432[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
433[warn] |Could not verify that the method argument is transitively initialized (Hot). It was found to be a function where "this" is (the original object of type (class MethodType) where initialization checking started). Only transitively initialized arguments may be passed to methods (except constructors). Calling trace:
434[warn] |├── final class MethodType private[Types] (val companion: MethodTypeCompanion, val paramNames: List[UnsignedTermName])( [ Types.scala:1689 ]
435[warn] |│ ^
436[warn] |├── sealed trait LambdaType extends TypeOrMethodic with ParamRefBinder { [ Types.scala:1578 ]
437[warn] |│ ^
438[warn] |└── List.tabulate(paramNames.size)(newParamRef(_): @unchecked) [ Types.scala:1593 ]
439[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
440[warn] |
441[warn] |Promoting the value to transitively initialized (Hot) failed due to the following problem:
442[warn] |Only transitively initialized (Hot) values can be returned by functions. The function a function where "this" is (the original object of type (class MethodType) where initialization checking started) returns a non-transitively initialized (Warm) object of type (class TermParamRef) { outer = a transitively initialized (Hot) object, args = (an uninitialized (Cold) object, a transitively initialized (Hot) object) }. Promotion trace:
443[warn] |└── List.tabulate(paramNames.size)(newParamRef(_): @unchecked) [ Types.scala:1593 ]
444[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
445[warn] |
446[warn] |Promoting the value to transitively initialized (Hot) failed due to the following problem:
447[warn] |Could not verify that the field value binder is transitively initialized (Hot). It was found to be an uninitialized (Cold) object. Promotion trace:
448[warn] |└── final class TermParamRef(val binder: TermLambdaType, val paramNum: Int) extends ParamRef with SingletonType { [ Types.scala:1996 ]
449[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
450[warn] 12 warnings found
451[info] done compiling
452OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,scala2TestSourcesJVM)), Zero, Zero, Zero)
453OpenCB::Filter out '-source:3.8', matches setting pattern '^-?-source(:.*)?'
454OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,scala2TestSourcesJVM)), Select(ConfigKey(compile)), Zero, Zero)
455[info] compiling 141 Scala sources and 23 Java sources to /build/repo/test-sources/.jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
456[info] /build/repo/test-sources/src/main/scala/javadefined/BagOfGenJavaDefinitions.java: BagOfGenJavaDefinitions.java uses unchecked or unsafe operations.
457[info] /build/repo/test-sources/src/main/scala/javadefined/BagOfGenJavaDefinitions.java: Recompile with -Xlint:unchecked for details.
458[info] done compiling
459[info] compiling 16 Scala sources to /build/repo/tasty-query/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
460[warn] -- [E216] Syntax Warning: /build/repo/tasty-query/jvm/src/test/scala/tastyquery/testutil/jdk/JavaTestPlatform.scala:30:63
461[warn] 30 | classpathEntries.indexWhere(_.contains("scala3-library_3").nn)
462[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
463[warn] | Unnecessary .nn: qualifier is already not null
464[warn] one warning found
465[info] done compiling
466Starting build for ProjectRef(file:/build/repo/,testSourcesJVM) (testsources)... [1/3]
467Compile scalacOptions: -encoding, utf-8, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
468Starting build for ProjectRef(file:/build/repo/,scala2TestSourcesJVM) (scala2testsources)... [2/3]
469Compile scalacOptions: -encoding, utf-8, -Wconf:msg=can be rewritten automatically under:s
470OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,scala2TestSourcesJVM)), Select(ConfigKey(test)), Zero, Zero)
471
472************************
473Build summary:
474[{
475 "module": "tasty-query",
476 "compile": {"status": "ok", "tookMs": 24800, "warnings": 12, "errors": 0, "sourceVersion": "3.8"},
477 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
478 "test-compile": {"status": "ok", "tookMs": 16618, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
479 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
480 "publish": {"status": "skipped", "tookMs": 0},
481 "metadata": {
482 "crossScalaVersions": ["3.7.1"]
483}
484},{
485 "module": "testsources",
486 "compile": {"status": "ok", "tookMs": 102, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
487 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
488 "test-compile": {"status": "ok", "tookMs": 130, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
489 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
490 "publish": {"status": "ok", "tookMs": 6},
491 "metadata": {
492 "crossScalaVersions": ["3.7.1"]
493}
494},{
495 "module": "scala2testsources",
496 "compile": {"status": "ok", "tookMs": 42, "warnings": 0, "errors": 0},
497 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
498 "test-compile": {"status": "ok", "tookMs": 79, "warnings": 0, "errors": 0},
499 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
500 "publish": {"status": "ok", "tookMs": 3},
501 "metadata": {
502 "crossScalaVersions": ["3.7.1"]
503}
504}]
505************************
506[success] Total time: 50 s, completed Nov 22, 2025, 6:16:06 PM
507[0JChecking patch tasty-query/shared/src/main/scala/tastyquery/reader/pickles/PickleReader.scala...
508Checking patch project/plugins.sbt...
509Checking patch project/build.properties...
510Checking patch build.sbt...
511Applied patch tasty-query/shared/src/main/scala/tastyquery/reader/pickles/PickleReader.scala cleanly.
512Applied patch project/plugins.sbt cleanly.
513Applied patch project/build.properties cleanly.
514Applied patch build.sbt cleanly.