Build Logs
sbt/sbt-git • 12746557689
Errors
0
Warnings
0
Total Lines
183
1##################################
2Clonning https://github.com/sbt/sbt-git.git into repo using revision v2.1.0
3##################################
4Note: switching to '517135862a6a5ede14212d205ffcb6747a4ab627'.
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:
34Try apply source patch:
35Path: build.sbt
36Pattern: val scala3 = "3.3.4"
37Replacement: val scala3 = "3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT"
38Checking https://github.com/coursier/jvm-index/raw/master/index.json
39Checked https://github.com/coursier/jvm-index/raw/master/index.json
40Downloading https://github.com/coursier/jvm-index/raw/master/index.json
41Downloaded https://github.com/coursier/jvm-index/raw/master/index.json
42Starting compilation server
43Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.4.2/scala3-compiler_3-3.4.2.pom
44Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.4.2/scala3-compiler_3-3.4.2.pom
45Downloading https://repo1.maven.org/maven2/org/scala-lang/tasty-core_3/3.4.2/tasty-core_3-3.4.2.pom
46Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-interfaces/3.4.2/scala3-interfaces-3.4.2.pom
47Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.4.2/scala3-library_3-3.4.2.pom
48Downloaded https://repo1.maven.org/maven2/org/scala-lang/tasty-core_3/3.4.2/tasty-core_3-3.4.2.pom
49Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-interfaces/3.4.2/scala3-interfaces-3.4.2.pom
50Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.4.2/scala3-library_3-3.4.2.pom
51Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.4.2/scala3-compiler_3-3.4.2.jar
52Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-interfaces/3.4.2/scala3-interfaces-3.4.2.jar
53Downloading https://repo1.maven.org/maven2/org/scala-lang/tasty-core_3/3.4.2/tasty-core_3-3.4.2.jar
54Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.4.2/scala3-library_3-3.4.2.jar
55Downloaded https://repo1.maven.org/maven2/org/scala-lang/tasty-core_3/3.4.2/tasty-core_3-3.4.2.jar
56Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-interfaces/3.4.2/scala3-interfaces-3.4.2.jar
57Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.4.2/scala3-library_3-3.4.2.jar
58Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.4.2/scala3-compiler_3-3.4.2.jar
59Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-sbt-bridge/3.4.2/scala3-sbt-bridge-3.4.2.pom
60Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-sbt-bridge/3.4.2/scala3-sbt-bridge-3.4.2.pom
61Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-sbt-bridge/3.4.2/scala3-sbt-bridge-3.4.2.jar
62Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-sbt-bridge/3.4.2/scala3-sbt-bridge-3.4.2.jar
63Compiling project (Scala 3.4.2, JVM (8))
64Compiled project (Scala 3.4.2, JVM (8))
65Successfully applied pattern 'val scala3 = "3.3.4"' in repo/build.sbt
66No prepare script found for project sbt/sbt-git
67##################################
68Scala version: 3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT
69Targets:
70Project projectConfig: { "projects": { "exclude": [], "overrides": {} }, "java": { "version": "8" }, "sbt": { "commands": [], "options": [] }, "mill": { "options": [] }, "tests": "compile-only", "migrationVersions": [], "sourcePatches": [ { "path": "build.sbt", "pattern": "val scala3 = \"3.3.4\"", "replaceWith": "val scala3 = \"<SCALA_VERSION>\"" } ] }
71##################################
72Using extra scalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
73Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
74[sbt_options] declare -a sbt_options=()
75[process_args] java_version = '8'
76# Executing command line:
77java
78-Dfile.encoding=UTF-8
79-Dcommunitybuild.scala=3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT
80-Dcommunitybuild.project.dependencies.add=
81-Xmx7G
82-Xms4G
83-Xss8M
84-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
85-jar
86/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
87"setCrossScalaVersions 3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT"
88"++3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT -v"
89"mapScalacOptions ",-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,""
90"set every credentials := Nil"
91
92moduleMappings
93"runBuild 3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT """{
94 "projects": {
95 "exclude": [],
96 "overrides": {}
97 },
98 "java": {
99 "version": "8"
100 },
101 "sbt": {
102 "commands": [],
103 "options": []
104 },
105 "mill": {
106 "options": []
107 },
108 "tests": "compile-only",
109 "migrationVersions": [],
110 "sourcePatches": [
111 {
112 "path": "build.sbt",
113 "pattern": "val scala3 = \"3.3.4\"",
114 "replaceWith": "val scala3 = \"<SCALA_VERSION>\""
115 }
116 ]
117}""" "
118
119[info] [launcher] getting org.scala-sbt sbt 1.10.2 (this may take some time)...
120[info] [launcher] getting Scala 2.12.19 (for sbt)...
121[info] welcome to sbt 1.10.2 (Temurin Java 1.8.0_352)
122[info] loading settings for project repo-build from plugins.sbt ...
123[info] loading project definition from /build/repo/project
124[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
125[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.19. Compiling...
126[info] Compilation completed in 8.283s.
127[info] done compiling
128[info] loading settings for project repo from build.sbt ...
129[info] set current project to sbt-git (in build file:/build/repo/)
130Execute setCrossScalaVersions: 3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT
131OpenCB::Changing crossVersion 3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT -> 3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT in repo/crossScalaVersions
132[info] set current project to sbt-git (in build file:/build/repo/)
133[info] Setting Scala version to 3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT on 1 projects.
134[info] Switching Scala version on:
135[info] * repo (2.12.20, 3.6.4-RC1-20250113-a5a9fc8-SNAPSHOT, 2.12.19)
136[info] Excluding projects:
137[info] Reapplying settings...
138[info] set current project to sbt-git (in build file:/build/repo/)
139Execute mapScalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
140[info] Reapplying settings...
141[info] set current project to sbt-git (in build file:/build/repo/)
142[info] Defining Global / credentials, credentials
143[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 4 others.
144[info] Run `last` for details.
145[info] Reapplying settings...
146[info] set current project to sbt-git (in build file:/build/repo/)
147[success] Total time: 0 s, completed Jan 13, 2025 2:26:26 PM
148Build config: {
149 "projects": {
150 "exclude": [],
151 "overrides": {}
152 },
153 "java": {
154 "version": "8"
155 },
156 "sbt": {
157 "commands": [],
158 "options": []
159 },
160 "mill": {
161 "options": []
162 },
163 "tests": "compile-only",
164 "migrationVersions": [],
165 "sourcePatches": [
166 {
167 "path": "build.sbt",
168 "pattern": "val scala3 = \"3.3.4\"",
169 "replaceWith": "val scala3 = \"<SCALA_VERSION>\""
170 }
171 ]
172}
173Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
174Starting build...
175Projects: Set()
176
177************************
178Build summary:
179[]
180************************
181[success] Total time: 0 s, completed Jan 13, 2025 2:26:27 PM
182Checking patch build.sbt...
183Applied patch build.sbt cleanly.