[Debian-med-packaging] Bug#982692: gemma: FTBFS: dh_auto_test: error: make -j1 check returned exit code 2
Lucas Nussbaum
lucas at debian.org
Sat Feb 13 17:12:12 GMT 2021
Source: gemma
Version: 0.98.4+dfsg-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20210213 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -I/usr/include/catch -I/usr/include/eigen -Wdate-time -D_FORTIFY_SOURCE=2 -DOPENBLAS -isystem/usr/local/opt/openblas/include -Og -Wfatal-errors -g -DHAVE_INLINE -pthread -Wall -std=gnu++11 -Icontrib/catch-1.9.7 -Isrc -Og -Wfatal-errors -g -DHAVE_INLINE -pthread -Wall -std=gnu++11 -Icontrib/catch-1.9.7 -Isrc -c -o test/src/unittests-main.o test/src/unittests-main.cpp
> g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -I/usr/include/catch -I/usr/include/eigen -Wdate-time -D_FORTIFY_SOURCE=2 -DOPENBLAS -isystem/usr/local/opt/openblas/include -Og -Wfatal-errors -g -DHAVE_INLINE -pthread -Wall -std=gnu++11 -Icontrib/catch-1.9.7 -Isrc -Og -Wfatal-errors -g -DHAVE_INLINE -pthread -Wall -std=gnu++11 -Icontrib/catch-1.9.7 -Isrc -c -o test/src/unittests-math.o test/src/unittests-math.cpp
> g++ -Wdate-time -D_FORTIFY_SOURCE=2 -DOPENBLAS -isystem/usr/local/opt/openblas/include -Og -Wfatal-errors -g -DHAVE_INLINE -pthread -Wall -std=gnu++11 -Icontrib/catch-1.9.7 -Isrc -Og -Wfatal-errors -g -DHAVE_INLINE -pthread -Wall -std=gnu++11 -Icontrib/catch-1.9.7 -Isrc ./test/src/unittests-main.o ./test/src/unittests-math.o src/bslmm.o src/bslmmdap.o src/debug.o src/fastblas.o src/gemma.o src/gemma_io.o src/gzstream.o src/lapack.o src/ldr.o src/lm.o src/lmm.o src/logistic.o src/mathfunc.o src/mvlmm.o src/param.o src/prdt.o src/varcov.o src/vc.o -lgsl -lz -lopenblas -o ./bin/unittests-gemma
> ./bin/unittests-gemma
> Mismatch coordinates (1,0)0:3!
>
> This example computes real matrix C=alpha*A*B+beta*C using
> Intel(R) MKL function dgemm, where A, B, and C are matrices and
> alpha and beta are double precision scalars
>
> Initializing data for matrix multiplication C=A*B for matrix
> A(2000x200) and matrix B(200x1000)
>
> Allocating memory for matrices aligned on 64-byte boundary for better
> performance
>
> Intializing matrix data
>
> Computing matrix product using Intel(R) MKL dgemm function via CBLAS interface
>
>
> This example computes real matrix C=alpha*A*B+beta*C using
> Intel(R) MKL function dgemm, where A, B, and C are matrices and
> alpha and beta are double precision scalars
>
> Initializing data for matrix multiplication C=A*B for matrix
> A(2000x200) and matrix B(200x1000)
>
> Allocating memory for matrices aligned on 64-byte boundary for better
> performance
>
> Intializing matrix data
>
> Computing matrix product using Intel(R) MKL dgemm function via CBLAS interface
>
>
> Computations completed.
>
> ===============================================================================
> All tests passed (23 assertions in 4 test cases)
>
> rm -vf test/output/*
> cd test && ./dev_test_suite.sh | tee ../dev_test.log
> run system shunit2
> testLinearModel
> GEMMA 0.98.4 (2021-01-29) by Xiang Zhou and team (C) 2012-2021
> GSL_RNG_SEED=100
> GSL random generator type: mt19937; seed = 100 (option -1); first value = 2333906440
> Reading Files ...
> ## number of total individuals = 1940
> ## number of analyzed individuals = 1410
> ## number of covariates = 1
> ## number of phenotypes = 1
> ## number of total SNPs/var = 12226
> ## number of analyzed SNPs = 10768
> 0%
> ==== 8%
> ======== 16%
> ============ 25%
> ================ 33%
> ==================== 41%
> ======================== 49%
> ============================ 57%
> ================================ 65%
> ==================================== 74%
> ======================================== 82%
> ============================================ 90%
> ================================================= 98%
> ================================================== 100%
>
> **** INFO: Done.
> ## total computation time = 0.0556125 min
> testBXDStandardRelatednessMatrixKSingularError
> GEMMA 0.98.4 (2021-01-29) by Xiang Zhou and team (C) 2012-2021
> GSL_RNG_SEED=100
> GSL random generator type: mt19937; seed = 100 (option -1); first value = 2333906440
> Reading Files ...
> **** INFO: no intercept term is found in the cvt file: a column of 1s is added.
> GSL ERROR: matrix is singular in lu.c at line 449 errno 1
> testBXDStandardRelatednessMatrixK
> GEMMA 0.98.4 (2021-01-29) by Xiang Zhou and team (C) 2012-2021
> GSL_RNG_SEED=100
> GSL random generator type: mt19937; seed = 100 (option -1); first value = 2333906440
> Reading Files ...
> **** INFO: no intercept term is found in the cvt file: a column of 1s is added.
> ## number of total individuals = 198
> ## number of analyzed individuals = 67
> ## number of covariates = 3
> ## number of phenotypes = 1
> ## number of total SNPs/var = 7320
> ## number of analyzed SNPs = 7317
> Calculating Relatedness Matrix ...
> 0%
> ====== 14%
> ============= 27%
> ==================== 41%
> =========================== 55%
> ================================== 68%
> ======================================== 82%
> =============================================== 96%
> ================================================== 100%
>
> **** INFO: Done.
> testBXDLMLikelihoodRatio
> GEMMA 0.98.4 (2021-01-29) by Xiang Zhou and team (C) 2012-2021
> GSL_RNG_SEED=100
> GSL random generator type: mt19937; seed = 100 (option -1); first value = 2333906440
> Reading Files ...
> **** INFO: no intercept term is found in the cvt file: a column of 1s is added.
> ## number of total individuals = 198
> ## number of analyzed individuals = 67
> ## number of covariates = 3
> ## number of phenotypes = 1
> ## number of total SNPs/var = 7320
> ## number of analyzed SNPs = 7317
> 0%
> ====== 14%
> ============= 27%
> ==================== 41%
> =========================== 55%
> ================================== 68%
> ======================================== 82%
> =============================================== 96%
> ================================================== 100%
>
> **** INFO: Done.
> testBXDLMMLikelihoodRatio
> GEMMA 0.98.4 (2021-01-29) by Xiang Zhou and team (C) 2012-2021
> GSL_RNG_SEED=100
> GSL random generator type: mt19937; seed = 100 (option -1); first value = 2333906440
> Reading Files ...
> **** INFO: no intercept term is found in the cvt file: a column of 1s is added.
> ## number of total individuals = 198
> ## number of analyzed individuals = 67
> ## number of covariates = 3
> ## number of phenotypes = 1
> ## number of total SNPs/var = 7320
> ## number of analyzed SNPs = 7317
> Start Eigen-Decomposition...
> **** WARNING: Matrix G has 6 eigenvalues close to zero
> pve estimate =2.82146e-06
> se(pve) =0.23116
> 0%
> ====== 14%
> ============= 27%
> ==================== 41%
> =========================== 55%
> ================================== 68%
> ======================================== 82%
> =============================================== 96%
> ================================================== 100%
> ================================================== 100%
>
> **** INFO: Done.
> ASSERT:expected:<3088458213> but was:<3088444823>
> testBXDLMM9LikelihoodRatio
> GEMMA 0.98.4 (2021-01-29) by Xiang Zhou and team (C) 2012-2021
> GSL_RNG_SEED=100
> GSL random generator type: mt19937; seed = 100 (option -1); first value = 2333906440
> Reading Files ...
> **** INFO: no intercept term is found in the cvt file: a column of 1s is added.
> ## number of total individuals = 198
> ## number of analyzed individuals = 67
> ## number of covariates = 3
> ## number of phenotypes = 1
> ## number of total SNPs/var = 7320
> ## number of analyzed SNPs = 7317
> Start Eigen-Decomposition...
> **** WARNING: Matrix G has 6 eigenvalues close to zero
> pve estimate =2.82146e-06
> se(pve) =0.23116
> 0%
> ====== 14%
> ============= 27%
> ==================== 41%
> =========================== 55%
> ================================== 68%
> ======================================== 82%
> =============================================== 96%
> ================================================== 100%
> ================================================== 100%
>
> **** INFO: Done.
> ASSERT:expected:<3088496565> but was:<3088483525>
> testCenteredRelatednessMatrixissue188
> GEMMA 0.98.4 (2021-01-29) by Xiang Zhou and team (C) 2012-2021
> GSL_RNG_SEED=100
> GSL random generator type: mt19937; seed = 100 (option -1); first value = 2333906440
> Reading Files ...
> ## number of total individuals = 1008
> ## number of analyzed individuals = 876
> ## number of covariates = 1
> ## number of phenotypes = 1
> ## number of total SNPs/var = 2000
> ## number of analyzed SNPs = 1850
> Calculating Relatedness Matrix ...
> 0%
> ========================= 50%
> ================================================== 100%
>
> **** WARNING: K has 75 eigenvalues close to zero in src/gemma.cpp at line 1912
> **** WARNING: K is ill conditioned! in src/gemma.cpp at line 1912
> **** INFO: Done.
> testLMMissue188
> GEMMA 0.98.4 (2021-01-29) by Xiang Zhou and team (C) 2012-2021
> GSL_RNG_SEED=100
> GSL random generator type: mt19937; seed = 100 (option -1); first value = 2333906440
> Reading Files ...
> ## number of total individuals = 1008
> ## number of analyzed individuals = 876
> ## number of covariates = 1
> ## number of phenotypes = 1
> ## number of total SNPs/var = 2000
> ## number of analyzed SNPs = 1850
> **** WARNING: K has 3 eigenvalues close to zero in src/gemma.cpp at line 2590
> **** WARNING: K is ill conditioned! in src/gemma.cpp at line 2590
> Start Eigen-Decomposition...
> **** WARNING: Matrix G has 386 eigenvalues close to zero
> pve estimate =3.25181e-05
> se(pve) =0.0760733
> 0%
> ========================= 50%
> ================================================== 100%
>
> **** INFO: Done.
> ASSERT:expected:<338154001.76> but was:<338144655.90>
> testCenteredRelatednessMatrixKLOCO1
> GEMMA 0.98.4 (2021-01-29) by Xiang Zhou and team (C) 2012-2021
> GSL_RNG_SEED=100
> GSL random generator type: mt19937; seed = 100 (option -1); first value = 2333906440
> Reading Files ...
> **** TEST MODE: trim individuals from 1940 to 400
> **** TEST MODE: trim individuals from 1940 to 400
> ## number of total individuals = 400
> ## number of analyzed individuals = 247
> ## number of covariates = 1
> ## number of phenotypes = 1
> ## leave one chromosome out (LOCO) = 1
> ## number of total SNPs/var = 12226
> ## number of considered SNPS = 1000
> ## number of SNPS for K = 11182
> ## number of SNPS for GWAS = 1044
> ## number of analyzed SNPs = 889
> Calculating Relatedness Matrix ...
> 0%
> ==== 8%
> ======== 16%
> ============ 25%
> ================ 33%
> ==================== 41%
> ======================== 49%
> ============================ 57%
> ================================ 65%
> ==================================== 74%
> ======================================== 82%
> ============================================ 90%
> ================================================= 98%
> ================================================== 100%
>
> **** INFO: Done.
> ## total computation time = 0.0308908 min
> testUnivariateLinearMixedModelLOCO1
> GEMMA 0.98.4 (2021-01-29) by Xiang Zhou and team (C) 2012-2021
> GSL_RNG_SEED=100
> GSL random generator type: mt19937; seed = 100 (option -1); first value = 2333906440
> Reading Files ...
> **** TEST MODE: trim individuals from 1940 to 400
> **** TEST MODE: trim individuals from 1940 to 400
> ## number of total individuals = 400
> ## number of analyzed individuals = 247
> ## number of covariates = 1
> ## number of phenotypes = 1
> ## leave one chromosome out (LOCO) = 1
> ## number of total SNPs/var = 12226
> ## number of considered SNPS = 1000
> ## number of SNPS for K = 11182
> ## number of SNPS for GWAS = 1044
> ## number of analyzed SNPs = 889
> Start Eigen-Decomposition...
> **** WARNING: Matrix G has 81 eigenvalues close to zero
> pve estimate =7.01411e-06
> se(pve) =0.000282002
> 0%
> ==== 8%
> ======== 16%
> ============ 25%
> ================ 33%
> ==================== 41%
> ======================== 49%
> ============================ 57%
> ================================ 65%
> ==================================== 74%
> ======================================== 82%
> ============================================ 90%
> ================================================= 98%
> ================================================== 100%
> ================================================== 100%
>
> **** INFO: Done.
> ## total computation time = 0.0255047 min
> ASSERT:expected:<15465346.22> but was:<15464740.32>
> testPlinkCenteredRelatednessMatrixKLOCO1
> testPlinkUnivariateLinearMixedModelLOCO1
> testCorrelatedPhenotypesMvLLM
> GEMMA 0.98.4 (2021-01-29) by Xiang Zhou and team (C) 2012-2021
> GSL_RNG_SEED=100
> GSL random generator type: mt19937; seed = 100 (option -1); first value = 2333906440
> Reading Files ...
> ## number of total individuals = 1000
> ## number of analyzed individuals = 1000
> ## number of covariates = 1
> ## number of phenotypes = 5
> ## number of total SNPs/var = 100
> ## number of analyzed SNPs = 100
> REMLE estimate for Vg in the null model:
> 0.8091
> 0.1435 0.0660
> -0.1456 -0.0664 0.1165
> 0.0907 0.0362 -0.0830 0.0639
> -0.5533 -0.0985 0.1171 -0.0765 0.4131
> se(Vg):
> 0.0488
> 0.3422 14.2561
> 0.4678 42.5474 60.0713
> 32.4112 57.9632 53.2384 324.3620
> 78.4902 103.4650 264.6324 763.8744 0.0654
> REMLE estimate for Ve in the null model:
> 0.0334
> 0.0267 0.4502
> -0.0529 -0.0883 0.6004
> 0.0683 0.1413 -0.6502 0.8400
> -0.0128 -0.0041 -0.0706 0.0880 0.0419
> se(Ve):
> 2425.4682
> 0.8800 0.0349
> 1.3841 0.0300 0.0499
> 0.0327 0.0248 0.0545 0.0626
> 1.6822 0.0284 0.0220 0.0117 0.4277
> REMLE likelihood = -3813.3258
> MLE estimate for Vg in the null model:
> 0.8082
> 0.1434 0.0660
> -0.1455 -0.0664 0.1165
> 0.0906 0.0362 -0.0830 0.0639
> -0.5528 -0.0984 0.1170 -0.0764 0.4127
> se(Vg):
> 0.0487
> 0.3430 14.2911
> 0.4559 42.5031 63.0295
> 32.3991 57.9657 54.1131 326.3249
> 78.6757 104.0103 265.2345 763.8790 1.8635
> MLE estimate for Ve in the null model:
> 0.0334
> 0.0267 0.4497
> -0.0529 -0.0882 0.5997
> 0.0682 0.1412 -0.6495 0.8392
> -0.0128 -0.0040 -0.0705 0.0879 0.0418
> se(Ve):
> 2429.2615
> 0.8793 0.0348
> 1.3833 0.0300 0.0499
> 0.0327 0.0247 0.0545 0.0625
> 1.6841 0.0283 0.0220 0.0117 0.4208
> MLE likelihood = -3814.3913
> 0%
> ================================================== 100%
>
> **** INFO: Done.
>
> Ran 13 tests.
>
> FAILED (failures=4)
> tail -n 1 dev_test.log | grep -q 'OK'
> make[2]: *** [Makefile:237: fast-check] Error 1
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> rm -fr -- /tmp/dh-xdg-rundir-9P32mk69
> dh_auto_test: error: make -j1 check returned exit code 2
The full build log is available from:
http://qa-logs.debian.net/2021/02/13/gemma_0.98.4+dfsg-1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with me
so that we can identify if something relevant changed in the meantime.
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
More information about the Debian-med-packaging
mailing list