Page MenuHomePhabricator

WDQS builds fail due to network issues
Closed, ResolvedPublic

Description

Last week, all WDQS builds started to fail, due to network issues on CI machines. Example failed test: https://integration.wikimedia.org/ci/job/wikidata-query-rdf/772/console

All these tests worked fine before, no substantial changes were done to test scripts, etc.

Event Timeline

Smalyshev raised the priority of this task from to High.
Smalyshev updated the task description. (Show Details)
Smalyshev subscribed.
Andrew removed a subtask: Restricted Task.Dec 29 2015, 7:15 PM

bd808 suggests that there may be some cruft (leftover from when the tests ran on production servers) that relied on the old http proxy on Carbon. That would definitely be broken now due to https://phabricator.wikimedia.org/T122368 being fixed.

Change 261476 had a related patch set uploaded (by Smalyshev):
Remove maven webproxy since it is not needed anymore after config changes

https://gerrit.wikimedia.org/r/261476

Looks like the cherry-pick of the puppet patch works -- https://integration.wikimedia.org/ci/job/wikidata-query-rdf/782/console

This ticket should stay open until we find a nice root to merge the config change and make it permanent.

hashar set Security to None.
hashar added subscribers: yuvipanda, faidon.
hashar subscribed.

webproxy.eqiad.wmnet is no more available to labs instances ( T122368 ). I did fix it for MediaWiki https://gerrit.wikimedia.org/r/#/c/261096/ but failed to catch the maven proxy setting, sorry :-(

Change 261476 merged by Faidon Liambotis:
contint: remove maven webproxy

https://gerrit.wikimedia.org/r/261476

Patched by Stas deployed by Bryan on the CI puppet master. I have amended the change to cleanup all references to maven proxy. Faidon finally merged the change.

All good now! Thank you for the quick fix!