Build Logs
givesocialmovement/moonlight • 3.8.0-RC4:2025-12-22
Errors
1
Warnings
11
Total Lines
199
1##################################
2Clonning https://github.com/givesocialmovement/moonlight.git into /build/repo using revision
3##################################
4----
5Preparing build for 3.8.0-RC4
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-RC4
15Execute tests: true
16sbt project found:
17No prepare script found for project givesocialmovement/moonlight
18##################################
19Scala version: 3.8.0-RC4
20Targets: io.github.givesocialmovement%play-moonlight
21Project projectConfig: {"tests":null}
22##################################
23Using extra scalacOptions: ,REQUIRE:-source:3.8
24Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
25[sbt_options] declare -a sbt_options=()
26[process_args] java_version = '17'
27[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
28# Executing command line:
29java
30-Dfile.encoding=UTF-8
31-Dcommunitybuild.scala=3.8.0-RC4
32-Dcommunitybuild.project.dependencies.add=
33-Xmx7G
34-Xms4G
35-Xss8M
36-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
37-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
38-jar
39/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
40"setCrossScalaVersions 3.8.0-RC4"
41"++3.8.0-RC4 -v"
42"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
43"set every credentials := Nil"
44"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
45"removeScalacOptionsStartingWith -P:wartremover"
46
47moduleMappings
48"runBuild 3.8.0-RC4 """{"tests":null}""" io.github.givesocialmovement%play-moonlight"
49
50[info] [launcher] getting org.scala-sbt sbt 1.11.6 (this may take some time)...
51[info] welcome to sbt 1.11.6 (Eclipse Adoptium Java 17.0.8)
52[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
53[info] loading project definition from /build/repo/project
54[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
55[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
56[info] Compilation completed in 8.436s.
57[info] done compiling
58[info] loading settings for project moonlight from build.sbt...
59[info] set current project to play-moonlight (in build file:/build/repo/)
60Execute setCrossScalaVersions: 3.8.0-RC4
61OpenCB::Changing crossVersion 3.7.2 -> 3.8.0-RC4 in moonlight/crossScalaVersions
62[info] set current project to play-moonlight (in build file:/build/repo/)
63[info] Setting Scala version to 3.8.0-RC4 on 1 projects.
64[info] Switching Scala version on:
65[info] * moonlight (3.8.0-RC4)
66[info] Excluding projects:
67[info] Reapplying settings...
68[info] set current project to play-moonlight (in build file:/build/repo/)
69Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
70[info] Reapplying settings...
71[info] set current project to play-moonlight (in build file:/build/repo/)
72[info] Defining Global / credentials, credentials
73[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 4 others.
74[info] Run `last` for details.
75[info] Reapplying settings...
76[info] set current project to play-moonlight (in build file:/build/repo/)
77Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
78[info] Reapplying settings...
79OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
80
81 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
82 Did you mean allExcludeDependencies ?
83 , retry without global scopes
84[info] Reapplying settings...
85[info] set current project to play-moonlight (in build file:/build/repo/)
86Execute removeScalacOptionsStartingWith: -P:wartremover
87[info] Reapplying settings...
88[info] set current project to play-moonlight (in build file:/build/repo/)
89[success] Total time: 0 s, completed Dec 22, 2025, 7:08:11 PM
90Build config: {"tests":null}
91Parsed config: Failure(sjsonnew.DeserializationException: Expected String as JString, but got JNull)
92Starting build...
93Projects: Set(moonlight)
94Starting build for ProjectRef(file:/build/repo/,moonlight) (play-moonlight)... [0/1]
95Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
96[info] compiling 26 Scala sources to /build/repo/target/scala-3.8.0-RC4/classes ...
97[warn] -- [E194] Potential Issue Warning: /build/repo/src/main/scala/givers/moonlight/util/RichDate.scala:19:8
98[warn] 19 | def toInstant: Instant = Instant.ofEpochMilli(date.getTime)
99[warn] | ^
100[warn] |Extension method toInstant will never be selected from type Date
101[warn] |because Date already has a member with the same name and compatible parameter types.
102[warn] |
103[warn] | longer explanation available when compiling with `-explain`
104[warn] one warning found
105[info] done compiling
106[info] compiling 14 Scala sources to /build/repo/target/scala-3.8.0-RC4/test-classes ...
107[warn] there was 1 feature warning; re-run with -feature for details
108[warn] one warning found
109[info] done compiling
110[info] BackgroundJobDescriptionSpec:
111[info] BackgroundJobDescription
112[info] RichDateSpec:
113[info] RichDate.add
114[info] - should add interval
115[info] RichDate.sub
116[info] - should subtract interval
117[info] RichDate.midnight
118[info] - should zero time
119OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
120SLF4J(W): No SLF4J providers were found.
121SLF4J(W): Defaulting to no-operation (NOP) logger implementation
122SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
123SLF4J(W): Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
124SLF4J(W): Ignoring binding found at [jar:file:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
125SLF4J(W): See https://www.slf4j.org/codes.html#ignoredBindings for an explanation.
126[info] JobDispatcherSpec:
127[info] JobDispatcher
128[info] - should throw JobTypeExecutorAlreadyExists
129[info] JobDispatcher.runLoop
130[info] - should run jobs
131[info] BackgroundJobJdbcRepositorySpec:
132[info] BackgroundJobJdbcRepository.enqueue
133[info] - should enqueue a job
134[info] BackgroundJobJdbcRepository.getJobs
135[info] - should get jobs considering skip/take
136[info] BackgroundJobJdbcRepository.getPendingJobReadyForStart
137[info] - should get job considering select conditions
138[info] - should get jobs in right order
139[info] BackgroundJobJdbcRepository.getFailedJobReadyForRetry
140[info] - should get job considering select conditions
141[info] - should get jobs in right order
142[info] BackgroundJobJdbcRepository.maintainExpiredJobs
143[info] - should change statuses of expired jobs
144[info] BackgroundJobJdbcRepository.tryMarkJobAsStarted
145[info] - should change job status to started
146[info] - should change job status to started if it is failed, tries are available, and required delay is reached
147[info] should not change job status
148[info] - when job has wrong status
149[info] - when job is pending but should bot be started
150[info] - when job is failed and max try limit is reached
151[info] - when job is failed but no required delay is reached
152[info] - when job is already succeeded
153[info] BackgroundJobJdbcRepository.markJobAsSucceed
154[info] - should change job status to succeeded
155[info] BackgroundJobJdbcRepository.markJobAsFailed
156[info] - should change job status to failed
157[info] BackgroundJobJdbcRepository.deleteJobsSucceededOrFailedBefore
158[info] - should delete jobs that satisfy conditions
159[info] BackgroundJobJdbcRepository.count
160[info] - should return count
161[info] BackgroundJobJdbcRepository.countPendingJobReadyForStart
162[info] - should return count jobs ready for start
163[info] MoonlightSettingsSpec:
164[info] MoonlightSettings.pauseDurationWhenNoJobsRandomized
165[info] QuartzSchedulerSpec:
166[info] ScriptProcessorImpl.run
167[info] - should run jobs
168[info] RichFutureSpec:
169[info] RichFuture.withTimeout
170[info] should fail the future
171[info] - when timeout was reached
172[info] should succeed future
173[info] - when timeout was not reached
174[info] 'pimped' RichFuture.withTimeout
175[info] should succeed future
176[info] - when timeout was not reached
177[info] BackgroundJobServiceImplSpec:
178[info] BackgroundJobServiceImpl.enqueue
179[info] - should create now background job
180
181************************
182Build summary:
183[{
184 "module": "play-moonlight",
185 "compile": {"status": "ok", "tookMs": 13229, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
186 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
187 "test-compile": {"status": "ok", "tookMs": 7124, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
188 "test": {"status": "ok", "tookMs": 5881, "passed": 29, "failed": 0, "ignored": 0, "skipped": 0, "total": 29, "byFramework": [{"framework": "unknown", "stats": {"passed": 29, "failed": 0, "ignored": 0, "skipped": 0, "total": 29}}]},
189 "publish": {"status": "skipped", "tookMs": 0},
190 "metadata": {
191 "crossScalaVersions": ["3.7.2"]
192}
193}]
194************************
195[success] Total time: 86 s (0:01:26.0), completed Dec 22, 2025, 7:09:37 PM
196[0JChecking patch project/plugins.sbt...
197Checking patch build.sbt...
198Applied patch project/plugins.sbt cleanly.
199Applied patch build.sbt cleanly.