Closed
Bug 1277663
Opened 9 years ago
Closed 9 years ago
hgmaster container setup failing with 'No such file or directory'
Categories
(MozReview Graveyard :: Testing / Development Environment, defect)
MozReview Graveyard
Testing / Development Environment
Development/Staging
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rwood, Assigned: gps)
References
Details
On the MozReview CI (Ubuntu 16.04) building the hgmaster container is failing:
hgmaster> failed: [localhost] => {"changed": true, "cmd": ["/usr/bin/systemctl", "enable", "sshd_hg.service"], "delta": "0:00:00.130682", "end": "2016-06-02 16:39:16.953184", "rc": 1, "start": "2016-06-02 16:39:16.822502", "warnings": []}
hgmaster> stderr: Operation failed: No such file or directory
hgmaster>
hgmaster> FATAL: all hosts have already failed -- aborting
hgmaster>
hgmaster> PLAY RECAP ********************************************************************
hgmaster> to retry, use: --limit @/root/docker-hgmaster.retry
hgmaster>
hgmaster> localhost : ok=58 changed=42 unreachable=0 failed=1
As :mars notes, possibly related to Bug 1276397 ?
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → gps
Status: NEW → ASSIGNED
Pushed by gszorc@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/cba686235298
ansible/hg-ssh: only call systemctl on servers
https://hg.mozilla.org/hgcustom/version-control-tools/rev/86b2c0d6b2f3
ansible/hg-web: only call systemctl on servers
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•