Build Logs
jodersky/simplesql • 3.8.0-RC4:2025-12-22
Errors
0
Warnings
36
Total Lines
138
1##################################
2Clonning https://github.com/jodersky/simplesql.git into /build/repo using revision 0.4.0
3##################################
4Note: switching to 'c02142c541e819e43052c129d2e6e441a8c44ecd'.
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-RC4
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-RC4
32Execute tests: true
33Mill project found:
34Found explicit mill version 0.11.8 in ./mill-version
35Force upgrade of millVersion 0.11.8 to 0.11.13
36Detected mill version=0.11.13, binary version: 0.11
37No prepare script found for project jodersky/simplesql
38No mill build directory found
39Apply scalafix rules to ./build.sc
40Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
41Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
42Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
43##################################
44Scala version: 3.8.0-RC4
45Targets: io.crashbox%simplesql
46Project projectConfig: {"tests":null}
47##################################
48 % Total % Received % Xferd Average Speed Time Time Time Current
49 Dload Upload Total Spent Left Speed
50
51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
54
55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
56
57 47 59.2M 47 27.9M 0 0 24.0M 0 0:00:02 0:00:01 0:00:01 24.0M
58 99 59.2M 99 58.9M 0 0 27.2M 0 0:00:02 0:00:02 --:--:-- 30.9M
59100 59.2M 100 59.2M 0 0 27.3M 0 0:00:02 0:00:02 --:--:-- 31.1M
60Preparing Java 17.0.8 runtime; this may take a minute or two ...
61[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
62[warn] /build/repo/build.sc:54:159: reference to scalaVersion is ambiguous;
63[warn] it is both defined in the enclosing object simplesql and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
64[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
65[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
66[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
67[warn] object test extends ScalaTests with Utest with MillCommunityBuild.CommunityBuildCoursierModule { def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion) }
68[warn] ^
69[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
70[warn] .iterator()
71[warn] ^
72[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
73[warn] case module: CommunityBuildPublishModule =>
74[warn] ^
75[warn] three warnings found
76[info] done compiling
77Try build using ./mill
78[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
79[warn] /build/repo/build.sc:54:159: reference to scalaVersion is ambiguous;
80[warn] it is both defined in the enclosing object simplesql and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
81[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
82[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
83[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
84[warn] object test extends ScalaTests with Utest with MillCommunityBuild.CommunityBuildCoursierModule { def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion) }
85[warn] ^
86[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
87[warn] .iterator()
88[warn] ^
89[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
90[warn] case module: CommunityBuildPublishModule =>
91[warn] ^
92[warn] three warnings found
93[info] done compiling
94Build config: {"tests":null}
95Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),null)
96
97Starting build for simplesql - [0/1]
98Failed to resolve scalaVersion, assume it's Scala 3 project
99[info] compiling 2 Scala sources to /build/repo/out/simplesql/compile.dest/classes ...
100[warn] -- [E197] Potential Issue Warning: /build/repo/simplesql/src/simplesql.scala:248:8
101[warn] 248 | new Reader[A]:
102[warn] | ^
103[warn] | New anonymous class definition will be duplicated at each inline site
104[warn] |
105[warn] | longer explanation available when compiling with `-explain`
106[warn] one warning found
107[warn] one warning found
108[info] done compiling
109Successfully evaluated simplesql.compile
110Option -classpath was updated
1111 warning found
112Successfully evaluated simplesql.docJar
113Failed to resolve scalaVersion, assume it's Scala 3 project
114[info] compiling 3 Scala sources to /build/repo/out/simplesql/test/compile.dest/classes ...
115[info] done compiling
116Successfully evaluated simplesql.test.compile
117Publishing Artifact(io.crashbox,simplesql_3,0.4.0) to ivy repo /root/.ivy2/local
118Successfully evaluated simplesql.publishLocal
119
120************************
121Build summary:
122[{
123 "module": "simplesql",
124 "compile": {"status": "ok", "tookMs": 8936, "warnings": 0, "errors": 0},
125 "doc": {"status": "ok", "tookMs": 4741, "files": 1, "totalSizeKb": 2768},
126 "test-compile": {"status": "ok", "tookMs": 6933, "warnings": 0, "errors": 0},
127 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
128 "publish": {"status": "ok", "tookMs": 334},
129 "metadata": {
130 "crossScalaVersions": []
131}
132}]
133************************"
134
135Checking patch build.sc...
136Checking patch .mill-version...
137Applied patch build.sc cleanly.
138Applied patch .mill-version cleanly.