Build Logs
roundrop/scala3-bcrypt • 3.8.0-RC3:2025-12-04
Errors
1
Warnings
2
Total Lines
161
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-RC3
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-RC3"
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-RC3
25Execute tests: true
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##################################
31Scala version: 3.8.0-RC3
32Targets: com.github.roundrop%scala3-bcrypt
33Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.4.0\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
34##################################
35Using extra scalacOptions: ,REQUIRE:-source:3.8
36Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
37[sbt_options] declare -a sbt_options=()
38[process_args] java_version = '17'
39[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
40# Executing command line:
41java
42-Dfile.encoding=UTF-8
43-Dcommunitybuild.scala=3.8.0-RC3
44-Dcommunitybuild.project.dependencies.add=
45-Xmx7G
46-Xms4G
47-Xss8M
48-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
49-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
50-jar
51/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
52"setCrossScalaVersions 3.8.0-RC3"
53"++3.8.0-RC3 -v"
54"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
55"set every credentials := Nil"
56"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
57"removeScalacOptionsStartingWith -P:wartremover"
58
59moduleMappings
60"runBuild 3.8.0-RC3 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.4.0\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" com.github.roundrop%scala3-bcrypt"
61
62[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
63[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
64[info] loading project definition from /build/repo/project
65[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
66[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
67[info] Compilation completed in 9.033s.
68[info] done compiling
69/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:
70 resolvers += Resolver.sonatypeCentralSnapshots
71 Opts.resolver.sonatypeSnapshots
72 ^
73/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:
74 publishTo := {
75 if (isSnapshot.value) Some(Resolver.sonatypeCentralSnapshots)
76 else localStaging.value
77 }
78 Opts.resolver.sonatypeStaging
79 ^
80[info] loading settings for project root from build.sbt, version.sbt...
81[info] set current project to scala3-bcrypt (in build file:/build/repo/)
82Execute setCrossScalaVersions: 3.8.0-RC3
83OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in root/crossScalaVersions
84OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC3) in root/crossScalaVersions
85[info] set current project to scala3-bcrypt (in build file:/build/repo/)
86[info] Setting Scala version to 3.8.0-RC3 on 1 projects.
87[info] Switching Scala version on:
88[info] * root (3.8.0-RC3)
89[info] Excluding projects:
90[info] Reapplying settings...
91[info] set current project to scala3-bcrypt (in build file:/build/repo/)
92Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
93[info] Reapplying settings...
94[info] set current project to scala3-bcrypt (in build file:/build/repo/)
95[info] Defining Global / credentials, credentials
96[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 5 others.
97[info] Run `last` for details.
98[info] Reapplying settings...
99[info] set current project to scala3-bcrypt (in build file:/build/repo/)
100Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
101[info] Reapplying settings...
102OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
103
104 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
105 Did you mean allExcludeDependencies ?
106 , retry without global scopes
107[info] Reapplying settings...
108[info] set current project to scala3-bcrypt (in build file:/build/repo/)
109Execute removeScalacOptionsStartingWith: -P:wartremover
110[info] Reapplying settings...
111[info] set current project to scala3-bcrypt (in build file:/build/repo/)
112[success] Total time: 0 s, completed Dec 4, 2025, 12:51:44 PM
113Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.4.0\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
114Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
115Starting build...
116Projects: Set(root)
117Starting build for ProjectRef(file:/build/repo/,root) (scala3-bcrypt)... [0/1]
118OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
119OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
120OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
121Compile scalacOptions: -Xsemanticdb, -semanticdb-target, /build/repo/target/scala-3.8.0-RC3/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
122[info] compiling 1 Scala source to /build/repo/target/scala-3.8.0-RC3/classes ...
123[info] done compiling
124[info] compiling 1 Scala source to /build/repo/target/scala-3.8.0-RC3/test-classes ...
125[info] done compiling
126SLF4J(W): No SLF4J providers were found.
127SLF4J(W): Defaulting to no-operation (NOP) logger implementation
128SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
129com.github.roundrop.bcrypt.BcryptSuite:
130 + bcrypt, isBcrypted 0.362s
131 + bcrypt with rounds 0.586s
132 + bcrypt with overlong password should be Failure 0.002s
133 + bcrypt with salt 1.168s
134 + wrong salt 0.0s
135 + bcryptUnsafely, isBcryptedUnsafely 0.22s
136 + bcryptUnsafely with rounds 0.876s
137 + bcryptUnsafely with maximum length password 0.146s
138 + bcryptUnsafely with overlong password should throw IllegalArgumentException 0.0s
139 + bcryptUnsafely with salt 0.22s
140
141************************
142Build summary:
143[{
144 "module": "scala3-bcrypt",
145 "compile": {"status": "ok", "tookMs": 4858, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
146 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
147 "test-compile": {"status": "ok", "tookMs": 1576, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
148 "test": {"status": "ok", "tookMs": 3920, "passed": 10, "failed": 0, "ignored": 0, "skipped": 0, "total": 10, "byFramework": [{"framework": "munit", "stats": {"passed": 10, "failed": 0, "ignored": 0, "skipped": 0, "total": 10}}]},
149 "publish": {"status": "skipped", "tookMs": 0},
150 "metadata": {
151 "crossScalaVersions": ["2.12.20", "3.4.0"]
152}
153}]
154************************
155[success] Total time: 20 s, completed Dec 4, 2025, 12:52:05 PM
156[0JChecking patch project/plugins.sbt...
157Checking patch project/build.properties...
158Checking patch build.sbt...
159Applied patch project/plugins.sbt cleanly.
160Applied patch project/build.properties cleanly.
161Applied patch build.sbt cleanly.