Build Logs

itv/quartz4s • dotty-staging/dotty:fix-23773:2025-11-22

Errors

0

Warnings

34

Total Lines

195

1##################################
2Clonning https://github.com/itv/quartz4s.git into /build/repo using revision v1.0.4
3##################################
4Note: switching to '4567c31d8d577a272086b8f18556c0bba32b31b2'.
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-20251120-60444cb
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
31Try apply source patch:
32Path: core/src/main/scala-3/com/itv/scheduler/extruder/Derivation.scala
33Pattern: inline A: Mirror.Of[A]
34Replacement: A: Mirror.Of[A]
35Starting compilation server
36Compiling project (Scala 3.7.3, JVM (17))
37Compiled project (Scala 3.7.3, JVM (17))
38Successfully applied pattern 'inline A: Mirror.Of[A]' in core/src/main/scala-3/com/itv/scheduler/extruder/Derivation.scala
39----
40Starting build for 3.8.1-RC1-bin-20251120-60444cb
41Execute tests: false
42sbt project found:
43Sbt version 1.6.1 is not supported, minimal supported version is 1.11.5
44Enforcing usage of sbt in version 1.11.5
45No prepare script found for project itv/quartz4s
46/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
47##################################
48Scala version: 3.8.1-RC1-bin-20251120-60444cb
49Targets: com.itv%quartz4s-core
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"core/src/main/scala-3/com/itv/scheduler/extruder/Derivation.scala","pattern":"inline A: Mirror.Of[A]","replaceWith":"A: Mirror.Of[A]"}]}
51##################################
52Using extra scalacOptions: ,REQUIRE:-source:3.8
53Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
54[sbt_options] declare -a sbt_options=()
55[process_args] java_version = '17'
56[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
57# Executing command line:
58java
59-Dfile.encoding=UTF-8
60-Dcommunitybuild.scala=3.8.1-RC1-bin-20251120-60444cb
61-Dcommunitybuild.project.dependencies.add=
62-Xmx7G
63-Xms4G
64-Xss8M
65-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
66-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
67-jar
68/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
69"setCrossScalaVersions 3.8.1-RC1-bin-20251120-60444cb"
70"++3.8.1-RC1-bin-20251120-60444cb -v"
71"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
72"set every credentials := Nil"
73"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
74"removeScalacOptionsStartingWith -P:wartremover"
75
76moduleMappings
77"runBuild 3.8.1-RC1-bin-20251120-60444cb """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"core/src/main/scala-3/com/itv/scheduler/extruder/Derivation.scala","pattern":"inline A: Mirror.Of[A]","replaceWith":"A: Mirror.Of[A]"}]}""" com.itv%quartz4s-core"
78
79[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
80[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
81[info] loading project definition from /build/repo/project
82[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
83[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
84[info] Compilation completed in 8.584s.
85[info] done compiling
86/build/repo/version.sbt:1: 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
87version in ThisBuild := "1.0.4"
88 ^
89[info] loading settings for project root from build.sbt, version.sbt...
90[info] set current project to root (in build file:/build/repo/)
91[warn] there's a key that's not used by any other settings/tasks:
92[warn]
93[warn] * ThisBuild / pomIncludeRepository
94[warn] +- /build/repo/build.sbt:30
95[warn]
96[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
97[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
98Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251120-60444cb
99OpenCB::Changing crossVersion 3.1.3 -> 3.8.1-RC1-bin-20251120-60444cb in docs/crossScalaVersions
100OpenCB::Changing crossVersion 3.1.3 -> 3.8.1-RC1-bin-20251120-60444cb in core/crossScalaVersions
101OpenCB::Changing crossVersion 3.1.3 -> 3.8.1-RC1-bin-20251120-60444cb in root/crossScalaVersions
102[info] set current project to root (in build file:/build/repo/)
103[info] Setting Scala version to 3.8.1-RC1-bin-20251120-60444cb on 3 projects.
104[info] Switching Scala version on:
105[info] * root (2.13.8, 3.8.1-RC1-bin-20251120-60444cb)
106[info] core (2.13.8, 3.8.1-RC1-bin-20251120-60444cb)
107[info] docs (2.13.8, 3.8.1-RC1-bin-20251120-60444cb)
108[info] Excluding projects:
109[info] Reapplying settings...
110[info] set current project to root (in build file:/build/repo/)
111Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
112[info] Reapplying settings...
113[info] set current project to root (in build file:/build/repo/)
114[info] Defining Global / credentials, core / credentials and 1 others.
115[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 17 others.
116[info] Run `last` for details.
117[info] Reapplying settings...
118[info] set current project to root (in build file:/build/repo/)
119Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
120[info] Reapplying settings...
121OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
122
123 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
124 Did you mean allExcludeDependencies ?
125 , retry without global scopes
126[info] Reapplying settings...
127[info] set current project to root (in build file:/build/repo/)
128Execute removeScalacOptionsStartingWith: -P:wartremover
129[info] Reapplying settings...
130[info] set current project to root (in build file:/build/repo/)
131[success] Total time: 0 s, completed Nov 22, 2025, 4:46:22 PM
132Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"core/src/main/scala-3/com/itv/scheduler/extruder/Derivation.scala","pattern":"inline A: Mirror.Of[A]","replaceWith":"A: Mirror.Of[A]"}]}
133Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
134Starting build...
135Projects: Set(core)
136Starting build for ProjectRef(file:/build/repo/,core) (quartz4s-core)... [0/1]
137OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
138OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
139OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
140OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
141Compile scalacOptions: -encoding, utf8, -explain-types, -explain, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -unchecked, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
142[info] compiling 17 Scala sources to /build/repo/core/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
143[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
144[warn] -- [E197] Potential Issue Warning: /build/repo/core/src/main/scala-3/com/itv/scheduler/extruder/Derivation.scala:72:32
145[warn] 72 | ): DerivedJobDataEncoder[A] = new DerivedJobDataEncoder[A]
146[warn] | ^
147[warn] | New anonymous class definition will be duplicated at each inline site
148[warn] |----------------------------------------------------------------------------
149[warn] | Explanation (enabled by `-explain`)
150[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
151[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
152[warn] |
153[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
154[warn] ----------------------------------------------------------------------------
155[warn] -- [E197] Potential Issue Warning: /build/repo/core/src/main/scala-3/com/itv/scheduler/extruder/Derivation.scala:95:28
156[warn] 95 | ): DerivedJobDecoder[A] = new DerivedJobDecoder[A]
157[warn] | ^
158[warn] | New anonymous class definition will be duplicated at each inline site
159[warn] |----------------------------------------------------------------------------
160[warn] | Explanation (enabled by `-explain`)
161[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
162[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
163[warn] |
164[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
165[warn] ----------------------------------------------------------------------------
166[warn] three warnings found
167[info] done compiling
168[info] compiling 13 Scala sources to /build/repo/core/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
169[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
170[warn] one warning found
171[info] done compiling
172
173************************
174Build summary:
175[{
176 "module": "quartz4s-core",
177 "compile": {"status": "ok", "tookMs": 12291, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
178 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
179 "test-compile": {"status": "ok", "tookMs": 5292, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
180 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
181 "publish": {"status": "skipped", "tookMs": 0},
182 "metadata": {
183 "crossScalaVersions": ["2.13.8", "3.1.3"]
184}
185}]
186************************
187[success] Total time: 51 s, completed Nov 22, 2025, 4:47:14 PM
188[0JChecking patch project/plugins.sbt...
189Checking patch project/build.properties...
190Checking patch core/src/main/scala-3/com/itv/scheduler/extruder/Derivation.scala...
191Checking patch build.sbt...
192Applied patch project/plugins.sbt cleanly.
193Applied patch project/build.properties cleanly.
194Applied patch core/src/main/scala-3/com/itv/scheduler/extruder/Derivation.scala cleanly.
195Applied patch build.sbt cleanly.