Build Logs

ossuminc/riddl • 14270752029

Errors

2

Warnings

1

Total Lines

105

1##################################
2Clonning https://github.com/ossuminc/riddl.git into repo using revision 1.0.0-RC2
3##################################
4Note: switching to '51204960ee08230c3cd00e87620af021274aab2f'.
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 ossuminc/riddl
35##################################
36Scala version: 3.6.4
37Targets: com.ossuminc%riddl-commands com.ossuminc%riddl-diagrams com.ossuminc%riddl-language com.ossuminc%riddl-lib com.ossuminc%riddl-passes com.ossuminc%riddl-testkit com.ossuminc%riddl-utils com.ossuminc%riddlc
38Project projectConfig: { "projects": { "exclude": [], "overrides": {} }, "java": { "version": "21" }, "sbt": { "commands": [], "options": [] }, "mill": { "options": [] }, "tests": "compile-only", "migrationVersions": [], "sourcePatches": [] }
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 = '21'
44[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
45# Executing command line:
46java
47-Xms5120M
48-Xmx8192M
49-Xss6M
50-Dfile.encoding=UTF-8
51-Dcommunitybuild.scala=3.6.4
52-Dcommunitybuild.project.dependencies.add=
53-Xmx7G
54-Xms4G
55-Xss8M
56-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
57-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21
58-jar
59/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
60"setCrossScalaVersions 3.6.4"
61"++3.6.4 -v"
62"mapScalacOptions ",-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,""
63"set every credentials := Nil"
64"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
65"removeScalacOptionsStartingWith -P:wartremover"
66
67moduleMappings
68"runBuild 3.6.4 """{
69 "projects": {
70 "exclude": [],
71 "overrides": {}
72 },
73 "java": {
74 "version": "21"
75 },
76 "sbt": {
77 "commands": [],
78 "options": []
79 },
80 "mill": {
81 "options": []
82 },
83 "tests": "compile-only",
84 "migrationVersions": [],
85 "sourcePatches": []
86}""" com.ossuminc%riddl-commands com.ossuminc%riddl-diagrams com.ossuminc%riddl-language com.ossuminc%riddl-lib com.ossuminc%riddl-passes com.ossuminc%riddl-testkit com.ossuminc%riddl-utils com.ossuminc%riddlc"
87
88[info] [launcher] getting org.scala-sbt sbt 1.10.7 (this may take some time)...
89[info] [launcher] getting Scala 2.12.20 (for sbt)...
90[info] welcome to sbt 1.10.7 (Eclipse Adoptium Java 21)
91[info] loading settings for project repo-build from metals.sbt, plugins.sbt...
92[info] loading project definition from /build/repo/project
93[info] compiling 3 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.20. Compiling...
95[info] Compilation completed in 8.751s.
96[info] done compiling
97/build/repo/build.sbt:399: error: reference to commands is ambiguous;
98it is imported twice in the same scope by
99import _root_.sbt.Keys._
100and import $6c2618d75c74d7ad56ce._
101commands ++= CommunityBuildPlugin.commands
102^
103[error] Type error in expression
104[warn] Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? (default: r)
105Build failed, not retrying.