Build Logs

typelevel/squants • 3.8.0-RC2:2025-11-27

Errors

0

Warnings

20

Total Lines

181

1##################################
2Clonning https://github.com/typelevel/squants.git into /build/repo using revision v1.8.3
3##################################
4Note: switching to 'e2b1299809469ac07fb925e3574938e60b86d475'.
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
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----
31Starting build for 3.8.0-RC2
32Execute tests: false
33sbt project found:
34Sbt version 1.5.5 is not supported, minimal supported version is 1.11.5
35Enforcing usage of sbt in version 1.11.5
36No prepare script found for project typelevel/squants
37##################################
38Scala version: 3.8.0-RC2
39Targets: org.typelevel%squants
40Project projectConfig: {"tests":"compile-only"}
41##################################
42Using extra scalacOptions: ,REQUIRE:-source:3.8
43Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
44[sbt_options] declare -a sbt_options=()
45[process_args] java_version = '17'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
47# Executing command line:
48java
49-Dfile.encoding=UTF-8
50-Xss2m
51-Dcommunitybuild.scala=3.8.0-RC2
52-Dcommunitybuild.project.dependencies.add=
53-Xmx7G
54-Xms4G
55-Xss8M
56-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
57-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
58-jar
59/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
60"setCrossScalaVersions 3.8.0-RC2"
61"++3.8.0-RC2 -v"
62"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
63"set every credentials := Nil"
64"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
65"removeScalacOptionsStartingWith -P:wartremover"
66
67moduleMappings
68"runBuild 3.8.0-RC2 """{"tests":"compile-only"}""" org.typelevel%squants"
69
70[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
71[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
72[info] loading project definition from /build/repo/project
73[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
74[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
75[info] Compilation completed in 8.573s.
76[info] done compiling
77/build/repo/build.sbt:0: warning: This wildcard import imports sbt.Project, which is shadowed by Project.
78This is not according to the language specification and has changed in Scala 2.13, where sbt.Project takes precedence.
79To keep the same meaning in 2.12 and 2.13, un-import Project by adding `Project => _` to the import list.
80import _root_.sbt._
81 ^
82/build/repo/build.sbt:0: warning: This wildcard import imports sbt.Console, which is shadowed by Console.
83This is not according to the language specification and has changed in Scala 2.13, where sbt.Console takes precedence.
84To keep the same meaning in 2.12 and 2.13, un-import Console by adding `Console => _` to the import list.
85import _root_.sbt._
86 ^
87/build/repo/build.sbt:0: warning: This wildcard import imports sbt.Tests, which is shadowed by Tests.
88This is not according to the language specification and has changed in Scala 2.13, where sbt.Tests takes precedence.
89To keep the same meaning in 2.12 and 2.13, un-import Tests by adding `Tests => _` to the import list.
90import _root_.sbt._
91 ^
92[info] loading settings for project root from build.sbt...
93[info] set current project to squants (in build file:/build/repo/)
94[warn] there are 6 keys that are not used by any other settings/tasks:
95[warn]
96[warn] * root / osgiExportPackage
97[warn] +- /build/repo/project/Build.scala:41
98[warn] * root / osgiPrivatePackage
99[warn] +- /build/repo/project/Build.scala:43
100[warn] * squantsJS / osgiExportPackage
101[warn] +- /build/repo/project/Build.scala:41
102[warn] * squantsJS / osgiPrivatePackage
103[warn] +- /build/repo/project/Build.scala:43
104[warn] * squantsNative / osgiExportPackage
105[warn] +- /build/repo/project/Build.scala:41
106[warn] * squantsNative / osgiPrivatePackage
107[warn] +- /build/repo/project/Build.scala:43
108[warn]
109[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
110[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
111Execute setCrossScalaVersions: 3.8.0-RC2
112OpenCB::Changing crossVersion 3.0.1 -> 3.8.0-RC2 in squantsNative/crossScalaVersions
113OpenCB::Limitting incorrect crossVersions List(2.12.13, 2.13.6) -> List(3.8.0-RC2) in squantsNative/crossScalaVersions
114OpenCB::Changing crossVersion 3.0.1 -> 3.8.0-RC2 in squantsJS/crossScalaVersions
115OpenCB::Changing crossVersion 3.0.1 -> 3.8.0-RC2 in root/crossScalaVersions
116OpenCB::Changing crossVersion 3.0.1 -> 3.8.0-RC2 in squantsJVM/crossScalaVersions
117OpenCB::Limitting incorrect crossVersions List(3.0.1) -> List(2.13.6) in docs/crossScalaVersions
118[info] set current project to squants (in build file:/build/repo/)
119[info] Setting Scala version to 3.8.0-RC2 on 4 projects.
120[info] Switching Scala version on:
121[info] squantsNative (3.8.0-RC2)
122[info] * root (2.12.13, 2.13.6, 3.8.0-RC2)
123[info] squantsJVM (2.12.13, 2.13.6, 3.8.0-RC2)
124[info] squantsJS (2.12.13, 2.13.6, 3.8.0-RC2)
125[info] Excluding projects:
126[info] docs (2.13.6)
127[info] Reapplying settings...
128[info] set current project to squants (in build file:/build/repo/)
129Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
130[info] Reapplying settings...
131[info] set current project to squants (in build file:/build/repo/)
132[info] Defining Global / credentials, credentials and 3 others.
133[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 24 others.
134[info] Run `last` for details.
135[info] Reapplying settings...
136[info] set current project to squants (in build file:/build/repo/)
137Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
138[info] Reapplying settings...
139OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
140
141 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
142 Did you mean allExcludeDependencies ?
143 , retry without global scopes
144[info] Reapplying settings...
145[info] set current project to squants (in build file:/build/repo/)
146Execute removeScalacOptionsStartingWith: -P:wartremover
147[info] Reapplying settings...
148[info] set current project to squants (in build file:/build/repo/)
149[success] Total time: 0 s, completed Nov 27, 2025, 9:11:32 PM
150Build config: {"tests":"compile-only"}
151Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
152Starting build...
153Projects: Set(root)
154Starting build for ProjectRef(file:/build/repo/,root) (squants)... [0/1]
155OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
156OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
157OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
158OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
159Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
160
161************************
162Build summary:
163[{
164 "module": "squants",
165 "compile": {"status": "ok", "tookMs": 2753, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
166 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
167 "test-compile": {"status": "ok", "tookMs": 220, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
168 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
169 "publish": {"status": "ok", "tookMs": 1},
170 "metadata": {
171 "crossScalaVersions": ["2.12.13", "2.13.6", "3.0.1"]
172}
173}]
174************************
175[success] Total time: 14 s, completed Nov 27, 2025, 9:11:46 PM
176[0JChecking patch project/plugins.sbt...
177Checking patch project/build.properties...
178Checking patch build.sbt...
179Applied patch project/plugins.sbt cleanly.
180Applied patch project/build.properties cleanly.
181Applied patch build.sbt cleanly.