Build Logs
windymelt/qw.scala • 3.8.1-RC1:2026-01-13
Errors
0
Warnings
30
Total Lines
119
1##################################
2Clonning https://github.com/windymelt/qw.scala.git into /build/repo using revision v0.1.5
3##################################
4Note: switching to '5de33815936dc799b42c3c940823c01079ed111c'.
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.8.1-RC1
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.1-RC1
32Execute tests: true
33Mill project found:
34No .mill-version file found, detecting compatible mill version
35Trying one of predefiend mill versions
36Failed to apply build using mill 1.0.4
37Failed to apply build using mill 0.12.15
38Successfully applied build using mill 0.11.13
39Detected mill version=0.11.13, binary version: 0.11
40No prepare script found for project windymelt/qw.scala
41Apply scalafix rules to ./build.sc
42Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
43Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
44Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
45##################################
46Scala version: 3.8.1-RC1
47Targets: io.github.windymelt%qw
48Project projectConfig: {"tests":null}
49##################################
50[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
51[warn] /build/repo/build.sc:44:64: reference to scalaVersion is ambiguous;
52[warn] it is both defined in the enclosing object qw and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
53[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
54[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
55[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
56[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
57[warn] ^
58[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
59[warn] .iterator()
60[warn] ^
61[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
62[warn] case module: CommunityBuildPublishModule =>
63[warn] ^
64[warn] three warnings found
65[info] done compiling
66Try build using /opencb/project-builder/mill/millw
67[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
68[warn] /build/repo/build.sc:44:64: reference to scalaVersion is ambiguous;
69[warn] it is both defined in the enclosing object qw and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
70[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
71[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
72[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
73[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
74[warn] ^
75[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
76[warn] .iterator()
77[warn] ^
78[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
79[warn] case module: CommunityBuildPublishModule =>
80[warn] ^
81[warn] three warnings found
82[info] done compiling
83Build config: {"tests":null}
84Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),null)
85
86Starting build for qw - [0/1]
87Failed to resolve scalaVersion, assume it's Scala 3 project
88[info] compiling 1 Scala source to /build/repo/out/compile.dest/classes ...
89[warn] there was 1 deprecation warning; re-run with -deprecation for details
90[warn] one warning found
91[info] done compiling
92Successfully evaluated compile
93Option -classpath was updated
941 warning found
95Successfully evaluated docJar
96Failed to resolve scalaVersion, assume it's Scala 3 project
97[info] compiling 1 Scala source to /build/repo/out/test/compile.dest/classes ...
98[info] done compiling
99Successfully evaluated test.compile
100Publishing Artifact(io.github.windymelt,qw_3,0.1.5-DIRTY8f9e6cca) to ivy repo /root/.ivy2/local
101Successfully evaluated publishLocal
102
103************************
104Build summary:
105[{
106 "module": "qw",
107 "compile": {"status": "ok", "tookMs": 4957, "warnings": 0, "errors": 0},
108 "doc": {"status": "ok", "tookMs": 3174, "files": 1, "totalSizeKb": 2652},
109 "test-compile": {"status": "ok", "tookMs": 3978, "warnings": 0, "errors": 0},
110 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
111 "publish": {"status": "ok", "tookMs": 283},
112 "metadata": {
113 "crossScalaVersions": []
114}
115}]
116************************"
117
118Checking patch build.sc...
119Applied patch build.sc cleanly.