Build Logs
yoohaemin/decrel • dotty-staging/dotty:fix-23773:2025-11-22
Errors
0
Warnings
20
Total Lines
334
1##################################
2Clonning https://github.com/yoohaemin/decrel.git into /build/repo using revision v0.1.1
3##################################
4Note: switching to 'e620d5038ab8bd0e7a2c514418a7e9077027d5a8'.
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.5
22----
23Preparing build for 3.8.1-RC1-bin-20251120-60444cb
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: build.sbt
34Pattern: val scala3 = "3.3.5"
35Replacement: val scala3 = "3.8.1-RC1-bin-20251120-60444cb"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3 = "3.3.5"' in build.sbt
40----
41Starting build for 3.8.1-RC1-bin-20251120-60444cb
42Execute tests: false
43sbt project found:
44Sbt version 1.10.7 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project yoohaemin/decrel
47/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
48##################################
49Scala version: 3.8.1-RC1-bin-20251120-60444cb
50Targets: com.yoohaemin%decrel-cats com.yoohaemin%decrel-core com.yoohaemin%decrel-fetch com.yoohaemin%decrel-scalacheck com.yoohaemin%decrel-ziotest com.yoohaemin%decrel-zquery
51Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
52##################################
53Using extra scalacOptions: ,REQUIRE:-source:3.8
54Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
55[sbt_options] declare -a sbt_options=()
56[process_args] java_version = '17'
57[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
58# Executing command line:
59java
60-Dfile.encoding=UTF-8
61-Xmx2G
62-Dsbt.supershell=false
63-Dcommunitybuild.scala=3.8.1-RC1-bin-20251120-60444cb
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.1-RC1-bin-20251120-60444cb"
73"++3.8.1-RC1-bin-20251120-60444cb -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.1-RC1-bin-20251120-60444cb """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" com.yoohaemin%decrel-cats com.yoohaemin%decrel-core com.yoohaemin%decrel-fetch com.yoohaemin%decrel-scalacheck com.yoohaemin%decrel-ziotest com.yoohaemin%decrel-zquery"
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[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
86[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
87[info] Compilation completed in 8.649s.
88[info] done compiling
89[info] loading settings for project root from build.sbt...
90[info] resolving key references (15037 settings) ...
91[info]
92[info] DECREL - Declarative Programming with Relations
93[info] 0.1.1+0-e620d503+20251122-1714-SNAPSHOT
94[info]
95[info] Useful sbt tasks:
96[info] > ~compile - Compile all modules with file-watch enabled
97[info] > +test - Run the unit test suite
98[info] > fmt - Run scalafmt on the entire project
99[info] > +publishLocal - Publish decrel locally
100Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251120-60444cb
101OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in fetch/crossScalaVersions
102OpenCB::Limitting incorrect crossVersions List() -> List(2.13.16) in root/crossScalaVersions
103OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in core/crossScalaVersions
104OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in zqueryJS/crossScalaVersions
105OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in zquery/crossScalaVersions
106OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in ziotestJS/crossScalaVersions
107OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in cats/crossScalaVersions
108OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in coreJS/crossScalaVersions
109OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in catsJS/crossScalaVersions
110OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in scalacheck/crossScalaVersions
111OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in scalacheckJS/crossScalaVersions
112OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251120-60444cb -> 3.8.1-RC1-bin-20251120-60444cb in ziotest/crossScalaVersions
113[info]
114[info] DECREL - Declarative Programming with Relations
115[info] 0.1.1+0-e620d503+20251122-1714-SNAPSHOT
116[info]
117[info] Useful sbt tasks:
118[info] > ~compile - Compile all modules with file-watch enabled
119[info] > +test - Run the unit test suite
120[info] > fmt - Run scalafmt on the entire project
121[info] > +publishLocal - Publish decrel locally
122[info] Setting Scala version to 3.8.1-RC1-bin-20251120-60444cb on 11 projects.
123[info] Switching Scala version on:
124[info] ziotest (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
125[info] ziotestJS (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
126[info] coreJS (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
127[info] scalacheck (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
128[info] fetch (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
129[info] cats (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
130[info] core (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
131[info] catsJS (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
132[info] zqueryJS (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
133[info] zquery (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
134[info] scalacheckJS (2.13.16, 3.8.1-RC1-bin-20251120-60444cb)
135[info] Excluding projects:
136[info] * root (2.13.16)
137[info] fetchJS (2.13.16)
138[info] docs (2.13.16)
139[info] jsdocs (2.13.16)
140[info] Reapplying settings...
141[info]
142[info] DECREL - Declarative Programming with Relations
143[info] 0.1.1+0-e620d503+20251122-1714-SNAPSHOT
144[info]
145[info] Useful sbt tasks:
146[info] > ~compile - Compile all modules with file-watch enabled
147[info] > +test - Run the unit test suite
148[info] > fmt - Run scalafmt on the entire project
149[info] > +publishLocal - Publish decrel locally
150Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
151[info] Reapplying settings...
152[info]
153[info] DECREL - Declarative Programming with Relations
154[info] 0.1.1+0-e620d503+20251122-1714-SNAPSHOT
155[info]
156[info] Useful sbt tasks:
157[info] > ~compile - Compile all modules with file-watch enabled
158[info] > +test - Run the unit test suite
159[info] > fmt - Run scalafmt on the entire project
160[info] > +publishLocal - Publish decrel locally
161[info] Defining Global / credentials, cats / credentials and 13 others.
162[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 119 others.
163[info] Run `last` for details.
164[info] Reapplying settings...
165[info]
166[info] DECREL - Declarative Programming with Relations
167[info] 0.1.1+0-e620d503+20251122-1714-SNAPSHOT
168[info]
169[info] Useful sbt tasks:
170[info] > ~compile - Compile all modules with file-watch enabled
171[info] > +test - Run the unit test suite
172[info] > fmt - Run scalafmt on the entire project
173[info] > +publishLocal - Publish decrel locally
174Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
175[info] Reapplying settings...
176OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
177
178 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
179 Did you mean cats / allExcludeDependencies ?
180 , retry without global scopes
181[info] Reapplying settings...
182[info]
183[info] DECREL - Declarative Programming with Relations
184[info] 0.1.1+0-e620d503+20251122-1714-SNAPSHOT
185[info]
186[info] Useful sbt tasks:
187[info] > ~compile - Compile all modules with file-watch enabled
188[info] > +test - Run the unit test suite
189[info] > fmt - Run scalafmt on the entire project
190[info] > +publishLocal - Publish decrel locally
191Execute removeScalacOptionsStartingWith: -P:wartremover
192[info] Reapplying settings...
193[info]
194[info] DECREL - Declarative Programming with Relations
195[info] 0.1.1+0-e620d503+20251122-1714-SNAPSHOT
196[info]
197[info] Useful sbt tasks:
198[info] > ~compile - Compile all modules with file-watch enabled
199[info] > +test - Run the unit test suite
200[info] > fmt - Run scalafmt on the entire project
201[info] > +publishLocal - Publish decrel locally
202[success] Total time: 0 s, completed Nov 22, 2025, 5:14:48 PM
203Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
204Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
205Starting build...
206Projects: Set(ziotest, scalacheck, fetch, cats, core, zquery)
207Starting build for ProjectRef(file:/build/repo/,cats) (decrel-cats)... [0/6]
208OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
209OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
210OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
211OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
212Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -no-indent, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
213[info] compiling 14 Scala sources to /build/repo/core/.jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
214[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
215[warn] one warning found
216[info] done compiling
217[info] compiling 2 Scala sources to /build/repo/cats/.jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
218[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
219[warn] one warning found
220[info] done compiling
221Starting build for ProjectRef(file:/build/repo/,zquery) (decrel-zquery)... [1/6]
222Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -no-indent, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
223[info] compiling 2 Scala sources to /build/repo/zquery/.jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
224[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
225[warn] one warning found
226[info] done compiling
227[info] compiling 1 Scala source to /build/repo/zquery/.jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
228[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
229[warn] one warning found
230[info] done compiling
231Starting build for ProjectRef(file:/build/repo/,core) (decrel-core)... [2/6]
232Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -no-indent, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
233[info] compiling 2 Scala sources to /build/repo/core/.jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
234[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
235[warn] one warning found
236[info] done compiling
237Starting build for ProjectRef(file:/build/repo/,scalacheck) (decrel-scalacheck)... [3/6]
238Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -no-indent, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
239[info] compiling 2 Scala sources to /build/repo/scalacheck/.jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
240[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
241[warn] one warning found
242[info] done compiling
243[info] compiling 1 Scala source to /build/repo/scalacheck/.jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
244[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
245[warn] one warning found
246[info] done compiling
247Starting build for ProjectRef(file:/build/repo/,fetch) (decrel-fetch)... [4/6]
248Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -no-indent, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
249[info] compiling 2 Scala sources to /build/repo/fetch/.jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
250[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
251[warn] one warning found
252[info] done compiling
253Starting build for ProjectRef(file:/build/repo/,ziotest) (decrel-ziotest)... [5/6]
254Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -no-indent, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
255[info] compiling 2 Scala sources to /build/repo/ziotest/.jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
256[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
257[warn] one warning found
258[info] done compiling
259[info] compiling 1 Scala source to /build/repo/ziotest/.jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
260[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
261[warn] one warning found
262[info] done compiling
263
264************************
265Build summary:
266[{
267 "module": "decrel-cats",
268 "compile": {"status": "ok", "tookMs": 13610, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
269 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
270 "test-compile": {"status": "ok", "tookMs": 214, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
271 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
272 "publish": {"status": "skipped", "tookMs": 0},
273 "metadata": {
274 "crossScalaVersions": ["2.13.16", "3.3.5"]
275}
276},{
277 "module": "decrel-zquery",
278 "compile": {"status": "ok", "tookMs": 2085, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
279 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
280 "test-compile": {"status": "ok", "tookMs": 3604, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
281 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
282 "publish": {"status": "skipped", "tookMs": 0},
283 "metadata": {
284 "crossScalaVersions": ["2.13.16", "3.3.5"]
285}
286},{
287 "module": "decrel-core",
288 "compile": {"status": "ok", "tookMs": 59, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
289 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
290 "test-compile": {"status": "ok", "tookMs": 2399, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
291 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
292 "publish": {"status": "skipped", "tookMs": 0},
293 "metadata": {
294 "crossScalaVersions": ["2.13.16", "3.3.5"]
295}
296},{
297 "module": "decrel-scalacheck",
298 "compile": {"status": "ok", "tookMs": 861, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
299 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
300 "test-compile": {"status": "ok", "tookMs": 1424, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
301 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
302 "publish": {"status": "skipped", "tookMs": 0},
303 "metadata": {
304 "crossScalaVersions": ["2.13.16", "3.3.5"]
305}
306},{
307 "module": "decrel-fetch",
308 "compile": {"status": "ok", "tookMs": 2492, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
309 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
310 "test-compile": {"status": "ok", "tookMs": 194, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
311 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
312 "publish": {"status": "skipped", "tookMs": 0},
313 "metadata": {
314 "crossScalaVersions": ["2.13.16", "3.3.5"]
315}
316},{
317 "module": "decrel-ziotest",
318 "compile": {"status": "ok", "tookMs": 644, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
319 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
320 "test-compile": {"status": "ok", "tookMs": 1456, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
321 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
322 "publish": {"status": "skipped", "tookMs": 0},
323 "metadata": {
324 "crossScalaVersions": ["2.13.16", "3.3.5"]
325}
326}]
327************************
328[success] Total time: 58 s, completed Nov 22, 2025, 5:15:46 PM
329[0JChecking patch project/plugins.sbt...
330Checking patch project/build.properties...
331Checking patch build.sbt...
332Applied patch project/plugins.sbt cleanly.
333Applied patch project/build.properties cleanly.
334Applied patch build.sbt cleanly.