Build Logs

carlosedp/riscvassembler • 3.8.0-RC2:2025-11-27

Errors

0

Warnings

25

Total Lines

142

1##################################
2Clonning https://github.com/carlosedp/riscvassembler.git into /build/repo using revision v1.10.0
3##################################
4Note: switching to 'a6a0b667a5eb134ff6cb4dda3e15dbefc58c5e3b'.
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
21Would override fixed Scala version: 3.3.1
22----
23Preparing build for 3.8.0-RC2
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: build.sc
34Pattern: val scala3 = "3.3.1"
35Replacement: val scala3 = "3.8.0-RC2"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3 = "3.3.1"' in build.sc
40----
41Starting build for 3.8.0-RC2
42Execute tests: false
43Mill project found:
44Found explicit mill version 0.11.7 in ./mill-version
45Force upgrade of millVersion 0.11.7 to 0.11.13
46Detected mill version=0.11.13, binary version: 0.11
47No prepare script found for project carlosedp/riscvassembler
48No mill build directory found
49Apply scalafix rules to ./build.sc
50Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
51Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
52Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
53##################################
54Scala version: 3.8.0-RC2
55Targets: com.carlosedp%riscvassembler
56Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sc","pattern":"val scala3 = \"3.3.1\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
57##################################
58 % Total % Received % Xferd Average Speed Time Time Time Current
59 Dload Upload Total Spent Left Speed
60
61 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
62 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
63
64 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
65
66 0 59.2M 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
67 69 59.2M 69 41.3M 0 0 27.6M 0 0:00:02 0:00:01 0:00:01 43.0M
68100 59.2M 100 59.2M 0 0 31.5M 0 0:00:01 0:00:01 --:--:-- 44.3M
69Preparing Java 17.0.8 runtime; this may take a minute or two ...
70[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
71[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
72[warn] .iterator()
73[warn] ^
74[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
75[warn] case module: CommunityBuildPublishModule =>
76[warn] ^
77[warn] two warnings found
78[info] done compiling
79Try build using ./mill
80[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
81[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
82[warn] .iterator()
83[warn] ^
84[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
85[warn] case module: CommunityBuildPublishModule =>
86[warn] ^
87[warn] two warnings found
88[info] done compiling
89Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sc","pattern":"val scala3 = \"3.3.1\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
90Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
91
92Starting build for riscvassembler - [0/1]
93Failed to resolve scalaVersion, assume it's Scala 3 project
94OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
95OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
96OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
97Failed to resolve scalaVersion, assume it's Scala 3 project
98[info] compiling 5 Scala sources to /build/repo/out/riscvassembler/jvm/3.8.0-RC2/compile.dest/classes ...
99[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
100[warn] -- Warning: /build/repo/out/riscvassembler/jvm/3.8.0-RC2/buildInfoSources.dest/com/carlosedp/riscvassembler/BuildInfo.scala:4:9
101[warn] 4 | private[this] val buildInfoProperties: java.util.Properties = new java.util.Properties()
102[warn] | ^^^^^^
103[warn] |Ignoring [this] qualifier.
104[warn] |The syntax `private[this]` will be deprecated in the future; just write `private` instead.
105[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
106[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
107[warn] two warnings found
108[info] done compiling
109Successfully evaluated riscvassembler.jvm[3.8.0-RC2].compile
110Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
111Skipping unused scalacOptions: -Xkind-projector
112Option -classpath was updated
1132 warnings found
114Successfully evaluated riscvassembler.jvm[3.8.0-RC2].docJar
115Failed to resolve scalaVersion, assume it's Scala 3 project
116Failed to resolve scalaVersion, assume it's Scala 3 project
117[info] compiling 5 Scala sources to /build/repo/out/riscvassembler/jvm/3.8.0-RC2/test/compile.dest/classes ...
118[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
119[warn] one warning found
120[info] done compiling
121Successfully evaluated riscvassembler.jvm[3.8.0-RC2].test.compile
122Module riscvassembler.jvm[3.8.0-RC2] is not a publish module, skipping publishing
123
124************************
125Build summary:
126[{
127 "module": "riscvassembler",
128 "compile": {"status": "ok", "tookMs": 8322, "warnings": 0, "errors": 0},
129 "doc": {"status": "ok", "tookMs": 4842, "files": 1, "totalSizeKb": 2678},
130 "test-compile": {"status": "ok", "tookMs": 10506, "warnings": 0, "errors": 0},
131 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
132 "publish": {"status": "skipped", "tookMs": 0},
133 "metadata": {
134 "crossScalaVersions": ["2.13.12", "3.3.1"]
135}
136}]
137************************"
138
139Checking patch build.sc...
140Checking patch .mill-version...
141Applied patch build.sc cleanly.
142Applied patch .mill-version cleanly.