Build Logs

katrix/typed-json • 3.8.0-RC1:2025-11-14

Errors

0

Warnings

54

Total Lines

172

1##################################
2Clonning https://github.com/katrix/typed-json.git into /build/repo using revision v0.1.0
3##################################
4Note: switching to '73ebd56c4009376294d074a1b83a48048621aaab'.
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
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
32Execute tests: false
33Mill project found:
34Found explicit mill version 0.11.4 in ./mill-version
35Force upgrade of millVersion 0.11.4 to 0.11.13
36Detected mill version=0.11.13, binary version: 0.11
37No prepare script found for project katrix/typed-json
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-RC1
45Targets: net.katsstuff%typed-json net.katsstuff%typed-json-codegen
46Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
47##################################
48Downloading mill 0.11.13 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.11.13/mill-dist-0.11.13.jar ...
49 % Total % Received % Xferd Average Speed Time Time Time Current
50 Dload Upload Total Spent Left Speed
51
52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
54 92 59.2M 92 54.5M 0 0 50.0M 0 0:00:01 0:00:01 --:--:-- 50.0M
55100 59.2M 100 59.2M 0 0 51.7M 0 0:00:01 0:00:01 --:--:-- 51.7M
56Preparing Java 17.0.8 runtime; this may take a minute or two ...
57[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
58[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
59[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
60[warn] ^
61[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
62[warn] .iterator()
63[warn] ^
64[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
65[warn] case module: CommunityBuildPublishModule =>
66[warn] ^
67[warn] three warnings found
68[info] done compiling
69Try build using ./mill
70[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
71[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
72[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
73[warn] ^
74[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
75[warn] .iterator()
76[warn] ^
77[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
78[warn] case module: CommunityBuildPublishModule =>
79[warn] ^
80[warn] three warnings found
81[info] done compiling
82Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
83Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
84OpenCB::Use cross-version 3.8.0-RC1 instead of 3.3.1
85
86Starting build for typed-json - [0/2]
87No test module defined in typed-json[3.8.0-RC1].jvm
88OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
89OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
90Failed to resolve scalaVersion, assume it's Scala 3 project
91[info] compiling 8 Scala sources to /build/repo/out/typed-json/3.8.0-RC1/jvm/compile.dest/classes ...
92[warn] -- [E003] Syntax Warning: /build/repo/typed-json/src/main/scala/typedjson/JsonOpaqueCompanion.scala:37:26
93[warn] 37 | type OpaqueType <: Base with Tag
94[warn] | ^^^^
95[warn] |with as a type operator has been deprecated; use & instead
96[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
97[warn] |
98[warn] | longer explanation available when compiling with `-explain`
99[warn] -- Warning: /build/repo/typed-json/src/main/scala/typedjson/JsonOption.scala:47:100
100[warn] 47 | def removeUndefinedToObj(seq: (String, JsonOption[Json])*): Json = Json.obj(removeUndefined(seq): _*)
101[warn] | ^
102[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
103[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
104[warn] -- Warning: /build/repo/typed-json/src/main/scala/typedjson/jsonObjectBase.scala:102:36
105[warn] 102 | val json = Json.obj(jsonFields: _*)
106[warn] | ^
107[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
108[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
109[warn] three warnings found
110[info] done compiling
111Successfully evaluated typed-json[3.8.0-RC1].jvm.compile
112Option -classpath was updated
1131 warning found
114Successfully evaluated typed-json[3.8.0-RC1].jvm.docJar
115Module typed-json[3.8.0-RC1].jvm is not a publish module, skipping publishing
116
117Starting build for typed-json-codegen - [1/2]
118No test module defined in typed-json-codegen[3.8.0-RC1]
119Failed to resolve scalaVersion, assume it's Scala 3 project
120[info] compiling 6 Scala sources to /build/repo/out/typed-json-codegen/3.8.0-RC1/compile.dest/classes ...
121[warn] -- Warning: /build/repo/typed-json-codegen/src/main/scala/typedjson/codegen/AckCordCodeGen.scala:26:18
122[warn] 26 |package typedjson.codegen
123[warn] |^
124[warn] |No class, trait or object is defined in the compilation unit.
125[warn] |The incremental compiler cannot record the dependency information in such case.
126[warn] |Some errors like unused import referring to a non-existent class might not be reported.
127[warn] 27 |import io.circe.*
128[warn] -- Warning: /build/repo/typed-json-codegen/src/main/scala/typedjson/codegen/MainTesting.scala:26:18
129[warn] 26 |package typedjson.codegen
130[warn] |^
131[warn] |No class, trait or object is defined in the compilation unit.
132[warn] |The incremental compiler cannot record the dependency information in such case.
133[warn] |Some errors like unused import referring to a non-existent class might not be reported.
134[warn] 27 |import java.nio.file.{Files, Paths}
135[warn] 28 |import scala.jdk.StreamConverters.*
136[warn] two warnings found
137[info] done compiling
138Successfully evaluated typed-json-codegen[3.8.0-RC1].compile
139Option -classpath was updated
1401 warning found
141Successfully evaluated typed-json-codegen[3.8.0-RC1].docJar
142Module typed-json-codegen[3.8.0-RC1] is not a publish module, skipping publishing
143
144************************
145Build summary:
146[{
147 "module": "typed-json",
148 "compile": {"status": "ok", "tookMs": 8500, "warnings": 0, "errors": 0},
149 "doc": {"status": "ok", "tookMs": 4966, "files": 1, "totalSizeKb": 2743},
150 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
151 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
152 "publish": {"status": "skipped", "tookMs": 0},
153 "metadata": {
154 "crossScalaVersions": ["2.13.12", "3.3.1"]
155}
156},{
157 "module": "typed-json-codegen",
158 "compile": {"status": "ok", "tookMs": 10404, "warnings": 0, "errors": 0},
159 "doc": {"status": "ok", "tookMs": 5296, "files": 1, "totalSizeKb": 2872},
160 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
161 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
162 "publish": {"status": "skipped", "tookMs": 0},
163 "metadata": {
164 "crossScalaVersions": ["2.13.12", "3.3.1"]
165}
166}]
167************************"
168
169Checking patch build.sc...
170Checking patch .mill-version...
171Applied patch build.sc cleanly.
172Applied patch .mill-version cleanly.