Making check in src make[1]: Entering directory '/root/file/src' make check-am make[2]: Entering directory '/root/file/src' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/root/file/src' make[1]: Leaving directory '/root/file/src' Making check in magic make[1]: Entering directory '/root/file/magic' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/root/file/magic' Making check in tests make[1]: Entering directory '/root/file/tests' make test make[2]: Entering directory '/root/file/tests' CC test-test.o CCLD test make[2]: Leaving directory '/root/file/tests' make check-local make[2]: Entering directory '/root/file/tests' set -e; \ for i in ../tests/*.testfile; do \ t=${i%%.testfile}; \ echo Running test: $t; \ m=; \ for j in $(eval echo ${t}\*.magic); do \ if [ -f "$j" ]; then \ if [ -z "$m" ]; then \ m=$j; \ else \ m=$m:$j; \ fi \ fi \ done; \ if [ -z "$m" ]; then \ m=../magic/magic; \ fi; \ f=-e; \ if [ -f ${t}.flags ]; then \ f=$f$(cat ${t}.flags); \ fi; \ echo TZ=UTC MAGIC=$m ./test $f $i ${t}.result; \ TZ=UTC MAGIC=$m ./test $f $i ${t}.result; \ done Running test: ../tests/CVE-2014-1943 TZ=UTC MAGIC=../magic/magic ./test -e ../tests/CVE-2014-1943.testfile ../tests/CVE-2014-1943.result ../tests/CVE-2014-1943.testfile: Apple Driver Map, blocksize 0 Running test: ../tests/JW07022A.mp3 TZ=UTC MAGIC=../magic/magic ./test -e ../tests/JW07022A.mp3.testfile ../tests/JW07022A.mp3.result ../tests/JW07022A.mp3.testfile: Audio file with ID3 version 2.2.0, contains: MPEG ADTS, layer III, v1, 96 kbps, 44.1 kHz, Monaural Running test: ../tests/android-vdex-1 TZ=UTC MAGIC=../magic/magic ./test -e ../tests/android-vdex-1.testfile ../tests/android-vdex-1.result ../tests/android-vdex-1.testfile: Android vdex file, verifier deps version: 021, dex section version: 002, number of dex files: 4, verifier deps size: 106328 Running test: ../tests/android-vdex-2 TZ=UTC MAGIC=../magic/magic ./test -e ../tests/android-vdex-2.testfile ../tests/android-vdex-2.result ../tests/android-vdex-2.testfile: Android vdex file, being processed by dex2oat, verifier deps version: 019, dex section version: 002, number of dex files: 1, verifier deps size: 1016 Running test: ../tests/arj TZ=UTC MAGIC=../magic/magic ./test -e ../tests/arj.testfile ../tests/arj.result ../tests/arj.testfile: ARJ archive data, v11, slash-switched, created 5 1980+48, original name: example_m0.arj, os: Unix Running test: ../tests/bcachefs TZ=UTC MAGIC=../magic/magic ./test -e ../tests/bcachefs.testfile ../tests/bcachefs.result ../tests/bcachefs.testfile: bcachefs, UUID=46bd306f-80ad-4cd0-af4f-147e7d85f393, label "Label", version 13, min version 13, device 0/UUID=72a60ede-4cb6-4374-aa70-cb38a50af5ef, 1 devices Running test: ../tests/cl8m8ocofedso TZ=UTC MAGIC=../magic/magic ./test -e ../tests/cl8m8ocofedso.testfile ../tests/cl8m8ocofedso.result ../tests/cl8m8ocofedso.testfile: Audio file with ID3 version 2.4.0, contains: MPEG ADTS, layer III, v1, 192 kbps, 44.1 kHz, JntStereo Running test: ../tests/cmd1 TZ=UTC MAGIC=../magic/magic ./test -e ../tests/cmd1.testfile ../tests/cmd1.result ../tests/cmd1.testfile: a /usr/bin/cmd1 script, ASCII text executable Running test: ../tests/cmd2 TZ=UTC MAGIC=../magic/magic ./test -e ../tests/cmd2.testfile ../tests/cmd2.result ../tests/cmd2.testfile: a /usr/bin/cmd2 script, ASCII text executable Running test: ../tests/cmd3 TZ=UTC MAGIC=../magic/magic ./test -e ../tests/cmd3.testfile ../tests/cmd3.result ../tests/cmd3.testfile: a /usr/bin/cmd3 script executable (binary data) Running test: ../tests/cmd4 TZ=UTC MAGIC=../magic/magic ./test -e ../tests/cmd4.testfile ../tests/cmd4.result ../tests/cmd4.testfile: a /usr/bin/cmd4 script executable (binary data) Running test: ../tests/dsd64-dff TZ=UTC MAGIC=../magic/magic ./test -e ../tests/dsd64-dff.testfile ../tests/dsd64-dff.result ../tests/dsd64-dff.testfile: DSDIFF audio bitstream data, 1 bit, mono, "DSD 64" 2822400 Hz, no compression, ID3 version 2.0.0 Running test: ../tests/dsd64-dsf TZ=UTC MAGIC=../magic/magic ./test -e ../tests/dsd64-dsf.testfile ../tests/dsd64-dsf.result ../tests/dsd64-dsf.testfile: DSF audio bitstream data, 1 bit, mono, "DSD 64" 2822400 Hz, no compression, ID3 version 2.3.0 Running test: ../tests/escapevel TZ=UTC MAGIC=../magic/magic ./test -e ../tests/escapevel.testfile ../tests/escapevel.result ../tests/escapevel.testfile: Zip data (MIME type "application/vnd.nz.gen.geek_central.ti5x"?) Running test: ../tests/ext4 TZ=UTC MAGIC=../magic/magic ./test -e ../tests/ext4.testfile ../tests/ext4.result ../tests/ext4.testfile: Linux rev 1.0 ext4 filesystem data, UUID=d32bbb08-3a76-4510-a064-3045f887dbdf (extents) (64bit) (large files) (huge files) Running test: ../tests/fit-map-data TZ=UTC MAGIC=../magic/magic ./test -e ../tests/fit-map-data.testfile ../tests/fit-map-data.result test: ERROR: result was (len 130) FIT Map data, unit id 65536, serial 3879446968, Sat May 31 03:00:34 2014, manufacturer 1 (garmin), product 1632, type 4 (Activity) expected (len 131) FIT Map data, unit id 65536, serial 3879446968, Sat May 31 10:00:34 2014, manufacturer 1 (garmin), product 1632, type 4 (Activity) ../tests/fit-map-data.testfile: FIT Map data, unit id 65536, serial 3879446968, Sat May 31 03:00:34 2014, manufacturer 1 (garmin), product 1632, type 4 (Activity) make[2]: *** [Makefile:761: check-local] Error 1 make[2]: Leaving directory '/root/file/tests' make[1]: *** [Makefile:637: check-am] Error 2 make[1]: Leaving directory '/root/file/tests' make: *** [Makefile:465: check-recursive] Error 1