You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
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().
I am working to have mantle build for s390x architecture. Build seems to be ok
But when I try to execute
kola run
I've got errorI 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?
The text was updated successfully, but these errors were encountered: