Build Logs
gochaorg/json4s3 • scheduled_3.8.1-RC1-bin-20251219-d71e859-NIGHTLY
Errors
0
Warnings
31
Total Lines
177
1##################################
2Clonning https://github.com/gochaorg/json4s3.git into /build/repo using revision
3##################################
4Would override fixed Scala version: 3.2.0
5----
6Preparing build for 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY
7Scala binary version found: 3.8
8Implicitly using source version 3.8
9Scala binary version found: 3.8
10Implicitly using source version 3.8
11Would try to apply common scalacOption (best-effort, sbt/mill only):
12Append: ,REQUIRE:-source:3.8
13Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
14
15Try apply source patch:
16Path: src/test/scala/xyz/cofe/json4s3/stream/token/LexerTest.scala
17Pattern: import scala.annotation.newMain
18Replacement:
19Starting compilation server
20Compiling project (Scala 3.7.3, JVM (17))
21Compiled project (Scala 3.7.3, JVM (17))
22Successfully applied pattern 'import scala.annotation.newMain' in src/test/scala/xyz/cofe/json4s3/stream/token/LexerTest.scala
23
24Try apply source patch:
25Path: build.sbt
26Pattern: val scala3Version = "3.2.0"
27Replacement: val scala3Version = "3.8.1-RC1-bin-20251219-d71e859-NIGHTLY"
28Successfully applied pattern 'val scala3Version = "3.2.0"' in build.sbt
29----
30Starting build for 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY
31Execute tests: false
32sbt project found:
33Sbt version 1.7.1 is not supported, minimal supported version is 1.11.5
34Enforcing usage of sbt in version 1.11.5
35No prepare script found for project gochaorg/json4s3
36##################################
37Scala version: 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY
38Targets: xyz.cofe%json4s3
39Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"src/test/scala/xyz/cofe/json4s3/stream/token/LexerTest.scala","pattern":"import scala.annotation.newMain","replaceWith":""},{"path":"build.sbt","pattern":"val scala3Version = \"3.2.0\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
40##################################
41Using extra scalacOptions: ,REQUIRE:-source:3.8
42Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
43[sbt_options] declare -a sbt_options=()
44[process_args] java_version = '17'
45[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
46# Executing command line:
47java
48-Dfile.encoding=UTF-8
49-Dcommunitybuild.scala=3.8.1-RC1-bin-20251219-d71e859-NIGHTLY
50-Dcommunitybuild.project.dependencies.add=
51-Xmx7G
52-Xms4G
53-Xss8M
54-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
55-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
56-jar
57/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
58"setCrossScalaVersions 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY"
59"++3.8.1-RC1-bin-20251219-d71e859-NIGHTLY -v"
60"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
61"set every credentials := Nil"
62"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
63"removeScalacOptionsStartingWith -P:wartremover"
64
65moduleMappings
66"runBuild 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"src/test/scala/xyz/cofe/json4s3/stream/token/LexerTest.scala","pattern":"import scala.annotation.newMain","replaceWith":""},{"path":"build.sbt","pattern":"val scala3Version = \"3.2.0\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" xyz.cofe%json4s3"
67
68[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
69[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
70[info] loading project definition from /build/repo/project
71[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
72[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
73[info] Compilation completed in 8.901s.
74[info] done compiling
75/build/repo/build.sbt:45: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
76ThisBuild / publishArtifact in Test := false
77 ^
78/build/repo/build.sbt:50: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
79publishTo in ThisBuild := {
80 ^
81[info] loading settings for project root from build.sbt...
82[info] set current project to json4s3 (in build file:/build/repo/)
83[warn] there are 2 keys that are not used by any other settings/tasks:
84[warn]
85[warn] * ThisBuild / pomIncludeRepository
86[warn] +- /build/repo/build.sbt:48
87[warn] * ThisBuild / publishMavenStyle
88[warn] +- /build/repo/build.sbt:44
89[warn]
90[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
91[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
92Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY
93OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY -> 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY in root/crossScalaVersions
94OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.1-RC1-bin-20251219-d71e859-NIGHTLY) in root/crossScalaVersions
95[info] set current project to json4s3 (in build file:/build/repo/)
96[info] Setting Scala version to 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY on 1 projects.
97[info] Switching Scala version on:
98[info] * root (3.8.1-RC1-bin-20251219-d71e859-NIGHTLY)
99[info] Excluding projects:
100[info] Reapplying settings...
101[info] set current project to json4s3 (in build file:/build/repo/)
102Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
103[info] Reapplying settings...
104[info] set current project to json4s3 (in build file:/build/repo/)
105[info] Defining Global / credentials, credentials
106[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 4 others.
107[info] Run `last` for details.
108[info] Reapplying settings...
109[info] set current project to json4s3 (in build file:/build/repo/)
110Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
111[info] Reapplying settings...
112OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
113
114 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
115 Did you mean allExcludeDependencies ?
116 , retry without global scopes
117[info] Reapplying settings...
118[info] set current project to json4s3 (in build file:/build/repo/)
119Execute removeScalacOptionsStartingWith: -P:wartremover
120[info] Reapplying settings...
121[info] set current project to json4s3 (in build file:/build/repo/)
122[success] Total time: 0 s, completed Dec 20, 2025, 12:16:54 AM
123Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"src/test/scala/xyz/cofe/json4s3/stream/token/LexerTest.scala","pattern":"import scala.annotation.newMain","replaceWith":""},{"path":"build.sbt","pattern":"val scala3Version = \"3.2.0\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
124Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
125Starting build...
126Projects: Set(root)
127Starting build for ProjectRef(file:/build/repo/,root) (json4s3)... [0/1]
128OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
129Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
130[info] compiling 34 Scala sources to /build/repo/target/scala-3.8.1-RC1-bin-20251219-d71e859-NIGHTLY/classes ...
131[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/xyz/cofe/json4s3/derv/FromJson.scala:53:4
132[warn] 53 | new FromJson[T] {
133[warn] | ^
134[warn] | New anonymous class definition will be duplicated at each inline site
135[warn] |
136[warn] | longer explanation available when compiling with `-explain`
137[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/xyz/cofe/json4s3/derv/ToJson.scala:44:4
138[warn] 44 | new ToJson[T] {
139[warn] | ^
140[warn] | New anonymous class definition will be duplicated at each inline site
141[warn] |
142[warn] | longer explanation available when compiling with `-explain`
143[warn] two warnings found
144[info] done compiling
145[info] compiling 25 Scala sources to /build/repo/target/scala-3.8.1-RC1-bin-20251219-d71e859-NIGHTLY/test-classes ...
146[warn] -- [E197] Potential Issue Warning: /build/repo/src/test/scala/xyz/cofe/json4s3/derv/sample/SampleDeriveTest.scala:20:4
147[warn] 20 | new Show[A] {
148[warn] | ^
149[warn] | New anonymous class definition will be duplicated at each inline site
150[warn] |
151[warn] | longer explanation available when compiling with `-explain`
152[warn] one warning found
153[info] done compiling
154
155************************
156Build summary:
157[{
158 "module": "json4s3",
159 "compile": {"status": "ok", "tookMs": 16288, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
160 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
161 "test-compile": {"status": "ok", "tookMs": 5481, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
162 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
163 "publish": {"status": "skipped", "tookMs": 0},
164 "metadata": {
165 "crossScalaVersions": ["2.12.20", "3.2.0"]
166}
167}]
168************************
169[success] Total time: 32 s, completed Dec 20, 2025, 12:17:26 AM
170[0JChecking patch src/test/scala/xyz/cofe/json4s3/stream/token/LexerTest.scala...
171Checking patch project/plugins.sbt...
172Checking patch project/build.properties...
173Checking patch build.sbt...
174Applied patch src/test/scala/xyz/cofe/json4s3/stream/token/LexerTest.scala cleanly.
175Applied patch project/plugins.sbt cleanly.
176Applied patch project/build.properties cleanly.
177Applied patch build.sbt cleanly.