Build Logs

sbt/sbt-vimquit • 14270752029

Errors

177

Warnings

12

Total Lines

263

1##################################
2Clonning https://github.com/sbt/sbt-vimquit.git into repo using revision v0.1.1
3##################################
4Note: switching to '198961b329b558a4d7f416b64c375707e458f529'.
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:
34No prepare script found for project sbt/sbt-vimquit
35##################################
36Scala version: 3.6.4
37Targets:
38Project projectConfig: { "tests": "compile-only" }
39##################################
40Using extra scalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
41Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
42[sbt_options] declare -a sbt_options=()
43[process_args] java_version = '17'
44[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
45# Executing command line:
46java
47-Dfile.encoding=UTF-8
48-Dcommunitybuild.scala=3.6.4
49-Dcommunitybuild.project.dependencies.add=
50-Xmx7G
51-Xms4G
52-Xss8M
53-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
54-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
55-jar
56/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
57"setCrossScalaVersions 3.6.4"
58"++3.6.4 -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"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
62"removeScalacOptionsStartingWith -P:wartremover"
63
64moduleMappings
65"runBuild 3.6.4 """{
66 "tests": "compile-only"
67}""" "
68
69[info] [launcher] getting org.scala-sbt sbt 2.0.0-M2 (this may take some time)...
70[info] [launcher] getting Scala 3.3.3 (for sbt)...
71[info] welcome to sbt 2.0.0-M2 (Eclipse Adoptium Java 17.0.8)
72[info] loading project definition from /build/repo/project
73[info] compiling 2 Scala sources to /build/repo/target/out/jvm/scala-3.3.3/repo-build/backend ...
74[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:24:7 -
75[error] 23 | sbt.Project
76[error] 24 | .runTask(scopedTask, state)
77[error] | ^
78[error] |value runTask is not a member of object sbt.Project - did you mean Project.inTask?
79[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:315:39
80[error] 315 | scopes.map(scope => (scope / setting) ~= (v => withArgs(scope, v)))
81[error] | ^^^^^^^
82[error] |value / is not a member of sbt.Scope, but could be made available as an extension method.
83[error] |
84[error] |One of the following imports might fix the problem:
85[error] |
86[error] | import sbt.SlashSyntax0.given_Conversion_Scope_RichScope
87[error] | import sbt.given_Conversion_Scope_RichScope
88[error] |
89[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:317:39
90[error] 317 | scopes.map(scope => (scope / task) ~= (v => withArgs(scope, v)))
91[error] | ^^^^^^^
92[error] |value / is not a member of sbt.Scope, but could be made available as an extension method.
93[error] |
94[error] |One of the following imports might fix the problem:
95[error] |
96[error] | import sbt.SlashSyntax0.given_Conversion_Scope_RichScope
97[error] | import sbt.given_Conversion_Scope_RichScope
98[error] |
99[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:198:47
100[error] 198 | val scalaVersion = extracted.get(scope / Keys.scalaVersion)
101[error] | ^^^^^^^
102[error] |value / is not a member of sbt.Scope, but could be made available as an extension method.
103[error] |
104[error] |One of the following imports might fix the problem:
105[error] |
106[error] | import sbt.SlashSyntax0.given_Conversion_Scope_RichScope
107[error] | import sbt.given_Conversion_Scope_RichScope
108[error] |
109[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:268:45
110[error] 268 | val scalaVersion = extracted.get(scope / Keys.scalaVersion)
111[error] | ^^^^^^^
112[error] |value / is not a member of sbt.Scope, but could be made available as an extension method.
113[error] |
114[error] |One of the following imports might fix the problem:
115[error] |
116[error] | import sbt.SlashSyntax0.given_Conversion_Scope_RichScope
117[error] | import sbt.given_Conversion_Scope_RichScope
118[error] |
119[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:573:41
120[error] 573 | val scalacOptions = eval(Compile / Keys.scalacOptions) match {
121[error] | ^^^^^^^^^
122[error] |value / is not a member of sbt.librarymanagement.Configuration, but could be made available as an extension method.
123[error] |
124[error] |One of the following imports might fix the problem:
125[error] |
126[error] | import sbt.SlashSyntax0.given_Conversion_Configuration_RichConfiguration
127[error] | import sbt.given_Conversion_Configuration_RichConfiguration
128[error] |
129[error] -- [E006] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:574:48
130[error] 574 | case EvalResult.Value(settings, _) => settings
131[error] | ^^^^^^^^
132[error] | Not found: settings
133[error] |
134[error] | longer explanation available when compiling with `-explain`
135[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:589:45
136[error] 589 | val compileResult = mayRetry(Compile / compile)(eval)
137[error] | ^^^^^^^^^
138[error] |value / is not a member of sbt.librarymanagement.Configuration, but could be made available as an extension method.
139[error] |
140[error] |One of the following imports might fix the problem:
141[error] |
142[error] | import sbt.SlashSyntax0.given_Conversion_Configuration_RichConfiguration
143[error] | import sbt.given_Conversion_Configuration_RichConfiguration
144[error] |
145[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:591:43
146[error] 591 | val shouldBuildDocs = eval(Compile / doc / skip) match {
147[error] | ^^^^^^^^^
148[error] |value / is not a member of sbt.librarymanagement.Configuration, but could be made available as an extension method.
149[error] |
150[error] |One of the following imports might fix the problem:
151[error] |
152[error] | import sbt.SlashSyntax0.given_Conversion_Configuration_RichConfiguration
153[error] | import sbt.given_Conversion_Configuration_RichConfiguration
154[error] |
155[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:592:44
156[error] 592 | case EvalResult.Value(skip, _) => !skip
157[error] | ^^^^^
158[error] | value unary_! is not a member of sbt.TaskKey[Boolean]
159[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:595:42
160[error] 595 | val docsResult = mayRetry(Compile / doc) {
161[error] | ^^^^^^^^^
162[error] |value / is not a member of sbt.librarymanagement.Configuration, but could be made available as an extension method.
163[error] |
164[error] |One of the following imports might fix the problem:
165[error] |
166[error] | import sbt.SlashSyntax0.given_Conversion_Configuration_RichConfiguration
167[error] | import sbt.given_Conversion_Configuration_RichConfiguration
168[error] |
169[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:599:47
170[error] 599 | val testsCompileResult = mayRetry(Test / compile) {
171[error] | ^^^^^^
172[error] |value / is not a member of sbt.librarymanagement.Configuration, but could be made available as an extension method.
173[error] |
174[error] |One of the following imports might fix the problem:
175[error] |
176[error] | import sbt.SlashSyntax0.given_Conversion_Configuration_RichConfiguration
177[error] | import sbt.given_Conversion_Configuration_RichConfiguration
178[error] |
179[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:603:47
180[error] 603 | lazy val testOptionsResult = eval(Test / testOptions)
181[error] | ^^^^^^
182[error] |value / is not a member of sbt.librarymanagement.Configuration, but could be made available as an extension method.
183[error] |
184[error] |One of the following imports might fix the problem:
185[error] |
186[error] | import sbt.SlashSyntax0.given_Conversion_Configuration_RichConfiguration
187[error] | import sbt.given_Conversion_Configuration_RichConfiguration
188[error] |
189[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:610:17
190[error] 610 | Test / executeTests
191[error] | ^^^^^^
192[error] |value / is not a member of sbt.librarymanagement.Configuration, but could be made available as an extension method.
193[error] |
194[error] |One of the following imports might fix the problem:
195[error] |
196[error] | import sbt.SlashSyntax0.given_Conversion_Configuration_RichConfiguration
197[error] | import sbt.given_Conversion_Configuration_RichConfiguration
198[error] |
199[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:613:41
200[error] 613 | val shouldPublish = eval(Compile / publish / skip) match {
201[error] | ^^^^^^^^^
202[error] |value / is not a member of sbt.librarymanagement.Configuration, but could be made available as an extension method.
203[error] |
204[error] |One of the following imports might fix the problem:
205[error] |
206[error] | import sbt.SlashSyntax0.given_Conversion_Configuration_RichConfiguration
207[error] | import sbt.given_Conversion_Configuration_RichConfiguration
208[error] |
209[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:614:44
210[error] 614 | case EvalResult.Value(skip, _) => !skip
211[error] | ^^^^^
212[error] | value unary_! is not a member of sbt.TaskKey[Boolean]
213[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:618:57
214[error] 618 | evalWhen(shouldPublish, compileResult)(Compile / publishLocal)
215[error] | ^^^^^^^^^
216[error] |value / is not a member of sbt.librarymanagement.Configuration, but could be made available as an extension method.
217[error] |
218[error] |One of the following imports might fix the problem:
219[error] |
220[error] | import sbt.SlashSyntax0.given_Conversion_Configuration_RichConfiguration
221[error] | import sbt.given_Conversion_Configuration_RichConfiguration
222[error] |
223[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:628:22
224[error] 628 | eval(Test / definedTests),
225[error] | ^^^^^^
226[error] |value / is not a member of sbt.librarymanagement.Configuration, but could be made available as an extension method.
227[error] |
228[error] |One of the following imports might fix the problem:
229[error] |
230[error] | import sbt.SlashSyntax0.given_Conversion_Configuration_RichConfiguration
231[error] | import sbt.given_Conversion_Configuration_RichConfiguration
232[error] |
233[error] -- [E008] Not Found Error: /build/repo/project/CommunityBuildPlugin.scala:629:22
234[error] 629 | eval(Test / loadedTestFrameworks)
235[error] | ^^^^^^
236[error] |value / is not a member of sbt.librarymanagement.Configuration, but could be made available as an extension method.
237[error] |
238[error] |One of the following imports might fix the problem:
239[error] |
240[error] | import sbt.SlashSyntax0.given_Conversion_Configuration_RichConfiguration
241[error] | import sbt.given_Conversion_Configuration_RichConfiguration
242[error] |
243[error] -- [E100] Syntax Error: /build/repo/project/CommunityBuildPlugin.scala:813:18 --
244[error] 813 | unbuilder.endObject
245[error] | ^^^^^^^^^^^^^^^^^^^
246[error] | method endObject in class Unbuilder must be called with () argument
247[error] |
248[error] | longer explanation available when compiling with `-explain`
249[warn] Failed to parse `-Wconf` configuration: cat=unused-nowarn:s
250[warn] unknown category: unused-nowarn
251[warn] -- Warning: /build/repo/project/CommunityBuildPlugin.scala:379:39 --------------
252[warn] 379 | spaceDelimited("<arg>").parsed.toList
253[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
254[warn] |pattern's type ::[String] is more specialized than the right hand side expression's type List[String]
255[warn] |
256[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
257[warn] |which may result in a MatchError at runtime.
258[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
259[warn] two warnings found
260[error] 20 errors found
261[error] (Compile / compileIncremental) Compilation failed
262[warn] Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? (default: r)
263Build failed, not retrying.