
Devs, I'm getting mysterious messages from git, below. I have no file gc.log in my tree. Also I have run 'git prune' but the message still occurs. Any ideas? Simon simonpj@MSRC-3645512:~/code/HEAD$ git push --force setsockopt IPV6_TCLASS 8: Operation not permitted: Counting objects: 34, done. Delta compression using up to 20 threads. Compressing objects: 100% (14/14), done. Writing objects: 100% (34/34), 8.83 KiB | 2.21 MiB/s, done. Total 34 (delta 32), reused 21 (delta 20) remote: remote: View merge request for wip/T16296: remote: https://gitlab.haskell.org/ghc/ghc/merge_requests/2161 remote: remote: warning: The last gc run reported the following. Please correct the root cause remote: and remove gc.log. remote: Automatic cleanup will not be performed until the file is removed. remote: remote: warning: There are too many unreachable loose objects; run 'git prune' to remove them. remote:

This message seems to indicate that git prune needs to be run on the "remote", i.e. on the GitLab server itself. On Fri, 15 Nov 2019, 15.02 Simon Peyton Jones via ghc-devs, < ghc-devs@haskell.org> wrote:
Devs,
I’m getting mysterious messages from git, below. I have no file gc.log in my tree.
Also I have run ‘git prune’ but the message still occurs.
Any ideas?
Simon
simonpj@MSRC-3645512:~/code/HEAD$ git push --force
setsockopt IPV6_TCLASS 8: Operation not permitted:
Counting objects: 34, done.
Delta compression using up to 20 threads.
Compressing objects: 100% (14/14), done.
Writing objects: 100% (34/34), 8.83 KiB | 2.21 MiB/s, done.
Total 34 (delta 32), reused 21 (delta 20)
remote:
remote: View merge request for wip/T16296:
remote: https://gitlab.haskell.org/ghc/ghc/merge_requests/2161
remote:
remote: warning: The last gc run reported the following. Please correct the root cause
remote: and remove gc.log.
remote: Automatic cleanup will not be performed until the file is removed.
remote:
remote: warning: There are too many unreachable loose objects; run 'git prune' to remove them.
remote: _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
participants (2)
-
Bryan Richter
-
Simon Peyton Jones