Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Kola run failed on s390x because of netlink error #1044

Closed
barthy1 opened this issue Aug 19, 2019 · 2 comments
Closed

Kola run failed on s390x because of netlink error #1044

barthy1 opened this issue Aug 19, 2019 · 2 comments

Comments

@barthy1
Copy link
Contributor

barthy1 commented Aug 19, 2019

I am working to have mantle build for s390x architecture. Build seems to be ok

[mantle]# ./build
Building cork
Building gangue
Building kola
Building amd64/kolet
Building arm64/kolet
Building s390x/kolet
Building ore
Building plume

But when I try to execute kola run I've got error

[root@m35lp73 mantle]# bin/kola run --log-level=DEBUG
2019-08-19T08:45:27Z cli: Started logging at level DEBUG
2019-08-19T08:45:27Z kola: skipping test rpmostree.install-uninstall: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test cl.internet: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test rhcos.etcd.cluster.insecure: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test cl.flannel.udp: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test coreos.ignition.resource.s3.versioned: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test cl.toolbox.dnf-install: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test ostree.hotfix: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test coreos.ignition.resource.remote: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test cl.etcd-member.etcdctlv3: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test crio.network: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test podman.workflow: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test ostree.unlock: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test crio.base: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test cl.etcd-member.discovery: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test cl.locksmith.cluster: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test ostree.remote: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test coreos.tls.fetch-urls: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test docker.torcx-manifest-pkgs: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test cl.etcd-member.v2-backup-restore: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test coreos.locksmith.tls: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test rhcos.etcd.cluster.tls: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test cl.flannel.vxlan: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test kubernetes.kubelet_wrapper.var-log-mount: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: skipping test cl.rkt.etcd3: Internet required but not supported by platform qemu
2019-08-19T08:45:27Z kola: Flight failed: Network setup failed: LinkAdd() failed: errno 1577058305

I found the vishvananda/netlink@9cff812 commit which actually fixes the issue with setting big-endian (s390x is big-endian) and after that kola run stopped failing on LinkAdd().

Is it possible to bump https://github.com/vishvananda/netlink dependency to fix s390x build?

@barthy1
Copy link
Contributor Author

barthy1 commented Aug 19, 2019

@tuan-hoang1 Could you please add this issue to the coreos/fedora-coreos-tracker#255

@barthy1
Copy link
Contributor Author

barthy1 commented Sep 18, 2019

#1049

@barthy1 barthy1 closed this as completed Sep 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants