Hi Zoran,
On Wed, Feb 14, 2018 at 03:45:12PM +0100, Zoran S wrote:
After figuring out proxies and setting them correctly, I let run First QEMU job, described here: https://staging.validation.linaro.org/static/docs/v2/first-job.html
And have the following errors: https://pastebin.com/334xHvX8
For example, there are no elements requested from this job such as: E: Failed to fetch http://mirror.bytemark.co.uk/debian/pool/main/p/python3.5/python3.5-minimal_... Unable to connect to mirror.bytemark.co.uk:http: [IP: 2001:41c8:20:5e6::10 80] E: Failed to fetch http://mirror.bytemark.co.uk/debian/pool/main/p/python3-defaults/python3-min... Unable to connect to mirror.bytemark.co.uk:http: [IP: 2001:41c8:20:5e6::10 80]
The image you're testing with is configured to use the Bytemark mirror as a source for Debian packages. It's trying to use that mirror to install packages listed in lava-test-shell/single-node/singlenode03.yaml - see the install: step.
But I am getting on ping mirror.bytemark.co.uk PING mirror.bytemark.co.uk (212.110.161.69)... ???
IP address seems to be IPV6 (which points that something is not correctly set)?!
2001:41c8:20:5e6::10 is mirror.bytemark.co.uk, so that seems correct. Do you expect your test VM to use v6?
Cheers,