Build Logs
arturopala/make-it-g8 • 12446961640
Errors
0
Warnings
6
Total Lines
153
1##################################
2Clonning https://github.com/arturopala/make-it-g8.git into repo using revision v1.26.0
3##################################
4Note: switching to 'df8caca2d6d6938938bee350c210c34dc97b3cd5'.
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.2
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.2
32Execute tests: false
33sbt project found:
34No prepare script found for project arturopala/make-it-g8
35##################################
36Scala version: 3.6.2
37Targets: com.github.arturopala%make-it-g8
38Project projectConfig: { "tests": "compile-only" }
39##################################
40Using extra scalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
41Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
42[sbt_options] declare -a sbt_options=()
43[process_args] java_version = '11'
44[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_11_0_20/rt.jar'
45# Executing command line:
46java
47-Dfile.encoding=UTF-8
48-Dcommunitybuild.scala=3.6.2
49-Dcommunitybuild.project.dependencies.add=
50-Xmx7G
51-Xms4G
52-Xss8M
53-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
54-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_11_0_20
55-jar
56/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
57"setCrossScalaVersions 3.6.2"
58"++3.6.2 -v"
59"mapScalacOptions ",-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,""
60"set every credentials := Nil"
61
62moduleMappings
63"runBuild 3.6.2 """{
64 "tests": "compile-only"
65}""" com.github.arturopala%make-it-g8"
66
67[info] [launcher] getting org.scala-sbt sbt 1.9.9 (this may take some time)...
68[info] welcome to sbt 1.9.9 (Eclipse Adoptium Java 11.0.20)
69[info] loading settings for project repo-build from plugins.sbt ...
70[info] loading project definition from /build/repo/project
71[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
72[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.18. Compiling...
73[info] Compilation completed in 7.819s.
74[info] done compiling
75/build/repo/build.sbt:30: 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
76 excludeFilter in (Compile, unmanagedResources) := NothingFilter,
77 ^
78/build/repo/build.sbt:31: 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
79 scalafmtOnCompile in Compile := true,
80 ^
81/build/repo/build.sbt:32: 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
82 scalafmtOnCompile in Test := true,
83 ^
84/build/repo/build.sbt:33: 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
85 mainClass in (Compile, run) := Some("com.github.arturopala.makeitg8.MakeItG8"),
86 ^
87[info] loading settings for project root from build.sbt ...
88[info] set current project to make-it-g8 (in build file:/build/repo/)
89Execute setCrossScalaVersions: 3.6.2
90OpenCB::Changing crossVersion 3.3.3 -> 3.6.2 in root/crossScalaVersions
91[info] set current project to make-it-g8 (in build file:/build/repo/)
92[info] Setting Scala version to 3.6.2 on 1 projects.
93[info] Switching Scala version on:
94[info] * root (3.6.2)
95[info] Excluding projects:
96[info] Reapplying settings...
97[info] set current project to make-it-g8 (in build file:/build/repo/)
98Execute mapScalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
99[info] Reapplying settings...
100[info] set current project to make-it-g8 (in build file:/build/repo/)
101[info] Defining Global / credentials, credentials
102[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 7 others.
103[info] Run `last` for details.
104[info] Reapplying settings...
105[info] set current project to make-it-g8 (in build file:/build/repo/)
106[success] Total time: 0 s, completed Dec 21, 2024, 6:31:10 PM
107Build config: {
108 "tests": "compile-only"
109}
110Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
111Starting build...
112Projects: Set(root)
113Starting build for ProjectRef(file:/build/repo/,root) (make-it-g8)...
114OpenCB::Exclude Scala3 specific scalacOption `-source:3.6-migration` in Scala 2.12.18 module Global
115Compile scalacOptions: List(-source:3.6-migration, -Wconf:msg=can be rewritten automatically under:s)
116OpenCB::Would not apply setting `-source:3.6-migration`: Project has predefined source version: Some(-source:3.6-migration)
117[info] scalafmt: Formatting 4 Scala sources (/build/repo)...
118[info] scalafmt: Formatting 10 Scala sources (/build/repo)...
119[info] compiling 10 Scala sources to /build/repo/target/scala-3.6.2/classes ...
120[warn] there were 20 deprecation warnings; re-run with -deprecation for details
121[warn] one warning found
122[info] done compiling
123[info] Main Scala API documentation to /build/repo/target/scala-3.6.2/api...
124[info] Skipping unused scalacOptions: -Wconf, -source
125[info] Main Scala API documentation successful.
126[info] compiling 4 Scala sources to /build/repo/target/scala-3.6.2/test-classes ...
127[info] done compiling
128[info] Wrote /build/repo/target/scala-3.6.2/make-it-g8_3-1.26.0+0-df8caca2+20241221-1831-SNAPSHOT.pom
129[info] Main Scala API documentation to /build/repo/target/scala-3.6.2/api...
130[info] Skipping unused scalacOptions: -Wconf, -source
131[info] Main Scala API documentation successful.
132[info] :: delivering :: com.github.arturopala#make-it-g8_3;1.26.0+0-df8caca2+20241221-1831-SNAPSHOT :: 1.26.0+0-df8caca2+20241221-1831-SNAPSHOT :: integration :: Sat Dec 21 18:31:39 CET 2024
133[info] delivering ivy file to /build/repo/target/scala-3.6.2/ivy-1.26.0+0-df8caca2+20241221-1831-SNAPSHOT.xml
134[info] published make-it-g8_3 to /root/.ivy2/local/com.github.arturopala/make-it-g8_3/1.26.0+0-df8caca2+20241221-1831-SNAPSHOT/poms/make-it-g8_3.pom
135[info] published make-it-g8_3 to /root/.ivy2/local/com.github.arturopala/make-it-g8_3/1.26.0+0-df8caca2+20241221-1831-SNAPSHOT/jars/make-it-g8_3.jar
136[info] published make-it-g8_3 to /root/.ivy2/local/com.github.arturopala/make-it-g8_3/1.26.0+0-df8caca2+20241221-1831-SNAPSHOT/srcs/make-it-g8_3-sources.jar
137[info] published make-it-g8_3 to /root/.ivy2/local/com.github.arturopala/make-it-g8_3/1.26.0+0-df8caca2+20241221-1831-SNAPSHOT/docs/make-it-g8_3-javadoc.jar
138[info] published ivy to /root/.ivy2/local/com.github.arturopala/make-it-g8_3/1.26.0+0-df8caca2+20241221-1831-SNAPSHOT/ivys/ivy.xml
139
140************************
141Build summary:
142[{
143 "module": "make-it-g8",
144 "compile": {"status": "ok", "tookMs": 13475, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
145 "doc": {"status": "ok", "tookMs": 3294, "files": 369, "totalSizeKb": 7487},
146 "test-compile": {"status": "ok", "tookMs": 6096, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
147 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
148 "publish": {"status": "ok", "tookMs": 2127}
149}]
150************************
151[success] Total time: 29 s, completed Dec 21, 2024, 6:31:39 PM
152Checking patch build.sbt...
153Applied patch build.sbt cleanly.