Build Logs

likeligood-ab/scala-react • 3.7.4:2025-11-06

Errors

0

Warnings

10

Total Lines

132

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