Build Logs
zio/zio-constraintless • 12611062073
Errors
0
Warnings
8
Total Lines
258
1##################################
2Clonning https://github.com/zio/zio-constraintless.git into repo using revision v0.3.3
3##################################
4Note: switching to 'e802636d0ec43bc5c48011f8ba2bf5b607c81f86'.
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.6.3-RC2
23Scala binary version found: 3.6
24Implicitly using source version 3.6-migration
25Scala binary version found: 3.6
26Implicitly using source version 3.6-migration
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
30----
31Starting build for 3.6.3-RC2
32Execute tests: false
33sbt project found:
34Try apply source patch:
35Path: build.sbt
36Pattern: val Scala3 = "3.3.3"
37Replacement: val Scala3 = "3.6.3-RC2"
38Starting compilation server
39Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.4.2/scala3-compiler_3-3.4.2.pom
40Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.4.2/scala3-compiler_3-3.4.2.pom
41Downloading https://repo1.maven.org/maven2/org/scala-lang/tasty-core_3/3.4.2/tasty-core_3-3.4.2.pom
42Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-interfaces/3.4.2/scala3-interfaces-3.4.2.pom
43Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.4.2/scala3-library_3-3.4.2.pom
44Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-interfaces/3.4.2/scala3-interfaces-3.4.2.pom
45Downloaded https://repo1.maven.org/maven2/org/scala-lang/tasty-core_3/3.4.2/tasty-core_3-3.4.2.pom
46Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.4.2/scala3-library_3-3.4.2.pom
47Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.4.2/scala3-library_3-3.4.2.jar
48Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.4.2/scala3-compiler_3-3.4.2.jar
49Downloading https://repo1.maven.org/maven2/org/scala-lang/tasty-core_3/3.4.2/tasty-core_3-3.4.2.jar
50Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-interfaces/3.4.2/scala3-interfaces-3.4.2.jar
51Downloaded https://repo1.maven.org/maven2/org/scala-lang/tasty-core_3/3.4.2/tasty-core_3-3.4.2.jar
52Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-interfaces/3.4.2/scala3-interfaces-3.4.2.jar
53Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.4.2/scala3-library_3-3.4.2.jar
54Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.4.2/scala3-compiler_3-3.4.2.jar
55Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-sbt-bridge/3.4.2/scala3-sbt-bridge-3.4.2.pom
56Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-sbt-bridge/3.4.2/scala3-sbt-bridge-3.4.2.pom
57Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-sbt-bridge/3.4.2/scala3-sbt-bridge-3.4.2.jar
58Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-sbt-bridge/3.4.2/scala3-sbt-bridge-3.4.2.jar
59Compiling project (Scala 3.4.2, JVM (17))
60Compiled project (Scala 3.4.2, JVM (17))
61Successfully applied pattern 'val Scala3 = "3.3.3"' in repo/build.sbt
62No prepare script found for project zio/zio-constraintless
63##################################
64Scala version: 3.6.3-RC2
65Targets: dev.zio%zio-constraintless dev.zio%zio-constraintless-docs
66Project 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.3\"", "replaceWith": "val Scala3 = \"<SCALA_VERSION>\"" } ] }
67##################################
68Using extra scalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
69Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
70[sbt_options] declare -a sbt_options=()
71[process_args] java_version = '17'
72[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
73# Executing command line:
74java
75-Dfile.encoding=UTF-8
76-Dcommunitybuild.scala=3.6.3-RC2
77-Dcommunitybuild.project.dependencies.add=
78-Xmx7G
79-Xms4G
80-Xss8M
81-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
82-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
83-jar
84/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
85"setCrossScalaVersions 3.6.3-RC2"
86"++3.6.3-RC2 -v"
87"mapScalacOptions ",-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,""
88"set every credentials := Nil"
89
90moduleMappings
91"runBuild 3.6.3-RC2 """{
92 "projects": {
93 "exclude": [],
94 "overrides": {}
95 },
96 "java": {
97 "version": "17"
98 },
99 "sbt": {
100 "commands": [],
101 "options": []
102 },
103 "mill": {
104 "options": []
105 },
106 "tests": "compile-only",
107 "migrationVersions": [],
108 "sourcePatches": [
109 {
110 "path": "build.sbt",
111 "pattern": "val Scala3 = \"3.3.3\"",
112 "replaceWith": "val Scala3 = \"<SCALA_VERSION>\""
113 }
114 ]
115}""" dev.zio%zio-constraintless dev.zio%zio-constraintless-docs"
116
117[info] [launcher] getting org.scala-sbt sbt 1.10.1 (this may take some time)...
118[info] [launcher] getting Scala 2.12.19 (for sbt)...
119[info] welcome to sbt 1.10.1 (Eclipse Adoptium Java 17.0.8)
120[info] loading settings for project repo-build from plugins.sbt ...
121[info] loading project definition from /build/repo/project
122[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
123[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.19. Compiling...
124[info] Compilation completed in 8.675s.
125[info] done compiling
126[info] loading settings for project root from build.sbt ...
127[info] set current project to root (in build file:/build/repo/)
128Execute setCrossScalaVersions: 3.6.3-RC2
129OpenCB::Limitting incorrect crossVersions List() -> List(2.13.13) in root/crossScalaVersions
130OpenCB::Changing crossVersion 3.6.3-RC2 -> 3.6.3-RC2 in coreJVM/crossScalaVersions
131OpenCB::Changing crossVersion 3.6.3-RC2 -> 3.6.3-RC2 in examplesJVM/crossScalaVersions
132OpenCB::Changing crossVersion 3.6.3-RC2 -> 3.6.3-RC2 in coreJS/crossScalaVersions
133OpenCB::Changing crossVersion 3.6.3-RC2 -> 3.6.3-RC2 in coreNative/crossScalaVersions
134OpenCB::Changing crossVersion 3.6.3-RC2 -> 3.6.3-RC2 in docs/crossScalaVersions
135OpenCB::Changing crossVersion 3.6.3-RC2 -> 3.6.3-RC2 in examplesNative/crossScalaVersions
136OpenCB::Changing crossVersion 3.6.3-RC2 -> 3.6.3-RC2 in examplesJS/crossScalaVersions
137[info] set current project to root (in build file:/build/repo/)
138[info] Setting Scala version to 3.6.3-RC2 on 7 projects.
139[info] Switching Scala version on:
140[info] examplesNative (2.12.19, 2.13.13, 3.6.3-RC2)
141[info] coreNative (2.12.19, 2.13.13, 3.6.3-RC2)
142[info] docs (2.12.19, 2.13.13, 3.6.3-RC2)
143[info] coreJS (2.12.19, 2.13.13, 3.6.3-RC2)
144[info] examplesJS (2.12.19, 2.13.13, 3.6.3-RC2)
145[info] coreJVM (2.12.19, 2.13.13, 3.6.3-RC2)
146[info] examplesJVM (2.12.19, 2.13.13, 3.6.3-RC2)
147[info] Excluding projects:
148[info] * root (2.13.13)
149[info] Reapplying settings...
150[info] set current project to root (in build file:/build/repo/)
151Execute mapScalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
152[info] Reapplying settings...
153[info] set current project to root (in build file:/build/repo/)
154[info] Defining Global / credentials, coreJS / credentials and 6 others.
155[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 63 others.
156[info] Run `last` for details.
157[info] Reapplying settings...
158[info] set current project to root (in build file:/build/repo/)
159[success] Total time: 0 s, completed Jan 4, 2025, 3:51:33 PM
160Build config: {
161 "projects": {
162 "exclude": [],
163 "overrides": {}
164 },
165 "java": {
166 "version": "17"
167 },
168 "sbt": {
169 "commands": [],
170 "options": []
171 },
172 "mill": {
173 "options": []
174 },
175 "tests": "compile-only",
176 "migrationVersions": [],
177 "sourcePatches": [
178 {
179 "path": "build.sbt",
180 "pattern": "val Scala3 = \"3.3.3\"",
181 "replaceWith": "val Scala3 = \"<SCALA_VERSION>\""
182 }
183 ]
184}
185Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
186Starting build...
187Projects: Set(coreJVM, docs)
188Starting build for ProjectRef(file:/build/repo/,coreJVM) (zio-constraintless)...
189OpenCB::Exclude Scala3 specific scalacOption `-source:3.6-migration` in Scala 2.12.19 module Global
190OpenCB::Exclude Scala3 specific scalacOption `-source:3.6-migration` in Scala 2.13.13 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
191OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
192OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
193Compile scalacOptions: List(-language:higherKinds, -source:3.6-migration, -Wconf:msg=can be rewritten automatically under:s)
194[info] compiling 5 Scala sources to /build/repo/core/jvm/target/scala-3.6.3-RC2/classes ...
195[info] done compiling
196OpenCB::Would not apply setting `-source:3.6-migration`: Project has predefined source version: Some(-source:3.6-migration)
197[info] Main Scala API documentation to /build/repo/core/jvm/target/scala-3.6.3-RC2/api...
198[info] Skipping unused scalacOptions: -Wconf, -source
199[warn] Flag -classpath set repeatedly
200[warn] one warning found
201[info] Main Scala API documentation successful.
202[info] Wrote /build/repo/core/jvm/target/scala-3.6.3-RC2/zio-constraintless_3-0.3.3+0-e802636d+20250104-1551-SNAPSHOT.pom
203[info] Main Scala API documentation to /build/repo/core/jvm/target/scala-3.6.3-RC2/api...
204[info] Skipping unused scalacOptions: -Wconf, -source
205[warn] Flag -classpath set repeatedly
206[warn] one warning found
207[info] Main Scala API documentation successful.
208[info] :: delivering :: dev.zio#zio-constraintless_3;0.3.3+0-e802636d+20250104-1551-SNAPSHOT :: 0.3.3+0-e802636d+20250104-1551-SNAPSHOT :: integration :: Sat Jan 04 15:51:43 CET 2025
209[info] delivering ivy file to /build/repo/core/jvm/target/scala-3.6.3-RC2/ivy-0.3.3+0-e802636d+20250104-1551-SNAPSHOT.xml
210[info] published zio-constraintless_3 to /root/.ivy2/local/dev.zio/zio-constraintless_3/0.3.3+0-e802636d+20250104-1551-SNAPSHOT/poms/zio-constraintless_3.pom
211[info] published zio-constraintless_3 to /root/.ivy2/local/dev.zio/zio-constraintless_3/0.3.3+0-e802636d+20250104-1551-SNAPSHOT/jars/zio-constraintless_3.jar
212[info] published zio-constraintless_3 to /root/.ivy2/local/dev.zio/zio-constraintless_3/0.3.3+0-e802636d+20250104-1551-SNAPSHOT/srcs/zio-constraintless_3-sources.jar
213[info] published zio-constraintless_3 to /root/.ivy2/local/dev.zio/zio-constraintless_3/0.3.3+0-e802636d+20250104-1551-SNAPSHOT/docs/zio-constraintless_3-javadoc.jar
214[info] published ivy to /root/.ivy2/local/dev.zio/zio-constraintless_3/0.3.3+0-e802636d+20250104-1551-SNAPSHOT/ivys/ivy.xml
215Starting build for ProjectRef(file:/build/repo/,docs) (zio-constraintless-docs)...
216Compile scalacOptions: List(-language:higherKinds, -source:3.6-migration, -Wconf:msg=can be rewritten automatically under:s)
217[info] compiling 1 Scala source to /build/repo/zio-constraintless-docs/target/scala-3.6.3-RC2/classes ...
218[info] done compiling
219[info] Main Scala API documentation to /build/repo/zio-constraintless-docs/target/scala-3.6.3-RC2/unidoc...
220[info] Skipping unused scalacOptions: -Wconf, -source
221[warn] Flag -classpath set repeatedly
222[warn] one warning found
223[info] Main Scala API documentation successful.
224[info] Wrote /build/repo/zio-constraintless-docs/target/scala-3.6.3-RC2/zio-constraintless-docs_3-0.3.3+0-e802636d+20250104-1551-SNAPSHOT.pom
225[info] Main Scala API documentation to /build/repo/zio-constraintless-docs/target/scala-3.6.3-RC2/unidoc...
226[info] Skipping unused scalacOptions: -Wconf, -source
227[warn] Flag -classpath set repeatedly
228[warn] one warning found
229[info] Main Scala API documentation successful.
230[info] :: delivering :: dev.zio#zio-constraintless-docs_3;0.3.3+0-e802636d+20250104-1551-SNAPSHOT :: 0.3.3+0-e802636d+20250104-1551-SNAPSHOT :: integration :: Sat Jan 04 15:51:54 CET 2025
231[info] delivering ivy file to /build/repo/zio-constraintless-docs/target/scala-3.6.3-RC2/ivy-0.3.3+0-e802636d+20250104-1551-SNAPSHOT.xml
232[info] published zio-constraintless-docs_3 to /root/.ivy2/local/dev.zio/zio-constraintless-docs_3/0.3.3+0-e802636d+20250104-1551-SNAPSHOT/poms/zio-constraintless-docs_3.pom
233[info] published zio-constraintless-docs_3 to /root/.ivy2/local/dev.zio/zio-constraintless-docs_3/0.3.3+0-e802636d+20250104-1551-SNAPSHOT/jars/zio-constraintless-docs_3.jar
234[info] published zio-constraintless-docs_3 to /root/.ivy2/local/dev.zio/zio-constraintless-docs_3/0.3.3+0-e802636d+20250104-1551-SNAPSHOT/srcs/zio-constraintless-docs_3-sources.jar
235[info] published zio-constraintless-docs_3 to /root/.ivy2/local/dev.zio/zio-constraintless-docs_3/0.3.3+0-e802636d+20250104-1551-SNAPSHOT/docs/zio-constraintless-docs_3-javadoc.jar
236[info] published ivy to /root/.ivy2/local/dev.zio/zio-constraintless-docs_3/0.3.3+0-e802636d+20250104-1551-SNAPSHOT/ivys/ivy.xml
237
238************************
239Build summary:
240[{
241 "module": "zio-constraintless",
242 "compile": {"status": "ok", "tookMs": 4294, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
243 "doc": {"status": "ok", "tookMs": 1913, "files": 352, "totalSizeKb": 6581},
244 "test-compile": {"status": "ok", "tookMs": 125, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
245 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
246 "publish": {"status": "ok", "tookMs": 1172}
247},{
248 "module": "zio-constraintless-docs",
249 "compile": {"status": "ok", "tookMs": 576, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
250 "doc": {"status": "ok", "tookMs": 976, "files": 352, "totalSizeKb": 6581},
251 "test-compile": {"status": "ok", "tookMs": 214, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
252 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
253 "publish": {"status": "ok", "tookMs": 880}
254}]
255************************
256[success] Total time: 21 s, completed Jan 4, 2025, 3:51:54 PM
257Checking patch build.sbt...
258Applied patch build.sbt cleanly.