Build Logs

softinio/duck4s • scheduled_3.8.1-RC1-bin-20251219-d71e859-NIGHTLY

Errors

0

Warnings

59

Total Lines

166

1##################################
2Clonning https://github.com/softinio/duck4s.git into /build/repo using revision v0.1.2
3##################################
4Note: switching to '80d6eda9823a5317526577a5c587a2d9b9368973'.
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-20251219-d71e859-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-20251219-d71e859-NIGHTLY
32Execute tests: false
33Mill project found:
34Found explicit mill version 0.12.14 in ./mill-version
35Force upgrade of millVersion 0.12.14 to 0.12.16
36Detected mill version=0.12.16, binary version: 0.12
37No prepare script found for project softinio/duck4s
38No mill build directory found
39Apply scalafix rules to build.mill
40##################################
41Scala version: 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY
42Targets: com.softinio%duck4s
43Project projectConfig: {"tests":"compile-only"}
44##################################
45Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.exe ...
46 % Total % Received % Xferd Average Speed Time Time Time Current
47 Dload Upload Total Spent Left Speed
48
49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
51 56 72.6M 56 41.3M 0 0 40.3M 0 0:00:01 0:00:01 --:--:-- 40.3M
52100 72.6M 100 72.6M 0 0 51.6M 0 0:00:01 0:00:01 --:--:-- 51.5M
53============================== resolve _ ==============================
54[build.mill-61/65] compile
55[build.mill-61] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
56[build.mill-61] [warn] /build/repo/CommunityBuildCore.mill:136:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
57[build.mill-61] [warn] .iterator()
58[build.mill-61] [warn] ^
59[build.mill-61] [warn] /build/repo/MillCommunityBuild.mill:222:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
60[build.mill-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
61[build.mill-61] [warn] ^
62[build.mill-61] [warn] /build/repo/MillCommunityBuild.mill:263:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
63[build.mill-61] [warn] val testModule = module.millInternal.modules.toList
64[build.mill-61] [warn] ^
65[build.mill-61] [warn] /build/repo/MillCommunityBuild.mill:398:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
66[build.mill-61] [warn] ctx.root.millInternal.modules.flatMap {
67[build.mill-61] [warn] ^
68[build.mill-61] [warn] /build/repo/MillVersionCompat.mill:9:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
69[build.mill-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
70[build.mill-61] [warn] ^
71[build.mill-61] [warn] /build/repo/build.mill:13:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
72[build.mill-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
73[build.mill-61] [warn] ^
74[build.mill-61] [warn] /build/repo/build.mill:24:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
75[build.mill-61] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
76[build.mill-61] [warn] ^
77[build.mill-61] [warn] /build/repo/build.mill:25:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
78[build.mill-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
79[build.mill-61] [warn] ^
80[build.mill-61] [warn] /build/repo/build.mill:64:5: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
81[build.mill-61] [warn] ZincWorkerUtil.scalaBinaryVersion(crossScalaVersion)
82[build.mill-61] [warn] ^
83[build.mill-61] [warn] 9 warnings found
84[build.mill-61] [info] done compiling
85[1/1] resolve
86[0J[1A
87[0J[1A
88[1/1] ============================== resolve _ ============================== 16s
89Try build using /opencb/project-builder/mill/millw
90--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
91[build.mill] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
92[build.mill] [warn] /build/repo/CommunityBuildCore.mill:136:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
93[build.mill] [warn] .iterator()
94[build.mill] [warn] ^
95[build.mill] [warn] /build/repo/MillCommunityBuild.mill:222:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
96[build.mill] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
97[build.mill] [warn] ^
98[build.mill] [warn] /build/repo/MillCommunityBuild.mill:263:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
99[build.mill] [warn] val testModule = module.millInternal.modules.toList
100[build.mill] [warn] ^
101[build.mill] [warn] /build/repo/MillCommunityBuild.mill:398:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
102[build.mill] [warn] ctx.root.millInternal.modules.flatMap {
103[build.mill] [warn] ^
104[build.mill] [warn] /build/repo/MillVersionCompat.mill:9:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
105[build.mill] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
106[build.mill] [warn] ^
107[build.mill] [warn] /build/repo/build.mill:13:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
108[build.mill] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
109[build.mill] [warn] ^
110[build.mill] [warn] /build/repo/build.mill:24:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
111[build.mill] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
112[build.mill] [warn] ^
113[build.mill] [warn] /build/repo/build.mill:25:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
114[build.mill] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
115[build.mill] [warn] ^
116[build.mill] [warn] /build/repo/build.mill:64:5: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
117[build.mill] [warn] ZincWorkerUtil.scalaBinaryVersion(crossScalaVersion)
118[build.mill] [warn] ^
119[build.mill] [warn] 9 warnings found
120[build.mill] [info] done compiling
121Build config: {"tests":"compile-only"}
122Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
123OpenCB::Use cross-version 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY instead of 3.3.6
124OpenCB::Use cross-version 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY instead of 3.7.0
125
126Starting build for duck4s - [0/1]
127Failed to resolve scalaVersion, assume it's Scala 3 project
128[info] compiling 8 Scala sources to /build/repo/out/duck4s/3.8.1-RC1-bin-20251219-d71e859-NIGHTLY/compile.dest/classes ...
129[info] done compiling
130Successfully evaluated duck4s[3.8.1-RC1-bin-20251219-d71e859-NIGHTLY].compile
131Option -project was updated
132Option -classpath was updated
1332 warnings found
134-- Warning: /build/repo/out/duck4s/3.8.1-RC1-bin-20251219-d71e859-NIGHTLY/docJar.dest/static/_docs/index.md
135/build/repo/out/duck4s/3.8.1-RC1-bin-20251219-d71e859-NIGHTLY/docJar.dest/static/_docs/index.md: Property `title` will be overridden by project name
136-- Warning: /build/repo/out/duck4s/3.8.1-RC1-bin-20251219-d71e859-NIGHTLY/docJar.dest/static/_docs/index.md
137/build/repo/out/duck4s/3.8.1-RC1-bin-20251219-d71e859-NIGHTLY/docJar.dest/static/_docs/index.md: Unable to resolve link '../index.html'
138-- Warning: /build/repo/out/duck4s/3.8.1-RC1-bin-20251219-d71e859-NIGHTLY/docJar.dest/static/_docs/getting-started.md
139/build/repo/out/duck4s/3.8.1-RC1-bin-20251219-d71e859-NIGHTLY/docJar.dest/static/_docs/getting-started.md: Unable to resolve link '../index.html'
140Successfully evaluated duck4s[3.8.1-RC1-bin-20251219-d71e859-NIGHTLY].docJar
141Failed to resolve scalaVersion, assume it's Scala 3 project
142[info] compiling 3 Scala sources to /build/repo/out/duck4s/3.8.1-RC1-bin-20251219-d71e859-NIGHTLY/test/compile.dest/classes ...
143[info] done compiling
144Successfully evaluated duck4s[3.8.1-RC1-bin-20251219-d71e859-NIGHTLY].test.compile
145Publishing Artifact(com.softinio,duck4s_3,0.1.2-DIRTY232a9780) to ivy repo /root/.ivy2/local
146Successfully evaluated duck4s[3.8.1-RC1-bin-20251219-d71e859-NIGHTLY].publishLocal
147
148************************
149Build summary:
150[{
151 "module": "duck4s",
152 "compile": {"status": "ok", "tookMs": 10910, "warnings": 0, "errors": 0},
153 "doc": {"status": "ok", "tookMs": 10856, "files": 1, "totalSizeKb": 2789},
154 "test-compile": {"status": "ok", "tookMs": 7339, "warnings": 0, "errors": 0},
155 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
156 "publish": {"status": "ok", "tookMs": 385},
157 "metadata": {
158 "crossScalaVersions": ["3.3.6", "3.7.0"]
159}
160}]
161************************"
162
163Checking patch build.mill...
164Checking patch .mill-version...
165Applied patch build.mill cleanly.
166Applied patch .mill-version cleanly.