Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
44769d9285
3 changed files with 37 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
[[!comment format=mdwn
|
||||
username="yarikoptic"
|
||||
avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
|
||||
subject="comment 24"
|
||||
date="2018-11-05T20:53:48Z"
|
||||
content="""
|
||||
Great to hear that bottom issue is revealed!
|
||||
|
||||
FWIW regarding
|
||||
|
||||
> If you wait 300 seconds, it should give up waiting for the pid lock, and complain about it to stderr, which may or may not be visible across the ssh connection.
|
||||
|
||||
waited for ~50 minutes, `git annex get` process is still hanging without any additional output provided
|
||||
"""]]
|
|
@ -0,0 +1,13 @@
|
|||
[[!comment format=mdwn
|
||||
username="yarikoptic"
|
||||
avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
|
||||
subject="comment 25"
|
||||
date="2018-11-05T21:01:35Z"
|
||||
content="""
|
||||
Re
|
||||
|
||||
> I've seen the test fail that way, where apparently all gets from the remote repo are failing, on the autobuilders once or twice, but not reproducably...
|
||||
|
||||
Unfortunately this time I was not as fortunate to reliably reproduce it (yet) :-( for me I believe it happened for the first time ever although I could be wrong.
|
||||
How do you know which test(s) fail and how to restart only a failing test (e.g. by name?) -- I find it difficult to parse logged output to figure out test names/boundaries since intermixed with git output etc which also includes error messages on conflicts etc.
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[249 of 596] Compiling Database.Init ( Database/Init.hs, dist/build/git-annex/git-annex-tmp/Database/Init.o )
|
||||
|
||||
Database/Init.hs:52:27: error:
|
||||
Not in scope: type constructor or class ‘SqliteConnectionInfo’
|
||||
Makefile:32: recipe for target 'git-annex' failed
|
||||
make[1]: *** [git-annex] Error 1
|
||||
|
||||
Backporting recent persistent-sqlite to stretch is highly unlikely to succeed, given how tangled Haskell library dependencies tend to be. So, unless there is an easy fix for this, git-annex will have to be removed from stretch-backports. That would be a shame, but I guess buster isn't so far away now!
|
||||
|
||||
--spwhitton
|
Loading…
Reference in a new issue