Build Logs
kijuky/git-for-scala • 3.8.0:2026-01-13
Errors
31
Warnings
4
Total Lines
484
1##################################
2Clonning https://github.com/kijuky/git-for-scala.git into /build/repo using revision v1.0.2
3##################################
4Note: switching to 'aab589fdde39eef6086c3a855613af1d0b8f105b'.
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.8.0
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.0
32Execute tests: true
33sbt project found:
34Sbt version 1.10.2 is not supported, minimal supported version is 1.11.5
35Enforcing usage of sbt in version 1.11.5
36No prepare script found for project kijuky/git-for-scala
37##################################
38Scala version: 3.8.0
39Targets: io.github.kijuky%git-for-scala
40Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
41##################################
42Using extra scalacOptions: ,REQUIRE:-source:3.8
43Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
44[sbt_options] declare -a sbt_options=()
45[process_args] java_version = '21'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
47# Executing command line:
48java
49-Dfile.encoding=UTF-8
50-Dcommunitybuild.scala=3.8.0
51-Dcommunitybuild.project.dependencies.add=
52-Xmx7G
53-Xms4G
54-Xss8M
55-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
56-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21
57-jar
58/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
59"setCrossScalaVersions 3.8.0"
60"++3.8.0 -v"
61"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
62"set every credentials := Nil"
63"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
64"removeScalacOptionsStartingWith -P:wartremover"
65
66moduleMappings
67"runBuild 3.8.0 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}""" io.github.kijuky%git-for-scala"
68
69[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 21)
70[info] loading settings for project repo-build from akka.sbt, 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.20. Compiling...
74[info] Compilation completed in 8.874s.
75[info] done compiling
76[info] loading settings for project root from build.sbt...
77[info] set current project to git-for-scala (in build file:/build/repo/)
78Execute setCrossScalaVersions: 3.8.0
79OpenCB::Changing crossVersion 3.3.4 -> 3.8.0 in root/crossScalaVersions
80[info] set current project to git-for-scala (in build file:/build/repo/)
81[info] Setting Scala version to 3.8.0 on 1 projects.
82[info] Switching Scala version on:
83[info] * root (2.12.20, 3.8.0)
84[info] Excluding projects:
85[info] Reapplying settings...
86[info] set current project to git-for-scala (in build file:/build/repo/)
87Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
88[info] Reapplying settings...
89[info] set current project to git-for-scala (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 git-for-scala (in build file:/build/repo/)
95Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
96[info] Reapplying settings...
97OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
98
99 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
100 Did you mean allExcludeDependencies ?
101 , retry without global scopes
102[info] Reapplying settings...
103[info] set current project to git-for-scala (in build file:/build/repo/)
104Execute removeScalacOptionsStartingWith: -P:wartremover
105[info] Reapplying settings...
106[info] set current project to git-for-scala (in build file:/build/repo/)
107[success] Total time: 0 s, completed Jan 13, 2026, 4:55:41 PM
108Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
109Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
110Starting build...
111Projects: Set(root)
112Starting build for ProjectRef(file:/build/repo/,root) (git-for-scala)... [0/1]
113OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
114Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
115[info] compiling 1 Scala source to /build/repo/target/scala-3.8.0/classes ...
116[warn] there was 1 deprecation warning; re-run with -deprecation for details
117[warn] one warning found
118[info] done compiling
119[info] compiling 6 Scala sources to /build/repo/target/scala-3.8.0/test-classes ...
120[warn] there was 1 deprecation warning; re-run with -deprecation for details
121[warn] one warning found
122[info] done compiling
123error: could not lock config file .git/config: File exists
124error: could not lock config file .git/config: File exists
125error: could not lock config file .git/config: File exists
126hint: Using 'master' as the name for the initial branch. This default branch name
127hint: is subject to change. To configure the initial branch name to use in all
128hint: of your new repositories, which will suppress this warning, call:
129hint:
130hint: git config --global init.defaultBranch <name>
131hint:
132hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
133hint: 'development'. The just-created branch can be renamed via this command:
134hint:
135hint: git branch -m <name>
136hint: Using 'master' as the name for the initial branch. This default branch name
137hint: is subject to change. To configure the initial branch name to use in all
138hint: of your new repositories, which will suppress this warning, call:
139hint:
140hint: git config --global init.defaultBranch <name>
141hint:
142hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
143hint: 'development'. The just-created branch can be renamed via this command:
144hint:
145hint: git branch -m <name>
146hint: Using 'master' as the name for the initial branch. This default branch name
147hint: is subject to change. To configure the initial branch name to use in all
148hint: of your new repositories, which will suppress this warning, call:
149hint:
150hint: git config --global init.defaultBranch <name>
151hint:
152hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
153hint: 'development'. The just-created branch can be renamed via this command:
154hint:
155hint: git branch -m <name>
156hint: Using 'master' as the name for the initial branch. This default branch name
157hint: is subject to change. To configure the initial branch name to use in all
158hint: of your new repositories, which will suppress this warning, call:
159hint:
160hint: git config --global init.defaultBranch <name>
161hint:
162hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
163hint: 'development'. The just-created branch can be renamed via this command:
164hint:
165hint: git branch -m <name>
166error: could not lock config file .git/config: File exists
167hint: Using 'master' as the name for the initial branch. This default branch name
168hint: is subject to change. To configure the initial branch name to use in all
169hint: of your new repositories, which will suppress this warning, call:
170hint:
171hint: git config --global init.defaultBranch <name>
172hint:
173hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
174hint: 'development'. The just-created branch can be renamed via this command:
175hint:
176hint: git branch -m <name>
177hint: Using 'master' as the name for the initial branch. This default branch name
178hint: is subject to change. To configure the initial branch name to use in all
179hint: of your new repositories, which will suppress this warning, call:
180hint:
181hint: git config --global init.defaultBranch <name>
182hint:
183hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
184hint: 'development'. The just-created branch can be renamed via this command:
185hint:
186hint: git branch -m <name>
187hint: Using 'master' as the name for the initial branch. This default branch name
188hint: is subject to change. To configure the initial branch name to use in all
189hint: of your new repositories, which will suppress this warning, call:
190hint:
191hint: git config --global init.defaultBranch <name>
192hint:
193hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
194hint: 'development'. The just-created branch can be renamed via this command:
195hint:
196hint: git branch -m <name>
197hint: Using 'master' as the name for the initial branch. This default branch name
198hint: is subject to change. To configure the initial branch name to use in all
199hint: of your new repositories, which will suppress this warning, call:
200hint:
201hint: git config --global init.defaultBranch <name>
202hint:
203hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
204hint: 'development'. The just-created branch can be renamed via this command:
205hint:
206hint: git branch -m <name>
207hint: Using 'master' as the name for the initial branch. This default branch name
208hint: is subject to change. To configure the initial branch name to use in all
209hint: of your new repositories, which will suppress this warning, call:
210hint:
211hint: git config --global init.defaultBranch <name>
212hint:
213hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
214hint: 'development'. The just-created branch can be renamed via this command:
215hint:
216hint: git branch -m <name>
217hint: Using 'master' as the name for the initial branch. This default branch name
218hint: is subject to change. To configure the initial branch name to use in all
219hint: of your new repositories, which will suppress this warning, call:
220hint:
221hint: git config --global init.defaultBranch <name>
222hint:
223hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
224hint: 'development'. The just-created branch can be renamed via this command:
225hint:
226hint: git branch -m <name>
227hint: Using 'master' as the name for the initial branch. This default branch name
228hint: is subject to change. To configure the initial branch name to use in all
229hint: of your new repositories, which will suppress this warning, call:
230hint:
231hint: git config --global init.defaultBranch <name>
232hint:
233hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
234hint: 'development'. The just-created branch can be renamed via this command:
235hint:
236hint: git branch -m <name>
237Switched to branch 'feature'
238Rebasing (1/1)
239
240
241Successfully rebased and updated refs/heads/master.
242hint: Using 'master' as the name for the initial branch. This default branch name
243hint: is subject to change. To configure the initial branch name to use in all
244hint: of your new repositories, which will suppress this warning, call:
245hint:
246hint: git config --global init.defaultBranch <name>
247hint:
248hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
249hint: 'development'. The just-created branch can be renamed via this command:
250hint:
251hint: git branch -m <name>
252hint: Using 'master' as the name for the initial branch. This default branch name
253hint: is subject to change. To configure the initial branch name to use in all
254hint: of your new repositories, which will suppress this warning, call:
255hint:
256hint: git config --global init.defaultBranch <name>
257hint:
258hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
259hint: 'development'. The just-created branch can be renamed via this command:
260hint:
261hint: git branch -m <name>
262Rebasing (1/1)
263
264
265Successfully rebased and updated refs/heads/master.
266hint: Using 'master' as the name for the initial branch. This default branch name
267hint: is subject to change. To configure the initial branch name to use in all
268hint: of your new repositories, which will suppress this warning, call:
269hint:
270hint: git config --global init.defaultBranch <name>
271hint:
272hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
273hint: 'development'. The just-created branch can be renamed via this command:
274hint:
275hint: git branch -m <name>
276hint: Using 'master' as the name for the initial branch. This default branch name
277hint: is subject to change. To configure the initial branch name to use in all
278hint: of your new repositories, which will suppress this warning, call:
279hint:
280hint: git config --global init.defaultBranch <name>
281hint:
282hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
283hint: 'development'. The just-created branch can be renamed via this command:
284hint:
285hint: git branch -m <name>
286Switched to branch 'feature'
287[info] ImplicitsRichRevCommitSpec:
288[info] #author
289[info] - should be able to get authorUserName *** FAILED ***
290[info] java.util.NoSuchElementException: head of empty list
291[info] at scala.collection.immutable.Nil$.head(List.scala:660)
292[info] at scala.collection.immutable.Nil$.head(List.scala:660)
293[info] at io.github.kijuky.git.ImplicitsRichRevCommitSpec.testFun$proxy1$1$$anonfun$1(ImplicitsRichRevCommitSpec.scala:19)
294[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo$$anonfun$2(GitRepoFixture.scala:31)
295[info] at scala.util.control.Exception$Catch.apply(Exception.scala:228)
296[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo(GitRepoFixture.scala:32)
297[info] at io.github.kijuky.git.ImplicitsRichRevCommitSpec.testFun$proxy1$1(ImplicitsRichRevCommitSpec.scala:18)
298[info] at io.github.kijuky.git.ImplicitsRichRevCommitSpec.fun$proxy1$1$$anonfun$1(ImplicitsRichRevCommitSpec.scala:9)
299[info] at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
300[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
301[info] ...
302[info] - should be able to get authorEmailAddress *** FAILED ***
303[info] java.util.NoSuchElementException: head of empty list
304[info] at scala.collection.immutable.Nil$.head(List.scala:660)
305[info] at scala.collection.immutable.Nil$.head(List.scala:660)
306[info] at io.github.kijuky.git.ImplicitsRichRevCommitSpec.testFun$proxy2$1$$anonfun$1(ImplicitsRichRevCommitSpec.scala:41)
307[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo$$anonfun$2(GitRepoFixture.scala:31)
308[info] at scala.util.control.Exception$Catch.apply(Exception.scala:228)
309[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo(GitRepoFixture.scala:32)
310[info] at io.github.kijuky.git.ImplicitsRichRevCommitSpec.testFun$proxy2$1(ImplicitsRichRevCommitSpec.scala:40)
311[info] at io.github.kijuky.git.ImplicitsRichRevCommitSpec.fun$proxy1$1$$anonfun$2(ImplicitsRichRevCommitSpec.scala:31)
312[info] at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
313[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
314[info] ...
315[info] #commitTime
316[info] - should be able to get commitTime *** FAILED ***
317[info] java.util.NoSuchElementException: head of empty list
318[info] at scala.collection.immutable.Nil$.head(List.scala:660)
319[info] at scala.collection.immutable.Nil$.head(List.scala:660)
320[info] at io.github.kijuky.git.ImplicitsRichRevCommitSpec.testFun$proxy3$1$$anonfun$1(ImplicitsRichRevCommitSpec.scala:68)
321[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo$$anonfun$2(GitRepoFixture.scala:31)
322[info] at scala.util.control.Exception$Catch.apply(Exception.scala:228)
323[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo(GitRepoFixture.scala:32)
324[info] at io.github.kijuky.git.ImplicitsRichRevCommitSpec.testFun$proxy3$1(ImplicitsRichRevCommitSpec.scala:67)
325[info] at io.github.kijuky.git.ImplicitsRichRevCommitSpec.fun$proxy2$1$$anonfun$1(ImplicitsRichRevCommitSpec.scala:54)
326[info] at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
327[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
328[info] ...
329[info] - should be able to get commitTimeInstant *** FAILED ***
330[info] java.util.NoSuchElementException: head of empty list
331[info] at scala.collection.immutable.Nil$.head(List.scala:660)
332[info] at scala.collection.immutable.Nil$.head(List.scala:660)
333[info] at io.github.kijuky.git.ImplicitsRichRevCommitSpec.testFun$proxy4$1$$anonfun$1(ImplicitsRichRevCommitSpec.scala:92)
334[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo$$anonfun$2(GitRepoFixture.scala:31)
335[info] at scala.util.control.Exception$Catch.apply(Exception.scala:228)
336[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo(GitRepoFixture.scala:32)
337[info] at io.github.kijuky.git.ImplicitsRichRevCommitSpec.testFun$proxy4$1(ImplicitsRichRevCommitSpec.scala:91)
338[info] at io.github.kijuky.git.ImplicitsRichRevCommitSpec.fun$proxy2$1$$anonfun$2(ImplicitsRichRevCommitSpec.scala:79)
339[info] at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
340[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
341[info] ...
342[info] #commitMessage
343[info] - should be able to get commitMessage *** FAILED ***
344[info] java.util.NoSuchElementException: head of empty list
345[info] at scala.collection.immutable.Nil$.head(List.scala:660)
346[info] at scala.collection.immutable.Nil$.head(List.scala:660)
347[info] at io.github.kijuky.git.ImplicitsRichRevCommitSpec.testFun$proxy5$1$$anonfun$1(ImplicitsRichRevCommitSpec.scala:114)
348[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo$$anonfun$2(GitRepoFixture.scala:31)
349[info] at scala.util.control.Exception$Catch.apply(Exception.scala:228)
350[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo(GitRepoFixture.scala:32)
351[info] at io.github.kijuky.git.ImplicitsRichRevCommitSpec.testFun$proxy5$1(ImplicitsRichRevCommitSpec.scala:113)
352[info] at io.github.kijuky.git.ImplicitsRichRevCommitSpec.fun$proxy3$1$$anonfun$1(ImplicitsRichRevCommitSpec.scala:105)
353[info] at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
354[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
355[info] ...
356[info] ImplicitsRichDiffEntrySpec:
357[info] #oldPath
358[info] - should be able to get oldPath
359[info] #newPath
360[info] - should be able to get newPath
361[info] ImplicitsRichRefSpec:
362[info] #name
363[info] - should be able to get name *** FAILED ***
364[info] java.util.NoSuchElementException: head of empty list
365[info] at scala.collection.immutable.Nil$.head(List.scala:660)
366[info] at scala.collection.immutable.Nil$.head(List.scala:660)
367[info] at io.github.kijuky.git.ImplicitsRichRefSpec.testFun$proxy1$1$$anonfun$1(ImplicitsRichRefSpec.scala:18)
368[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo$$anonfun$2(GitRepoFixture.scala:31)
369[info] at scala.util.control.Exception$Catch.apply(Exception.scala:228)
370[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo(GitRepoFixture.scala:32)
371[info] at io.github.kijuky.git.ImplicitsRichRefSpec.testFun$proxy1$1(ImplicitsRichRefSpec.scala:17)
372[info] at io.github.kijuky.git.ImplicitsRichRefSpec.fun$proxy1$1$$anonfun$1(ImplicitsRichRefSpec.scala:9)
373[info] at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
374[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
375[info] ...
376[info] #objectId
377[info] - should be able to get objectId *** FAILED ***
378[info] java.util.NoSuchElementException: head of empty list
379[info] at scala.collection.immutable.Nil$.head(List.scala:660)
380[info] at scala.collection.immutable.Nil$.head(List.scala:660)
381[info] at io.github.kijuky.git.ImplicitsRichRefSpec.testFun$proxy2$1$$anonfun$1(ImplicitsRichRefSpec.scala:39)
382[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo$$anonfun$2(GitRepoFixture.scala:31)
383[info] at scala.util.control.Exception$Catch.apply(Exception.scala:228)
384[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo(GitRepoFixture.scala:32)
385[info] at io.github.kijuky.git.ImplicitsRichRefSpec.testFun$proxy2$1(ImplicitsRichRefSpec.scala:38)
386[info] at io.github.kijuky.git.ImplicitsRichRefSpec.fun$proxy2$1$$anonfun$1(ImplicitsRichRefSpec.scala:30)
387[info] at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
388[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
389[info] ...
390[info] ImplicitsRichRepositorySpec:
391[info] #revCommit
392[info] - should be able to get revCommit *** FAILED ***
393[info] java.util.NoSuchElementException: head of empty list
394[info] at scala.collection.immutable.Nil$.head(List.scala:660)
395[info] at scala.collection.immutable.Nil$.head(List.scala:660)
396[info] at io.github.kijuky.git.ImplicitsRichRepositorySpec.testFun$proxy1$1$$anonfun$1(ImplicitsRichRepositorySpec.scala:18)
397[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo$$anonfun$2(GitRepoFixture.scala:31)
398[info] at scala.util.control.Exception$Catch.apply(Exception.scala:228)
399[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo(GitRepoFixture.scala:32)
400[info] at io.github.kijuky.git.ImplicitsRichRepositorySpec.testFun$proxy1$1(ImplicitsRichRepositorySpec.scala:17)
401[info] at io.github.kijuky.git.ImplicitsRichRepositorySpec.fun$proxy1$1$$anonfun$1(ImplicitsRichRepositorySpec.scala:9)
402[info] at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
403[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
404[info] ...
405[info] ImplicitsRichGitSpec:
406[info] #branch
407[info] - should be able to get branches *** FAILED ***
408[info] List("refs/heads/master") did not equal List("refs/heads/main") (ImplicitsRichGitSpec.scala:23)
409[info] Analysis:
410[info] List(0: "refs/heads/master" -> "refs/heads/main")
411[info] #tags
412[info] - should be able to get tags
413[info] #commits
414[info] - should be able to get commits *** FAILED ***
415[info] java.lang.IllegalArgumentException: Ref not found: main
416[info] at io.github.kijuky.git.Implicits$RichGit.commits(Implicits.scala:48)
417[info] at io.github.kijuky.git.ImplicitsRichGitSpec.testFun$proxy3$1$$anonfun$1(ImplicitsRichGitSpec.scala:65)
418[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo$$anonfun$2(GitRepoFixture.scala:31)
419[info] at scala.util.control.Exception$Catch.apply(Exception.scala:228)
420[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo(GitRepoFixture.scala:32)
421[info] at io.github.kijuky.git.ImplicitsRichGitSpec.testFun$proxy3$1(ImplicitsRichGitSpec.scala:63)
422[info] at io.github.kijuky.git.ImplicitsRichGitSpec.fun$proxy3$1$$anonfun$1(ImplicitsRichGitSpec.scala:50)
423[info] at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
424[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
425[info] at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:31)
426[info] ...
427[info] Cause: org.eclipse.jgit.errors.InvalidObjectIdException: Invalid id: main
428[info] at org.eclipse.jgit.lib.ObjectId.fromString(ObjectId.java:220)
429[info] at io.github.kijuky.git.Implicits$.io$github$kijuky$git$Implicits$RichGit$$_$getObjectId$$anonfun$2(Implicits.scala:80)
430[info] at scala.util.Try$.apply(Try.scala:218)
431[info] at io.github.kijuky.git.Implicits$RichGit.getObjectId(Implicits.scala:80)
432[info] at io.github.kijuky.git.Implicits$RichGit.commits(Implicits.scala:46)
433[info] at io.github.kijuky.git.ImplicitsRichGitSpec.testFun$proxy3$1$$anonfun$1(ImplicitsRichGitSpec.scala:65)
434[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo$$anonfun$2(GitRepoFixture.scala:31)
435[info] at scala.util.control.Exception$Catch.apply(Exception.scala:228)
436[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo(GitRepoFixture.scala:32)
437[info] at io.github.kijuky.git.ImplicitsRichGitSpec.testFun$proxy3$1(ImplicitsRichGitSpec.scala:63)
438[info] ...
439[info] #diffs
440[info] - should be able to get unstaged diffs
441[info] - should be able t get diffs *** FAILED ***
442[info] java.lang.IllegalArgumentException: Ref not found: main
443[info] at io.github.kijuky.git.Implicits$RichGit.diffs(Implicits.scala:64)
444[info] at io.github.kijuky.git.ImplicitsRichGitSpec.testFun$proxy5$1$$anonfun$1(ImplicitsRichGitSpec.scala:108)
445[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo$$anonfun$2(GitRepoFixture.scala:31)
446[info] at scala.util.control.Exception$Catch.apply(Exception.scala:228)
447[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo(GitRepoFixture.scala:32)
448[info] at io.github.kijuky.git.ImplicitsRichGitSpec.testFun$proxy5$1(ImplicitsRichGitSpec.scala:106)
449[info] at io.github.kijuky.git.ImplicitsRichGitSpec.fun$proxy4$1$$anonfun$2(ImplicitsRichGitSpec.scala:93)
450[info] at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
451[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
452[info] at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:31)
453[info] ...
454[info] Cause: org.eclipse.jgit.errors.InvalidObjectIdException: Invalid id: main
455[info] at org.eclipse.jgit.lib.ObjectId.fromString(ObjectId.java:220)
456[info] at io.github.kijuky.git.Implicits$.io$github$kijuky$git$Implicits$RichGit$$_$getObjectId$$anonfun$2(Implicits.scala:80)
457[info] at scala.util.Try$.apply(Try.scala:218)
458[info] at io.github.kijuky.git.Implicits$RichGit.getObjectId(Implicits.scala:80)
459[info] at io.github.kijuky.git.Implicits$RichGit.diffs(Implicits.scala:62)
460[info] at io.github.kijuky.git.ImplicitsRichGitSpec.testFun$proxy5$1$$anonfun$1(ImplicitsRichGitSpec.scala:108)
461[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo$$anonfun$2(GitRepoFixture.scala:31)
462[info] at scala.util.control.Exception$Catch.apply(Exception.scala:228)
463[info] at io.github.kijuky.git.GitRepoFixture$.withGitRepo(GitRepoFixture.scala:32)
464[info] at io.github.kijuky.git.ImplicitsRichGitSpec.testFun$proxy5$1(ImplicitsRichGitSpec.scala:106)
465[info] ...
466
467************************
468Build summary:
469[{
470 "module": "git-for-scala",
471 "compile": {"status": "ok", "tookMs": 4271, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
472 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
473 "test-compile": {"status": "ok", "tookMs": 2940, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
474 "test": {"status": "failed", "tookMs": 1192, "passed": 4, "failed": 11, "ignored": 0, "skipped": 0, "total": 15, "byFramework": [{"framework": "unknown", "stats": {"passed": 4, "failed": 11, "ignored": 0, "skipped": 0, "total": 15}}]},
475 "publish": {"status": "skipped", "tookMs": 0},
476 "metadata": {
477 "crossScalaVersions": ["2.12.20", "3.3.4"]
478}
479}]
480************************
481[error] Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: git-for-scala
482[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: git-for-scala
483[error] Total time: 10 s, completed Jan 13, 2026, 4:55:51 PM
484[0JBuild failed, not retrying.