Description of problem: golang 1.12 appears to have a regression that is causes segfaults on ppc64le. https://github.com/containerd/containerd/issues/3005 https://github.com/oschwald/maxminddb-golang/issues/51 https://github.com/golang/go/issues/30283 Version-Release number of selected component (if applicable): golang-1.12-0.beta2.2.fc30.1 How reproducible: always Steps to Reproduce: 1. build containerd for rawhide Actual results: test suite segfaults on ppc64le Expected results: tests pass Additional info: Upstream thinks they have fixed the issue in https://go-review.googlesource.com/c/go/+/163337/. Please consider backporting that as a patch to the package so other packages test suites can pass in rawhide.
The containerd upstream believes this is fixed in the final golang 1.12 release, which is now available.
I built locally, last golang-1.12 and built podman on it. I confirm the bug is fixed when running this new podman. I suggest to wait and test the new golang and podman based on it in koji before closing this bug.
(In reply to Menanteau Guy from comment #2) > I built locally, last golang-1.12 and built podman on it. I confirm the bug > is fixed when running this new podman. > I suggest to wait and test the new golang and podman based on it in koji > before closing this bug. Thanks for verifying this. Working on the rebase atm.
Oh... for the record there should be roughly ~10 more packages affected(I will track them down later on).