Skip to content

Instantly share code, notes, and snippets.

View mr-c's full-sized avatar

Michael R. Crusoe mr-c

View GitHub Profile
This file has been truncated, but you can view the full file.
I: Running in no-targz mode
I: pbuilder: network access will be disabled during build
I: Current time: Fri Dec 20 09:24:04 PST 2019
I: pbuilder-time-stamp: 1576862644
I: copying local configuration
W: No local /etc/mailname to copy, relying on /var/cache/pbuilder/build/cow.26693/etc/mailname to be correct
W: --override-config is not set; not updating apt.conf Read the manpage for details.
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
[73/502] /usr/bin/ccache /usr/lib/ccache/c++ -DSEQAN3_HAS_BZIP2=1 -DSEQAN3_HAS_ZLIB=1 -Ivendor/googletest/googletest/include -I/build/seqan3-3.0.0.0.git.20200110.b42671eac39/test/include -I/build/seqan3-3.0.0.0.git.20200110.b42671eac39/include -isystem /build/seqan3-3.0.0.0.git.20200110.b42671eac39/submodules/sdsl-lite/include -g -O2 -fdebug-prefix-map=/build/seqan3-3.0.0.0.git.20200110.b42671eac39=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -O3 -std=c++2a -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Wextra -Werror -fconcepts -pthread -MD -MT alignment/pairwise/CMakeFiles/semi_global_affine_unbanded_test.dir/semi_global_affine_unbanded_test.cpp.o -MF alignment/pairwise/CMakeFiles/semi_global_affine_unbanded_test.dir/semi_global_affine_unbanded_test.cpp.o.d -o alignment/pairwise/CMakeFiles/semi_global_affine_unbanded_test.dir/semi_global_affine_unbanded_test.cpp.o -c /build/seqan3-3.0.0.0.git.20200110.b42671eac39/test/unit/alignment/pairwise/semi_global_affine_unbanded_test.cpp
/usr/bin/cmake -S/home/michael/src/simde/test -B/home/michael/src/simde/test/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/michael/src/simde/test/build/CMakeFiles /home/michael/src/simde/test/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/michael/src/simde/test/build'
make -f CMakeFiles/simde-test-native.dir/build.make CMakeFiles/simde-test-native.dir/depend
make[2]: Entering directory '/home/michael/src/simde/test/build'
cd /home/michael/src/simde/test/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/michael/src/simde/test /home/michael/src/simde/test /home/michael/src/simde/test/build /home/michael/src/simde/test/build /home/michael/src/simde/test/build/CMakeFiles/simde-test-native.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/michael/src/simde/test/build'
make -f CMakeFiles/simde-test-native.dir/build.make CMakeFiles/simde-test-native.dir/build
make[2]: Entering direct
g++ -DLAST_INT_TYPE=unsigned -DALPHABET_CAPACITY=64 -Wdate-time -D_FORTIFY_SOURCE=2 -DHAS_CXX_THREADS -DSIMDE_ENABLE_OPENMP -g -O2 -fdebug-prefix-map=/build/last-align-1047=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wextra -Wcast-qual -Wswitch-enum -Wundef -Wcast-align -Wno-long-long -ansi -pedantic -std=c++11 -fopenmp-simd -O3 -mavx2 -I. -c -o mcf_gap_costs.o mcf_gap_costs.cc
In file included from ../debian/include/simde/x86/sse2.h:34,
from ../debian/include/simde/x86/sse3.h:28,
from ../debian/include/simde/x86/ssse3.h:28,
from ../debian/include/simde/x86/sse4.1.h:28,
from ../debian/include/simde/x86/avx2.h:26,
from mcf_simd.hh:7,
from GappedXdropAligner.hh:50,
from GappedXdropAlignerDna.cc:4:
../debian/include/simde/x86/sse.h: In function 'simde__m64 simde_mm_cvtps_pi16(simde__m128)':
[2/475] /usr/bin/ccache /usr/lib/ccache/c++ -DSEQAN3_HAS_BZIP2=1 -DSEQAN3_HAS_ZLIB=1 -Ivendor/googletest/googletest/include -I/build/seqan3-3.0.1+ds/test/include -I/build/seqan3-3.0.1+ds/include -isystem /build/seqan3-3.0.1+ds/submodules/sdsl-lite/include -g -O2 -fdebug-prefix-map=/build/seqan3-3.0.1+ds=. -fstack-protector-strong -Wformat -Werror=format-security -fuse-ld=gold -DNDEBUG -O3 -std=c++2a -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Wextra -Werror -fconcepts -pthread -MD -MT alignment/CMakeFiles/aligned_sequence_test.dir/aligned_sequence_test.cpp.o -MF alignment/CMakeFiles/aligned_sequence_test.dir/aligned_sequence_test.cpp.o.d -o alignment/CMakeFiles/aligned_sequence_test.dir/aligned_sequence_test.cpp.o -c /build/seqan3-3.0.1+ds/test/unit/alignment/aligned_sequence_test.cpp
FAILED: alignment/CMakeFiles/aligned_sequence_test.dir/aligned_sequence_test.cpp.o
/usr/bin/ccache /usr/lib/ccache/c++ -DSEQAN3_HAS_BZIP2=1 -DSEQAN3_HAS_ZLIB=1 -Ivendor/googletest/googletest/include -I/build/seqan3-3.0
#!/bin/bash
for SIMD in mmx sse sse2 sse3 ssse3 sse4.1 sse4.2 avx fma avx2 avx512bw avx512f avx512vl; do
echo ${SIMD}
gcc -DSIMDE_NO_NATIVE -DSIMDE_ENABLE_NATIVE_ALIASES -I. -fdump-tree-original ./test/build/CMakeFiles/munit.dir/munit/munit.c.o test/x86/${SIMD}.c -lm -o ${SIMD}.o || true # 2> /dev/null || true
grep Function ${SIMD}.c.004t.original | awk '{ print $3}' >> simde.functions
while read -r line ; do
if [[ "${line}" == "simde"* ]] ; then
if grep -q " ${line##simde}" simde/x86/${SIMD}.h ; then
echo ${line##simde}
dpkg-buildpackage: info: source package simde
dpkg-buildpackage: info: source version 0.0.0.git.20200526-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Michael R. Crusoe <michael.crusoe@gmail.com>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture ppc64el
debian/rules clean
dh clean --sourcedirectory=test --builddirectory=gcc_test
debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526'
@mr-c
mr-c / build.log
Last active July 27, 2020 12:21
seqan 3.0.1 + gcc 10.2.0
This file has been truncated, but you can view the full file.
I: Running in no-targz mode
I: pbuilder: network access will be disabled during build
I: Current time: Mon Jul 27 13:19:25 CEST 2020
I: pbuilder-time-stamp: 1595848765
I: copying local configuration
W: --override-config is not set; not updating apt.conf Read the manpage for details.
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
I: mounting /dev/pts filesystem
@mr-c
mr-c / gkl_0.8.6+dfsg-2_arm64.build
Last active November 17, 2020 17:53
GKL on arm64 build failure
I: Running in no-targz mode
I: pbuilder: network access will be disabled during build
I: Current time: Tue Nov 17 18:32:33 CET 2020
I: pbuilder-time-stamp: 1605634353
I: copying local configuration
W: --override-config is not set; not updating apt.conf Read the manpage for details.
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
I: mounting /dev/pts filesystem
@mr-c
mr-c / picard-tools_2.23.8+dfsg-1_arm64.build
Last active November 17, 2020 17:52
Picard without GKL build failure
I: Running in no-targz mode
I: pbuilder: network access will be disabled during build
I: Current time: Tue Nov 17 18:41:58 CET 2020
I: pbuilder-time-stamp: 1605634918
I: copying local configuration
W: --override-config is not set; not updating apt.conf Read the manpage for details.
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
I: mounting /dev/pts filesystem