Comment 0 for bug 2069292

Revision history for this message
Matthias Mailänder (mailaender) wrote :

Trying to test https://github.com/snapcrafters/eclipse/pull/70 locally fails:

```
snapcraft
failed to inject host's snap 'snapcraft' into target environment.nstance from remote
* Command that failed: 'lxc --project snapcraft exec local:base-instance-snapcraft-buildd-base-v7-c-f91ee4af44ccdf02cefb -- env CRAFT_MANAGED_MODE=1 DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true DEBIAN_PRIORITY=critical snap install /tmp/snapcraft.snap --classic'
* Command exit code: 1
* Command standard error output: b'error: cannot perform the following tasks:\n- Ensure prerequisites for "snapcraft" are available (cannot install system snap "snapd": Post "https://api.snapcraft.io/v2/snaps/refresh": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers))\n'
Full execution log: '/home/matthias/.local/state/snapcraft/log/snapcraft-20240613-140205.076032.log'
```

I tried removing and reinstalling snapcraft, but it did not help.