Build Logs
lombardo-chcg/websocket-scala • scheduled_3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
Errors
1
Warnings
59
Total Lines
181
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-RC1-bin-20251114-d221ef5-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.0-RC1-bin-20251114-d221ef5-NIGHTLY
32Execute tests: false
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
40 0 65.2M 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
41 37 65.2M 37 24.2M 0 0 20.6M 0 0:00:03 0:00:01 0:00:02 20.6M
42 72 65.2M 72 46.9M 0 0 21.6M 0 0:00:03 0:00:02 0:00:01 21.6M
43100 65.2M 100 65.2M 0 0 20.6M 0 0:00:03 0:00:03 --:--:-- 20.6M
44Force upgrade of millVersion 0.12.10 to 0.12.16
45Detected mill version=0.12.16, binary version: 0.12
46No prepare script found for project lombardo-chcg/websocket-scala
47No mill build directory found
48Apply scalafix rules to ./build.sc
49Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
50Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
51Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
52Successfully applied pattern 'package build\n' in /build/repo/MillVersionCompat.sc
53##################################
54Scala version: 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
55Targets: net.domlom%websocket-scala
56Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
57##################################
58 % Total % Received % Xferd Average Speed Time Time Time Current
59 Dload Upload Total Spent Left Speed
60
61 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
62 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
63curl: (22) The requested URL returned error: 404
64Mill launcher ./mill failed to launch, skipping
65Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.exe ...
66 % Total % Received % Xferd Average Speed Time Time Time Current
67 Dload Upload Total Spent Left Speed
68
69 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
70 0 72.6M 0 8192 0 0 47545 0 0:26:42 --:--:-- 0:26:42 47352
71 40 72.6M 40 29.3M 0 0 26.4M 0 0:00:02 0:00:01 0:00:01 26.4M
72 74 72.6M 74 54.3M 0 0 26.1M 0 0:00:02 0:00:02 --:--:-- 26.1M
73100 72.6M 100 72.6M 0 0 30.3M 0 0:00:02 0:00:02 --:--:-- 30.3M
74============================== resolve _ ==============================
75[build.sc-61/65] compile
76[build.sc-61] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
77[build.sc-61] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
78[build.sc-61] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
79[build.sc-61] [warn] ^
80[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
81[build.sc-61] [warn] .iterator()
82[build.sc-61] [warn] ^
83[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
84[build.sc-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
85[build.sc-61] [warn] ^
86[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
87[build.sc-61] [warn] val testModule = module.millInternal.modules.toList
88[build.sc-61] [warn] ^
89[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
90[build.sc-61] [warn] ctx.root.millInternal.modules.flatMap {
91[build.sc-61] [warn] ^
92[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
93[build.sc-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
94[build.sc-61] [warn] ^
95[build.sc-61] [warn] /build/repo/build.sc:6:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
96[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
97[build.sc-61] [warn] ^
98[build.sc-61] [warn] /build/repo/build.sc:17:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
99[build.sc-61] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
100[build.sc-61] [warn] ^
101[build.sc-61] [warn] /build/repo/build.sc:18:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
102[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
103[build.sc-61] [warn] ^
104[build.sc-61] [warn] 9 warnings found
105[build.sc-61] [info] done compiling
106[1/1] resolve
107[0J[1A
108[0J[1A
109[1/1] ============================== resolve _ ============================== 17s
110Try build using /opencb/project-builder/mill/millw
111--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
112[build.sc] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
113[build.sc] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
114[build.sc] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
115[build.sc] [warn] ^
116[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
117[build.sc] [warn] .iterator()
118[build.sc] [warn] ^
119[build.sc] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
120[build.sc] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
121[build.sc] [warn] ^
122[build.sc] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
123[build.sc] [warn] val testModule = module.millInternal.modules.toList
124[build.sc] [warn] ^
125[build.sc] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
126[build.sc] [warn] ctx.root.millInternal.modules.flatMap {
127[build.sc] [warn] ^
128[build.sc] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
129[build.sc] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
130[build.sc] [warn] ^
131[build.sc] [warn] /build/repo/build.sc:6:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
132[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
133[build.sc] [warn] ^
134[build.sc] [warn] /build/repo/build.sc:17:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
135[build.sc] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
136[build.sc] [warn] ^
137[build.sc] [warn] /build/repo/build.sc:18:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
138[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
139[build.sc] [warn] ^
140[build.sc] [warn] 9 warnings found
141[build.sc] [info] done compiling
142Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
143Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
144OpenCB::Use cross-version 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY instead of 3.3.5
145
146Starting build for websocket-scala - [0/1]
147No test module defined in client[3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY]
148Failed to resolve scalaVersion, assume it's Scala 3 project
149[info] compiling 6 Scala sources to /build/repo/out/client/3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/compile.dest/classes ...
150[warn] there was 1 deprecation warning; re-run with -deprecation for details
151[warn] one warning found
152[info] done compiling
153Successfully evaluated client[3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY].compile
154Option -classpath was updated
1551 warning found
156Successfully evaluated client[3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY].docJar
157Publishing Artifact(net.domlom,websocket-scala_3,0.0.4) to ivy repo /root/.ivy2/local
158Successfully evaluated client[3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY].publishLocal
159
160************************
161Build summary:
162[{
163 "module": "websocket-scala",
164 "compile": {"status": "ok", "tookMs": 12459, "warnings": 0, "errors": 0},
165 "doc": {"status": "ok", "tookMs": 7198, "files": 1, "totalSizeKb": 2691},
166 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
167 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
168 "publish": {"status": "ok", "tookMs": 588},
169 "metadata": {
170 "crossScalaVersions": ["2.13.16", "3.3.5", "2.11.12", "2.12.20"]
171}
172}]
173************************"
174
175/build/build.patch:60: space before tab in indent.
176 ivy"javax.websocket:javax.websocket-client-api:1.1",
177/build/build.patch:81: trailing whitespace.
178 )
179Checking patch build.sc...
180Applied patch build.sc cleanly.
181warning: 2 lines add whitespace errors.