Build Logs

lombardo-chcg/websocket-scala • 3.8.0-RC2:2025-11-28

Errors

1

Warnings

53

Total Lines

170

1##################################
2Clonning https://github.com/lombardo-chcg/websocket-scala.git into /build/repo using revision v0.0.4
3##################################
4Note: switching to '5e47bebd08e5fd73cb353e98a1f44433471882bc'.
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: true
33Mill project found:
34No .mill-version file found, detecting compatible mill version
35Found mill runner script, trying to resolve version
36 % Total % Received % Xferd Average Speed Time Time Time Current
37 Dload Upload Total Spent Left Speed
38
39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
40100 65.2M 100 65.2M 0 0 111M 0 --:--:-- --:--:-- --:--:-- 111M
41Force upgrade of millVersion 0.12.10 to 0.12.16
42Detected mill version=0.12.16, binary version: 0.12
43No prepare script found for project lombardo-chcg/websocket-scala
44No mill build directory found
45Apply scalafix rules to ./build.sc
46Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
47Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
48Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
49Successfully applied pattern 'package build\n' in /build/repo/MillVersionCompat.sc
50##################################
51Scala version: 3.8.0-RC2
52Targets: net.domlom%websocket-scala
53Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
54##################################
55 % Total % Received % Xferd Average Speed Time Time Time Current
56 Dload Upload Total Spent Left Speed
57
58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
60 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
61curl: (22) The requested URL returned error: 404
62Mill launcher ./mill failed to launch, skipping
63Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.exe ...
64 % Total % Received % Xferd Average Speed Time Time Time Current
65 Dload Upload Total Spent Left Speed
66
67 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
68100 72.6M 100 72.6M 0 0 119M 0 --:--:-- --:--:-- --:--:-- 119M
69============================== resolve _ ==============================
70[build.sc-61/65] compile
71[build.sc-61] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
72[build.sc-61] [warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
73[build.sc-61] [warn] .iterator()
74[build.sc-61] [warn] ^
75[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
76[build.sc-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
77[build.sc-61] [warn] ^
78[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
79[build.sc-61] [warn] val testModule = module.millInternal.modules.toList
80[build.sc-61] [warn] ^
81[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
82[build.sc-61] [warn] ctx.root.millInternal.modules.flatMap {
83[build.sc-61] [warn] ^
84[build.sc-61] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
85[build.sc-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
86[build.sc-61] [warn] ^
87[build.sc-61] [warn] /build/repo/build.sc:7:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
88[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
89[build.sc-61] [warn] ^
90[build.sc-61] [warn] /build/repo/build.sc:18:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
91[build.sc-61] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
92[build.sc-61] [warn] ^
93[build.sc-61] [warn] /build/repo/build.sc:19:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
94[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
95[build.sc-61] [warn] ^
96[build.sc-61] [warn] 8 warnings found
97[build.sc-61] [info] done compiling
98[1/1] resolve
99[0J[1A
100[0J[1A
101[1/1] ============================== resolve _ ============================== 18s
102Try build using /opencb/project-builder/mill/millw
103--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
104[build.sc] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
105[build.sc] [warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
106[build.sc] [warn] .iterator()
107[build.sc] [warn] ^
108[build.sc] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
109[build.sc] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
110[build.sc] [warn] ^
111[build.sc] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
112[build.sc] [warn] val testModule = module.millInternal.modules.toList
113[build.sc] [warn] ^
114[build.sc] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
115[build.sc] [warn] ctx.root.millInternal.modules.flatMap {
116[build.sc] [warn] ^
117[build.sc] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
118[build.sc] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
119[build.sc] [warn] ^
120[build.sc] [warn] /build/repo/build.sc:7:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
121[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
122[build.sc] [warn] ^
123[build.sc] [warn] /build/repo/build.sc:18:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
124[build.sc] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
125[build.sc] [warn] ^
126[build.sc] [warn] /build/repo/build.sc:19:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
127[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
128[build.sc] [warn] ^
129[build.sc] [warn] 8 warnings found
130[build.sc] [info] done compiling
131Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
132Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),Full)
133OpenCB::Use cross-version 3.8.0-RC2 instead of 3.3.5
134
135Starting build for websocket-scala - [0/1]
136No test module defined in client[3.8.0-RC2]
137Failed to resolve scalaVersion, assume it's Scala 3 project
138[info] compiling 6 Scala sources to /build/repo/out/client/3.8.0-RC2/compile.dest/classes ...
139[warn] there was 1 deprecation warning; re-run with -deprecation for details
140[warn] one warning found
141[info] done compiling
142Successfully evaluated client[3.8.0-RC2].compile
143Option -classpath was updated
1441 warning found
145Successfully evaluated client[3.8.0-RC2].docJar
146Publishing Artifact(net.domlom,websocket-scala_3,0.0.4) to ivy repo /root/.ivy2/local
147Successfully evaluated client[3.8.0-RC2].publishLocal
148
149************************
150Build summary:
151[{
152 "module": "websocket-scala",
153 "compile": {"status": "ok", "tookMs": 6532, "warnings": 0, "errors": 0},
154 "doc": {"status": "ok", "tookMs": 3893, "files": 1, "totalSizeKb": 2691},
155 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
156 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
157 "publish": {"status": "ok", "tookMs": 426},
158 "metadata": {
159 "crossScalaVersions": ["2.13.16", "3.3.5", "2.11.12", "2.12.20"]
160}
161}]
162************************"
163
164/build/build.patch:61: space before tab in indent.
165 ivy"javax.websocket:javax.websocket-client-api:1.1",
166/build/build.patch:82: trailing whitespace.
167 )
168Checking patch build.sc...
169Applied patch build.sc cleanly.
170warning: 2 lines add whitespace errors.