Control: notfound -1 fdroidserver/1.1.7-1
Control: found -1 python3-git/3.1.1-1

I can't find any possible reference in fdroidserver, or in python3-git
for that matter.  My guess is that the issue is caused by python3-git
failing to parse something that was added in the most recent git.  So
I'm reassigning this to python3-git since the stacktrace shows the issue
happening pretty deep inside python3-git, and the fdroidserver code does
not call `git config` in anyway that I can figure out.

Paul Gevers:
> Source: git, fdroidserver
> Control: found -1 git/1:2.27.0~rc2-1
> Control: found -1 fdroidserver/1.1.7-1
> Severity: serious
> Tags: sid bullseye
> X-Debbugs-CC: debian...@lists.debian.org
> User: debian...@lists.debian.org
> Usertags: breaks needs-update
> 
> Dear maintainer(s),
> 
> With a recent upload of git the autopkgtest of fdroidserver fails in
> testing when that autopkgtest is run with the binary packages of git
> from unstable. It passes when run with only packages from testing. In
> tabular form:
> 
>                        pass            fail
> git                    from testing    1:2.27.0~rc2-1
> fdroidserver           from testing    1.1.7-1
> all others             from testing    from testing
> 
> I copied some of the output at the bottom of this report.
> 
> Currently this regression is blocking the migration of git to testing
> [1]. Due to the nature of this issue, I filed this bug report against
> both packages. Can you please investigate the situation and reassign the
> bug to the right package?
> 
> More information about this bug and the reason for filing it can be found on
> https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation
> 
> Paul
> 
> [1] https://qa.debian.org/excuses.php?package=git
> 
> https://ci.debian.net/data/autopkgtest/testing/amd64/f/fdroidserver/5667747/log.gz
> 
> CRITICAL: Unknown exception found!
> Traceback (most recent call last):
>   File "/usr/bin/fdroid", line 170, in <module>
>     main()
>   File "/usr/bin/fdroid", line 165, in main
>     raise e
>   File "/usr/bin/fdroid", line 146, in main
>     mod.main()
>   File "/usr/lib/python3/dist-packages/fdroidserver/server.py", line
> 759, in main
>     push_binary_transparency(BINARY_TRANSPARENCY_DIR,
>   File "/usr/lib/python3/dist-packages/fdroidserver/server.py", line
> 584, in push_binary_transparency
>     local.pull('master')
>   File "/usr/lib/python3/dist-packages/git/remote.py", line 812, in pull
>     res = self._get_fetch_info_from_stderr(proc, progress)
>   File "/usr/lib/python3/dist-packages/git/remote.py", line 708, in
> _get_fetch_info_from_stderr
>     output.extend(FetchInfo._from_line(self.repo, err_line, fetch_line)
>   File "/usr/lib/python3/dist-packages/git/remote.py", line 708, in
> <genexpr>
>     output.extend(FetchInfo._from_line(self.repo, err_line, fetch_line)
>   File "/usr/lib/python3/dist-packages/git/remote.py", line 292, in
> _from_line
>     raise ValueError("Failed to parse line: %r" % line)
> ValueError: Failed to parse line: '  git config pull.rebase false  #
> merge (the default strategy)'
> 

Reply via email to