Build Logs

carlos-verdes/funkode • 14270752029

Errors

25

Warnings

23

Total Lines

270

1##################################
2Clonning https://github.com/carlos-verdes/funkode.git into repo using revision v0.0.1
3##################################
4Note: switching to '64375de24effa7ce576a77a5ac3e2fcf8508c7fe'.
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.4
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.4
32Execute tests: false
33sbt project found:
34Sbt version 1.5.5 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 carlos-verdes/funkode
37##################################
38Scala version: 3.6.4
39Targets: io.funkode%zio-resource
40Project projectConfig: { "tests": "compile-only" }
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 = '17'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
47# Executing command line:
48java
49-Dfile.encoding=UTF-8
50-Dcommunitybuild.scala=3.6.4
51-Dcommunitybuild.project.dependencies.add=
52-Xmx7G
53-Xms4G
54-Xss8M
55-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
56-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
57-jar
58/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
59"setCrossScalaVersions 3.6.4"
60"++3.6.4 -v"
61"mapScalacOptions ",-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,""
62"set every credentials := Nil"
63"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
64"removeScalacOptionsStartingWith -P:wartremover"
65
66moduleMappings
67"runBuild 3.6.4 """{
68 "tests": "compile-only"
69}""" io.funkode%zio-resource"
70
71[info] [launcher] getting org.scala-sbt sbt 1.6.2 (this may take some time)...
72[info] [launcher] getting Scala 2.12.15 (for sbt)...
73[info] welcome to sbt 1.6.2 (Eclipse Adoptium Java 17.0.8)
74[info] loading settings for project repo-build from plugins.sbt ...
75[info] loading project definition from /build/repo/project
76[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
77[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.15. Compiling...
78[info] Compilation completed in 9.014s.
79[info] done compiling
80[info] loading settings for project funkode from build.sbt,version.sbt ...
81[info] loading settings for project rest from version.sbt ...
82[info] set current project to funkode (in build file:/build/repo/)
83[warn] .env file not found (fileName=.env), no .env environment configured.
84[warn] there's a key that's not used by any other settings/tasks:
85[warn]
86[warn] * ThisBuild / publishMavenStyle
87[warn] +- /build/repo/build.sbt:81
88[warn]
89[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
90[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
91Execute setCrossScalaVersions: 3.6.4
92[info] set current project to funkode (in build file:/build/repo/)
93[warn] .env file not found (fileName=.env), no .env environment configured.
94java.lang.RuntimeException: Switch failed: no subprojects list "3.6.4" (or compatible version) in crossScalaVersions setting.
95If you want to force it regardless, call ++ 3.6.4!
96 at scala.sys.package$.error(package.scala:30)
97 at sbt.Cross$.switchScalaVersion(Cross.scala:335)
98 at sbt.Cross$.switchCommandImpl(Cross.scala:245)
99 at sbt.Cross$.$anonfun$switchVersion$2(Cross.scala:242)
100 at sbt.Command$.$anonfun$applyEffect$4(Command.scala:150)
101 at sbt.Command$.$anonfun$applyEffect$2(Command.scala:145)
102 at sbt.Command$.process(Command.scala:189)
103 at sbt.MainLoop$.$anonfun$processCommand$5(MainLoop.scala:245)
104 at scala.Option.getOrElse(Option.scala:189)
105 at sbt.MainLoop$.process$1(MainLoop.scala:245)
106 at sbt.MainLoop$.processCommand(MainLoop.scala:276)
107 at sbt.MainLoop$.$anonfun$next$5(MainLoop.scala:163)
108 at sbt.State$StateOpsImpl$.runCmd$1(State.scala:289)
109 at sbt.State$StateOpsImpl$.process$extension(State.scala:325)
110 at sbt.MainLoop$.$anonfun$next$4(MainLoop.scala:163)
111 at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:23)
112 at sbt.MainLoop$.next(MainLoop.scala:163)
113 at sbt.MainLoop$.run(MainLoop.scala:144)
114 at sbt.MainLoop$.$anonfun$runWithNewLog$1(MainLoop.scala:119)
115 at sbt.io.Using.apply(Using.scala:27)
116 at sbt.MainLoop$.runWithNewLog(MainLoop.scala:112)
117 at sbt.MainLoop$.runAndClearLast(MainLoop.scala:66)
118 at sbt.MainLoop$.runLoggedLoop(MainLoop.scala:51)
119 at sbt.MainLoop$.runLogged(MainLoop.scala:42)
120 at sbt.StandardMain$.runManaged(Main.scala:215)
121 at sbt.xMain$.$anonfun$run$11(Main.scala:133)
122 at scala.util.DynamicVariable.withValue(DynamicVariable.scala:62)
123 at scala.Console$.withIn(Console.scala:230)
124 at sbt.internal.util.Terminal$.withIn(Terminal.scala:569)
125 at sbt.internal.util.Terminal$.$anonfun$withStreams$1(Terminal.scala:350)
126 at scala.util.DynamicVariable.withValue(DynamicVariable.scala:62)
127 at scala.Console$.withOut(Console.scala:167)
128 at sbt.internal.util.Terminal$.$anonfun$withOut$2(Terminal.scala:559)
129 at scala.util.DynamicVariable.withValue(DynamicVariable.scala:62)
130 at scala.Console$.withErr(Console.scala:196)
131 at sbt.internal.util.Terminal$.withOut(Terminal.scala:559)
132 at sbt.internal.util.Terminal$.withStreams(Terminal.scala:350)
133 at sbt.xMain$.withStreams$1(Main.scala:87)
134 at sbt.xMain$.run(Main.scala:121)
135 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
136 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
137 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
138 at java.base/java.lang.reflect.Method.invoke(Method.java:568)
139 at sbt.internal.XMainConfiguration.run(XMainConfiguration.java:57)
140 at sbt.xMain.run(Main.scala:46)
141 at xsbt.boot.Launch$.$anonfun$run$1(Launch.scala:149)
142 at xsbt.boot.Launch$.withContextLoader(Launch.scala:176)
143 at xsbt.boot.Launch$.run(Launch.scala:149)
144 at xsbt.boot.Launch$.$anonfun$apply$1(Launch.scala:44)
145 at xsbt.boot.Launch$.launch(Launch.scala:159)
146 at xsbt.boot.Launch$.apply(Launch.scala:44)
147 at xsbt.boot.Launch$.apply(Launch.scala:21)
148 at xsbt.boot.Boot$.runImpl(Boot.scala:78)
149 at xsbt.boot.Boot$.run(Boot.scala:73)
150 at xsbt.boot.Boot$.main(Boot.scala:21)
151 at xsbt.boot.Boot.main(Boot.scala)
152[error] Switch failed: no subprojects list "3.6.4" (or compatible version) in crossScalaVersions setting.
153[error] If you want to force it regardless, call ++ 3.6.4!
154[error] Use 'last' for the full log.
155Retrying build, retry 01/1, force Scala version:true, enable migration:
156Would force Scala version 3.6.4
157[sbt_options] declare -a sbt_options=()
158[process_args] java_version = '17'
159[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
160# Executing command line:
161java
162-Dfile.encoding=UTF-8
163-Dcommunitybuild.scala=3.6.4
164-Dcommunitybuild.project.dependencies.add=
165-Xmx7G
166-Xms4G
167-Xss8M
168-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
169-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
170-jar
171/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
172"setCrossScalaVersions 3.6.4"
173"++3.6.4! -v"
174"mapScalacOptions ",-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,""
175"set every credentials := Nil"
176"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
177"removeScalacOptionsStartingWith -P:wartremover"
178
179moduleMappings
180"runBuild 3.6.4 """{
181 "tests": "compile-only"
182}""" io.funkode%zio-resource"
183
184[info] welcome to sbt 1.6.2 (Eclipse Adoptium Java 17.0.8)
185[info] loading settings for project repo-build from plugins.sbt ...
186[info] loading project definition from /build/repo/project
187[info] loading settings for project funkode from build.sbt,version.sbt ...
188[info] loading settings for project rest from version.sbt ...
189[info] set current project to funkode (in build file:/build/repo/)
190[warn] .env file not found (fileName=.env), no .env environment configured.
191[warn] there's a key that's not used by any other settings/tasks:
192[warn]
193[warn] * ThisBuild / publishMavenStyle
194[warn] +- /build/repo/build.sbt:81
195[warn]
196[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
197[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
198Execute setCrossScalaVersions: 3.6.4
199[info] set current project to funkode (in build file:/build/repo/)
200[warn] .env file not found (fileName=.env), no .env environment configured.
201[info] Forcing Scala version to 3.6.4 on all projects.
202[info] Switching Scala version on:
203[info] * funkode (2.13.6)
204[info] rest (2.13.6)
205[info] arangoVpack (2.13.6)
206[info] Excluding projects:
207[info] Reapplying settings...
208[info] set current project to funkode (in build file:/build/repo/)
209[warn] .env file not found (fileName=.env), no .env environment configured.
210Execute mapScalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
211[info] Reapplying settings...
212[info] set current project to funkode (in build file:/build/repo/)
213[warn] .env file not found (fileName=.env), no .env environment configured.
214[info] Defining Global / credentials, ThisBuild / credentials and 2 others.
215[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 16 others.
216[info] Run `last` for details.
217[info] Reapplying settings...
218[info] set current project to funkode (in build file:/build/repo/)
219[warn] .env file not found (fileName=.env), no .env environment configured.
220Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
221[info] Reapplying settings...
222OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
223
224 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:315)
225 Did you mean rest / allExcludeDependencies ?
226 , retry without global scopes
227[info] Reapplying settings...
228[info] set current project to funkode (in build file:/build/repo/)
229[warn] .env file not found (fileName=.env), no .env environment configured.
230Execute removeScalacOptionsStartingWith: -P:wartremover
231[info] Reapplying settings...
232[info] set current project to funkode (in build file:/build/repo/)
233[warn] .env file not found (fileName=.env), no .env environment configured.
234[success] Total time: 0 s, completed Apr 4, 2025, 7:23:50 PM
235Build config: {
236 "tests": "compile-only"
237}
238Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
239Starting build...
240Module mapping missing:
241 id: io.funkode%zio-resource
242 testedIds: List(io.funkode%zio-resource, io.funkode%zio-resource_3.6.4, io.funkode%zio-resource_3, io.funkode%zio-resourceDotty)
243 scalaVersionSuffix: _3.6.4
244 scalaBinaryVersionSuffix: _3
245 refsByName: Set(funkode, rest, arangoVpack)
246 originalModuleIds: Set(io.funkode%funkode, io.funkode%rest, io.funkode%arango-vpack)
247 moduleIds: Set(io.funkode%funkode, io.funkode%rest, io.funkode%arango-vpack)
248
249[error] java.lang.RuntimeException: Failed to resolve mappings for 1:1 targets: io.funkode%zio-resource
250[error] at scala.sys.package$.error(package.scala:30)
251[error] at CommunityBuildPlugin$.$anonfun$globalSettings$8(CommunityBuildPlugin.scala:523)
252[error] at CommunityBuildPlugin$.$anonfun$globalSettings$8$adapted(CommunityBuildPlugin.scala:377)
253[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
254[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:62)
255[error] at sbt.std.Transform$$anon$4.work(Transform.scala:68)
256[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:282)
257[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:23)
258[error] at sbt.Execute.work(Execute.scala:291)
259[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:282)
260[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
261[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:64)
262[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
263[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
264[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
265[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
266[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
267[error] at java.base/java.lang.Thread.run(Thread.java:833)
268[error] (Global / runBuild) Failed to resolve mappings for 1:1 targets: io.funkode%zio-resource
269[error] Total time: 0 s, completed Apr 4, 2025, 7:23:50 PM
270Exhausted retries limit