Build Logs
katrix/typed-json • scheduled_3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY
Errors
0
Warnings
54
Total Lines
171
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.1-RC1-bin-20251121-0470ec1-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-20251121-0470ec1-NIGHTLY
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.1-RC1-bin-20251121-0470ec1-NIGHTLY
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 22 59.2M 22 13.3M 0 0 35.0M 0 0:00:01 --:--:-- 0:00:01 34.9M
54100 59.2M 100 59.2M 0 0 92.2M 0 --:--:-- --:--:-- --:--:-- 92.1M
55Preparing Java 17.0.8 runtime; this may take a minute or two ...
56[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
57[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
58[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
59[warn] ^
60[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
61[warn] .iterator()
62[warn] ^
63[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
64[warn] case module: CommunityBuildPublishModule =>
65[warn] ^
66[warn] three warnings found
67[info] done compiling
68Try build using ./mill
69[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
70[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
71[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
72[warn] ^
73[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
74[warn] .iterator()
75[warn] ^
76[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
77[warn] case module: CommunityBuildPublishModule =>
78[warn] ^
79[warn] three warnings found
80[info] done compiling
81Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
82Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
83OpenCB::Use cross-version 3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY instead of 3.3.1
84
85Starting build for typed-json - [0/2]
86No test module defined in typed-json[3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY].jvm
87OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
88OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
89Failed to resolve scalaVersion, assume it's Scala 3 project
90[info] compiling 8 Scala sources to /build/repo/out/typed-json/3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY/jvm/compile.dest/classes ...
91[warn] -- [E003] Syntax Warning: /build/repo/typed-json/src/main/scala/typedjson/JsonOpaqueCompanion.scala:37:26
92[warn] 37 | type OpaqueType <: Base with Tag
93[warn] | ^^^^
94[warn] |with as a type operator has been deprecated; use & instead
95[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
96[warn] |
97[warn] | longer explanation available when compiling with `-explain`
98[warn] -- Warning: /build/repo/typed-json/src/main/scala/typedjson/JsonOption.scala:47:100
99[warn] 47 | def removeUndefinedToObj(seq: (String, JsonOption[Json])*): Json = Json.obj(removeUndefined(seq): _*)
100[warn] | ^
101[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
102[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
103[warn] -- Warning: /build/repo/typed-json/src/main/scala/typedjson/jsonObjectBase.scala:102:36
104[warn] 102 | val json = Json.obj(jsonFields: _*)
105[warn] | ^
106[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
107[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
108[warn] three warnings found
109[info] done compiling
110Successfully evaluated typed-json[3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY].jvm.compile
111Option -classpath was updated
1121 warning found
113Successfully evaluated typed-json[3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY].jvm.docJar
114Module typed-json[3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY].jvm is not a publish module, skipping publishing
115
116Starting build for typed-json-codegen - [1/2]
117No test module defined in typed-json-codegen[3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY]
118Failed to resolve scalaVersion, assume it's Scala 3 project
119[info] compiling 6 Scala sources to /build/repo/out/typed-json-codegen/3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY/compile.dest/classes ...
120[warn] -- Warning: /build/repo/typed-json-codegen/src/main/scala/typedjson/codegen/AckCordCodeGen.scala:26:18
121[warn] 26 |package typedjson.codegen
122[warn] |^
123[warn] |No class, trait or object is defined in the compilation unit.
124[warn] |The incremental compiler cannot record the dependency information in such case.
125[warn] |Some errors like unused import referring to a non-existent class might not be reported.
126[warn] 27 |import io.circe.*
127[warn] -- Warning: /build/repo/typed-json-codegen/src/main/scala/typedjson/codegen/MainTesting.scala:26:18
128[warn] 26 |package typedjson.codegen
129[warn] |^
130[warn] |No class, trait or object is defined in the compilation unit.
131[warn] |The incremental compiler cannot record the dependency information in such case.
132[warn] |Some errors like unused import referring to a non-existent class might not be reported.
133[warn] 27 |import java.nio.file.{Files, Paths}
134[warn] 28 |import scala.jdk.StreamConverters.*
135[warn] two warnings found
136[info] done compiling
137Successfully evaluated typed-json-codegen[3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY].compile
138Option -classpath was updated
1391 warning found
140Successfully evaluated typed-json-codegen[3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY].docJar
141Module typed-json-codegen[3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY] is not a publish module, skipping publishing
142
143************************
144Build summary:
145[{
146 "module": "typed-json",
147 "compile": {"status": "ok", "tookMs": 15552, "warnings": 0, "errors": 0},
148 "doc": {"status": "ok", "tookMs": 7802, "files": 1, "totalSizeKb": 2741},
149 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
150 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
151 "publish": {"status": "skipped", "tookMs": 0},
152 "metadata": {
153 "crossScalaVersions": ["2.13.12", "3.3.1"]
154}
155},{
156 "module": "typed-json-codegen",
157 "compile": {"status": "ok", "tookMs": 10122, "warnings": 0, "errors": 0},
158 "doc": {"status": "ok", "tookMs": 5191, "files": 1, "totalSizeKb": 2870},
159 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
160 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
161 "publish": {"status": "skipped", "tookMs": 0},
162 "metadata": {
163 "crossScalaVersions": ["2.13.12", "3.3.1"]
164}
165}]
166************************"
167
168Checking patch build.sc...
169Checking patch .mill-version...
170Applied patch build.sc cleanly.
171Applied patch .mill-version cleanly.