Page MenuHomePhabricator

No new nightlies since a month
Closed, ResolvedPublic

Description

When you download the “newest“ nightly from http://tools.wmflabs.org/pywikibot/ it downloads actually 49e9bd8 which is a month old.

Event Timeline

XZise raised the priority of this task from to Needs Triage.
XZise updated the task description. (Show Details)
XZise added a project: Pywikibot.
XZise subscribed.
Restricted Application added subscribers: Aklapper, Unknown Object (MLST). · View Herald TranscriptMar 27 2015, 3:42 PM
jayvdb triaged this task as Unbreak Now! priority.
jayvdb subscribed.

http://tools.wmflabs.org/pywikibot/ and https://tools.wmflabs.org/pywikibot/ keep timing out on me. I first experienced this on march 31 (and noted it on https://gerrit.wikimedia.org/r/#/c/200256/)

For the last half hour https://tools.wmflabs.org is also not working, responding with 504 Gateway Time-out.

Now that tools.wmflabs is back up, I am served a 0 length file.

$ wget -S http://tools.wmflabs.org/pywikibot/core.tar.gz
--2015-04-02 18:08:41--  http://tools.wmflabs.org/pywikibot/core.tar.gz
Resolving tools.wmflabs.org (tools.wmflabs.org)... 208.80.155.131
Connecting to tools.wmflabs.org (tools.wmflabs.org)|208.80.155.131|:80... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 200 OK
  Server: nginx/1.4.6 (Ubuntu)
  Date: Thu, 02 Apr 2015 07:08:41 GMT
  Content-Type: application/octet-stream
  Content-Length: 0
  Connection: keep-alive
  Accept-Ranges: bytes
  X-Clacks-Overhead: GNU Terry Pratchett

    The file is already fully retrieved; nothing to do.

Is it okay now?
I investigate for other issues now

git status fails
fatal: Not a git repository: .../httplib2

Also see comments on https://gerrit.wikimedia.org/r/#/c/200256/1 about nightlies including git metadata

@Ladsgroup, where is the code for the nightly tarball generator?

It's fixed now.
Actually that was an upstream bug in git gc. I bypassed the bug.

Ladsgroup set Security to None.
XZise reopened this task as Open.EditedJul 15 2015, 5:54 PM

Okay since Jun 4 there has been no new nightlies. You might need to reinvestigate. (See also T105821)

@Ladsgroup: Are you working on this? Or how could someone else (with server access?) debug this problem?

Still confirming:

$:andre\> wget -S http://tools.wmflabs.org/pywikibot/core.tar.gz
$:andre\> tar -xvf core.tar.gz 
$:andre\> cd core/
$:andre\> git log
commit f3a490284f00da13b41bfbe152c0611febd93643
Date:   Wed Jun 3 19:40:38 2015 +0000

There was no bug, I just disabled the crontab per request of John (@jayvdb) in Lyon, I just enabled it.

There was no bug, I just disabled the crontab per request of John (@jayvdb) in Lyon, I just enabled it.

Closing as RESOLVED per last comment...