Bugzilla – Bug 1201371
nim: nim fails tests while building on 1-core VM using KVM
Last modified: 2022-12-13 11:08:41 UTC
Created attachment 860101 [details] build log While working on reproducible builds for openSUSE, I found that our nim package failed to build on 1-core VMs Steps to Reproduce: osc co openSUSE:Factory/nim && cd $_ osc build --vm-type=kvm -j1 --clean --noservice standard
I was able to reproduce, but only when using KVM. When running on baremetal it doesn't happen, even on 1-core machine: "osc build -j1 --clean --noservice openSUSE_Factory" runs as expected. When using KVM, the following tests fail: - https://github.com/nim-lang/Nim/blob/devel/tests/system/talloc2.nim - https://github.com/nim-lang/Nim/blob/devel/tests/macros/t18203.nim Maybe there is something wrong with the tests, I'll ask upstream about them.
No updates from upstream, yet.