Build Logs
jodersky/simplesql • scheduled_3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY
Errors
0
Warnings
42
Total Lines
144
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.1-RC1-bin-20251121-0470ec1-NIGHTLY
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-bin-20251121-0470ec1-NIGHTLY
32Execute tests: false
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.1-RC1-bin-20251121-0470ec1-NIGHTLY
45Targets: io.crashbox%simplesql
46Project projectConfig: {"tests":"compile-only"}
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
54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
55
56 0 59.2M 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
57 55 59.2M 55 32.7M 0 0 19.9M 0 0:00:02 0:00:01 0:00:01 33.2M
58 91 59.2M 91 54.2M 0 0 20.7M 0 0:00:02 0:00:02 --:--:-- 27.7M
59100 59.2M 100 59.2M 0 0 21.8M 0 0:00:02 0:00:02 --:--:-- 28.8M
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/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
63[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
64[warn] ^
65[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
66[warn] .iterator()
67[warn] ^
68[warn] /build/repo/build.sc:54:159: reference to scalaVersion is ambiguous;
69[warn] it is both defined in the enclosing object simplesql 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] object test extends ScalaTests with Utest with MillCommunityBuild.CommunityBuildCoursierModule { def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion) }
74[warn] ^
75[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
76[warn] case module: CommunityBuildPublishModule =>
77[warn] ^
78[warn] four warnings found
79[info] done compiling
80Try build using ./mill
81[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
82[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
83[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
84[warn] ^
85[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
86[warn] .iterator()
87[warn] ^
88[warn] /build/repo/build.sc:54:159: reference to scalaVersion is ambiguous;
89[warn] it is both defined in the enclosing object simplesql and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
90[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
91[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
92[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
93[warn] object test extends ScalaTests with Utest with MillCommunityBuild.CommunityBuildCoursierModule { def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion) }
94[warn] ^
95[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
96[warn] case module: CommunityBuildPublishModule =>
97[warn] ^
98[warn] four warnings found
99[info] done compiling
100Build config: {"tests":"compile-only"}
101Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
102
103Starting build for simplesql - [0/1]
104Failed to resolve scalaVersion, assume it's Scala 3 project
105[info] compiling 2 Scala sources to /build/repo/out/simplesql/compile.dest/classes ...
106[warn] -- [E197] Potential Issue Warning: /build/repo/simplesql/src/simplesql.scala:248:8
107[warn] 248 | new Reader[A]:
108[warn] | ^
109[warn] | New anonymous class definition will be duplicated at each inline site
110[warn] |
111[warn] | longer explanation available when compiling with `-explain`
112[warn] one warning found
113[warn] one warning found
114[info] done compiling
115Successfully evaluated simplesql.compile
116Option -classpath was updated
1171 warning found
118Successfully evaluated simplesql.docJar
119Failed to resolve scalaVersion, assume it's Scala 3 project
120[info] compiling 3 Scala sources to /build/repo/out/simplesql/test/compile.dest/classes ...
121[info] done compiling
122Successfully evaluated simplesql.test.compile
123Publishing Artifact(io.crashbox,simplesql_3,0.4.0) to ivy repo /root/.ivy2/local
124Successfully evaluated simplesql.publishLocal
125
126************************
127Build summary:
128[{
129 "module": "simplesql",
130 "compile": {"status": "ok", "tookMs": 18093, "warnings": 0, "errors": 0},
131 "doc": {"status": "ok", "tookMs": 8242, "files": 1, "totalSizeKb": 2768},
132 "test-compile": {"status": "ok", "tookMs": 7318, "warnings": 0, "errors": 0},
133 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
134 "publish": {"status": "ok", "tookMs": 307},
135 "metadata": {
136 "crossScalaVersions": []
137}
138}]
139************************"
140
141Checking patch build.sc...
142Checking patch .mill-version...
143Applied patch build.sc cleanly.
144Applied patch .mill-version cleanly.