Build Logs
roundrop/scala3-bcrypt • scheduled_3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY
Errors
0
Warnings
2
Total Lines
148
1##################################
2Clonning https://github.com/roundrop/scala3-bcrypt.git into /build/repo using revision
3##################################
4Would override fixed Scala version: 3.4.0
5----
6Preparing build for 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY
7Scala binary version found: 3.8
8Implicitly using source version 3.8
9Scala binary version found: 3.8
10Implicitly using source version 3.8
11Would try to apply common scalacOption (best-effort, sbt/mill only):
12Append: ,REQUIRE:-source:3.8
13Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
14
15Try apply source patch:
16Path: build.sbt
17Pattern: val scala3Version = "3.4.0"
18Replacement: val scala3Version = "3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY"
19Starting compilation server
20Compiling project (Scala 3.7.3, JVM (17))
21Compiled project (Scala 3.7.3, JVM (17))
22Successfully applied pattern 'val scala3Version = "3.4.0"' in build.sbt
23----
24Starting build for 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY
25Execute tests: false
26sbt project found:
27Sbt version 1.9.9 is not supported, minimal supported version is 1.11.5
28Enforcing usage of sbt in version 1.11.5
29No prepare script found for project roundrop/scala3-bcrypt
30/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
31##################################
32Scala version: 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY
33Targets: com.github.roundrop%scala3-bcrypt
34Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.4.0\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
35##################################
36Using extra scalacOptions: ,REQUIRE:-source:3.8
37Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
38[sbt_options] declare -a sbt_options=()
39[process_args] java_version = '17'
40[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
41# Executing command line:
42java
43-Dfile.encoding=UTF-8
44-Dcommunitybuild.scala=3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY
45-Dcommunitybuild.project.dependencies.add=
46-Xmx7G
47-Xms4G
48-Xss8M
49-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
50-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
51-jar
52/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
53"setCrossScalaVersions 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY"
54"++3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY -v"
55"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
56"set every credentials := Nil"
57"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
58"removeScalacOptionsStartingWith -P:wartremover"
59
60moduleMappings
61"runBuild 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.4.0\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" com.github.roundrop%scala3-bcrypt"
62
63[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
64[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
65[info] loading project definition from /build/repo/project
66[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
67[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
68[info] Compilation completed in 8.433s.
69[info] done compiling
70/build/repo/build.sbt:44: warning: value sonatypeSnapshots in object resolver is deprecated (since 1.7.0): Sonatype OSS Repository Hosting (OSSRH) will be sunset on 2025-06-30; use the following instead:
71 resolvers += Resolver.sonatypeCentralSnapshots
72 Opts.resolver.sonatypeSnapshots
73 ^
74/build/repo/build.sbt:46: warning: value sonatypeStaging in object resolver is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) will be sunset on 2025-06-30; use the following instead:
75 publishTo := {
76 if (isSnapshot.value) Some(Resolver.sonatypeCentralSnapshots)
77 else localStaging.value
78 }
79 Opts.resolver.sonatypeStaging
80 ^
81[info] loading settings for project root from build.sbt, version.sbt...
82[info] set current project to scala3-bcrypt (in build file:/build/repo/)
83Execute setCrossScalaVersions: 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY
84OpenCB::Changing crossVersion 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY -> 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY in root/crossScalaVersions
85OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY) in root/crossScalaVersions
86[info] set current project to scala3-bcrypt (in build file:/build/repo/)
87[info] Setting Scala version to 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY on 1 projects.
88[info] Switching Scala version on:
89[info] * root (3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY)
90[info] Excluding projects:
91[info] Reapplying settings...
92[info] set current project to scala3-bcrypt (in build file:/build/repo/)
93Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
94[info] Reapplying settings...
95[info] set current project to scala3-bcrypt (in build file:/build/repo/)
96[info] Defining Global / credentials, credentials
97[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 5 others.
98[info] Run `last` for details.
99[info] Reapplying settings...
100[info] set current project to scala3-bcrypt (in build file:/build/repo/)
101Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
102[info] Reapplying settings...
103OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
104
105 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
106 Did you mean allExcludeDependencies ?
107 , retry without global scopes
108[info] Reapplying settings...
109[info] set current project to scala3-bcrypt (in build file:/build/repo/)
110Execute removeScalacOptionsStartingWith: -P:wartremover
111[info] Reapplying settings...
112[info] set current project to scala3-bcrypt (in build file:/build/repo/)
113[success] Total time: 0 s, completed Nov 8, 2025, 12:28:38 AM
114Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.4.0\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
115Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
116Starting build...
117Projects: Set(root)
118Starting build for ProjectRef(file:/build/repo/,root) (scala3-bcrypt)... [0/1]
119OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
120OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
121OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
122Compile scalacOptions: -Xsemanticdb, -semanticdb-target, /build/repo/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
123[info] compiling 1 Scala source to /build/repo/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/classes ...
124[info] done compiling
125[info] compiling 1 Scala source to /build/repo/target/scala-3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test-classes ...
126[info] done compiling
127
128************************
129Build summary:
130[{
131 "module": "scala3-bcrypt",
132 "compile": {"status": "ok", "tookMs": 5966, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
133 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
134 "test-compile": {"status": "ok", "tookMs": 1593, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
135 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
136 "publish": {"status": "skipped", "tookMs": 0},
137 "metadata": {
138 "crossScalaVersions": ["2.12.20", "3.4.0"]
139}
140}]
141************************
142[success] Total time: 23 s, completed Nov 8, 2025, 12:29:01 AM
143[0JChecking patch project/plugins.sbt...
144Checking patch project/build.properties...
145Checking patch build.sbt...
146Applied patch project/plugins.sbt cleanly.
147Applied patch project/build.properties cleanly.
148Applied patch build.sbt cleanly.