Build Logs
softinio/duck4s • 3.7.4:2025-11-06
Errors
0
Warnings
47
Total Lines
152
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.7.4
23Scala binary version found: 3.7
24Implicitly using source version 3.7
25Scala binary version found: 3.7
26Implicitly using source version 3.7
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.7
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.7.4
32Execute tests: false
33Mill project found:
34Found explicit mill version 0.12.14 in ./mill-version
35Detected mill version=0.12.14, binary version: 0.12
36No prepare script found for project softinio/duck4s
37No mill build directory found
38Apply scalafix rules to build.mill
39##################################
40Scala version: 3.7.4
41Targets: com.softinio%duck4s
42Project projectConfig: {"tests":"compile-only"}
43##################################
44Downloading mill 0.12.14 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.14/mill-dist-0.12.14.exe ...
45 % Total % Received % Xferd Average Speed Time Time Time Current
46 Dload Upload Total Spent Left Speed
47
48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
49 11 65.4M 11 7728k 0 0 24.6M 0 0:00:02 --:--:-- 0:00:02 24.5M
50 69 65.4M 69 45.7M 0 0 35.6M 0 0:00:01 0:00:01 --:--:-- 35.5M
51100 65.4M 100 65.4M 0 0 33.8M 0 0:00:01 0:00:01 --:--:-- 33.8M
52============================== resolve _ ==============================
53[build.mill-61/65] compile
54[build.mill-61] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
55[build.mill-61] [warn] /build/repo/CommunityBuildCore.mill:237:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
56[build.mill-61] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
57[build.mill-61] [warn] ^
58[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
59[build.mill-61] [warn] .iterator()
60[build.mill-61] [warn] ^
61[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
62[build.mill-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
63[build.mill-61] [warn] ^
64[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
65[build.mill-61] [warn] val testModule = module.millInternal.modules.toList
66[build.mill-61] [warn] ^
67[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
68[build.mill-61] [warn] ctx.root.millInternal.modules.flatMap {
69[build.mill-61] [warn] ^
70[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
71[build.mill-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
72[build.mill-61] [warn] ^
73[build.mill-61] [warn] /build/repo/build.mill:63:5: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
74[build.mill-61] [warn] ZincWorkerUtil.scalaBinaryVersion(crossScalaVersion)
75[build.mill-61] [warn] ^
76[build.mill-61] [warn] 7 warnings found
77[build.mill-61] [info] done compiling
78[1/1] resolve
79[0J[1A
80[0J[1A
81[1/1] ============================== resolve _ ============================== 17s
82Try build using /opencb/project-builder/mill/millw
83--disable-ticker will be removed in Mill 0.13.0, use `--ticker false`
84[build.mill] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
85[build.mill] [warn] /build/repo/CommunityBuildCore.mill:237:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
86[build.mill] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
87[build.mill] [warn] ^
88[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
89[build.mill] [warn] .iterator()
90[build.mill] [warn] ^
91[build.mill] [warn] /build/repo/MillCommunityBuild.mill:222:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
92[build.mill] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
93[build.mill] [warn] ^
94[build.mill] [warn] /build/repo/MillCommunityBuild.mill:263:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
95[build.mill] [warn] val testModule = module.millInternal.modules.toList
96[build.mill] [warn] ^
97[build.mill] [warn] /build/repo/MillCommunityBuild.mill:398:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
98[build.mill] [warn] ctx.root.millInternal.modules.flatMap {
99[build.mill] [warn] ^
100[build.mill] [warn] /build/repo/MillVersionCompat.mill:9:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
101[build.mill] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
102[build.mill] [warn] ^
103[build.mill] [warn] /build/repo/build.mill:63:5: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
104[build.mill] [warn] ZincWorkerUtil.scalaBinaryVersion(crossScalaVersion)
105[build.mill] [warn] ^
106[build.mill] [warn] 7 warnings found
107[build.mill] [info] done compiling
108Build config: {"tests":"compile-only"}
109Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
110OpenCB::Use cross-version 3.7.4 instead of 3.3.6
111OpenCB::Use cross-version 3.7.4 instead of 3.7.0
112
113Starting build for duck4s - [0/1]
114Failed to resolve scalaVersion, assume it's Scala 3 project
115[info] compiling 8 Scala sources to /build/repo/out/duck4s/3.7.4/compile.dest/classes ...
116[info] done compiling
117Successfully evaluated duck4s[3.7.4].compile
118Flag -project set repeatedly
119Skipping unused scalacOptions: -Xkind-projector
120Flag -classpath set repeatedly
1212 warnings found
122-- Warning: /build/repo/out/duck4s/3.7.4/docJar.dest/static/_docs/index.md -----
123/build/repo/out/duck4s/3.7.4/docJar.dest/static/_docs/index.md: Property `title` will be overridden by project name
124-- Warning: /build/repo/out/duck4s/3.7.4/docJar.dest/static/_docs/index.md -----
125/build/repo/out/duck4s/3.7.4/docJar.dest/static/_docs/index.md: Unable to resolve link '../index.html'
126-- Warning: /build/repo/out/duck4s/3.7.4/docJar.dest/static/_docs/getting-started.md
127/build/repo/out/duck4s/3.7.4/docJar.dest/static/_docs/getting-started.md: Unable to resolve link '../index.html'
128Successfully evaluated duck4s[3.7.4].docJar
129Failed to resolve scalaVersion, assume it's Scala 3 project
130[info] compiling 3 Scala sources to /build/repo/out/duck4s/3.7.4/test/compile.dest/classes ...
131[info] done compiling
132Successfully evaluated duck4s[3.7.4].test.compile
133Publishing Artifact(com.softinio,duck4s_3,0.1.2-DIRTYa6db7d10) to ivy repo /root/.ivy2/local
134Successfully evaluated duck4s[3.7.4].publishLocal
135
136************************
137Build summary:
138[{
139 "module": "duck4s",
140 "compile": {"status": "ok", "tookMs": 7922, "warnings": 0, "errors": 0},
141 "doc": {"status": "ok", "tookMs": 8893, "files": 1, "totalSizeKb": 2790},
142 "test-compile": {"status": "ok", "tookMs": 7367, "warnings": 0, "errors": 0},
143 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
144 "publish": {"status": "ok", "tookMs": 493},
145 "metadata": {
146 "crossScalaVersions": ["3.3.6", "3.7.0"]
147}
148}]
149************************"
150
151Checking patch build.mill...
152Applied patch build.mill cleanly.