diff --git a/doc/bugs/standalone_debian_pkg_build_fails_in_sid.mdwn b/doc/bugs/standalone_debian_pkg_build_fails_in_sid.mdwn new file mode 100644 index 0000000000..dbeeac3aa4 --- /dev/null +++ b/doc/bugs/standalone_debian_pkg_build_fails_in_sid.mdwn @@ -0,0 +1,33 @@ +### Please describe the problem. + +Trying to build debian pkg from current master in sid which has newer ghc (8.4.3+dfsg1-4) to see if it would somehow affect [multiple ssh prompt/locking](http://git-annex.branchable.com/bugs/multiple_ssh_prompts__44___and_thread_blocked_indefinitely_in_an___63____63____63___transaction/) issue. But build fails with unclear to me + +[[!format sh """ +OK (0.68s) + addurl: On branch master +nothing to commit, working tree clean +Configuration does not allow accessing file:///build/git-annex-7.20181105+git134-gf39db41d2/.t/tmprepo388/myurl +download failed: Configuration does not allow accessing file:///build/git-annex-7.20181105+git134-gf39db41d2/.t/tmprepo388/myurl +OK (0.33s) + +All 293 tests passed (264.37s) + +git-annex: ExitSuccess +failed +git-annex: test: 1 failed + +git-annex: ExitFailure 1 +failed +git-annex: test: 1 failed +make[1]: *** [Makefile:78: test] Error 1 +make[1]: Leaving directory '/build/git-annex-7.20181105+git134-gf39db41d2' +dh_auto_test: make V=1 -j1 test returned exit code 2 +make: *** [debian/rules:15: build-arch] Error 2 + +"""]] + +So it is `All 293 tests passed (264.37s)` but then some additional test fails + +Note that was 7.20181105+git134-gf39db41d2 and i386 + +