Build Logs

jmcardon/tsec • 12836592240

Errors

0

Warnings

17

Total Lines

485

1##################################
2Clonning https://github.com/jmcardon/tsec.git into repo using revision v0.3.0-M2
3##################################
4Note: switching to '744f8c693c0b81b47cf4947681348e643af455c2'.
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.6.3
23Scala binary version found: 3.6
24Implicitly using source version 3.6-migration
25Scala binary version found: 3.6
26Implicitly using source version 3.6-migration
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
30----
31Starting build for 3.6.3
32Execute tests: false
33sbt project found:
34Sbt version 1.5.1 is not supported, minimal supported version is 1.6.2
35Enforcing usage of sbt in version 1.6.2
36No prepare script found for project jmcardon/tsec
37##################################
38Scala version: 3.6.3
39Targets: io.github.jmcardon%tsec-bouncy io.github.jmcardon%tsec-cipher-bouncy io.github.jmcardon%tsec-cipher-core io.github.jmcardon%tsec-cipher-jca io.github.jmcardon%tsec-common io.github.jmcardon%tsec-hash-bouncy io.github.jmcardon%tsec-hash-jca io.github.jmcardon%tsec-jwt-core io.github.jmcardon%tsec-jwt-mac io.github.jmcardon%tsec-jwt-sig io.github.jmcardon%tsec-mac io.github.jmcardon%tsec-password io.github.jmcardon%tsec-signatures
40Project projectConfig: { "tests": "compile-only" }
41##################################
42Using extra scalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
43Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
44[sbt_options] declare -a sbt_options=()
45[process_args] java_version = '11'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_11_0_20/rt.jar'
47# Executing command line:
48java
49-Dfile.encoding=UTF8
50-Xms1G
51-Xmx6G
52-XX:ReservedCodeCacheSize=250M
53-XX:+TieredCompilation
54-XX:+UseG1GC
55-Dcommunitybuild.scala=3.6.3
56-Dcommunitybuild.project.dependencies.add=
57-Xmx7G
58-Xms4G
59-Xss8M
60-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
61-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_11_0_20
62-jar
63/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
64"setCrossScalaVersions 3.6.3"
65"++3.6.3 -v"
66"mapScalacOptions ",-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,""
67"set every credentials := Nil"
68
69moduleMappings
70"runBuild 3.6.3 """{
71 "tests": "compile-only"
72}""" io.github.jmcardon%tsec-bouncy io.github.jmcardon%tsec-cipher-bouncy io.github.jmcardon%tsec-cipher-core io.github.jmcardon%tsec-cipher-jca io.github.jmcardon%tsec-common io.github.jmcardon%tsec-hash-bouncy io.github.jmcardon%tsec-hash-jca io.github.jmcardon%tsec-jwt-core io.github.jmcardon%tsec-jwt-mac io.github.jmcardon%tsec-jwt-sig io.github.jmcardon%tsec-mac io.github.jmcardon%tsec-password io.github.jmcardon%tsec-signatures"
73
74[info] [launcher] getting org.scala-sbt sbt 1.6.2 (this may take some time)...
75[info] [launcher] getting Scala 2.12.15 (for sbt)...
76[info] welcome to sbt 1.6.2 (Eclipse Adoptium Java 11.0.20)
77[info] loading project definition from /build/repo/project/project
78[info] compiling 1 Scala source to /build/repo/project/project/target/scala-2.12/sbt-1.0/classes ...
79[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.15. Compiling...
80[info] Compilation completed in 8.087s.
81[info] done compiling
82[info] loading settings for project repo-build from plugins.sbt ...
83[info] loading project definition from /build/repo/project
84/build/repo/version.sbt:1: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
85version in ThisBuild := "0.3.0-M2"
86 ^
87[info] loading settings for project tsec from build.sbt,version.sbt ...
88[info] resolving key references (16003 settings) ...
89[info] set current project to tsec (in build file:/build/repo/)
90Execute setCrossScalaVersions: 3.6.3
91OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-libsodium/crossScalaVersions
92OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec/crossScalaVersions
93OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-cipher-core/crossScalaVersions
94OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-cipher-jca/crossScalaVersions
95OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-cipher-bouncy/crossScalaVersions
96OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-signatures/crossScalaVersions
97OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-jwt-mac/crossScalaVersions
98OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-mac/crossScalaVersions
99OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-bouncy/crossScalaVersions
100OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-common/crossScalaVersions
101OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-bench/crossScalaVersions
102OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-jwt-sig/crossScalaVersions
103OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-hash-bouncy/crossScalaVersions
104OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-oauth2/crossScalaVersions
105OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-password/crossScalaVersions
106OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-examples/crossScalaVersions
107OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-jwt-core/crossScalaVersions
108OpenCB::Changing crossVersion 3.0.0 -> 3.6.3 in tsec-hash-jca/crossScalaVersions
109[info] set current project to tsec (in build file:/build/repo/)
110[info] Setting Scala version to 3.6.3 on 18 projects.
111[info] Switching Scala version on:
112[info] tsec-bouncy (2.12.13, 2.13.5, 3.6.3)
113[info] tsec-password (2.12.13, 2.13.5, 3.6.3)
114[info] tsec-bench (2.12.13, 2.13.5, 3.6.3)
115[info] tsec-mac (2.12.13, 2.13.5, 3.6.3)
116[info] tsec-examples (2.12.13, 2.13.5, 3.6.3)
117[info] tsec-oauth2 (2.12.13, 2.13.5, 3.6.3)
118[info] tsec-cipher-jca (2.12.13, 2.13.5, 3.6.3)
119[info] tsec-hash-bouncy (2.12.13, 2.13.5, 3.6.3)
120[info] tsec-cipher-bouncy (2.12.13, 2.13.5, 3.6.3)
121[info] tsec-jwt-core (2.12.13, 2.13.5, 3.6.3)
122[info] tsec-cipher-core (2.12.13, 2.13.5, 3.6.3)
123[info] tsec-jwt-sig (2.12.13, 2.13.5, 3.6.3)
124[info] tsec-libsodium (2.12.13, 2.13.5, 3.6.3)
125[info] tsec-common (2.12.13, 2.13.5, 3.6.3)
126[info] tsec-jwt-mac (2.12.13, 2.13.5, 3.6.3)
127[info] tsec-hash-jca (2.12.13, 2.13.5, 3.6.3)
128[info] tsec-signatures (2.12.13, 2.13.5, 3.6.3)
129[info] * tsec (2.12.13, 2.13.5, 3.6.3)
130[info] Excluding projects:
131[info] Reapplying settings...
132[info] set current project to tsec (in build file:/build/repo/)
133Execute mapScalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
134[info] Reapplying settings...
135[info] set current project to tsec (in build file:/build/repo/)
136[info] Defining Global / credentials, credentials and 16 others.
137[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 107 others.
138[info] Run `last` for details.
139[info] Reapplying settings...
140[info] set current project to tsec (in build file:/build/repo/)
141[success] Total time: 0 s, completed Jan 17, 2025, 10:09:23 PM
142Build config: {
143 "tests": "compile-only"
144}
145Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
146Starting build...
147Projects: Set(tsec-bouncy, tsec-password, tsec-mac, tsec-cipher-jca, tsec-hash-bouncy, tsec-cipher-bouncy, tsec-jwt-core, tsec-cipher-core, tsec-jwt-sig, tsec-common, tsec-jwt-mac, tsec-hash-jca, tsec-signatures)
148Starting build for ProjectRef(file:/build/repo/,tsec-cipher-core) (tsec-cipher-core)...
149OpenCB::Exclude Scala3 specific scalacOption `-source:3.6-migration` in Scala 2.12.15 module Global
150OpenCB::Would not apply setting `-source:3.6-migration`: Project has predefined source version: Some(-source:3.0-migration)
151OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
152OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
153Compile scalacOptions: List(-source:3.0-migration, -unchecked, -encoding, utf8, -language:higherKinds, -language:implicitConversions, -language:postfixOps, -Wconf:msg=can be rewritten automatically under:s)
154[info] compiling 34 Scala sources to /build/repo/common/target/scala-3.6.3/classes ...
155[warn] -- Warning: /build/repo/common/src/main/scala/tsec/common/CanCatch.scala:1:13 --
156[warn] 1 |package tsec.common
157[warn] |^^^^^^^^^^^^^^^^^^^
158[warn] |No class, trait or object is defined in the compilation unit.
159[warn] |The incremental compiler cannot record the dependency information in such case.
160[warn] |Some errors like unused import referring to a non-existent class might not be reported.
161[warn] one warning found
162[info] done compiling
163[info] compiling 9 Scala sources to /build/repo/cipher-core/target/scala-3.6.3/classes ...
164[info] done compiling
165[info] compiling 3 Scala sources to /build/repo/common/target/scala-3.6.3/test-classes ...
166[info] done compiling
167[info] Wrote /build/repo/cipher-core/target/scala-3.6.3/tsec-cipher-core_3-0.3.0-M2.pom
168[info] :: delivering :: io.github.jmcardon#tsec-cipher-core_3;0.3.0-M2 :: 0.3.0-M2 :: release :: Fri Jan 17 22:09:39 CET 2025
169[info] delivering ivy file to /build/repo/cipher-core/target/scala-3.6.3/ivy-0.3.0-M2.xml
170[info] published tsec-cipher-core_3 to /root/.ivy2/local/io.github.jmcardon/tsec-cipher-core_3/0.3.0-M2/poms/tsec-cipher-core_3.pom
171[info] published tsec-cipher-core_3 to /root/.ivy2/local/io.github.jmcardon/tsec-cipher-core_3/0.3.0-M2/jars/tsec-cipher-core_3.jar
172[info] published tsec-cipher-core_3 to /root/.ivy2/local/io.github.jmcardon/tsec-cipher-core_3/0.3.0-M2/srcs/tsec-cipher-core_3-sources.jar
173[info] published tsec-cipher-core_3 to /root/.ivy2/local/io.github.jmcardon/tsec-cipher-core_3/0.3.0-M2/docs/tsec-cipher-core_3-javadoc.jar
174[info] published ivy to /root/.ivy2/local/io.github.jmcardon/tsec-cipher-core_3/0.3.0-M2/ivys/ivy.xml
175Starting build for ProjectRef(file:/build/repo/,tsec-jwt-core) (tsec-jwt-core)...
176Compile scalacOptions: List(-source:3.0-migration, -unchecked, -encoding, utf8, -language:higherKinds, -language:implicitConversions, -language:postfixOps, -Wconf:msg=can be rewritten automatically under:s)
177[info] compiling 1 Scala source to /build/repo/bouncycastle/target/scala-3.6.3/classes ...
178[info] compiling 6 Scala sources to /build/repo/mac/target/scala-3.6.3/classes ...
179[info] done compiling
180[info] compiling 11 Scala sources to /build/repo/signatures/target/scala-3.6.3/classes ...
181[info] done compiling
182[info] done compiling
183[info] compiling 10 Scala sources and 1 Java source to /build/repo/jwt-core/target/scala-3.6.3/classes ...
184[info] done compiling
185[info] compiling 1 Scala source to /build/repo/jwt-core/target/scala-3.6.3/test-classes ...
186[info] done compiling
187[info] Wrote /build/repo/jwt-core/target/scala-3.6.3/tsec-jwt-core_3-0.3.0-M2.pom
188[info] :: delivering :: io.github.jmcardon#tsec-jwt-core_3;0.3.0-M2 :: 0.3.0-M2 :: release :: Fri Jan 17 22:09:48 CET 2025
189[info] delivering ivy file to /build/repo/jwt-core/target/scala-3.6.3/ivy-0.3.0-M2.xml
190[info] published tsec-jwt-core_3 to /root/.ivy2/local/io.github.jmcardon/tsec-jwt-core_3/0.3.0-M2/poms/tsec-jwt-core_3.pom
191[info] published tsec-jwt-core_3 to /root/.ivy2/local/io.github.jmcardon/tsec-jwt-core_3/0.3.0-M2/jars/tsec-jwt-core_3.jar
192[info] published tsec-jwt-core_3 to /root/.ivy2/local/io.github.jmcardon/tsec-jwt-core_3/0.3.0-M2/srcs/tsec-jwt-core_3-sources.jar
193[info] published tsec-jwt-core_3 to /root/.ivy2/local/io.github.jmcardon/tsec-jwt-core_3/0.3.0-M2/docs/tsec-jwt-core_3-javadoc.jar
194[info] published ivy to /root/.ivy2/local/io.github.jmcardon/tsec-jwt-core_3/0.3.0-M2/ivys/ivy.xml
195Starting build for ProjectRef(file:/build/repo/,tsec-jwt-mac) (tsec-jwt-mac)...
196Compile scalacOptions: List(-source:3.0-migration, -unchecked, -encoding, utf8, -language:higherKinds, -language:implicitConversions, -language:postfixOps, -Wconf:msg=can be rewritten automatically under:s)
197[info] compiling 3 Scala sources to /build/repo/jwt-mac/target/scala-3.6.3/classes ...
198[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/jwt-mac/src/main/scala/tsec/jws/mac/JWTMac.scala:28:9
199[warn] 28 | case j: JWTMac[A] => ==(j)
200[warn] | ^
201[warn] |the type test for tsec.jws.mac.JWTMac[A] cannot be checked at runtime because its type arguments can't be determined from Any
202[warn] |
203[warn] | longer explanation available when compiling with `-explain`
204[warn] one warning found
205[info] done compiling
206[info] compiling 1 Scala source to /build/repo/jwt-mac/target/scala-3.6.3/test-classes ...
207[info] done compiling
208[info] Wrote /build/repo/jwt-mac/target/scala-3.6.3/tsec-jwt-mac_3-0.3.0-M2.pom
209[info] :: delivering :: io.github.jmcardon#tsec-jwt-mac_3;0.3.0-M2 :: 0.3.0-M2 :: release :: Fri Jan 17 22:09:53 CET 2025
210[info] delivering ivy file to /build/repo/jwt-mac/target/scala-3.6.3/ivy-0.3.0-M2.xml
211[info] published tsec-jwt-mac_3 to /root/.ivy2/local/io.github.jmcardon/tsec-jwt-mac_3/0.3.0-M2/poms/tsec-jwt-mac_3.pom
212[info] published tsec-jwt-mac_3 to /root/.ivy2/local/io.github.jmcardon/tsec-jwt-mac_3/0.3.0-M2/jars/tsec-jwt-mac_3.jar
213[info] published tsec-jwt-mac_3 to /root/.ivy2/local/io.github.jmcardon/tsec-jwt-mac_3/0.3.0-M2/srcs/tsec-jwt-mac_3-sources.jar
214[info] published tsec-jwt-mac_3 to /root/.ivy2/local/io.github.jmcardon/tsec-jwt-mac_3/0.3.0-M2/docs/tsec-jwt-mac_3-javadoc.jar
215[info] published ivy to /root/.ivy2/local/io.github.jmcardon/tsec-jwt-mac_3/0.3.0-M2/ivys/ivy.xml
216Starting build for ProjectRef(file:/build/repo/,tsec-mac) (tsec-mac)...
217Compile scalacOptions: List(-source:3.0-migration, -unchecked, -encoding, utf8, -language:higherKinds, -language:implicitConversions, -language:postfixOps, -Wconf:msg=can be rewritten automatically under:s)
218[info] compiling 1 Scala source to /build/repo/mac/target/scala-3.6.3/test-classes ...
219[info] done compiling
220[info] Wrote /build/repo/mac/target/scala-3.6.3/tsec-mac_3-0.3.0-M2.pom
221[info] :: delivering :: io.github.jmcardon#tsec-mac_3;0.3.0-M2 :: 0.3.0-M2 :: release :: Fri Jan 17 22:09:55 CET 2025
222[info] delivering ivy file to /build/repo/mac/target/scala-3.6.3/ivy-0.3.0-M2.xml
223[info] published tsec-mac_3 to /root/.ivy2/local/io.github.jmcardon/tsec-mac_3/0.3.0-M2/poms/tsec-mac_3.pom
224[info] published tsec-mac_3 to /root/.ivy2/local/io.github.jmcardon/tsec-mac_3/0.3.0-M2/jars/tsec-mac_3.jar
225[info] published tsec-mac_3 to /root/.ivy2/local/io.github.jmcardon/tsec-mac_3/0.3.0-M2/srcs/tsec-mac_3-sources.jar
226[info] published tsec-mac_3 to /root/.ivy2/local/io.github.jmcardon/tsec-mac_3/0.3.0-M2/docs/tsec-mac_3-javadoc.jar
227[info] published ivy to /root/.ivy2/local/io.github.jmcardon/tsec-mac_3/0.3.0-M2/ivys/ivy.xml
228Starting build for ProjectRef(file:/build/repo/,tsec-cipher-bouncy) (tsec-cipher-bouncy)...
229Compile scalacOptions: List(-source:3.0-migration, -unchecked, -encoding, utf8, -language:higherKinds, -language:implicitConversions, -language:postfixOps, -Wconf:msg=can be rewritten automatically under:s)
230[info] compiling 6 Scala sources and 2 Java sources to /build/repo/cipher-bouncy/target/scala-3.6.3/classes ...
231[info] done compiling
232[info] compiling 1 Scala source to /build/repo/cipher-bouncy/target/scala-3.6.3/test-classes ...
233[info] done compiling
234[info] Wrote /build/repo/cipher-bouncy/target/scala-3.6.3/tsec-cipher-bouncy_3-0.3.0-M2.pom
235[info] :: delivering :: io.github.jmcardon#tsec-cipher-bouncy_3;0.3.0-M2 :: 0.3.0-M2 :: release :: Fri Jan 17 22:09:58 CET 2025
236[info] delivering ivy file to /build/repo/cipher-bouncy/target/scala-3.6.3/ivy-0.3.0-M2.xml
237[info] published tsec-cipher-bouncy_3 to /root/.ivy2/local/io.github.jmcardon/tsec-cipher-bouncy_3/0.3.0-M2/poms/tsec-cipher-bouncy_3.pom
238[info] published tsec-cipher-bouncy_3 to /root/.ivy2/local/io.github.jmcardon/tsec-cipher-bouncy_3/0.3.0-M2/jars/tsec-cipher-bouncy_3.jar
239[info] published tsec-cipher-bouncy_3 to /root/.ivy2/local/io.github.jmcardon/tsec-cipher-bouncy_3/0.3.0-M2/srcs/tsec-cipher-bouncy_3-sources.jar
240[info] published tsec-cipher-bouncy_3 to /root/.ivy2/local/io.github.jmcardon/tsec-cipher-bouncy_3/0.3.0-M2/docs/tsec-cipher-bouncy_3-javadoc.jar
241[info] published ivy to /root/.ivy2/local/io.github.jmcardon/tsec-cipher-bouncy_3/0.3.0-M2/ivys/ivy.xml
242Starting build for ProjectRef(file:/build/repo/,tsec-signatures) (tsec-signatures)...
243Compile scalacOptions: List(-source:3.0-migration, -unchecked, -encoding, utf8, -language:higherKinds, -language:implicitConversions, -language:postfixOps, -Wconf:msg=can be rewritten automatically under:s)
244[info] compiling 1 Scala source to /build/repo/signatures/target/scala-3.6.3/test-classes ...
245[info] done compiling
246[info] Wrote /build/repo/signatures/target/scala-3.6.3/tsec-signatures_3-0.3.0-M2.pom
247[info] :: delivering :: io.github.jmcardon#tsec-signatures_3;0.3.0-M2 :: 0.3.0-M2 :: release :: Fri Jan 17 22:10:00 CET 2025
248[info] delivering ivy file to /build/repo/signatures/target/scala-3.6.3/ivy-0.3.0-M2.xml
249[info] published tsec-signatures_3 to /root/.ivy2/local/io.github.jmcardon/tsec-signatures_3/0.3.0-M2/poms/tsec-signatures_3.pom
250[info] published tsec-signatures_3 to /root/.ivy2/local/io.github.jmcardon/tsec-signatures_3/0.3.0-M2/jars/tsec-signatures_3.jar
251[info] published tsec-signatures_3 to /root/.ivy2/local/io.github.jmcardon/tsec-signatures_3/0.3.0-M2/srcs/tsec-signatures_3-sources.jar
252[info] published tsec-signatures_3 to /root/.ivy2/local/io.github.jmcardon/tsec-signatures_3/0.3.0-M2/docs/tsec-signatures_3-javadoc.jar
253[info] published ivy to /root/.ivy2/local/io.github.jmcardon/tsec-signatures_3/0.3.0-M2/ivys/ivy.xml
254Starting build for ProjectRef(file:/build/repo/,tsec-password) (tsec-password)...
255Compile scalacOptions: List(-source:3.0-migration, -unchecked, -encoding, utf8, -language:higherKinds, -language:implicitConversions, -language:postfixOps, -Wconf:msg=can be rewritten automatically under:s)
256[info] compiling 7 Scala sources and 1 Java source to /build/repo/password-hashers/target/scala-3.6.3/classes ...
257[warn] there were 2 deprecation warnings; re-run with -deprecation for details
258[warn] one warning found
259[info] done compiling
260[info] compiling 1 Scala source to /build/repo/password-hashers/target/scala-3.6.3/test-classes ...
261[info] done compiling
262[info] Wrote /build/repo/password-hashers/target/scala-3.6.3/tsec-password_3-0.3.0-M2.pom
263[info] :: delivering :: io.github.jmcardon#tsec-password_3;0.3.0-M2 :: 0.3.0-M2 :: release :: Fri Jan 17 22:10:03 CET 2025
264[info] delivering ivy file to /build/repo/password-hashers/target/scala-3.6.3/ivy-0.3.0-M2.xml
265[info] published tsec-password_3 to /root/.ivy2/local/io.github.jmcardon/tsec-password_3/0.3.0-M2/poms/tsec-password_3.pom
266[info] published tsec-password_3 to /root/.ivy2/local/io.github.jmcardon/tsec-password_3/0.3.0-M2/jars/tsec-password_3.jar
267[info] published tsec-password_3 to /root/.ivy2/local/io.github.jmcardon/tsec-password_3/0.3.0-M2/srcs/tsec-password_3-sources.jar
268[info] published tsec-password_3 to /root/.ivy2/local/io.github.jmcardon/tsec-password_3/0.3.0-M2/docs/tsec-password_3-javadoc.jar
269[info] published ivy to /root/.ivy2/local/io.github.jmcardon/tsec-password_3/0.3.0-M2/ivys/ivy.xml
270Starting build for ProjectRef(file:/build/repo/,tsec-common) (tsec-common)...
271Compile scalacOptions: List(-source:3.0-migration, -unchecked, -encoding, utf8, -language:higherKinds, -language:implicitConversions, -language:postfixOps, -Wconf:msg=can be rewritten automatically under:s)
272[info] Wrote /build/repo/common/target/scala-3.6.3/tsec-common_3-0.3.0-M2.pom
273[info] :: delivering :: io.github.jmcardon#tsec-common_3;0.3.0-M2 :: 0.3.0-M2 :: release :: Fri Jan 17 22:10:04 CET 2025
274[info] delivering ivy file to /build/repo/common/target/scala-3.6.3/ivy-0.3.0-M2.xml
275[info] published tsec-common_3 to /root/.ivy2/local/io.github.jmcardon/tsec-common_3/0.3.0-M2/poms/tsec-common_3.pom
276[info] published tsec-common_3 to /root/.ivy2/local/io.github.jmcardon/tsec-common_3/0.3.0-M2/jars/tsec-common_3.jar
277[info] published tsec-common_3 to /root/.ivy2/local/io.github.jmcardon/tsec-common_3/0.3.0-M2/srcs/tsec-common_3-sources.jar
278[info] published tsec-common_3 to /root/.ivy2/local/io.github.jmcardon/tsec-common_3/0.3.0-M2/docs/tsec-common_3-javadoc.jar
279[info] published ivy to /root/.ivy2/local/io.github.jmcardon/tsec-common_3/0.3.0-M2/ivys/ivy.xml
280Starting build for ProjectRef(file:/build/repo/,tsec-cipher-jca) (tsec-cipher-jca)...
281Compile scalacOptions: List(-source:3.0-migration, -unchecked, -encoding, utf8, -language:higherKinds, -language:implicitConversions, -language:postfixOps, -Wconf:msg=can be rewritten automatically under:s)
282[info] compiling 17 Scala sources to /build/repo/cipher-symmetric/target/scala-3.6.3/classes ...
283[info] done compiling
284[info] compiling 2 Scala sources to /build/repo/cipher-symmetric/target/scala-3.6.3/test-classes ...
285[info] done compiling
286[info] Wrote /build/repo/cipher-symmetric/target/scala-3.6.3/tsec-cipher-jca_3-0.3.0-M2.pom
287[info] :: delivering :: io.github.jmcardon#tsec-cipher-jca_3;0.3.0-M2 :: 0.3.0-M2 :: release :: Fri Jan 17 22:10:07 CET 2025
288[info] delivering ivy file to /build/repo/cipher-symmetric/target/scala-3.6.3/ivy-0.3.0-M2.xml
289[info] published tsec-cipher-jca_3 to /root/.ivy2/local/io.github.jmcardon/tsec-cipher-jca_3/0.3.0-M2/poms/tsec-cipher-jca_3.pom
290[info] published tsec-cipher-jca_3 to /root/.ivy2/local/io.github.jmcardon/tsec-cipher-jca_3/0.3.0-M2/jars/tsec-cipher-jca_3.jar
291[info] published tsec-cipher-jca_3 to /root/.ivy2/local/io.github.jmcardon/tsec-cipher-jca_3/0.3.0-M2/srcs/tsec-cipher-jca_3-sources.jar
292[info] published tsec-cipher-jca_3 to /root/.ivy2/local/io.github.jmcardon/tsec-cipher-jca_3/0.3.0-M2/docs/tsec-cipher-jca_3-javadoc.jar
293[info] published ivy to /root/.ivy2/local/io.github.jmcardon/tsec-cipher-jca_3/0.3.0-M2/ivys/ivy.xml
294Starting build for ProjectRef(file:/build/repo/,tsec-hash-bouncy) (tsec-hash-bouncy)...
295Compile scalacOptions: List(-source:3.0-migration, -unchecked, -encoding, utf8, -language:higherKinds, -language:implicitConversions, -language:postfixOps, -Wconf:msg=can be rewritten automatically under:s)
296[info] compiling 3 Scala sources to /build/repo/hashing-bouncy/target/scala-3.6.3/classes ...
297[info] done compiling
298[info] compiling 1 Scala source to /build/repo/hashing-bouncy/target/scala-3.6.3/test-classes ...
299[info] done compiling
300[info] Wrote /build/repo/hashing-bouncy/target/scala-3.6.3/tsec-hash-bouncy_3-0.3.0-M2.pom
301[info] :: delivering :: io.github.jmcardon#tsec-hash-bouncy_3;0.3.0-M2 :: 0.3.0-M2 :: release :: Fri Jan 17 22:10:10 CET 2025
302[info] delivering ivy file to /build/repo/hashing-bouncy/target/scala-3.6.3/ivy-0.3.0-M2.xml
303[info] published tsec-hash-bouncy_3 to /root/.ivy2/local/io.github.jmcardon/tsec-hash-bouncy_3/0.3.0-M2/poms/tsec-hash-bouncy_3.pom
304[info] published tsec-hash-bouncy_3 to /root/.ivy2/local/io.github.jmcardon/tsec-hash-bouncy_3/0.3.0-M2/jars/tsec-hash-bouncy_3.jar
305[info] published tsec-hash-bouncy_3 to /root/.ivy2/local/io.github.jmcardon/tsec-hash-bouncy_3/0.3.0-M2/srcs/tsec-hash-bouncy_3-sources.jar
306[info] published tsec-hash-bouncy_3 to /root/.ivy2/local/io.github.jmcardon/tsec-hash-bouncy_3/0.3.0-M2/docs/tsec-hash-bouncy_3-javadoc.jar
307[info] published ivy to /root/.ivy2/local/io.github.jmcardon/tsec-hash-bouncy_3/0.3.0-M2/ivys/ivy.xml
308Starting build for ProjectRef(file:/build/repo/,tsec-hash-jca) (tsec-hash-jca)...
309Compile scalacOptions: List(-source:3.0-migration, -unchecked, -encoding, utf8, -language:higherKinds, -language:implicitConversions, -language:postfixOps, -Wconf:msg=can be rewritten automatically under:s)
310[info] compiling 4 Scala sources to /build/repo/message-digests/target/scala-3.6.3/classes ...
311[info] done compiling
312[info] compiling 1 Scala source to /build/repo/message-digests/target/scala-3.6.3/test-classes ...
313[info] done compiling
314[info] Wrote /build/repo/message-digests/target/scala-3.6.3/tsec-hash-jca_3-0.3.0-M2.pom
315[info] :: delivering :: io.github.jmcardon#tsec-hash-jca_3;0.3.0-M2 :: 0.3.0-M2 :: release :: Fri Jan 17 22:10:12 CET 2025
316[info] delivering ivy file to /build/repo/message-digests/target/scala-3.6.3/ivy-0.3.0-M2.xml
317[info] published tsec-hash-jca_3 to /root/.ivy2/local/io.github.jmcardon/tsec-hash-jca_3/0.3.0-M2/poms/tsec-hash-jca_3.pom
318[info] published tsec-hash-jca_3 to /root/.ivy2/local/io.github.jmcardon/tsec-hash-jca_3/0.3.0-M2/jars/tsec-hash-jca_3.jar
319[info] published tsec-hash-jca_3 to /root/.ivy2/local/io.github.jmcardon/tsec-hash-jca_3/0.3.0-M2/srcs/tsec-hash-jca_3-sources.jar
320[info] published tsec-hash-jca_3 to /root/.ivy2/local/io.github.jmcardon/tsec-hash-jca_3/0.3.0-M2/docs/tsec-hash-jca_3-javadoc.jar
321[info] published ivy to /root/.ivy2/local/io.github.jmcardon/tsec-hash-jca_3/0.3.0-M2/ivys/ivy.xml
322Starting build for ProjectRef(file:/build/repo/,tsec-bouncy) (tsec-bouncy)...
323Compile scalacOptions: List(-source:3.0-migration, -unchecked, -encoding, utf8, -language:higherKinds, -language:implicitConversions, -language:postfixOps, -Wconf:msg=can be rewritten automatically under:s)
324[info] Wrote /build/repo/bouncycastle/target/scala-3.6.3/tsec-bouncy_3-0.3.0-M2.pom
325[info] :: delivering :: io.github.jmcardon#tsec-bouncy_3;0.3.0-M2 :: 0.3.0-M2 :: release :: Fri Jan 17 22:10:13 CET 2025
326[info] delivering ivy file to /build/repo/bouncycastle/target/scala-3.6.3/ivy-0.3.0-M2.xml
327[info] published tsec-bouncy_3 to /root/.ivy2/local/io.github.jmcardon/tsec-bouncy_3/0.3.0-M2/poms/tsec-bouncy_3.pom
328[info] published tsec-bouncy_3 to /root/.ivy2/local/io.github.jmcardon/tsec-bouncy_3/0.3.0-M2/jars/tsec-bouncy_3.jar
329[info] published tsec-bouncy_3 to /root/.ivy2/local/io.github.jmcardon/tsec-bouncy_3/0.3.0-M2/srcs/tsec-bouncy_3-sources.jar
330[info] published tsec-bouncy_3 to /root/.ivy2/local/io.github.jmcardon/tsec-bouncy_3/0.3.0-M2/docs/tsec-bouncy_3-javadoc.jar
331[info] published ivy to /root/.ivy2/local/io.github.jmcardon/tsec-bouncy_3/0.3.0-M2/ivys/ivy.xml
332Starting build for ProjectRef(file:/build/repo/,tsec-jwt-sig) (tsec-jwt-sig)...
333Compile scalacOptions: List(-source:3.0-migration, -unchecked, -encoding, utf8, -language:higherKinds, -language:implicitConversions, -language:postfixOps, -Wconf:msg=can be rewritten automatically under:s)
334[info] compiling 4 Scala sources to /build/repo/jwt-sig/target/scala-3.6.3/classes ...
335[info] done compiling
336[info] compiling 1 Scala source to /build/repo/jwt-sig/target/scala-3.6.3/test-classes ...
337[info] done compiling
338[info] Wrote /build/repo/jwt-sig/target/scala-3.6.3/tsec-jwt-sig_3-0.3.0-M2.pom
339[info] :: delivering :: io.github.jmcardon#tsec-jwt-sig_3;0.3.0-M2 :: 0.3.0-M2 :: release :: Fri Jan 17 22:10:17 CET 2025
340[info] delivering ivy file to /build/repo/jwt-sig/target/scala-3.6.3/ivy-0.3.0-M2.xml
341[info] published tsec-jwt-sig_3 to /root/.ivy2/local/io.github.jmcardon/tsec-jwt-sig_3/0.3.0-M2/poms/tsec-jwt-sig_3.pom
342[info] published tsec-jwt-sig_3 to /root/.ivy2/local/io.github.jmcardon/tsec-jwt-sig_3/0.3.0-M2/jars/tsec-jwt-sig_3.jar
343[info] published tsec-jwt-sig_3 to /root/.ivy2/local/io.github.jmcardon/tsec-jwt-sig_3/0.3.0-M2/srcs/tsec-jwt-sig_3-sources.jar
344[info] published tsec-jwt-sig_3 to /root/.ivy2/local/io.github.jmcardon/tsec-jwt-sig_3/0.3.0-M2/docs/tsec-jwt-sig_3-javadoc.jar
345[info] published ivy to /root/.ivy2/local/io.github.jmcardon/tsec-jwt-sig_3/0.3.0-M2/ivys/ivy.xml
346
347************************
348Build summary:
349[{
350 "module": "tsec-cipher-core",
351 "compile": {"status": "ok", "tookMs": 8225, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
352 "doc": {"status": "ok", "tookMs": 99, "files": 0, "totalSizeKb": 0},
353 "test-compile": {"status": "ok", "tookMs": 3697, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
354 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
355 "publish": {"status": "ok", "tookMs": 211},
356 "metadata": {
357 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
358}
359},{
360 "module": "tsec-jwt-core",
361 "compile": {"status": "ok", "tookMs": 4752, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
362 "doc": {"status": "ok", "tookMs": 194, "files": 0, "totalSizeKb": 0},
363 "test-compile": {"status": "ok", "tookMs": 1451, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
364 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
365 "publish": {"status": "ok", "tookMs": 272},
366 "metadata": {
367 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
368}
369},{
370 "module": "tsec-jwt-mac",
371 "compile": {"status": "ok", "tookMs": 2101, "warnings": 1, "errors": 0, "sourceVersion": "3.0-migration"},
372 "doc": {"status": "ok", "tookMs": 209, "files": 0, "totalSizeKb": 0},
373 "test-compile": {"status": "ok", "tookMs": 1941, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
374 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
375 "publish": {"status": "ok", "tookMs": 284},
376 "metadata": {
377 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
378}
379},{
380 "module": "tsec-mac",
381 "compile": {"status": "ok", "tookMs": 79, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
382 "doc": {"status": "ok", "tookMs": 74, "files": 0, "totalSizeKb": 0},
383 "test-compile": {"status": "ok", "tookMs": 1265, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
384 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
385 "publish": {"status": "ok", "tookMs": 145},
386 "metadata": {
387 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
388}
389},{
390 "module": "tsec-cipher-bouncy",
391 "compile": {"status": "ok", "tookMs": 1080, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
392 "doc": {"status": "ok", "tookMs": 93, "files": 0, "totalSizeKb": 0},
393 "test-compile": {"status": "ok", "tookMs": 900, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
394 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
395 "publish": {"status": "ok", "tookMs": 196},
396 "metadata": {
397 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
398}
399},{
400 "module": "tsec-signatures",
401 "compile": {"status": "ok", "tookMs": 107, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
402 "doc": {"status": "ok", "tookMs": 87, "files": 0, "totalSizeKb": 0},
403 "test-compile": {"status": "ok", "tookMs": 1310, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
404 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
405 "publish": {"status": "ok", "tookMs": 220},
406 "metadata": {
407 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
408}
409},{
410 "module": "tsec-password",
411 "compile": {"status": "ok", "tookMs": 821, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
412 "doc": {"status": "ok", "tookMs": 92, "files": 0, "totalSizeKb": 0},
413 "test-compile": {"status": "ok", "tookMs": 1449, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
414 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
415 "publish": {"status": "ok", "tookMs": 112},
416 "metadata": {
417 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
418}
419},{
420 "module": "tsec-common",
421 "compile": {"status": "ok", "tookMs": 48, "warnings": 1, "errors": 0, "sourceVersion": "3.0-migration"},
422 "doc": {"status": "ok", "tookMs": 41, "files": 0, "totalSizeKb": 0},
423 "test-compile": {"status": "ok", "tookMs": 86, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
424 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
425 "publish": {"status": "ok", "tookMs": 124},
426 "metadata": {
427 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
428}
429},{
430 "module": "tsec-cipher-jca",
431 "compile": {"status": "ok", "tookMs": 1278, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
432 "doc": {"status": "ok", "tookMs": 122, "files": 0, "totalSizeKb": 0},
433 "test-compile": {"status": "ok", "tookMs": 1707, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
434 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
435 "publish": {"status": "ok", "tookMs": 203},
436 "metadata": {
437 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
438}
439},{
440 "module": "tsec-hash-bouncy",
441 "compile": {"status": "ok", "tookMs": 481, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
442 "doc": {"status": "ok", "tookMs": 217, "files": 0, "totalSizeKb": 0},
443 "test-compile": {"status": "ok", "tookMs": 1201, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
444 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
445 "publish": {"status": "ok", "tookMs": 213},
446 "metadata": {
447 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
448}
449},{
450 "module": "tsec-hash-jca",
451 "compile": {"status": "ok", "tookMs": 416, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
452 "doc": {"status": "ok", "tookMs": 95, "files": 0, "totalSizeKb": 0},
453 "test-compile": {"status": "ok", "tookMs": 1147, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
454 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
455 "publish": {"status": "ok", "tookMs": 135},
456 "metadata": {
457 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
458}
459},{
460 "module": "tsec-bouncy",
461 "compile": {"status": "ok", "tookMs": 35, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
462 "doc": {"status": "ok", "tookMs": 34, "files": 0, "totalSizeKb": 0},
463 "test-compile": {"status": "ok", "tookMs": 104, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
464 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
465 "publish": {"status": "ok", "tookMs": 76},
466 "metadata": {
467 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
468}
469},{
470 "module": "tsec-jwt-sig",
471 "compile": {"status": "ok", "tookMs": 1471, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
472 "doc": {"status": "ok", "tookMs": 298, "files": 0, "totalSizeKb": 0},
473 "test-compile": {"status": "ok", "tookMs": 1725, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
474 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
475 "publish": {"status": "ok", "tookMs": 348},
476 "metadata": {
477 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
478}
479}]
480************************
481[success] Total time: 55 s, completed Jan 17, 2025, 10:10:18 PM
482Checking patch project/build.properties...
483Checking patch build.sbt...
484Applied patch project/build.properties cleanly.
485Applied patch build.sbt cleanly.