Project Build Recipe can't import a public GitHub repository into a Launchpad Git repository

Bug #1873726 reported by Susan Spencer
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Undecided
Unassigned
Seamly2D
Fix Released
Unknown

Bug Description

Similar to Launchpad bug #1789424 (https://bugs.launchpad.net/launchpad/+bug/1789424)

The project build recipe for project Seamly2D (https://code.launchpad.net/~susan-spencer/seamly2d/+git/seamly2d) started generating an HTTP 500 internal server error message when writing to https://<email address hidden>/~susan-spencer/seamly2d/+git/seamly2d/ beginning on 09-27-2019.
The https://<email address hidden>/~susan-spencer/seamly2d/+git/seamly2d/ site can be accessed using a browser, so it can be read by anyone but maybe not writable by a particular account or accounts.
No workaround for this issue.

Most recent error log:
"Import started on 2019-09-27 on alnitak and finished on 2019-09-27 taking 50 seconds — see the log"

From http://launchpadlibrarian.net/444478095/susan-spencer-seamly2d-+git-seamly2d.log:
2019-09-27 19:16:42 INFO Starting job.
2019-09-27 19:16:42 INFO Getting existing repository from hosting service.
2019-09-27 19:17:18 INFO Cloning into bare repository 'repository'...
2019-09-27 19:17:18 INFO Fetching remote repository.
2019-09-27 19:17:19 INFO From https://github.com/FashionFreedom/Seamly2D
2019-09-27 19:17:19 INFO x [deleted] (none) -> refs/pull/196/merge
2019-09-27 19:17:19 INFO * [new branch] azure-pipelines-testbranch_1 -> source/azure-pipelines-testbranch_1
2019-09-27 19:17:19 INFO * [new branch] builds -> source/builds
2019-09-27 19:17:19 INFO * [new branch] develop -> source/develop
2019-09-27 19:17:19 INFO * [new branch] feature-173 -> source/feature-173
2019-09-27 19:17:19 INFO * [new branch] feature-183 -> source/feature-183
2019-09-27 19:17:19 INFO * [new branch] l10n_develop -> source/l10n_develop
2019-09-27 19:17:19 INFO * [new branch] l10n_develop2 -> source/l10n_develop2
2019-09-27 19:17:19 INFO * [new branch] l10n_master -> source/l10n_master
2019-09-27 19:17:19 INFO * [new branch] l10n_master2 -> source/l10n_master2
2019-09-27 19:17:19 INFO * [new branch] l10n_release -> source/l10n_release
2019-09-27 19:17:19 INFO * [new branch] master -> source/master
2019-09-27 19:17:19 INFO * [new branch] master_hotfix_qt59 -> source/master_hotfix_qt59
2019-09-27 19:17:19 INFO * [new branch] release -> source/release
2019-09-27 19:17:19 INFO * [new branch] trusty -> source/trusty
2019-09-27 19:17:19 INFO source/HEAD set to develop
2019-09-27 19:17:19 INFO Pushing repository to hosting service.
2019-09-27 19:17:20 INFO remote: Backend connection failed
2019-09-27 19:17:20 INFO fatal: unable to access 'https://<redacted>@git.launchpad.net/~susan-spencer/seamly2d/+git/seamly2d/': The requested URL returned error: 500
2019-09-27 19:17:20 INFO Unable to push to hosting service: git push exited 128
Import failed:
Traceback (most recent call last):
Failure: twisted.internet.error.ProcessTerminated: A process has ended with a probable error condition: process ended with exit code 1.

tags: added: git internal-api
tags: added: recipe
description: updated
Changed in seamly2d:
importance: Unknown → High
Changed in seamly2d:
importance: High → Unknown
status: Unknown → New
Revision history for this message
Colin Watson (cjwatson) wrote :

I retried the import and it worked fine. This must have been some other bug we fixed a while ago; given the timing, it was probably bug 1845630.

summary: Project Build Recipe can't import a public GitHub repository into a
- Launchpad proprietary Git repository
+ Launchpad Git repository
Changed in launchpad:
status: New → Fix Released
Revision history for this message
Susan Spencer (susan-spencer) wrote : Re: [Bug 1873726] Re: Project Build Recipe can't import a public GitHub repository into a Launchpad Git repository
Download full text (4.0 KiB)

Thanks Colin!!!!!
I really appreciate your time and effort on this.

On Mon, Apr 20, 2020, 05:00 Colin Watson <email address hidden> wrote:

> I retried the import and it worked fine. This must have been some other
> bug we fixed a while ago; given the timing, it was probably bug 1845630.
>
> ** Summary changed:
>
> - Project Build Recipe can't import a public GitHub repository into a
> Launchpad proprietary Git repository
> + Project Build Recipe can't import a public GitHub repository into a
> Launchpad Git repository
>
> ** Changed in: launchpad
> Status: New => Fix Released
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1873726
>
> Title:
> Project Build Recipe can't import a public GitHub repository into a
> Launchpad Git repository
>
> Status in Launchpad itself:
> Fix Released
> Status in Seamly2D:
> New
>
> Bug description:
> Similar to Launchpad bug #1789424
> (https://bugs.launchpad.net/launchpad/+bug/1789424)
>
> The project build recipe for project Seamly2D (
> https://code.launchpad.net/~susan-spencer/seamly2d/+git/seamly2d) started
> generating an HTTP 500 internal server error message when writing to
> https://<email address hidden>/~susan-spencer/seamly2d/+git/seamly2d/
> beginning on 09-27-2019.
> The
> https://<email address hidden>/~susan-spencer/seamly2d/+git/seamly2d/
> site can be accessed using a browser, so it can be read by anyone but maybe
> not writable by a particular account or accounts.
> No workaround for this issue.
>
> Most recent error log:
> "Import started on 2019-09-27 on alnitak and finished on 2019-09-27
> taking 50 seconds — see the log"
>
> From
> http://launchpadlibrarian.net/444478095/susan-spencer-seamly2d-+git-seamly2d.log
> :
> 2019-09-27 19:16:42 INFO Starting job.
> 2019-09-27 19:16:42 INFO Getting existing repository from hosting
> service.
> 2019-09-27 19:17:18 INFO Cloning into bare repository 'repository'...
> 2019-09-27 19:17:18 INFO Fetching remote repository.
> 2019-09-27 19:17:19 INFO From https://github.com/FashionFreedom/Seamly2D
> 2019-09-27 19:17:19 INFO x [deleted] (none) -> refs/pull/196/merge
> 2019-09-27 19:17:19 INFO * [new branch] azure-pipelines-testbranch_1 ->
> source/azure-pipelines-testbranch_1
> 2019-09-27 19:17:19 INFO * [new branch] builds -> source/builds
> 2019-09-27 19:17:19 INFO * [new branch] develop -> source/develop
> 2019-09-27 19:17:19 INFO * [new branch] feature-173 -> source/feature-173
> 2019-09-27 19:17:19 INFO * [new branch] feature-183 -> source/feature-183
> 2019-09-27 19:17:19 INFO * [new branch] l10n_develop ->
> source/l10n_develop
> 2019-09-27 19:17:19 INFO * [new branch] l10n_develop2 ->
> source/l10n_develop2
> 2019-09-27 19:17:19 INFO * [new branch] l10n_master -> source/l10n_master
> 2019-09-27 19:17:19 INFO * [new branch] l10n_master2 ->
> source/l10n_master2
> 2019-09-27 19:17:19 INFO * [new branch] l10n_release ->
> source/l10n_release
> 2019-09-27 19:17:19 INFO * [new branch] master -> source/master
> 2019-09-27 19:17:19 INFO * [new branch] master_hotfix_qt59 ->
> source/master_...

Read more...

Changed in seamly2d:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.