Build Logs

windymelt/qw.scala • 3.8.0-RC2:2025-11-25

Errors

0

Warnings

36

Total Lines

125

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.0-RC2
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.0-RC2
32Execute tests: false
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.0-RC2
47Targets: io.github.windymelt%qw
48Project projectConfig: {"tests":"compile-only"}
49##################################
50[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
51[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
52[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
53[warn] ^
54[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
55[warn] .iterator()
56[warn] ^
57[warn] /build/repo/build.sc:44:64: reference to scalaVersion is ambiguous;
58[warn] it is both defined in the enclosing object qw and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
59[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
60[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
61[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
62[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
63[warn] ^
64[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
65[warn] case module: CommunityBuildPublishModule =>
66[warn] ^
67[warn] four warnings found
68[info] done compiling
69Try build using /opencb/project-builder/mill/millw
70[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
71[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
72[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
73[warn] ^
74[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
75[warn] .iterator()
76[warn] ^
77[warn] /build/repo/build.sc:44:64: reference to scalaVersion is ambiguous;
78[warn] it is both defined in the enclosing object qw and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
79[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
80[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
81[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
82[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
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] four warnings found
88[info] done compiling
89Build config: {"tests":"compile-only"}
90Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
91
92Starting build for qw - [0/1]
93Failed to resolve scalaVersion, assume it's Scala 3 project
94[info] compiling 1 Scala source to /build/repo/out/compile.dest/classes ...
95[warn] there was 1 deprecation warning; re-run with -deprecation for details
96[warn] one warning found
97[info] done compiling
98Successfully evaluated compile
99Option -classpath was updated
1001 warning found
101Successfully evaluated docJar
102Failed to resolve scalaVersion, assume it's Scala 3 project
103[info] compiling 1 Scala source to /build/repo/out/test/compile.dest/classes ...
104[info] done compiling
105Successfully evaluated test.compile
106Publishing Artifact(io.github.windymelt,qw_3,0.1.5-DIRTY4133dc8f) to ivy repo /root/.ivy2/local
107Successfully evaluated publishLocal
108
109************************
110Build summary:
111[{
112 "module": "qw",
113 "compile": {"status": "ok", "tookMs": 5573, "warnings": 0, "errors": 0},
114 "doc": {"status": "ok", "tookMs": 3723, "files": 1, "totalSizeKb": 2652},
115 "test-compile": {"status": "ok", "tookMs": 4498, "warnings": 0, "errors": 0},
116 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
117 "publish": {"status": "ok", "tookMs": 344},
118 "metadata": {
119 "crossScalaVersions": []
120}
121}]
122************************"
123
124Checking patch build.sc...
125Applied patch build.sc cleanly.