Build Logs

eikek/tus4s • 3.8.0-RC2:2025-11-27

Errors

0

Warnings

58

Total Lines

278

1##################################
2Clonning https://github.com/eikek/tus4s.git into /build/repo using revision v0.1.0
3##################################
4Note: switching to '1e228af9b2ca336089d4e4bd8814cea2e62b1940'.
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
21Would override fixed Scala version: 3.3.5
22----
23Preparing build for 3.8.0-RC2
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: project/Dependencies.scala
34Pattern: val scala3 = "3.3.5"
35Replacement: val scala3 = "3.8.0-RC2"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3 = "3.3.5"' in project/Dependencies.scala
40----
41Starting build for 3.8.0-RC2
42Execute tests: false
43sbt project found:
44Sbt version 1.10.7 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project eikek/tus4s
47##################################
48Scala version: 3.8.0-RC2
49Targets: com.github.eikek%tus4s-core com.github.eikek%tus4s-fs com.github.eikek%tus4s-http4s com.github.eikek%tus4s-pg
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
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.0-RC2
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.0-RC2"
70"++3.8.0-RC2 -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.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" com.github.eikek%tus4s-core com.github.eikek%tus4s-fs com.github.eikek%tus4s-http4s com.github.eikek%tus4s-pg"
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 4 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.858s.
85[info] done compiling
86[info] loading settings for project root from build.sbt...
87[info] set current project to tus4s-root (in build file:/build/repo/)
88Execute setCrossScalaVersions: 3.8.0-RC2
89OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in root/crossScalaVersions
90OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in http4s/crossScalaVersions
91OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in root/crossScalaVersions
92OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in pg/crossScalaVersions
93OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in pg/crossScalaVersions
94OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in fs/crossScalaVersions
95OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in fs/crossScalaVersions
96OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in readme/crossScalaVersions
97OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in readme/crossScalaVersions
98OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in core/crossScalaVersions
99OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in core/crossScalaVersions
100OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in http4s/crossScalaVersions
101[info] set current project to tus4s-root (in build file:/build/repo/)
102[info] Setting Scala version to 3.8.0-RC2 on 6 projects.
103[info] Switching Scala version on:
104[info] http4s (3.8.0-RC2)
105[info] * root (3.8.0-RC2)
106[info] readme (3.8.0-RC2)
107[info] core (3.8.0-RC2)
108[info] fs (3.8.0-RC2)
109[info] pg (3.8.0-RC2)
110[info] Excluding projects:
111[info] Reapplying settings...
112[info] set current project to tus4s-root (in build file:/build/repo/)
113Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
114[info] Reapplying settings...
115[info] set current project to tus4s-root (in build file:/build/repo/)
116[info] Defining Global / credentials, core / credentials and 4 others.
117[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 48 others.
118[info] Run `last` for details.
119[info] Reapplying settings...
120[info] set current project to tus4s-root (in build file:/build/repo/)
121Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
122[info] Reapplying settings...
123OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
124
125 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
126 Did you mean http4s / allExcludeDependencies ?
127 , retry without global scopes
128[info] Reapplying settings...
129[info] set current project to tus4s-root (in build file:/build/repo/)
130Execute removeScalacOptionsStartingWith: -P:wartremover
131[info] Reapplying settings...
132[info] set current project to tus4s-root (in build file:/build/repo/)
133[success] Total time: 0 s, completed Nov 27, 2025, 8:50:15 PM
134Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
135Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
136Starting build...
137Projects: Set(core, fs, http4s, pg)
138Starting build for ProjectRef(file:/build/repo/,core) (tus4s-core)... [0/4]
139OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
140OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
141OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
142OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
143OpenCB::Filter out '-Werror', matches setting pattern '^-?-Werror'
144Compile scalacOptions: -unchecked, -encoding, UTF-8, -language:higherKinds, -Ykind-projector:underscores, -indent, -print-lines, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/core/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
145[info] compiling 23 Scala sources to /build/repo/modules/core/target/scala-3.8.0-RC2/classes ...
146[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
147[warn] -- [E129] Potential Issue Warning: /build/repo/modules/core/src/main/scala/tus4s/core/internal/Validation.scala:44:4
148[warn] 44 | None
149[warn] | ^^^^
150[warn] | A pure expression does nothing in statement position
151[warn] |
152[warn] | longer explanation available when compiling with `-explain`
153[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/src/main/scala/tus4s/core/data/ConcatType.scala:4:23
154[warn] 4 |import cats.syntax.all.*
155[warn] | ^
156[warn] | unused import
157[warn] three warnings found
158[info] done compiling
159[info] compiling 4 Scala sources to /build/repo/modules/core/target/scala-3.8.0-RC2/test-classes ...
160[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
161[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/src/test/scala/tus4s/core/TusProtocolTestBase.scala:165:48
162[warn] 165 | case CreationResult.UploadTooLarge(max, cur) =>
163[warn] | ^^^
164[warn] | unused pattern variable
165[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/src/test/scala/tus4s/core/TusProtocolTestBase.scala:228:8
166[warn] 228 | r1 <- tp.receiveSuccess(id, req)
167[warn] | ^^
168[warn] | unused pattern variable
169[warn] three warnings found
170[info] done compiling
171Starting build for ProjectRef(file:/build/repo/,fs) (tus4s-fs)... [1/4]
172Compile scalacOptions: -unchecked, -encoding, UTF-8, -language:higherKinds, -Ykind-projector:underscores, -indent, -print-lines, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/fs/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
173[info] compiling 4 Scala sources to /build/repo/modules/fs/target/scala-3.8.0-RC2/classes ...
174[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
175[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/fs/src/main/scala/tus4s/fs/UploadEntry.scala:52:49
176[warn] 52 | def append[F[_]: Files: Sync](temp: TempChunk, state: UploadState): F[Unit] =
177[warn] | ^^^^^
178[warn] | unused explicit parameter
179[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/fs/src/main/scala/tus4s/fs/UploadEntry.scala:85:33
180[warn] 85 | def delete[F[_]: Files: Functor](dir: Path, id: UploadId): F[Unit] =
181[warn] | ^
182[warn] | unused implicit parameter
183[warn] three warnings found
184[info] done compiling
185[info] compiling 25 Scala sources to /build/repo/modules/http4s/target/scala-3.8.0-RC2/classes ...
186[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
187[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/http4s/src/main/scala/tus4s/http4s/headers/TusVersion.scala:4:23
188[warn] 4 |import cats.syntax.all.*
189[warn] | ^
190[warn] | unused import
191[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/http4s/src/main/scala/tus4s/http4s/server/TusEndpoint.scala:7:26
192[warn] 7 |import org.http4s.headers.*
193[warn] | ^
194[warn] | unused import
195[warn] three warnings found
196[info] done compiling
197[info] compiling 4 Scala sources to /build/repo/modules/http4s/target/scala-3.8.0-RC2/test-classes ...
198[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
199[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/http4s/src/test/scala/tus4s/http4s/server/TusEndpointSuite.scala:39:6
200[warn] 39 | patch = Method.PATCH(baseUri / "file11")
201[warn] | ^^^^^
202[warn] | unused pattern variable
203[warn] two warnings found
204[info] done compiling
205[info] compiling 3 Scala sources to /build/repo/modules/fs/target/scala-3.8.0-RC2/test-classes ...
206[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
207[warn] one warning found
208[info] done compiling
209Starting build for ProjectRef(file:/build/repo/,http4s) (tus4s-http4s)... [2/4]
210Compile scalacOptions: -unchecked, -encoding, UTF-8, -language:higherKinds, -Ykind-projector:underscores, -indent, -print-lines, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/http4s/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
211Starting build for ProjectRef(file:/build/repo/,pg) (tus4s-pg)... [3/4]
212Compile scalacOptions: -unchecked, -encoding, UTF-8, -language:higherKinds, -Ykind-projector:underscores, -indent, -print-lines, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/pg/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
213[info] compiling 8 Scala sources to /build/repo/modules/pg/target/scala-3.8.0-RC2/classes ...
214[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
215[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/pg/src/main/scala/tus4s/pg/PgTasks.scala:114:6
216[warn] 114 | maxSize: Option[ByteSize],
217[warn] | ^^^^^^^
218[warn] | unused explicit parameter
219[warn] two warnings found
220[info] done compiling
221[info] compiling 7 Scala sources to /build/repo/modules/pg/target/scala-3.8.0-RC2/test-classes ...
222[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
223[warn] one warning found
224[info] done compiling
225
226************************
227Build summary:
228[{
229 "module": "tus4s-core",
230 "compile": {"status": "ok", "tookMs": 13003, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
231 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
232 "test-compile": {"status": "ok", "tookMs": 3580, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
233 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
234 "publish": {"status": "skipped", "tookMs": 0},
235 "metadata": {
236 "crossScalaVersions": ["2.12.20", "3.3.5"]
237}
238},{
239 "module": "tus4s-fs",
240 "compile": {"status": "ok", "tookMs": 3098, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
241 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
242 "test-compile": {"status": "ok", "tookMs": 10345, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
243 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
244 "publish": {"status": "skipped", "tookMs": 0},
245 "metadata": {
246 "crossScalaVersions": ["2.12.20", "3.3.5"]
247}
248},{
249 "module": "tus4s-http4s",
250 "compile": {"status": "ok", "tookMs": 107, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
251 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
252 "test-compile": {"status": "ok", "tookMs": 151, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
253 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
254 "publish": {"status": "skipped", "tookMs": 0},
255 "metadata": {
256 "crossScalaVersions": ["2.12.20", "3.3.5"]
257}
258},{
259 "module": "tus4s-pg",
260 "compile": {"status": "ok", "tookMs": 2830, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
261 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
262 "test-compile": {"status": "ok", "tookMs": 2019, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
263 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
264 "publish": {"status": "skipped", "tookMs": 0},
265 "metadata": {
266 "crossScalaVersions": ["2.12.20", "3.3.5"]
267}
268}]
269************************
270[success] Total time: 64 s (0:01:04.0), completed Nov 27, 2025, 8:51:19 PM
271[0JChecking patch project/plugins.sbt...
272Checking patch project/build.properties...
273Checking patch project/Dependencies.scala...
274Checking patch build.sbt...
275Applied patch project/plugins.sbt cleanly.
276Applied patch project/build.properties cleanly.
277Applied patch project/Dependencies.scala cleanly.
278Applied patch build.sbt cleanly.