Open wiebepo opened 2 months ago
@wiebepo Does this reproduce only on this kind of instance? And no problem on smaller ones?
@wiebepo Does this reproduce only on this kind of instance? And no problem on smaller ones?
We cloned the server on an r6i.2xlarge instance, and the job succeeds. It is the predecessor and is also 8 vCPUs and 64 GiB RAM; however, it uses DDR4 memory. Not sure if this matters.
FWIW this error from the attached log seemed to be the most relevant:
/spades/ext/include/blaze/blaze/system/CacheSize.h:77:1: error: static assertion failed: Compile time condition violated 77 | BLAZE_STATIC_ASSERT( blaze::cacheSize > 100000UL && blaze::cacheSize < 100000000UL ); | ^
~~~~~~
FWIW this error from the attached log seemed to be the most relevant:
Yes, exactly. This is why I asked if the problem reproduced on smaller instance.
Will you please provide the output of the following commands on that instance?
cat /sys/devices/system/cpu/cpu0/cache/index3/size
cat /sys/devices/system/cpu/cpu0/cache/index2/size
cat /sys/devices/system/cpu/cpu0/cache/index1/size
Thanks!
RUN cat /sys/devices/system/cpu/cpu0/cache/index3/size && \
cat /sys/devices/system/cpu/cpu0/cache/index2/size && \
cat /sys/devices/system/cpu/cpu0/cache/index1/size
107520K 2048K 32K
I filled upstream issue with blaze, let's see what they will say. IMO this static assert does not make much sense
Description of bug
We migrated our Jenkins server to an r7i.2xlarge instance (8 vCPU, 64 GiB, DDR5 memory). One of our Jenkins jobs includes building spades from source. Here is an excerpts of the docker file:
spades.log
spades.log
params.txt
no log available. Failure occurs during compilation.
SPAdes version
SPades version 4.0.0
Operating System
Ubuntu 22.04
Python Version
3.10.12
Method of SPAdes installation
compile from source
No errors reported in spades.log