Build Logs

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

Errors

0

Warnings

20

Total Lines

182

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