Build Logs
polynote/uzhttp • scala/scala3:release-3.8.0_backport-24574:2025-12-01
Errors
0
Warnings
4
Total Lines
162
1##################################
2Clonning https://github.com/polynote/uzhttp.git into /build/repo using revision 0.3.0-RC1
3##################################
4Note: switching to '9f3b8883231df5422dbc09ba3fd9b4c8d487d447'.
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.0-RC2-bin-20251201-aa4d555
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: build.sbt
33Pattern: if (scalaVersion.value != "3.*")
34Replacement: if (scalaVersion.value != "3.8.0-RC2-bin-20251201-aa4d555")
35Starting compilation server
36Compiling project (Scala 3.7.3, JVM (17))
37Compiled project (Scala 3.7.3, JVM (17))
38Failed to apply pattern 'if (scalaVersion.value != "3.*")' in build.sbt
39
40Try apply source patch:
41Path: build.sbt
42Pattern: libraryDependencies :=
43Replacement: libraryDependencies ++=
44Successfully applied pattern 'libraryDependencies := ' in build.sbt
45----
46Starting build for 3.8.0-RC2-bin-20251201-aa4d555
47Execute tests: false
48sbt project found:
49Sbt version 1.5.5 is not supported, minimal supported version is 1.11.5
50Enforcing usage of sbt in version 1.11.5
51No prepare script found for project polynote/uzhttp
52##################################
53Scala version: 3.8.0-RC2-bin-20251201-aa4d555
54Targets: org.polynote%uzhttp
55Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"if (scalaVersion.value != \"3.*\")","replaceWith":"if (scalaVersion.value != \"<SCALA_VERSION>\")"},{"path":"build.sbt","pattern":"libraryDependencies := ","replaceWith":"libraryDependencies ++= "}]}
56##################################
57Using extra scalacOptions: ,REQUIRE:-source:3.8
58Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
59[sbt_options] declare -a sbt_options=()
60[process_args] java_version = '17'
61[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
62# Executing command line:
63java
64-Dfile.encoding=UTF-8
65-Dcommunitybuild.scala=3.8.0-RC2-bin-20251201-aa4d555
66-Dcommunitybuild.project.dependencies.add=
67-Xmx7G
68-Xms4G
69-Xss8M
70-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
71-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
72-jar
73/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
74"setCrossScalaVersions 3.8.0-RC2-bin-20251201-aa4d555"
75"++3.8.0-RC2-bin-20251201-aa4d555 -v"
76"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
77"set every credentials := Nil"
78"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
79"removeScalacOptionsStartingWith -P:wartremover"
80
81moduleMappings
82"runBuild 3.8.0-RC2-bin-20251201-aa4d555 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"if (scalaVersion.value != \"3.*\")","replaceWith":"if (scalaVersion.value != \"<SCALA_VERSION>\")"},{"path":"build.sbt","pattern":"libraryDependencies := ","replaceWith":"libraryDependencies ++= "}]}""" org.polynote%uzhttp"
83
84[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
85[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
86[info] loading project definition from /build/repo/project
87[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
88[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
89[info] Compilation completed in 9.371s.
90[info] done compiling
91[info] loading settings for project repo from build.sbt...
92[info] set current project to uzhttp (in build file:/build/repo/)
93Execute setCrossScalaVersions: 3.8.0-RC2-bin-20251201-aa4d555
94OpenCB::Changing crossVersion 3.1.0 -> 3.8.0-RC2-bin-20251201-aa4d555 in repo/crossScalaVersions
95[info] set current project to uzhttp (in build file:/build/repo/)
96[info] Setting Scala version to 3.8.0-RC2-bin-20251201-aa4d555 on 1 projects.
97[info] Switching Scala version on:
98[info] * repo (2.12.12, 2.13.7, 3.8.0-RC2-bin-20251201-aa4d555, 2.11.12, 2.13.6)
99[info] Excluding projects:
100[info] Reapplying settings...
101[info] set current project to uzhttp (in build file:/build/repo/)
102Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
103[info] Reapplying settings...
104[info] set current project to uzhttp (in build file:/build/repo/)
105[info] Defining Global / credentials, credentials
106[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 4 others.
107[info] Run `last` for details.
108[info] Reapplying settings...
109[info] set current project to uzhttp (in build file:/build/repo/)
110Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
111[info] Reapplying settings...
112OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
113
114 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
115 Did you mean allExcludeDependencies ?
116 , retry without global scopes
117[info] Reapplying settings...
118[info] set current project to uzhttp (in build file:/build/repo/)
119Execute removeScalacOptionsStartingWith: -P:wartremover
120[info] Reapplying settings...
121[info] set current project to uzhttp (in build file:/build/repo/)
122[success] Total time: 0 s, completed Dec 2, 2025, 12:03:44 AM
123Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"if (scalaVersion.value != \"3.*\")","replaceWith":"if (scalaVersion.value != \"<SCALA_VERSION>\")"},{"path":"build.sbt","pattern":"libraryDependencies := ","replaceWith":"libraryDependencies ++= "}]}
124Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
125Starting build...
126Projects: Set(repo)
127Starting build for ProjectRef(file:/build/repo/,repo) (uzhttp)... [0/1]
128OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
129OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
130OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
131OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
132Compile scalacOptions: -Ywarn-value-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
133[info] compiling 11 Scala sources to /build/repo/target/scala-3.8.0-RC2-bin-20251201-aa4d555/classes ...
134[warn] bad option '-Ywarn-value-discard' was ignored
135[warn] one warning found
136[info] done compiling
137[info] compiling 6 Scala sources to /build/repo/target/scala-3.8.0-RC2-bin-20251201-aa4d555/test-classes ...
138[warn] bad option '-Ywarn-value-discard' was ignored
139[warn] one warning found
140[info] done compiling
141
142************************
143Build summary:
144[{
145 "module": "uzhttp",
146 "compile": {"status": "ok", "tookMs": 14342, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
147 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
148 "test-compile": {"status": "ok", "tookMs": 4255, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
149 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
150 "publish": {"status": "skipped", "tookMs": 0},
151 "metadata": {
152 "crossScalaVersions": ["2.11.12", "2.12.12", "2.13.7", "3.1.0"]
153}
154}]
155************************
156[success] Total time: 38 s, completed Dec 2, 2025, 12:04:22 AM
157[0JChecking patch project/plugins.sbt...
158Checking patch project/build.properties...
159Checking patch build.sbt...
160Applied patch project/plugins.sbt cleanly.
161Applied patch project/build.properties cleanly.
162Applied patch build.sbt cleanly.