Build Logs

funkode-io/web3-auth • scheduled_3.8.1-RC1-bin-20251219-d71e859-NIGHTLY

Errors

0

Warnings

7

Total Lines

160

1##################################
2Clonning https://github.com/funkode-io/web3-auth.git into /build/repo using revision v1.0.1
3##################################
4Note: switching to '39f1bf6c64112f8a698c927edd473c2b2cf6d5d4'.
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-20251219-d71e859-NIGHTLY
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.1-RC1-bin-20251219-d71e859-NIGHTLY
32Execute tests: false
33sbt project found:
34Sbt version 1.8.2 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 funkode-io/web3-auth
37##################################
38Scala version: 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY
39Targets: io.funkode%web3-auth
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-Dcommunitybuild.scala=3.8.1-RC1-bin-20251219-d71e859-NIGHTLY
51-Dcommunitybuild.project.dependencies.add=
52-Xmx7G
53-Xms4G
54-Xss8M
55-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
56-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
57-jar
58/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
59"setCrossScalaVersions 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY"
60"++3.8.1-RC1-bin-20251219-d71e859-NIGHTLY -v"
61"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
62"set every credentials := Nil"
63"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
64"removeScalacOptionsStartingWith -P:wartremover"
65
66moduleMappings
67"runBuild 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY """{"tests":"compile-only"}""" io.funkode%web3-auth"
68
69[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
70[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
71[info] loading project definition from /build/repo/project
72[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
73[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
74[info] Compilation completed in 8.603s.
75[info] done compiling
76/build/repo/build.sbt:57: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
77 .configs(IntegrationTest)
78 ^
79/build/repo/build.sbt:58: warning: lazy value itSettings in object Defaults is deprecated (since 1.9.0): Create a separate subproject instead of using IntegrationTest and in addition avoid using itSettings
80 .settings(Defaults.itSettings)
81 ^
82/build/repo/build.sbt:59: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
83 .settings(headerSettings(Test, IntegrationTest))
84 ^
85/build/repo/build.sbt:6: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
86IntegrationTest / fork := true
87^
88/build/repo/build.sbt:10: warning: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
89 resolvers += Resolver.sonatypeCentralSnapshots
90 resolvers ++= Resolver.sonatypeOssRepos("releases"),
91 ^
92[info] loading settings for project root from build.sbt...
93[info] set current project to web3-auth (in build file:/build/repo/)
94Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY
95OpenCB::Changing crossVersion 3.2.2 -> 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY in root/crossScalaVersions
96[info] set current project to web3-auth (in build file:/build/repo/)
97[info] Setting Scala version to 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY on 1 projects.
98[info] Switching Scala version on:
99[info] * root (3.8.1-RC1-bin-20251219-d71e859-NIGHTLY)
100[info] Excluding projects:
101[info] Reapplying settings...
102[info] set current project to web3-auth (in build file:/build/repo/)
103Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
104[info] Reapplying settings...
105[info] set current project to web3-auth (in build file:/build/repo/)
106[info] Defining Global / credentials, credentials
107[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 6 others.
108[info] Run `last` for details.
109[info] Reapplying settings...
110[info] set current project to web3-auth (in build file:/build/repo/)
111Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
112[info] Reapplying settings...
113OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
114
115 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
116 Did you mean allExcludeDependencies ?
117 , retry without global scopes
118[info] Reapplying settings...
119[info] set current project to web3-auth (in build file:/build/repo/)
120Execute removeScalacOptionsStartingWith: -P:wartremover
121[info] Reapplying settings...
122[info] set current project to web3-auth (in build file:/build/repo/)
123[success] Total time: 0 s, completed Dec 20, 2025, 12:51:04 AM
124Build config: {"tests":"compile-only"}
125Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
126Starting build...
127Projects: Set(root)
128Starting build for ProjectRef(file:/build/repo/,root) (web3-auth)... [0/1]
129OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
130OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
131OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
132OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
133OpenCB::Filter out '-source', matches setting pattern '^-?-source(:.*)?'
134Compile scalacOptions: -language:implicitConversions, -unchecked, -Ykind-projector, -Yretain-trees, -rewrite, -indent, future-migration, -Xsemanticdb, -semanticdb-target, /build/repo/target/scala-3.8.1-RC1-bin-20251219-d71e859-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
135[info] compiling 1 Scala source to /build/repo/target/scala-3.8.1-RC1-bin-20251219-d71e859-NIGHTLY/classes ...
136[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
137[info] done compiling
138[warn] one warning found
139
140************************
141Build summary:
142[{
143 "module": "web3-auth",
144 "compile": {"status": "ok", "tookMs": 6676, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
145 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
146 "test-compile": {"status": "ok", "tookMs": 232, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
147 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
148 "publish": {"status": "skipped", "tookMs": 0},
149 "metadata": {
150 "crossScalaVersions": ["3.2.2"]
151}
152}]
153************************
154[success] Total time: 39 s, completed Dec 20, 2025, 12:51:44 AM
155[0JChecking patch project/plugins.sbt...
156Checking patch project/build.properties...
157Checking patch build.sbt...
158Applied patch project/plugins.sbt cleanly.
159Applied patch project/build.properties cleanly.
160Applied patch build.sbt cleanly.