Build Logs
pureharm/pureharm-db-core • 12611063228
Errors
4
Warnings
0
Total Lines
271
1##################################
2Clonning https://github.com/pureharm/pureharm-db-core.git into repo using revision v0.3.0
3##################################
4Note: switching to 'a492042a10736fd835c62a34271df165adf30fe4'.
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:
34Sbt version 1.5.0 is not supported, minimal supported version is 1.6.2
35Enforcing usage of sbt in version 1.6.2
36No prepare script found for project pureharm/pureharm-db-core
37##################################
38Scala version: 3.6.3-RC2
39Targets: com.busymachines%pureharm-db-test-data com.busymachines%pureharm-db-test-data-ce2 com.busymachines%pureharm-db-testkit com.busymachines%pureharm-db-testkit-ce2
40Project projectConfig: { "projects": { "exclude": [ "com.busymachines%pureharm-db-testkit-ce2", "com.busymachines%pureharm-db-test-data", "com.busymachines%pureharm-db-test-data-ce2", "com.busymachines%pureharm-db-testkit" ], "overrides": {} }, "java": { "version": "8" }, "sbt": { "commands": [], "options": [] }, "mill": { "options": [] }, "tests": "compile-only", "migrationVersions": [], "sourcePatches": [] }
41##################################
42Using extra scalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
43Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
44[sbt_options] declare -a sbt_options=()
45[process_args] java_version = '8'
46# Executing command line:
47java
48-Dfile.encoding=UTF-8
49-Dcommunitybuild.scala=3.6.3-RC2
50-Dcommunitybuild.project.dependencies.add=
51-Xmx7G
52-Xms4G
53-Xss8M
54-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
55-jar
56/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
57"setCrossScalaVersions 3.6.3-RC2"
58"++3.6.3-RC2 -v"
59"mapScalacOptions ",-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,""
60"set every credentials := Nil"
61
62moduleMappings
63"runBuild 3.6.3-RC2 """{
64 "projects": {
65 "exclude": [
66 "com.busymachines%pureharm-db-testkit-ce2",
67 "com.busymachines%pureharm-db-test-data",
68 "com.busymachines%pureharm-db-test-data-ce2",
69 "com.busymachines%pureharm-db-testkit"
70 ],
71 "overrides": {}
72 },
73 "java": {
74 "version": "8"
75 },
76 "sbt": {
77 "commands": [],
78 "options": []
79 },
80 "mill": {
81 "options": []
82 },
83 "tests": "compile-only",
84 "migrationVersions": [],
85 "sourcePatches": []
86}""" com.busymachines%pureharm-db-test-data com.busymachines%pureharm-db-test-data-ce2 com.busymachines%pureharm-db-testkit com.busymachines%pureharm-db-testkit-ce2"
87
88[info] [launcher] getting org.scala-sbt sbt 1.6.2 (this may take some time)...
89[info] [launcher] getting Scala 2.12.15 (for sbt)...
90[info] welcome to sbt 1.6.2 (Temurin Java 1.8.0_352)
91[info] loading settings for project repo-build from plugins.sbt ...
92[info] loading project definition from /build/repo/project
93[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
94[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.15. Compiling...
95[info] Compilation completed in 8.43s.
96[info] done compiling
97[info] loading settings for project root from build.sbt ...
98[info] set current project to root (in build file:/build/repo/)
99Execute setCrossScalaVersions: 3.6.3-RC2
100[info] set current project to root (in build file:/build/repo/)
101java.lang.RuntimeException: Switch failed: no subprojects list "3.6.3-RC2" (or compatible version) in crossScalaVersions setting.
102If you want to force it regardless, call ++ 3.6.3-RC2!
103 at scala.sys.package$.error(package.scala:30)
104 at sbt.Cross$.switchScalaVersion(Cross.scala:335)
105 at sbt.Cross$.switchCommandImpl(Cross.scala:245)
106 at sbt.Cross$.$anonfun$switchVersion$2(Cross.scala:242)
107 at sbt.Command$.$anonfun$applyEffect$4(Command.scala:150)
108 at sbt.Command$.$anonfun$applyEffect$2(Command.scala:145)
109 at sbt.Command$.process(Command.scala:189)
110 at sbt.MainLoop$.$anonfun$processCommand$5(MainLoop.scala:245)
111 at scala.Option.getOrElse(Option.scala:189)
112 at sbt.MainLoop$.process$1(MainLoop.scala:245)
113 at sbt.MainLoop$.processCommand(MainLoop.scala:276)
114 at sbt.MainLoop$.$anonfun$next$5(MainLoop.scala:163)
115 at sbt.State$StateOpsImpl$.runCmd$1(State.scala:289)
116 at sbt.State$StateOpsImpl$.process$extension(State.scala:325)
117 at sbt.MainLoop$.$anonfun$next$4(MainLoop.scala:163)
118 at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:23)
119 at sbt.MainLoop$.next(MainLoop.scala:163)
120 at sbt.MainLoop$.run(MainLoop.scala:144)
121 at sbt.MainLoop$.$anonfun$runWithNewLog$1(MainLoop.scala:119)
122 at sbt.io.Using.apply(Using.scala:27)
123 at sbt.MainLoop$.runWithNewLog(MainLoop.scala:112)
124 at sbt.MainLoop$.runAndClearLast(MainLoop.scala:66)
125 at sbt.MainLoop$.runLoggedLoop(MainLoop.scala:51)
126 at sbt.MainLoop$.runLogged(MainLoop.scala:42)
127 at sbt.StandardMain$.runManaged(Main.scala:215)
128 at sbt.xMain$.$anonfun$run$11(Main.scala:133)
129 at scala.util.DynamicVariable.withValue(DynamicVariable.scala:62)
130 at scala.Console$.withIn(Console.scala:230)
131 at sbt.internal.util.Terminal$.withIn(Terminal.scala:569)
132 at sbt.internal.util.Terminal$.$anonfun$withStreams$1(Terminal.scala:350)
133 at scala.util.DynamicVariable.withValue(DynamicVariable.scala:62)
134 at scala.Console$.withOut(Console.scala:167)
135 at sbt.internal.util.Terminal$.$anonfun$withOut$2(Terminal.scala:559)
136 at scala.util.DynamicVariable.withValue(DynamicVariable.scala:62)
137 at scala.Console$.withErr(Console.scala:196)
138 at sbt.internal.util.Terminal$.withOut(Terminal.scala:559)
139 at sbt.internal.util.Terminal$.withStreams(Terminal.scala:350)
140 at sbt.xMain$.withStreams$1(Main.scala:87)
141 at sbt.xMain$.run(Main.scala:121)
142 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
143 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
144 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
145 at java.lang.reflect.Method.invoke(Method.java:498)
146 at sbt.internal.XMainConfiguration.run(XMainConfiguration.java:57)
147 at sbt.xMain.run(Main.scala:46)
148 at xsbt.boot.Launch$.$anonfun$run$1(Launch.scala:149)
149 at xsbt.boot.Launch$.withContextLoader(Launch.scala:176)
150 at xsbt.boot.Launch$.run(Launch.scala:149)
151 at xsbt.boot.Launch$.$anonfun$apply$1(Launch.scala:44)
152 at xsbt.boot.Launch$.launch(Launch.scala:159)
153 at xsbt.boot.Launch$.apply(Launch.scala:44)
154 at xsbt.boot.Launch$.apply(Launch.scala:21)
155 at xsbt.boot.Boot$.runImpl(Boot.scala:78)
156 at xsbt.boot.Boot$.run(Boot.scala:73)
157 at xsbt.boot.Boot$.main(Boot.scala:21)
158 at xsbt.boot.Boot.main(Boot.scala)
159[error] Switch failed: no subprojects list "3.6.3-RC2" (or compatible version) in crossScalaVersions setting.
160[error] If you want to force it regardless, call ++ 3.6.3-RC2!
161[error] Use 'last' for the full log.
162Retrying build, retry 01/1, force Scala version:true, enable migration:
163Would force Scala version 3.6.3-RC2
164[sbt_options] declare -a sbt_options=()
165[process_args] java_version = '8'
166# Executing command line:
167java
168-Dfile.encoding=UTF-8
169-Dcommunitybuild.scala=3.6.3-RC2
170-Dcommunitybuild.project.dependencies.add=
171-Xmx7G
172-Xms4G
173-Xss8M
174-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
175-jar
176/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
177"setCrossScalaVersions 3.6.3-RC2"
178"++3.6.3-RC2! -v"
179"mapScalacOptions ",-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,""
180"set every credentials := Nil"
181
182moduleMappings
183"runBuild 3.6.3-RC2 """{
184 "projects": {
185 "exclude": [
186 "com.busymachines%pureharm-db-testkit-ce2",
187 "com.busymachines%pureharm-db-test-data",
188 "com.busymachines%pureharm-db-test-data-ce2",
189 "com.busymachines%pureharm-db-testkit"
190 ],
191 "overrides": {}
192 },
193 "java": {
194 "version": "8"
195 },
196 "sbt": {
197 "commands": [],
198 "options": []
199 },
200 "mill": {
201 "options": []
202 },
203 "tests": "compile-only",
204 "migrationVersions": [],
205 "sourcePatches": []
206}""" com.busymachines%pureharm-db-test-data com.busymachines%pureharm-db-test-data-ce2 com.busymachines%pureharm-db-testkit com.busymachines%pureharm-db-testkit-ce2"
207
208[info] welcome to sbt 1.6.2 (Temurin Java 1.8.0_352)
209[info] loading settings for project repo-build from plugins.sbt ...
210[info] loading project definition from /build/repo/project
211[info] loading settings for project root from build.sbt ...
212[info] set current project to root (in build file:/build/repo/)
213Execute setCrossScalaVersions: 3.6.3-RC2
214[info] set current project to root (in build file:/build/repo/)
215[info] Forcing Scala version to 3.6.3-RC2 on all projects.
216[info] Switching Scala version on:
217[info] * root (2.13.5)
218[info] db-core (2.13.5)
219[info] Excluding projects:
220[info] Reapplying settings...
221[info] set current project to root (in build file:/build/repo/)
222Execute mapScalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
223[info] Reapplying settings...
224[info] set current project to root (in build file:/build/repo/)
225[info] Defining Global / credentials, credentials, db-core / credentials
226[info] The new values will be used by allCredentials, credentials and 9 others.
227[info] Run `last` for details.
228[info] Reapplying settings...
229[info] set current project to root (in build file:/build/repo/)
230[success] Total time: 0 s, completed Jan 4, 2025 4:15:42 PM
231Build config: {
232 "projects": {
233 "exclude": [
234 "com.busymachines%pureharm-db-testkit-ce2",
235 "com.busymachines%pureharm-db-test-data",
236 "com.busymachines%pureharm-db-test-data-ce2",
237 "com.busymachines%pureharm-db-testkit"
238 ],
239 "overrides": {}
240 },
241 "java": {
242 "version": "8"
243 },
244 "sbt": {
245 "commands": [],
246 "options": []
247 },
248 "mill": {
249 "options": []
250 },
251 "tests": "compile-only",
252 "migrationVersions": [],
253 "sourcePatches": []
254}
255Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(com.busymachines%pureharm-db-testkit-ce2, com.busymachines%pureharm-db-test-data, com.busymachines%pureharm-db-test-data-ce2, com.busymachines%pureharm-db-testkit),Map()),CompileOnly,List()))
256Excluding target 'com.busymachines%pureharm-db-test-data' - matches exclusion rule: 'com.busymachines%pureharm-db-test-data'
257Excluding target 'com.busymachines%pureharm-db-test-data-ce2' - matches exclusion rule: 'com.busymachines%pureharm-db-test-data-ce2'
258Excluding target 'com.busymachines%pureharm-db-testkit' - matches exclusion rule: 'com.busymachines%pureharm-db-testkit'
259Excluding target 'com.busymachines%pureharm-db-testkit-ce2' - matches exclusion rule: 'com.busymachines%pureharm-db-testkit-ce2'
260Starting build...
261Projects: Set()
262
263************************
264Build summary:
265[]
266************************
267[success] Total time: 0 s, completed Jan 4, 2025 4:15:42 PM
268Checking patch project/build.properties...
269Checking patch build.sbt...
270Applied patch project/build.properties cleanly.
271Applied patch build.sbt cleanly.