Build Logs

xuwei-k/sbt-class-diagram • 12746557689

Errors

0

Warnings

0

Total Lines

109

1##################################
2Clonning https://github.com/xuwei-k/sbt-class-diagram.git into repo using revision v0.3.0
3##################################
4Note: switching to '35e0fb7e2c1d18e8aa7528c66c08e88e2d60550f'.
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.4-RC1-20250113-a5a9fc8-SNAPSHOT
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.4-RC1-20250113-a5a9fc8-SNAPSHOT
32Execute tests: false
33sbt project found:
34No prepare script found for project xuwei-k/sbt-class-diagram
35##################################
36Scala version: 3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT
37Targets:
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.4-RC1-20250113-a5a9fc8-SNAPSHOT
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.4-RC1-20250113-a5a9fc8-SNAPSHOT"
58"++3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT -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.4-RC1-20250113-a5a9fc8-SNAPSHOT """{
64 "tests": "compile-only"
65}""" "
66
67[info] [launcher] getting org.scala-sbt sbt 1.10.2 (this may take some time)...
68[info] [launcher] getting Scala 2.12.19 (for sbt)...
69[info] welcome to sbt 1.10.2 (Eclipse Adoptium Java 11.0.20)
70[info] loading settings for project repo-build from plugins.sbt ...
71[info] loading project definition from /build/repo/project
72[info] compiling 2 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.19. Compiling...
74[info] Compilation completed in 8.014s.
75[info] done compiling
76[info] loading settings for project repo from build.sbt,info.sbt,publish.sbt,scripted.sbt,version.sbt ...
77[info] set current project to sbt-class-diagram (in build file:/build/repo/)
78Execute setCrossScalaVersions: 3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT
79OpenCB::Changing crossVersion 3.3.4 -> 3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT in repo/crossScalaVersions
80[info] set current project to sbt-class-diagram (in build file:/build/repo/)
81[info] Setting Scala version to 3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT on 1 projects.
82[info] Switching Scala version on:
83[info] * repo (2.12.19, 3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT)
84[info] Excluding projects:
85[info] Reapplying settings...
86[info] set current project to sbt-class-diagram (in build file:/build/repo/)
87Execute mapScalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
88[info] Reapplying settings...
89[info] set current project to sbt-class-diagram (in build file:/build/repo/)
90[info] Defining Global / credentials, credentials
91[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 7 others.
92[info] Run `last` for details.
93[info] Reapplying settings...
94[info] set current project to sbt-class-diagram (in build file:/build/repo/)
95[success] Total time: 0 s, completed Jan 13, 2025, 2:41:36 PM
96Build config: {
97 "tests": "compile-only"
98}
99Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
100Starting build...
101Projects: Set()
102
103************************
104Build summary:
105[]
106************************
107[success] Total time: 0 s, completed Jan 13, 2025, 2:41:36 PM
108Checking patch build.sbt...
109Applied patch build.sbt cleanly.