Build Logs
beangle/spa • 14270752029
Errors
4
Warnings
1
Total Lines
85
1##################################
2Clonning https://github.com/beangle/spa.git into repo using revision v0.0.1
3##################################
4Note: switching to '4f9eec04ca39ee91dad5216a7dfdb16ae822ce97'.
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:
34grep: repo/project/plugins.sbt: No such file or directory
35No prepare script found for project beangle/spa
36##################################
37Scala version: 3.6.4
38Targets: org.beangle.spa%beangle-spa-client
39Project projectConfig: { "tests": "compile-only" }
40##################################
41Using extra scalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
42Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
43[sbt_options] declare -a sbt_options=()
44[process_args] java_version = '17'
45[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
46# Executing command line:
47java
48-Dfile.encoding=UTF-8
49-Dcommunitybuild.scala=3.6.4
50-Dcommunitybuild.project.dependencies.add=
51-Xmx7G
52-Xms4G
53-Xss8M
54-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
55-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
56-jar
57/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
58"setCrossScalaVersions 3.6.4"
59"++3.6.4 -v"
60"mapScalacOptions ",-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,""
61"set every credentials := Nil"
62"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
63"removeScalacOptionsStartingWith -P:wartremover"
64
65moduleMappings
66"runBuild 3.6.4 """{
67 "tests": "compile-only"
68}""" org.beangle.spa%beangle-spa-client"
69
70[info] [launcher] getting org.scala-sbt sbt 1.9.8 (this may take some time)...
71[info] welcome to sbt 1.9.8 (Eclipse Adoptium Java 17.0.8)
72[info] loading settings for project repo-build from plugin.sbt ...
73[info] loading project definition from /build/repo/project
74[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
75[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.18. Compiling...
76[info] Compilation completed in 8.954s.
77[info] done compiling
78/build/repo/build.sbt:2: error: Wildcard import must be in last position
79import org.beangle.parent.Settings.{*, common}
80 ^
81sbt.compiler.EvalException: Error parsing imports for expression.
82[error] sbt.compiler.EvalException: Error parsing imports for expression.
83[error] Use 'last' for the full log.
84[warn] Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? (default: r)
85Build failed, not retrying.