Build Logs

edadma/matrix • 3.8.0-RC2:2025-11-25

Errors

0

Warnings

9

Total Lines

135

1##################################
2Clonning https://github.com/edadma/matrix.git into /build/repo using revision
3##################################
4----
5Preparing build for 3.8.0-RC2
6Scala binary version found: 3.8
7Implicitly using source version 3.8
8Scala binary version found: 3.8
9Implicitly using source version 3.8
10Would try to apply common scalacOption (best-effort, sbt/mill only):
11Append: ,REQUIRE:-source:3.8
12Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
13----
14Starting build for 3.8.0-RC2
15Execute tests: false
16sbt project found:
17Sbt version 1.11.2 is not supported, minimal supported version is 1.11.5
18Enforcing usage of sbt in version 1.11.5
19No prepare script found for project edadma/matrix
20/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
21##################################
22Scala version: 3.8.0-RC2
23Targets: io.github.edadma%matrix
24Project projectConfig: {"tests":"compile-only"}
25##################################
26Using extra scalacOptions: ,REQUIRE:-source:3.8
27Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28[sbt_options] declare -a sbt_options=()
29[process_args] java_version = '17'
30[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
31# Executing command line:
32java
33-Dfile.encoding=UTF-8
34-Dcommunitybuild.scala=3.8.0-RC2
35-Dcommunitybuild.project.dependencies.add=
36-Xmx7G
37-Xms4G
38-Xss8M
39-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
40-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
41-jar
42/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
43"setCrossScalaVersions 3.8.0-RC2"
44"++3.8.0-RC2 -v"
45"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
46"set every credentials := Nil"
47"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
48"removeScalacOptionsStartingWith -P:wartremover"
49
50moduleMappings
51"runBuild 3.8.0-RC2 """{"tests":"compile-only"}""" io.github.edadma%matrix"
52
53[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
54[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
55[info] loading project definition from /build/repo/project
56[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
57[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
58[info] Compilation completed in 8.566s.
59[info] done compiling
60[info] loading settings for project root from build.sbt...
61[info] set current project to matrix (in build file:/build/repo/)
62[warn] there are 2 keys that are not used by any other settings/tasks:
63[warn]
64[warn] * ThisBuild / pomIncludeRepository
65[warn] +- /build/repo/build.sbt:36
66[warn] * ThisBuild / publishMavenStyle
67[warn] +- /build/repo/build.sbt:42
68[warn]
69[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
70[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
71Execute setCrossScalaVersions: 3.8.0-RC2
72OpenCB::Changing crossVersion 3.7.1 -> 3.8.0-RC2 in matrixJS/crossScalaVersions
73OpenCB::Changing crossVersion 3.7.1 -> 3.8.0-RC2 in matrixNative/crossScalaVersions
74OpenCB::Changing crossVersion 3.7.1 -> 3.8.0-RC2 in root/crossScalaVersions
75OpenCB::Changing crossVersion 3.7.1 -> 3.8.0-RC2 in matrixJVM/crossScalaVersions
76[info] set current project to matrix (in build file:/build/repo/)
77[info] Setting Scala version to 3.8.0-RC2 on 4 projects.
78[info] Switching Scala version on:
79[info] * root (3.8.0-RC2)
80[info] matrixJS (3.8.0-RC2)
81[info] matrixJVM (3.8.0-RC2)
82[info] matrixNative (3.8.0-RC2)
83[info] Excluding projects:
84[info] Reapplying settings...
85[info] set current project to matrix (in build file:/build/repo/)
86Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
87[info] Reapplying settings...
88[info] set current project to matrix (in build file:/build/repo/)
89[info] Defining Global / credentials, credentials and 2 others.
90[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 19 others.
91[info] Run `last` for details.
92[info] Reapplying settings...
93[info] set current project to matrix (in build file:/build/repo/)
94Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
95[info] Reapplying settings...
96OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
97
98 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
99 Did you mean allExcludeDependencies ?
100 , retry without global scopes
101[info] Reapplying settings...
102[info] set current project to matrix (in build file:/build/repo/)
103Execute removeScalacOptionsStartingWith: -P:wartremover
104[info] Reapplying settings...
105[info] set current project to matrix (in build file:/build/repo/)
106[success] Total time: 0 s, completed Nov 25, 2025, 12:31:06 PM
107Build config: {"tests":"compile-only"}
108Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
109Starting build...
110Projects: Set(root)
111Starting build for ProjectRef(file:/build/repo/,root) (matrix)... [0/1]
112OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
113Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
114
115************************
116Build summary:
117[{
118 "module": "matrix",
119 "compile": {"status": "ok", "tookMs": 3618, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
120 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
121 "test-compile": {"status": "ok", "tookMs": 109, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
122 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
123 "publish": {"status": "ok", "tookMs": 4},
124 "metadata": {
125 "crossScalaVersions": ["3.7.1"]
126}
127}]
128************************
129[success] Total time: 17 s, completed Nov 25, 2025, 12:31:23 PM
130[0JChecking patch project/plugins.sbt...
131Checking patch project/build.properties...
132Checking patch build.sbt...
133Applied patch project/plugins.sbt cleanly.
134Applied patch project/build.properties cleanly.
135Applied patch build.sbt cleanly.