Build Logs

aholland/aholland-scala-utils • 3.8.0-RC2:2025-11-25

Errors

0

Warnings

28

Total Lines

125

1##################################
2Clonning https://github.com/aholland/aholland-scala-utils.git into /build/repo using revision v0.0.1
3##################################
4Note: switching to '83629e6ac9b1e9e6e77c7891c42535a758f41c3a'.
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:
34Found explicit mill version 0.11.1 in ./mill-version
35Force upgrade of millVersion 0.11.1 to 0.11.13
36Detected mill version=0.11.13, binary version: 0.11
37No prepare script found for project aholland/aholland-scala-utils
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-RC2
45Targets: io.github.aholland%utils
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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
57100 59.2M 100 59.2M 0 0 105M 0 --:--:-- --:--:-- --:--:-- 216M
58Preparing Java 17.0.8 runtime; this may take a minute or two ...
59[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
60[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
61[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
62[warn] ^
63[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
64[warn] .iterator()
65[warn] ^
66[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
67[warn] case module: CommunityBuildPublishModule =>
68[warn] ^
69[warn] three warnings found
70[info] done compiling
71Try build using ./mill
72[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
73[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
74[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
75[warn] ^
76[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
77[warn] .iterator()
78[warn] ^
79[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
80[warn] case module: CommunityBuildPublishModule =>
81[warn] ^
82[warn] three warnings found
83[info] done compiling
84Build config: {"tests":"compile-only"}
85Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
86
87Starting build for utils - [0/1]
88No test module defined in utils
89Failed to resolve scalaVersion, assume it's Scala 3 project
90[info] compiling 5 Scala sources to /build/repo/out/utils/compile.dest/classes ...
91[warn] -- Warning: /build/repo/utils/src/io/github/aholland/scala/utils/utils.scala:76:112
92[warn] 76 | def onResponse[U](sideEffect: A => U)(implicit executor: ExecutionContext): Unit = future.foreach(sideEffect)(executor)
93[warn] | ^^^^^^^^
94[warn] |Implicit parameters should be provided with a `using` clause.
95[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
96[warn] |To disable the warning, please use the following option:
97[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
98[warn] one warning found
99[info] done compiling
100Successfully evaluated utils.compile
101Option -classpath was updated
1021 warning found
103Successfully evaluated utils.docJar
104Publishing Artifact(io.github.aholland,utils_3,0.0.1) to ivy repo /root/.ivy2/local
105Successfully evaluated utils.publishLocal
106
107************************
108Build summary:
109[{
110 "module": "utils",
111 "compile": {"status": "ok", "tookMs": 7399, "warnings": 0, "errors": 0},
112 "doc": {"status": "ok", "tookMs": 4468, "files": 1, "totalSizeKb": 2727},
113 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
114 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
115 "publish": {"status": "ok", "tookMs": 303},
116 "metadata": {
117 "crossScalaVersions": []
118}
119}]
120************************"
121
122Checking patch build.sc...
123Checking patch .mill-version...
124Applied patch build.sc cleanly.
125Applied patch .mill-version cleanly.