Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 666551 Details for
Bug 749969
net-mail/notmuch-0.31-r1: fails test
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 157.23 KB, created by
Thomas Deutschmann (RETIRED)
on 2020-10-18 16:07:40 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Thomas Deutschmann (RETIRED)
Created:
2020-10-18 16:07:40 UTC
Size:
157.23 KB
patch
obsolete
> * Package: net-mail/notmuch-0.31-r1 > * Repository: gentoo > * Maintainer: gentoo@seichter.de proxy-maint@gentoo.org > * USE: abi_x86_32 crypt elibc_glibc emacs kernel_linux python python_targets_python3_7 test userland_GNU valgrind x86 > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox > * Emacs version: 27.1 >>>> Unpacking source... >>>> Unpacking notmuch-0.31.tar.xz to /var/tmp/portage/net-mail/notmuch-0.31-r1/work >>>> Source unpacked in /var/tmp/portage/net-mail/notmuch-0.31-r1/work >>>> Preparing source in /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31 ... >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/bindings/python-cffi /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31 >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31 >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/bindings/python /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31 >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31 >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31 ... > * Using python3.7 in global scope >./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --libdir=/usr/lib --bashcompletiondir=/usr/share/bash-completion/completions --emacslispdir=//usr/share/emacs/site-lisp/notmuch --emacsetcdir=//usr/share/emacs/etc/notmuch --without-desktop --without-ruby --zshcompletiondir=/usr/share/zsh/site-functions --with-emacs --without-api-docs >Welcome to Notmuch, a system for indexing, searching and tagging your email. > >We hope that the process of building and installing notmuch is quick >and smooth so that you can soon be reading and processing your email >more efficiently than ever. > >If anything goes wrong in the configure process, you can override any >decisions it makes by manually editing the Makefile.config file that >it creates. Also please do as much as you can to figure out what could >be different on your machine compared to those of the notmuch >developers. Then, please email those details to the Notmuch list >(notmuch@notmuchmail.org) so that we can hopefully make future >versions of notmuch easier for you to use. > >We'll now investigate your system to verify that all required >dependencies are available: > >Sanity checking C compilation environment... OK. >Sanity checking C++ compilation environment... OK. >Reading libnotmuch version from source... OK. >Checking for Xapian development files (>= 1.4.0)... Yes (1.4.14). >Checking for GMime development files (>= 3.0.3)... Yes. >Checking for GMime session key extraction support... OK. >Checking for GMime X.509 certificate validity... Yes. >Checking signature verification when decrypting using session keys... Yes. >Checking for Glib development files (>= 2.22)... Yes. >Checking for zlib (>= 1.2.5.2)... Yes. >Checking for talloc development files... Yes. >Checking for bash... Yes (/bin/bash). >Checking for perl... Yes (/usr/bin/perl). >Checking for python... Yes (/usr/bin/python3.7). >Checking for python3 (>= 3.5)...Yes. >Checking for python3 cffi and setuptools... Yes. >Checking for python3 pytest (>= 3.0)... Yes. >Checking for valgrind development files... Yes. >Checking for bash-completion (>= 1.90)... Yes. >Checking if emacs (>= 25) is available... Yes. >Checking if sphinx is available and supports nroff output... Yes. >Checking if makeinfo is available... Yes. >Checking if install-info is available... Yes. >Checking for cppcheck... No. >Checking which platform we are on... Linux >Checking for /usr/lib in ldconfig... Yes >Checking for canonicalize_file_name... Yes. >Checking for getline... Yes. >Checking for strcasestr... Yes. >Checking for strsep... Yes. >Checking for timegm... Yes. >Checking for 64 bit time_t... In file included from _time_t.c:2: >_time_t.c:3:1: error: static assertion failed: "sizeof(time_t) < 8" > 3 | static_assert(sizeof(time_t) >= 8, "sizeof(time_t) < 8"); > | ^~~~~~~~~~~~~ >No. >Checking for dirent.d_type... Yes. >Checking for standard version of getpwuid_r... Yes. >Checking for standard version of asctime_r... Yes. >Checking for rpath support... Yes. >Checking for -Wl,--as-needed... Yes. >Checking for -Wl,--no-undefined... Yes. >Checking for available C++ compiler warning flags... > -Wall -Wextra -Wwrite-strings >Checking for available C compiler warning flags... > -Wall -Wextra -Wwrite-strings -Wmissing-declarations > >All required packages were found. You may now run the following >commands to compile and install notmuch: > > make > sudo make install > >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31 ... > * Using python3.7 in global scope >make --jobs 5 --load-average 7.95 >echo 0.31 > version.stamp >emacs --quick --directory emacs -batch -l make-deps.el \ > -f batch-make-deps emacs/notmuch-lib.el emacs/notmuch-compat.el emacs/notmuch-parser.el emacs/notmuch.el emacs/notmuch-query.el emacs/notmuch-show.el emacs/notmuch-tree.el emacs/notmuch-wash.el emacs/notmuch-hello.el emacs/notmuch-mua.el emacs/notmuch-address.el emacs/notmuch-maildir-fcc.el emacs/notmuch-message.el emacs/notmuch-crypto.el emacs/notmuch-tag.el emacs/coolj.el emacs/notmuch-print.el emacs/notmuch-version.el emacs/notmuch-jump.el emacs/notmuch-company.el emacs/notmuch-draft.el > emacs/.eldeps.tmp && \ > mv emacs/.eldeps.tmp emacs/.eldeps >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 command-line-arguments.c -o command-line-arguments.o -MD -MP -MF .deps/command-line-arguments.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 debugger.c -o debugger.o -MD -MP -MF .deps/debugger.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 status.c -o status.o -MD -MP -MF .deps/status.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 gmime-filter-reply.c -o gmime-filter-reply.o -MD -MP -MF .deps/gmime-filter-reply.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 hooks.c -o hooks.o -MD -MP -MF .deps/hooks.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 notmuch.c -o notmuch.o -MD -MP -MF .deps/notmuch.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 notmuch-compact.c -o notmuch-compact.o -MD -MP -MF .deps/notmuch-compact.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 notmuch-config.c -o notmuch-config.o -MD -MP -MF .deps/notmuch-config.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 notmuch-count.c -o notmuch-count.o -MD -MP -MF .deps/notmuch-count.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 notmuch-dump.c -o notmuch-dump.o -MD -MP -MF .deps/notmuch-dump.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 notmuch-insert.c -o notmuch-insert.o -MD -MP -MF .deps/notmuch-insert.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 notmuch-new.c -o notmuch-new.o -MD -MP -MF .deps/notmuch-new.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 notmuch-reindex.c -o notmuch-reindex.o -MD -MP -MF .deps/notmuch-reindex.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 notmuch-reply.c -o notmuch-reply.o -MD -MP -MF .deps/notmuch-reply.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 notmuch-restore.c -o notmuch-restore.o -MD -MP -MF .deps/notmuch-restore.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 notmuch-search.c -o notmuch-search.o -MD -MP -MF .deps/notmuch-search.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 notmuch-setup.c -o notmuch-setup.o -MD -MP -MF .deps/notmuch-setup.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 notmuch-show.c -o notmuch-show.o -MD -MP -MF .deps/notmuch-show.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 notmuch-tag.c -o notmuch-tag.o -MD -MP -MF .deps/notmuch-tag.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 notmuch-time.c -o notmuch-time.o -MD -MP -MF .deps/notmuch-time.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 sprinter-json.c -o sprinter-json.o -MD -MP -MF .deps/sprinter-json.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 sprinter-sexp.c -o sprinter-sexp.o -MD -MP -MF .deps/sprinter-sexp.d >notmuch-show.c: In function âformat_part_rawâ: >notmuch-show.c:912:36: warning: format â%ldâ expects argument of type âlong intâ, but argument 3 has type âssize_tâ {aka âintâ} [-Wformat=] > 912 | fprintf (stderr, "Error: Write %ld chars to stdout failed\n", ssize); > | ~~^ ~~~~~ > | | | > | long int ssize_t {aka int} > | %d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 sprinter-text.c -o sprinter-text.o -MD -MP -MF .deps/sprinter-text.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/filenames.c -o lib/filenames.o -MD -MP -MF .deps/lib/filenames.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/string-list.c -o lib/string-list.o -MD -MP -MF .deps/lib/string-list.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/message-file.c -o lib/message-file.o -MD -MP -MF .deps/lib/message-file.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/message-id.c -o lib/message-id.o -MD -MP -MF .deps/lib/message-id.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/messages.c -o lib/messages.o -MD -MP -MF .deps/lib/messages.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/sha1.c -o lib/sha1.o -MD -MP -MF .deps/lib/sha1.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/built-with.c -o lib/built-with.o -MD -MP -MF .deps/lib/built-with.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/string-map.c -o lib/string-map.o -MD -MP -MF .deps/lib/string-map.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/indexopts.c -o lib/indexopts.o -MD -MP -MF .deps/lib/indexopts.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/tags.c -o lib/tags.o -MD -MP -MF .deps/lib/tags.d >i686-pc-linux-gnu-g++ -c -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -fvisibility-inlines-hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/database.cc -o lib/database.o -MD -MP -MF .deps/lib/database.d >i686-pc-linux-gnu-g++ -c -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -fvisibility-inlines-hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/parse-time-vrp.cc -o lib/parse-time-vrp.o -MD -MP -MF .deps/lib/parse-time-vrp.d >i686-pc-linux-gnu-g++ -c -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -fvisibility-inlines-hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/directory.cc -o lib/directory.o -MD -MP -MF .deps/lib/directory.d >i686-pc-linux-gnu-g++ -c -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -fvisibility-inlines-hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/index.cc -o lib/index.o -MD -MP -MF .deps/lib/index.d >i686-pc-linux-gnu-g++ -c -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -fvisibility-inlines-hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/message.cc -o lib/message.o -MD -MP -MF .deps/lib/message.d >i686-pc-linux-gnu-g++ -c -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -fvisibility-inlines-hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/add-message.cc -o lib/add-message.o -MD -MP -MF .deps/lib/add-message.d >i686-pc-linux-gnu-g++ -c -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -fvisibility-inlines-hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/message-property.cc -o lib/message-property.o -MD -MP -MF .deps/lib/message-property.d >i686-pc-linux-gnu-g++ -c -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -fvisibility-inlines-hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/query.cc -o lib/query.o -MD -MP -MF .deps/lib/query.d >i686-pc-linux-gnu-g++ -c -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -fvisibility-inlines-hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/query-fp.cc -o lib/query-fp.o -MD -MP -MF .deps/lib/query-fp.d >i686-pc-linux-gnu-g++ -c -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -fvisibility-inlines-hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/config.cc -o lib/config.o -MD -MP -MF .deps/lib/config.d >i686-pc-linux-gnu-g++ -c -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -fvisibility-inlines-hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/regexp-fields.cc -o lib/regexp-fields.o -MD -MP -MF .deps/lib/regexp-fields.d >i686-pc-linux-gnu-g++ -c -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -fvisibility-inlines-hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/thread.cc -o lib/thread.o -MD -MP -MF .deps/lib/thread.d >i686-pc-linux-gnu-g++ -c -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -fvisibility-inlines-hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 lib/thread-fp.cc -o lib/thread-fp.o -MD -MP -MF .deps/lib/thread-fp.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 util/xutil.c -o util/xutil.o -MD -MP -MF .deps/util/xutil.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 util/error_util.c -o util/error_util.o -MD -MP -MF .deps/util/error_util.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 util/hex-escape.c -o util/hex-escape.o -MD -MP -MF .deps/util/hex-escape.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 util/string-util.c -o util/string-util.o -MD -MP -MF .deps/util/string-util.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 util/talloc-extra.c -o util/talloc-extra.o -MD -MP -MF .deps/util/talloc-extra.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 util/zlib-extra.c -o util/zlib-extra.o -MD -MP -MF .deps/util/zlib-extra.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 util/util.c -o util/util.o -MD -MP -MF .deps/util/util.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 util/gmime-extra.c -o util/gmime-extra.o -MD -MP -MF .deps/util/gmime-extra.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 util/crypto.c -o util/crypto.o -MD -MP -MF .deps/util/crypto.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 util/repair.c -o util/repair.o -MD -MP -MF .deps/util/repair.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 util/unicode-util.c -o util/unicode-util.o -MD -MP -MF .deps/util/unicode-util.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 parse-time-string/parse-time-string.c -o parse-time-string/parse-time-string.o -MD -MP -MF .deps/parse-time-string/parse-time-string.d >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-lib.el emacs/notmuch-lib.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-lib.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-compat.el emacs/notmuch-compat.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-compat.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-parser.el emacs/notmuch-parser.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-parser.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch.el emacs/notmuch.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-query.el emacs/notmuch-query.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-query.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-show.el emacs/notmuch-show.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-show.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-tree.el emacs/notmuch-tree.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-tree.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-wash.el emacs/notmuch-wash.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-wash.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-hello.el emacs/notmuch-hello.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-hello.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-mua.el emacs/notmuch-mua.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-mua.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-address.el emacs/notmuch-address.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-address.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-maildir-fcc.el emacs/notmuch-maildir-fcc.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-maildir-fcc.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-message.el emacs/notmuch-message.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-message.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-crypto.el emacs/notmuch-crypto.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-crypto.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-tag.el emacs/notmuch-tag.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-tag.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/coolj.el emacs/coolj.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/coolj.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-print.el emacs/notmuch-print.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-print.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-version.el emacs/notmuch-version.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-version.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-jump.el emacs/notmuch-jump.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-jump.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-company.el emacs/notmuch-company.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-company.el (source)... >emacs --quick -batch -L emacs -l rstdoc -f rstdoc-batch-extract emacs/notmuch-draft.el emacs/notmuch-draft.rsti >Loading /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/emacs/notmuch-draft.el (source)... >sphinx-build -b texinfo -d doc/_build/texinfo_doctrees -q ./doc doc/_build/texinfo >WARNING: autodoc: failed to import module 'notmuch2'; the following exception was raised: >No module named 'notmuch2' >touch doc/_build/.texi.stamp >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-compat.el >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-version.el >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-parser.el >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/coolj.el >ar rcs lib/libnotmuch.a lib/filenames.o lib/string-list.o lib/message-file.o lib/message-id.o lib/messages.o lib/sha1.o lib/built-with.o lib/string-map.o lib/indexopts.o lib/tags.o lib/database.o lib/parse-time-vrp.o lib/directory.o lib/index.o lib/message.o lib/add-message.o lib/message-property.o lib/query.o lib/query-fp.o lib/config.o lib/regexp-fields.o lib/thread.o lib/thread-fp.o >ar rcs util/libnotmuch_util.a util/xutil.o util/error_util.o util/hex-escape.o util/string-util.o util/talloc-extra.o util/zlib-extra.o util/util.o util/gmime-extra.o util/crypto.o util/repair.o util/unicode-util.o >ar rcs parse-time-string/libparse-time-string.a parse-time-string/parse-time-string.o >touch docstring.stamp >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 tag-util.c -o tag-util.o -MD -MP -MF .deps/tag-util.d >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-lib.el >sphinx-build -b man -d doc/_build/man_doctrees -q ./doc doc/_build/man >WARNING: autodoc: failed to import module 'notmuch2'; the following exception was raised: >No module named 'notmuch2' >for section in 1 5 7; do \ > mkdir -p doc/_build/man/man${section}; \ > mv doc/_build/man/*.${section} doc/_build/man/man${section}; \ >done >touch doc/_build/.roff.stamp >make -C doc/_build/texinfo info >make[1]: Entering directory '/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/doc/_build/texinfo' >makeinfo --no-split -o 'notmuch-search-terms.info' 'notmuch-search-terms.texi' >makeinfo --no-split -o 'notmuch-compact.info' 'notmuch-compact.texi' >makeinfo --no-split -o 'notmuch-dump.info' 'notmuch-dump.texi' >makeinfo --no-split -o 'notmuch-config.info' 'notmuch-config.texi' >makeinfo --no-split -o 'notmuch-reply.info' 'notmuch-reply.texi' >makeinfo --no-split -o 'notmuch-properties.info' 'notmuch-properties.texi' >makeinfo --no-split -o 'notmuch-reindex.info' 'notmuch-reindex.texi' >makeinfo --no-split -o 'notmuch-hooks.info' 'notmuch-hooks.texi' >makeinfo --no-split -o 'notmuch-restore.info' 'notmuch-restore.texi' >makeinfo --no-split -o 'notmuch-new.info' 'notmuch-new.texi' >makeinfo --no-split -o 'notmuch-show.info' 'notmuch-show.texi' >makeinfo --no-split -o 'notmuch-address.info' 'notmuch-address.texi' >makeinfo --no-split -o 'notmuch-tag.info' 'notmuch-tag.texi' >makeinfo --no-split -o 'notmuch-count.info' 'notmuch-count.texi' >makeinfo --no-split -o 'notmuch-search.info' 'notmuch-search.texi' >makeinfo --no-split -o 'notmuch-emacs-mua.info' 'notmuch-emacs-mua.texi' >makeinfo --no-split -o 'notmuch-emacs.info' 'notmuch-emacs.texi' >makeinfo --no-split -o 'notmuch-insert.info' 'notmuch-insert.texi' >makeinfo --no-split -o 'notmuch.info' 'notmuch.texi' >make[1]: Leaving directory '/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/doc/_build/texinfo' >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-tag.el >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-query.el >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-wash.el >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-company.el >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-maildir-fcc.el >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-message.el >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-crypto.el >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-print.el >rm -f doc/_build/man/man1/notmuch-reply.1.gz && gzip --no-name --stdout doc/_build/man/man1/notmuch-reply.1 > doc/_build/man/man1/notmuch-reply.1.gz >rm -f doc/_build/man/man1/notmuch-reindex.1.gz && gzip --no-name --stdout doc/_build/man/man1/notmuch-reindex.1 > doc/_build/man/man1/notmuch-reindex.1.gz >rm -f doc/_build/man/man1/notmuch-restore.1.gz && gzip --no-name --stdout doc/_build/man/man1/notmuch-restore.1 > doc/_build/man/man1/notmuch-restore.1.gz >rm -f doc/_build/man/man1/notmuch-new.1.gz && gzip --no-name --stdout doc/_build/man/man1/notmuch-new.1 > doc/_build/man/man1/notmuch-new.1.gz >rm -f doc/_build/man/man1/notmuch-dump.1.gz && gzip --no-name --stdout doc/_build/man/man1/notmuch-dump.1 > doc/_build/man/man1/notmuch-dump.1.gz >rm -f doc/_build/man/man1/notmuch-address.1.gz && gzip --no-name --stdout doc/_build/man/man1/notmuch-address.1 > doc/_build/man/man1/notmuch-address.1.gz >rm -f doc/_build/man/man1/notmuch-tag.1.gz && gzip --no-name --stdout doc/_build/man/man1/notmuch-tag.1 > doc/_build/man/man1/notmuch-tag.1.gz >rm -f doc/_build/man/man1/notmuch-count.1.gz && gzip --no-name --stdout doc/_build/man/man1/notmuch-count.1 > doc/_build/man/man1/notmuch-count.1.gz >rm -f doc/_build/man/man1/notmuch-search.1.gz && gzip --no-name --stdout doc/_build/man/man1/notmuch-search.1 > doc/_build/man/man1/notmuch-search.1.gz >rm -f doc/_build/man/man1/notmuch-emacs-mua.1.gz && gzip --no-name --stdout doc/_build/man/man1/notmuch-emacs-mua.1 > doc/_build/man/man1/notmuch-emacs-mua.1.gz >rm -f doc/_build/man/man1/notmuch-show.1.gz && gzip --no-name --stdout doc/_build/man/man1/notmuch-show.1 > doc/_build/man/man1/notmuch-show.1.gz >rm -f doc/_build/man/man1/notmuch-insert.1.gz && gzip --no-name --stdout doc/_build/man/man1/notmuch-insert.1 > doc/_build/man/man1/notmuch-insert.1.gz >rm -f doc/_build/man/man1/notmuch.1.gz && gzip --no-name --stdout doc/_build/man/man1/notmuch.1 > doc/_build/man/man1/notmuch.1.gz >rm -f doc/_build/man/man1/notmuch-compact.1.gz && gzip --no-name --stdout doc/_build/man/man1/notmuch-compact.1 > doc/_build/man/man1/notmuch-compact.1.gz >rm -f doc/_build/man/man1/notmuch-config.1.gz && gzip --no-name --stdout doc/_build/man/man1/notmuch-config.1 > doc/_build/man/man1/notmuch-config.1.gz >rm -f doc/_build/man/man5/notmuch-hooks.5.gz && gzip --no-name --stdout doc/_build/man/man5/notmuch-hooks.5 > doc/_build/man/man5/notmuch-hooks.5.gz >rm -f doc/_build/man/man7/notmuch-properties.7.gz && gzip --no-name --stdout doc/_build/man/man7/notmuch-properties.7 > doc/_build/man/man7/notmuch-properties.7.gz >rm -f doc/_build/man/man7/notmuch-search-terms.7.gz && gzip --no-name --stdout doc/_build/man/man7/notmuch-search-terms.7 > doc/_build/man/man7/notmuch-search-terms.7.gz >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-address.el >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-draft.el >i686-pc-linux-gnu-g++ lib/filenames.o lib/string-list.o lib/message-file.o lib/message-id.o lib/messages.o lib/sha1.o lib/built-with.o lib/string-map.o lib/indexopts.o lib/tags.o lib/database.o lib/parse-time-vrp.o lib/directory.o lib/index.o lib/message.o lib/add-message.o lib/message-property.o lib/query.o lib/query-fp.o lib/config.o lib/regexp-fields.o lib/thread.o lib/thread-fp.o -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -lgmime-3.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -Wl,-rpath,/usr/lib -ltalloc -lz -lxapian -shared -Wl,--version-script=./lib/notmuch.sym,-soname=libnotmuch.so.5 -Wl,--no-undefined -o lib/libnotmuch.so.5.3.0 util/libnotmuch_util.a parse-time-string/libparse-time-string.a >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-mua.el >ln -sf libnotmuch.so.5.3.0 lib/libnotmuch.so.5 >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-hello.el >ln -sf libnotmuch.so.5.3.0 lib/libnotmuch.so >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-jump.el >cd bindings/python-cffi && \ > /usr/bin/python3.7 setup.py build --build-lib build/stage && \ > mkdir -p build/stage/tests && cp tests/*.py build/stage/tests >running build >running build_py >creating build >creating build/stage >creating build/stage/notmuch2 >copying notmuch2/_thread.py -> build/stage/notmuch2 >copying notmuch2/_message.py -> build/stage/notmuch2 >copying notmuch2/_config.py -> build/stage/notmuch2 >copying notmuch2/_errors.py -> build/stage/notmuch2 >copying notmuch2/_tags.py -> build/stage/notmuch2 >copying notmuch2/_query.py -> build/stage/notmuch2 >copying notmuch2/_build.py -> build/stage/notmuch2 >copying notmuch2/_database.py -> build/stage/notmuch2 >copying notmuch2/__init__.py -> build/stage/notmuch2 >copying notmuch2/_base.py -> build/stage/notmuch2 >warning: build_py: byte-compiling is disabled, skipping. > >running build_ext >generating cffi module 'build/temp.linux-i686-3.7/notmuch2._capi.c' >creating build/temp.linux-i686-3.7 >building 'notmuch2._capi' extension >creating build/temp.linux-i686-3.7/build >creating build/temp.linux-i686-3.7/build/temp.linux-i686-3.7 >i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -fPIC -I../../lib -I/usr/include/python3.7m -c build/temp.linux-i686-3.7/notmuch2._capi.c -o build/temp.linux-i686-3.7/build/temp.linux-i686-3.7/notmuch2._capi.o >build/temp.linux-i686-3.7/notmuch2._capi.c: In function â_cffi_d_notmuch_message_get_flagâ: >build/temp.linux-i686-3.7/notmuch2._capi.c:2950:3: warning: ânotmuch_message_get_flagâ is deprecated: function deprecated as of libnotmuch 5.3 [-Wdeprecated-declarations] > 2950 | return notmuch_message_get_flag(x0, x1); > | ^~~~~~ >In file included from build/temp.linux-i686-3.7/notmuch2._capi.c:543: >../../lib/notmuch.h:1502:1: note: declared here > 1502 | notmuch_message_get_flag (notmuch_message_t *message, > | ^~~~~~~~~~~~~~~~~~~~~~~~ >build/temp.linux-i686-3.7/notmuch2._capi.c: In function â_cffi_f_notmuch_message_get_flagâ: >build/temp.linux-i686-3.7/notmuch2._capi.c:2982:3: warning: ânotmuch_message_get_flagâ is deprecated: function deprecated as of libnotmuch 5.3 [-Wdeprecated-declarations] > 2982 | { result = notmuch_message_get_flag(x0, x1); } > | ^ >In file included from build/temp.linux-i686-3.7/notmuch2._capi.c:543: >../../lib/notmuch.h:1502:1: note: declared here > 1502 | notmuch_message_get_flag (notmuch_message_t *message, > | ^~~~~~~~~~~~~~~~~~~~~~~~ >i686-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g build/temp.linux-i686-3.7/build/temp.linux-i686-3.7/notmuch2._capi.o -L../../lib -L/usr/lib -lnotmuch -lpython3.7m -o build/stage/notmuch2/_capi.abi3.so >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-show.el >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 mime-node.c -o mime-node.o -MD -MP -MF .deps/mime-node.d >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-tree.el > >In end of data: >emacs/notmuch-tree.el:1143:1:Warning: the following functions are not known to > be defined: notmuch-search-previous-thread, notmuch-search-next-thread, > notmuch-tree-from-search-thread >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 query-string.c -o query-string.o -MD -MP -MF .deps/query-string.d >emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch.el >i686-pc-linux-gnu-gcc command-line-arguments.o debugger.o status.o gmime-filter-reply.o hooks.o notmuch.o notmuch-compact.o notmuch-config.o notmuch-count.o notmuch-dump.o notmuch-insert.o notmuch-new.o notmuch-reindex.o notmuch-reply.o notmuch-restore.o notmuch-search.o notmuch-setup.o notmuch-show.o notmuch-tag.o notmuch-time.o sprinter-json.o sprinter-sexp.o sprinter-text.o query-string.o mime-node.o tag-util.o -Wl,-O1 -Wl,--as-needed -Lutil -lnotmuch_util -Llib -lnotmuch -Wl,--as-needed -lgmime-3.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -Wl,-rpath,/usr/lib -ltalloc -lz -o notmuch-shared >i686-pc-linux-gnu-g++ command-line-arguments.o debugger.o status.o gmime-filter-reply.o hooks.o notmuch.o notmuch-compact.o notmuch-config.o notmuch-count.o notmuch-dump.o notmuch-insert.o notmuch-new.o notmuch-reindex.o notmuch-reply.o notmuch-restore.o notmuch-search.o notmuch-setup.o notmuch-show.o notmuch-tag.o notmuch-time.o sprinter-json.o sprinter-sexp.o sprinter-text.o query-string.o mime-node.o tag-util.o lib/libnotmuch.a util/libnotmuch_util.a parse-time-string/libparse-time-string.a -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -lgmime-3.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -Wl,-rpath,/usr/lib -ltalloc -lz -lxapian -o notmuch >make -C doc/_build/texinfo info >make[2]: Nothing to be done for 'info'. >cd bindings/python-cffi && \ > /usr/bin/python3.7 setup.py build --build-lib build/stage && \ > mkdir -p build/stage/tests && cp tests/*.py build/stage/tests >running build >running build_py >warning: build_py: byte-compiling is disabled, skipping. > >running build_ext >generating cffi module 'build/temp.linux-i686-3.7/notmuch2._capi.c' >already up-to-date > >Compilation of notmuch is now complete. You can install notmuch with: > > make install > >Note that depending on the prefix to which you are installing >you may need root permission (such as "sudo make install"). >See "./configure --help" for help on setting an alternate prefix. >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/bindings/python-cffi /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31 > * python3_7: running distutils-r1_run_phase distutils-r1_python_compile >python3.7 setup.py build -j 5 >running build >running build_py >creating /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch2 >copying notmuch2/_thread.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch2 >copying notmuch2/_message.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch2 >copying notmuch2/_config.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch2 >copying notmuch2/_errors.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch2 >copying notmuch2/_tags.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch2 >copying notmuch2/_query.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch2 >copying notmuch2/_build.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch2 >copying notmuch2/_database.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch2 >copying notmuch2/__init__.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch2 >copying notmuch2/_base.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch2 >warning: build_py: byte-compiling is disabled, skipping. > >running build_ext >generating cffi module '/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/notmuch2._capi.c' >creating /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7 >building 'notmuch2._capi' extension >creating /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/var >creating /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/var/tmp >creating /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/var/tmp/portage >creating /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/var/tmp/portage/net-mail >creating /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/var/tmp/portage/net-mail/notmuch-0.31-r1 >creating /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/var/tmp/portage/net-mail/notmuch-0.31-r1/work >creating /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7 >creating /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7 >i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -fPIC -I../../lib -I/usr/include/python3.7m -c /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/notmuch2._capi.c -o /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/notmuch2._capi.o >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/notmuch2._capi.c: In function â_cffi_d_notmuch_message_get_flagâ: >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/notmuch2._capi.c:2950:3: warning: ânotmuch_message_get_flagâ is deprecated: function deprecated as of libnotmuch 5.3 [-Wdeprecated-declarations] > 2950 | return notmuch_message_get_flag(x0, x1); > | ^~~~~~ >In file included from /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/notmuch2._capi.c:543: >../../lib/notmuch.h:1502:1: note: declared here > 1502 | notmuch_message_get_flag (notmuch_message_t *message, > | ^~~~~~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/notmuch2._capi.c: In function â_cffi_f_notmuch_message_get_flagâ: >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/notmuch2._capi.c:2982:3: warning: ânotmuch_message_get_flagâ is deprecated: function deprecated as of libnotmuch 5.3 [-Wdeprecated-declarations] > 2982 | { result = notmuch_message_get_flag(x0, x1); } > | ^ >In file included from /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/notmuch2._capi.c:543: >../../lib/notmuch.h:1502:1: note: declared here > 1502 | notmuch_message_get_flag (notmuch_message_t *message, > | ^~~~~~~~~~~~~~~~~~~~~~~~ >i686-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/temp.linux-i686-3.7/notmuch2._capi.o -L../../lib -L/usr/lib -lnotmuch -lpython3.7m -o /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch2/_capi.abi3.so >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31 >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/bindings/python /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31 > * python3_7: running distutils-r1_run_phase distutils-r1_python_compile >python3.7 setup.py build -j 5 >running build >running build_py >creating /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch >copying notmuch/errors.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch >copying notmuch/directory.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch >copying notmuch/compat.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch >copying notmuch/threads.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch >copying notmuch/database.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch >copying notmuch/filenames.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch >copying notmuch/globals.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch >copying notmuch/version.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch >copying notmuch/thread.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch >copying notmuch/message.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch >copying notmuch/tag.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch >copying notmuch/query.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch >copying notmuch/__init__.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch >copying notmuch/messages.py -> /var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31-python3_7/lib/notmuch >warning: build_py: byte-compiling is disabled, skipping. > >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31 >>>> Source compiled. >>>> Test phase: net-mail/notmuch-0.31-r1 >make --jobs 5 --load-average 7.95 check >make -C doc/_build/texinfo info >make[1]: Entering directory '/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/doc/_build/texinfo' >make[1]: Nothing to be done for 'info'. >make[1]: Leaving directory '/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/doc/_build/texinfo' >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 test/random-corpus.c -o test/random-corpus.o -MD -MP -MF .deps/test/random-corpus.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 test/database-test.c -o test/database-test.o -MD -MP -MF .deps/test/database-test.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 test/parse-time.c -o test/parse-time.o -MD -MP -MF .deps/test/parse-time.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 test/smtp-dummy.c -o test/smtp-dummy.o -MD -MP -MF .deps/test/smtp-dummy.d >i686-pc-linux-gnu-g++ -c -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -fvisibility-inlines-hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 test/symbol-test.cc -o test/symbol-test.o -MD -MP -MF .deps/test/symbol-test.d >i686-pc-linux-gnu-g++ -c -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -fvisibility-inlines-hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 test/make-db-version.cc -o test/make-db-version.o -MD -MP -MF .deps/test/make-db-version.d >i686-pc-linux-gnu-g++ -c -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -fvisibility-inlines-hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 test/ghost-report.cc -o test/ghost-report.o -MD -MP -MF .deps/test/ghost-report.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 test/message-id-parse.c -o test/message-id-parse.o -MD -MP -MF .deps/test/message-id-parse.d >i686-pc-linux-gnu-g++ test/random-corpus.o test/database-test.o notmuch-config.o status.o command-line-arguments.o lib/libnotmuch.a util/libnotmuch_util.a parse-time-string/libparse-time-string.a -o test/random-corpus -Wl,-O1 -Wl,--as-needed -lgmime-3.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -Wl,-rpath,/usr/lib -ltalloc -lz -lxapian >i686-pc-linux-gnu-gcc test/parse-time.o parse-time-string/parse-time-string.o -o test/parse-time -Wl,-O1 -Wl,--as-needed >i686-pc-linux-gnu-gcc test/smtp-dummy.o -o test/smtp-dummy -Wl,-O1 -Wl,--as-needed >i686-pc-linux-gnu-g++ test/symbol-test.o lib/libnotmuch.so -o test/symbol-test -Wl,-O1 -Wl,--as-needed -Llib -lnotmuch -lxapian >i686-pc-linux-gnu-g++ test/make-db-version.o -o test/make-db-version -Wl,-O1 -Wl,--as-needed -lxapian >i686-pc-linux-gnu-g++ test/ghost-report.o -o test/ghost-report -Wl,-O1 -Wl,--as-needed -lxapian >i686-pc-linux-gnu-gcc test/message-id-parse.o lib/libnotmuch.a util/libnotmuch_util.a -o test/message-id-parse -Wl,-O1 -Wl,--as-needed -Wl,-rpath,/usr/lib -ltalloc >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 test/hex-xcode.c -o test/hex-xcode.o -MD -MP -MF .deps/test/hex-xcode.d >i686-pc-linux-gnu-gcc -c -DNOTMUCH_VERSION=0.31 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -g -Wall -Wextra -Wwrite-strings -Wmissing-declarations -I./util -I./compat -I./lib -fPIC -fvisibility=hidden -I./parse-time-string -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-3.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_VALGRIND=1 -I/usr/include/valgrind -DHAVE_GETLINE=1 -DWITH_EMACS=1 -DHAVE_CANONICALIZE_FILE_NAME=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_TIMEGM=1 -DHAVE_D_TYPE=1 -DSTD_GETPWUID=1 -DSTD_ASCTIME=1 -DSILENCE_XAPIAN_DEPRECATION_WARNINGS -DHAVE_XAPIAN_DB_RETRY_LOCK=1 test/arg-test.c -o test/arg-test.o -MD -MP -MF .deps/test/arg-test.d >i686-pc-linux-gnu-gcc test/hex-xcode.o command-line-arguments.o util/libnotmuch_util.a -o test/hex-xcode -Wl,-O1 -Wl,--as-needed -Wl,-rpath,/usr/lib -ltalloc >i686-pc-linux-gnu-gcc test/arg-test.o command-line-arguments.o util/libnotmuch_util.a -o test/arg-test -Wl,-O1 -Wl,--as-needed >cd bindings/python-cffi && \ > /usr/bin/python3.7 setup.py build --build-lib build/stage && \ > mkdir -p build/stage/tests && cp tests/*.py build/stage/tests >running build >running build_py >warning: build_py: byte-compiling is disabled, skipping. > >running build_ext >generating cffi module 'build/temp.linux-i686-3.7/notmuch2._capi.c' >already up-to-date >INFO: using 2m timeout for tests > >T000-basic: Testing the test framework itself. > PASS success is reported like this > PASS test runs if prerequisite is satisfied > PASS tests clean up after themselves > PASS tests clean up even after a failure > PASS failure to clean up causes the test to fail > PASS Ensure that test output is suppressed unless the test fails > PASS Ensure that -v does not suppress test output > PASS test that mail store was created > PASS mail store should be empty > PASS NOTMUCH_CONFIG is set and points to an existing file > PASS PATH is set to build directory > PASS notmuch is compiled with debugging symbols > >T010-help-test: Testing online help > PASS notmuch --help > PASS notmuch help > PASS notmuch --version > PASS notmuch --help tag > PASS notmuch help tag > >T020-compact: Testing "notmuch compact" > PASS Running compact > PASS Compact preserves database > PASS Restoring Backup > PASS Checking restored backup > >T030-config: Testing "notmuch config" > PASS Get string value > PASS Get list value > PASS Set string value > PASS Set string value again > PASS Set list value > PASS Set list value again > PASS Remove key > PASS Remove non-existent key > PASS List all items > PASS Top level --config=FILE option > PASS Top level --config:FILE option > PASS Top level --config<space>FILE option > PASS Top level --config=FILE option changed the right file > PASS Read config file through a symlink > PASS Write config file through a symlink > PASS Writing config file through symlink follows symlink > PASS Absolute database path returned > PASS Relative database path properly expanded > >T040-setup: Testing "notmuch setup" > PASS Notmuch new without a config suggests notmuch setup > PASS Create a new config interactively > >T050-new: Testing "notmuch new" in several variations > PASS No new messages > PASS Single new message > PASS Single message (full-scan) > PASS Multiple new messages > PASS Multiple new messages (full-scan) > PASS No new messages (non-empty DB) > PASS No new messages (full-scan) > PASS New directories > PASS Alternate inode order > PASS Message moved in > PASS Renamed message > PASS Deleted message > PASS Renamed directory > PASS Deleted directory > PASS New directory (at end of list) > PASS Deleted directory (end of list) > PASS New symlink to directory > PASS New symlink to a file > PASS Broken symlink aborts > PASS New two-level directory > PASS Deleted two-level directory > PASS One character directory at top level > PASS Support single-message mbox > PASS Skip and report non-mail files > PASS Ignore files and directories specified in new.ignore > PASS Ignore files and directories specified in new.ignore (full-scan) > PASS Ignore files and directories specified in new.ignore (multiple occurrences) > PASS Don't stop for ignored broken symlinks > PASS Ignore files and directories specified in new.ignore (regexp) > PASS Quiet: No new mail. > PASS Quiet: new, removed and renamed messages. > PASS Empty tags in new.tags are forbidden > PASS Tags starting with '-' in new.tags are forbidden > PASS Invalid tags set exit code > PASS Xapian exception: read only files > PASS Handle files vanishing between scandir and add_file > PASS reference loop does not crash > PASS reference loop ordered by date > >T060-count: Testing "notmuch count" for messages and threads > PASS message count is the default for notmuch count > PASS message count with --output=messages > PASS thread count with --output=threads > PASS thread count is the default for notmuch search > PASS files count > PASS files count for a duplicate message-id > PASS count with no matching messages > PASS count with no matching threads > PASS message count is the default for batch count > PASS batch message count > PASS batch thread count > PASS batch message count with input file > PASS error message for database open > PASS error message from query_search_messages > PASS count library function is non-destructive > >T070-insert: Testing "notmuch insert" > PASS Insert zero-length file > PASS Insert non-message > PASS Database empty so far > PASS Insert message > PASS Permissions on inserted message should be 0600 > PASS Insert message adds default tags > PASS Insert duplicate message > PASS Duplicate message does not change tags > PASS Insert message, add tag > PASS Insert tagged world-readable message > PASS Permissions on inserted world-readable message should be 0644 > PASS Insert tagged world-readable message with group-only umask > PASS Permissions on inserted world-readable message with funny umask should be 0640 > PASS Insert message, add/remove tags > PASS Insert message with default tags stays in new/ > PASS Insert message with non-maildir synced tags stays in new/ > PASS Insert message with custom new.tags goes to cur/ > PASS Insert message with custom new.tags actually gets the tags > PASS Insert message with maildir synced tags goes to cur/ > PASS Insert message with maildir sync off goes to new/ > PASS Insert message into folder > PASS Insert message into top level folder > PASS Insert message into folder with trailing / > PASS Insert message into folder, add/remove tags > PASS Insert message into non-existent folder > PASS Insert message, create folder > PASS Insert message, create subfolder > PASS Created subfolder should have permissions 0700 > PASS Created subfolder new/ should also have permissions 0700 > PASS Insert message, create world-readable subfolder > PASS Created world-readable subfolder should have permissions 0755 > PASS Created world-readable subfolder new/ should also have permissions 0755 > PASS Insert message, create existing subfolder > PASS Insert message, create invalid subfolder > PASS Empty tags in new.tags are forbidden > PASS Tags starting with '-' in new.tags are forbidden > PASS Invalid tags set exit code > PASS EXIT_FAILURE when index_file returns FILE_NOT_EMAIL > PASS success exit with --keep when index_file returns FILE_NOT_EMAIL > PASS EXIT_FAILURE when index_file returns READ_ONLY_DATABASE > PASS success exit with --keep when index_file returns READ_ONLY_DATABASE > PASS EXIT_FAILURE when index_file returns UPGRADE_REQUIRED > PASS success exit with --keep when index_file returns UPGRADE_REQUIRED > PASS EXIT_FAILURE when index_file returns PATH_ERROR > PASS success exit with --keep when index_file returns PATH_ERROR > PASS EX_TEMPFAIL when index_file returns OUT_OF_MEMORY > PASS success exit with --keep when index_file returns OUT_OF_MEMORY > PASS EX_TEMPFAIL when index_file returns XAPIAN_EXCEPTION > PASS success exit with --keep when index_file returns XAPIAN_EXCEPTION > >T080-search: Testing "notmuch search" in several variations > PASS Search body > PASS Search by from: > PASS Search by to: > PASS Search by subject: > PASS Search by subject (utf-8): > PASS Search by id: > PASS Search by mid: > PASS Search by tag: > PASS Search by thread: > PASS Search body (phrase) > PASS Search by from: (address) > PASS Search by from: (name) > PASS Search by from: (name and address) > PASS Search by from: without prefix (name and address) > PASS Search by to: (address) > PASS Search by to: (name) > PASS Search by to: (name and address) > PASS Search by to: without prefix (name and address) > PASS Search by subject: (phrase) > PASS Search for all messages ("*") > PASS Search body (utf-8): > PASS headers do not have adjacent term positions > PASS parts have non-overlapping term positions > PASS parts do not have adjacent term positions > >T090-search-output: Testing various settings for "notmuch search --output=" > PASS --output=threads > PASS --output=threads --format=json > PASS --output=messages > PASS --output=messages --duplicate=1 > PASS --output=messages --duplicate=2 > PASS --output=messages --duplicate=3 > PASS --output=messages --format=json > PASS --output=messages --format=json --duplicate=1 > PASS --output=messages --format=json --duplicate=2 > PASS --output=messages --format=json --duplicate=3 > PASS --output=files > PASS --output=files --duplicate=1 > PASS --output=files --format=json > PASS --output=files --format=json --duplicate=2 > PASS --output=tags > PASS --output=tags --format=json > PASS sanitize output for quoted-printable line-breaks in author and subject > PASS search for non-existent message prints nothing > PASS search --format=json for non-existent message prints proper empty json > >T095-address: Testing "notmuch address" in several variants > PASS --output=sender > PASS without --output > PASS --output=sender --format=json > PASS --output=recipients > PASS --output=sender --output=recipients > PASS --output=sender --output=count > PASS --output=recipients --output=address > PASS --output=sender --output=address --output=count > PASS --output=count --format=json > PASS --deduplicate=no --sort=oldest-first --output=sender > PASS --deduplicate=no --sort=newest-first --output=sender --output=recipients > PASS --deduplicate=address --output=sender --output=recipients > PASS --deduplicate=no --output=sender > PASS --deduplicate=mailbox --output=sender --output=count > PASS --deduplicate=address --output=sender --output=count > >T100-search-by-folder: Testing "notmuch search" by folder: and path: (with variations) > PASS Single-world folder: specification (multiple results) > PASS Top level folder > PASS Two-word path to narrow results to one > PASS Folder search with --output=files > PASS After removing duplicate instance of matching path > PASS Folder search with --output=files part #2 > PASS After removing duplicate instance of matching path part #2 > PASS After rename, old path returns nothing > PASS After rename, new path returns result > PASS folder: search > PASS top level folder: search > PASS path: search > PASS top level path: search > PASS recursive path: search > >T110-search-position-overlap-bug: Testing that notmuch does not overlap term positions > PASS Search for a@b.c matches > PASS Search for x@y.z matches > PASS Search for a@y.c must not match > >T120-search-insufficient-from-quoting: Testing messages with unquoted . in name > PASS Search by first name > PASS Search by last name: > PASS Search by address: > PASS Search for all messages: > >T130-search-limiting: Testing "notmuch search" --offset and --limit parameters > PASS messages: limit does the right thing > PASS messages: concatenation of limited searches > PASS messages: limit larger than result set > PASS messages: limit = 0 > PASS messages: offset does the right thing > PASS messages: offset = 0 > PASS messages: negative offset > PASS messages: negative offset > PASS messages: negative offset combined with limit > PASS messages: negative offset combined with equal limit > PASS messages: negative offset combined with large limit > PASS messages: negative offset larger then results > PASS threads: limit does the right thing > PASS threads: concatenation of limited searches > PASS threads: limit larger than result set > PASS threads: limit = 0 > PASS threads: offset does the right thing > PASS threads: offset = 0 > PASS threads: negative offset > PASS threads: negative offset > PASS threads: negative offset combined with limit > PASS threads: negative offset combined with equal limit > PASS threads: negative offset combined with large limit > PASS threads: negative offset larger then results > >T140-excludes: Testing "notmuch search, count and show" with excludes in several variations > PASS Search, exclude "deleted" messages from search > PASS Search, exclude "deleted" messages from message search > PASS Search, exclude "deleted" messages from message search --exclude=false > PASS Search, exclude "deleted" messages from message search (non-existent exclude-tag) > PASS Search, exclude "deleted" messages from search, overridden > PASS Search, exclude "deleted" messages from threads > PASS Search, don't exclude "deleted" messages when --exclude=flag specified > PASS Search, don't exclude "deleted" messages from search if not configured > PASS Search, default exclusion (thread summary) > PASS Search, default exclusion (messages) > PASS Search, exclude=true (thread summary) > PASS Search, exclude=true (messages) > PASS Search, exclude=false (thread summary) > PASS Search, exclude=false (messages) > PASS Search, exclude=flag (thread summary) > PASS Search, exclude=flag (messages) > PASS Search, exclude=all (thread summary) > PASS Search, exclude=all (messages) > PASS Search, default exclusion: tag in query (thread summary) > PASS Search, default exclusion: tag in query (messages) > PASS Search, exclude=true: tag in query (thread summary) > PASS Search, exclude=true: tag in query (messages) > PASS Search, exclude=false: tag in query (thread summary) > PASS Search, exclude=false: tag in query (messages) > PASS Search, exclude=flag: tag in query (thread summary) > PASS Search, exclude=flag: tag in query (messages) > PASS Search, exclude=all: tag in query (thread summary) > PASS Search, exclude=all: tag in query (messages) > PASS Count, default exclusion (messages) > PASS Count, default exclusion (threads) > PASS Count, exclude=true (messages) > PASS Count, exclude=true (threads) > PASS Count, exclude=false (messages) > PASS Count, exclude=false (threads) > PASS Count, default exclusion: tag in query (messages) > PASS Count, default exclusion: tag in query (threads) > PASS Count, exclude=true: tag in query (messages) > PASS Count, exclude=true: tag in query (threads) > PASS Count, exclude=false: tag in query (messages) > PASS Count, exclude=false: tag in query (threads) > PASS Show, default exclusion > PASS Show, default exclusion (entire-thread) > PASS Show, exclude=true > PASS Show, exclude=true (entire-thread) > PASS Show, exclude=false > PASS Show, exclude=false (entire-thread) > >T150-tagging: Testing "notmuch tag" > PASS Adding tags > PASS Removing tags > PASS No tag operations > PASS No query > PASS Redundant tagging > PASS Remove all > PASS Remove all with batch > PASS Remove all with a no-op > PASS Special characters in tags > PASS Tagging order > PASS --batch > PASS --input > PASS --batch --input > PASS --batch --input --remove-all > PASS --batch, dependence on previous line > PASS --batch, blank lines and comments > PASS --batch: checking error messages > PASS --batch: tags with quotes > PASS --batch: tags with punctuation and space > PASS --batch: unicode tags > PASS --batch: only space and % needs to be encoded. > PASS --batch: unicode message-ids > PASS Empty tag names > PASS Tag name beginning with - > PASS Xapian exception: read only files > >T160-json: Testing --format=json output > PASS Show message: json > PASS Show message: json --body=true > PASS Show message: json --body=false > PASS Search message: json > PASS Show message: json, utf-8 > PASS Show message: json, inline attachment filename > PASS Search message: json, utf-8 > BROKEN Search message: json, 64-bit timestamp > --- T160-json.8.expected 2020-10-18 16:00:09.341284523 +0000 > +++ T160-json.8.output 2020-10-18 16:00:09.341284523 +0000 > @@ -1,7 +1,7 @@ > [ > { > "authors": "Notmuch Test Suite", > - "date_relative": "the future", > + "date_relative": "1970-01-01", > "matched": 1, > "query": [ > "id:msg-005@notmuch-test-suite", > @@ -13,7 +13,7 @@ > "unread" > ], > "thread": "XXX", > - "timestamp": 32472187200, > + "timestamp": 0, > "total": 1 > } > ] > PASS Format version: too low > PASS Format version: too high > PASS Show message: multiple filenames > PASS Show message: multiple filenames, format version 2 > >T170-sexp: Testing --format=sexp output > PASS Show message: sexp > PASS Show message: sexp --body=true > PASS Show message: sexp --body=false > PASS Search message: sexp > PASS Show message: sexp, utf-8 > PASS Search message: sexp, utf-8 > PASS Show message: sexp, inline attachment filename > >T180-text: Testing --format=text output > PASS Show message: text > PASS Search message: text > PASS Show message: text, utf-8 > PASS Search message: text, utf-8 > PASS Search message tags: text0 > PASS Compare text vs. text0 for threads > PASS Compare text vs. text0 for messages > PASS Compare text vs. text0 for files > PASS Compare text vs. text0 for tags > >T190-multipart: Testing output of multipart message > PASS --format=text --part=0, full message > PASS --format=text --part=0 --body=false, message header > PASS --format=text --part=1, message body > PASS --format=text --part=2, multipart/mixed > PASS --format=text --part=3, rfc822 part > PASS --format=text --part=4, rfc822's multipart > PASS --format=text --part=5, rfc822's html part > PASS --format=text --include-html --part=5, rfc822's html part > PASS --format=text --part=6, rfc822's text part > PASS --format=text --part=7, inline attachment > PASS --format=text --part=8, plain text part > PASS --format=text --part=9, pgp signature (unverified) > PASS --format=text --part=8, no part, expect error > PASS --format=json --part=0, full message > PASS --format=json --part=1, message body > PASS --format=json --part=2, multipart/mixed > PASS --format=json --part=3, rfc822 part > PASS --format=json --part=4, rfc822's multipart/alternative > PASS --format=json --part=5, rfc822's html part > PASS --format=json --part=6, rfc822's text part > PASS --format=json --part=7, inline attachment > PASS --format=json --part=8, plain text part > PASS --format=json --part=9, pgp signature (unverified) > PASS --format=json --part=10, no part, expect error > PASS --format=raw > PASS --format=raw --part=0, full message > PASS --format=raw --part=1, message body > PASS --format=raw --part=2, multipart/mixed > PASS --format=raw --part=3, rfc822 part > PASS --format=raw --part=4, rfc822's multipart > PASS --format=raw --part=5, rfc822's html part > PASS --format=raw --part=6, rfc822's text part > PASS --format=raw --part=7, inline attachment > PASS --format=raw --part=8, plain text part > PASS --format=raw --part=9, pgp signature (unverified) > PASS --format=raw --part=10, no part, expect error > PASS --format=mbox > PASS --format=mbox --part=1, incompatible, expect error > PASS 'notmuch reply' to a multipart message > PASS 'notmuch reply' to a multipart message with json format > PASS 'notmuch show --part' does not corrupt a part with CRLF pair > PASS html parts excluded by default > PASS html parts included > PASS indexes mime-type #1 > PASS indexes mime-type #2 > PASS indexes mime-type #3 > PASS case of Content-Disposition doesn't matter for indexing > >T200-thread-naming: Testing naming of threads with changing subject > PASS Initial thread name (oldest-first search) > PASS Initial thread name (newest-first search) > PASS Changed thread name (oldest-first search) > PASS Changed thread name (newest-first search) > PASS Ignore added reply prefix (Re:) > PASS Ignore added reply prefix (Aw:) > PASS Ignore added reply prefix (Vs:) > PASS Ignore added reply prefix (Sv:) > PASS Use empty subjects if necessary. > PASS Avoid empty subjects if possible (newest-first). > PASS Avoid empty subjects if possible (oldest-first). > PASS Test order of messages in "notmuch show" > >T205-author-naming: Testing naming of authors with unusual addresses > PASS Add author with empty quoted real name > >T210-raw: Testing notmuch show --format=raw > PASS Attempt to show multiple raw messages > PASS Show a raw message > PASS Show another raw message > PASS content, message of size 0001024 > PASS return value, message of size 0001024 > PASS content, message of size 0002048 > PASS return value, message of size 0002048 > PASS content, message of size 0004096 > PASS return value, message of size 0004096 > PASS content, message of size 0008192 > PASS return value, message of size 0008192 > PASS content, message of size 0016384 > PASS return value, message of size 0016384 > PASS content, message of size 0032768 > PASS return value, message of size 0032768 > PASS content, message of size 0065536 > PASS return value, message of size 0065536 > PASS content, message of size 0131072 > PASS return value, message of size 0131072 > PASS content, message of size 0262144 > PASS return value, message of size 0262144 > PASS content, message of size 0524288 > PASS return value, message of size 0524288 > PASS content, message of size 1048576 > PASS return value, message of size 1048576 > >T220-reply: Testing "notmuch reply" in several variations > PASS Basic reply > PASS Multiple recipients > PASS Reply with CC > PASS Reply from alternate address > PASS Reply from address in named group list > PASS Support for Reply-To > PASS Un-munging Reply-To > PASS Un-munging Reply-To With Exact Match > PASS Un-munging Reply-To With Raw addr-spec > PASS Message with header of exactly 200 bytes > PASS From guessing: Envelope-To > PASS From guessing: X-Original-To > PASS From guessing: Delivered-To > PASS Reply with RFC 2047-encoded headers > PASS Reply with RFC 2047-encoded headers (JSON) > PASS Reply to a message with multiple Cc headers > >T230-reply-to-sender: Testing "notmuch reply --reply-to=sender" in several variations > PASS Basic reply-to-sender > PASS From Us, Basic reply to message > PASS Multiple recipients > PASS From Us, Multiple TO recipients > PASS Reply with CC > PASS From Us, Reply with CC > PASS From Us, Reply no TO but with CC > PASS Reply from alternate address > PASS Support for Reply-To > PASS Support for Reply-To with multiple recipients > PASS Un-munging Reply-To > PASS Message with header of exactly 200 bytes > >T240-dump-restore: Testing "notmuch dump" and "notmuch restore" > PASS dump header > PASS Dumping all tags > PASS Dumping all tags II > PASS Clearing all tags > PASS Clearing all tags > PASS Restoring original tags > PASS Restore with nothing to do > PASS Accumulate with existing tags > PASS Accumulate with no tags > PASS Accumulate with new tags > PASS Invalid restore invocation > PASS dump --output=outfile > PASS dump --output=outfile -- > PASS dump --gzip > PASS dump --gzip --output=outfile > PASS restoring gzipped stdin > PASS restoring gzipped file > PASS dump -- from:cworth > PASS dump --output=outfile from:cworth > PASS dump --output=outfile -- from:cworth > PASS Check for a safe set of message-ids > PASS format=batch-tag, dump sanity check. > PASS format=batch-tag, missing newline > PASS format=batch-tag, # round-trip > PASS format=batch-tag, # blank lines and comments > PASS format=batch-tag, # reverse-round-trip empty tag > PASS restoring empty file is not an error > PASS file of comments and blank lines is not an error > PASS detect format=batch-tag with leading comments and blanks > PASS detect format=sup with leading comments and blanks > PASS format=batch-tag, round trip with strange tags > PASS format=batch-tag, checking encoded output > PASS restoring sane tags > PASS format=batch-tag, restore=auto > PASS format=sup, restore=auto > PASS format=batch-tag, restore=default > PASS format=sup, restore=default > PASS restore: checking error messages > PASS roundtripping random message-ids and tags > >T250-uuencode: Testing handling of uuencoded data > PASS Ensure content before uu data is indexed > PASS Ensure uu data is not indexed > PASS Ensure content after uu data is indexed > >T260-thread-order: Testing threading when messages received out of order > PASS Messages with one parent get linked in all delivery orders > PASS Messages with all parents get linked in all delivery orders > >T270-author-order: Testing author reordering; > PASS Adding parent message > PASS Adding initial child message > PASS Adding second child message > PASS Searching when all three messages match > PASS Searching when two messages match > PASS Searching when only one message matches > PASS Searching when only first message matches > PASS Adding duplicate author > PASS Searching when all four messages match > PASS Adding non-monotonic child message > PASS Searching non-monotonic messages (oldest-first) > PASS Searching non-monotonic messages (newest-first) > >T280-from-guessing: Testing From line heuristics (with multiple configured addresses) > PASS Magic from guessing (nothing to go on) > PASS Magic from guessing (Envelope-to:) > PASS Magic from guessing (X-Original-To:) > PASS Magic from guessing (Received: .. for ..) > PASS Magic from guessing (Received: domain) > PASS Magic from guessing (multiple Received: headers) > PASS Testing From line heuristics (with single configured address) > PASS Magic from guessing (nothing to go on) > PASS Magic from guessing (Envelope-to:) > PASS Magic from guessing (X-Original-To:) > PASS Magic from guessing (Received: .. for ..) > PASS Magic from guessing (Received: domain) > >T290-long-id: Testing messages with ridiculously-long message IDs > PASS Referencing long ID before adding > PASS Adding message with long ID > PASS Referencing long ID after adding > PASS Ensure all messages were threaded together > >T300-encoding: Testing encoding issues > PASS Message with text of unknown charset > PASS Search for ISO-8859-2 encoded message > PASS RFC 2047 encoded word with spaces > PASS RFC 2047 encoded words back to back > PASS RFC 2047 encoded words without space before or after > PASS Mislabeled Windows-1252 encoding > >T310-emacs: Testing emacs interface > PASS Syntax of emacs test library > PASS Basic notmuch-hello view in emacs > PASS Saved search with 0 results > PASS No saved searches displayed (all with 0 results) > PASS Basic notmuch-search view in emacs > PASS Incremental parsing of search results > PASS Navigation of notmuch-hello to search results > PASS Basic notmuch-show view in emacs > PASS Basic notmuch-show view in emacs default indentation > PASS Basic notmuch-show view in emacs without indentation > PASS Basic notmuch-show view in emacs with fourfold indentation > PASS notmuch-show for message with invalid From > PASS Navigation of notmuch-search to thread view > PASS Add tag from search view > PASS Remove tag from search view > PASS Add tag (large query) > PASS notmuch-show: add single tag to single message > PASS notmuch-show: remove single tag from single message > PASS notmuch-show: add multiple tags to single message > PASS notmuch-show: remove multiple tags from single message > PASS Message with .. in Message-Id: > PASS Message with quote in Message-Id: > PASS Sending a message via (fake) SMTP > PASS Folding a long header when sending via (fake) SMTP > PASS Verify that sent messages are saved/searchable (via FCC) > PASS notmuch-fcc-dirs set to nil > PASS notmuch-fcc-dirs set to a string > PASS notmuch-fcc-dirs set to a list (with match) > PASS notmuch-fcc-dirs set to a list (catch-all) > PASS notmuch-fcc-dirs set to a list (no match) > PASS Reply within emacs > PASS Reply within emacs to a message with TAB in subject > PASS Reply from alternate address within emacs > PASS Reply from address in named group list within emacs > PASS Reply within emacs to a multipart/mixed message > PASS Reply within emacs to a multipart/alternative message > PASS Reply within emacs to an html-only message > PASS Reply within emacs to message from self > PASS Quote MML tags in reply > PASS Save attachment from within emacs using notmuch-show-save-attachments > PASS Save attachment from within emacs using notmuch-show-save-part > PASS Save 8bit attachment from within emacs using notmuch-show-save-attachments > PASS View raw message within emacs > PASS Hiding/showing signature in notmuch-show view > PASS Detection and hiding of top-post quoting of message > PASS Hiding message in notmuch-show view > PASS Hiding message with visible citation in notmuch-show view > PASS notmuch-show: show message headers > PASS notmuch-show: hide message headers > PASS notmuch-show: hide message headers (w/ notmuch-show-toggle-visibility-headers) > PASS notmuch-show: collapse all messages in thread > PASS notmuch-show: uncollapse all messages in thread > PASS Stashing in notmuch-show > PASS Stashing in notmuch-search > PASS notmuch-show-advance-and-archive with invisible signature > PASS Refresh show buffer > PASS Refresh modified show buffer > PASS Do not call notmuch for non-inlinable application/mpeg parts > PASS Do not call notmuch for non-inlinable audio/mpeg parts > PASS notmuch-hello-mode hook is called > PASS notmuch-hello-mode hook is not called on updates > PASS notmuch-hello-refresh hook is called > PASS notmuch-hello-refresh hook is called on updates > PASS Rendering HTML mail with images > PASS Search handles subprocess error exit codes > PASS Search handles subprocess warnings > PASS Search thread tag operations are race-free > PASS Search global tag operations are race-free > PASS Term escaping > PASS Sending a message calls the send message hooks > >T320-emacs-large-search-buffer: Testing Emacs with large search results buffer > PASS Ensure that emacs doesn't drop results > >T330-emacs-subject-to-filename: Testing emacs: mail subject to filename > PASS no patch sequence number > PASS patch sequence number #1 > PASS patch sequence number #2 > PASS patch sequence number #3 > PASS patch sequence number #4 > PASS patch sequence number #5 > PASS patch sequence number #6 > PASS patch sequence number #7 > PASS filename #1 > PASS filename #2 > PASS filename #3 > PASS filename #4 > PASS filename #5 > PASS filename #6 > PASS filename #7 > PASS filename #8 > PASS filename #9 > PASS patch filename #1 > PASS patch filename #2 > PASS patch filename #3 > PASS patch filename #4 > >T340-maildir-sync: Testing maildir synchronization > PASS Adding 'S' flag to existing filename removes 'unread' tag > PASS Adding message with 'S' flag prevents 'unread' tag > PASS Adding message with 'S' w/o 'unread' in new.tags prevents 'unread' tag > PASS Adding 'replied' tag adds 'R' flag to filename > PASS notmuch show works with renamed file (without notmuch new) > PASS notmuch reply works with renamed file (without notmuch new) > PASS notmuch new detects no file rename after tag->flag synchronization > PASS When read, message moved from new to cur > PASS No rename should be detected by notmuch new > PASS Adding non-maildir tags does not move message from new to cur > PASS Message in cur lacking maildir info gets one on any tag change > PASS Message in new with maildir info is moved to cur on any tag change > PASS Removing 'S' flag from existing filename adds 'unread' tag > PASS Removing info from filename leaves tags unchanged > PASS Can remove unread tag from message in non-maildir directory > PASS Message in non-maildir directory does not get renamed > PASS notmuch dump/restore re-synchronizes maildir tags with flags > PASS Adding flags to duplicate message tags the mail > PASS Adding duplicate message without flags does not remove tags > PASS Tag changes modify flags of multiple files > PASS Synchronizing tag changes preserves unsupported maildir flags > PASS A file with non-compliant maildir info will not be renamed > PASS Files in new/ get default synchronized tags > PASS draft is valid in new.tags > PASS flagged is valid in new.tags > PASS passed is valid in new.tags > PASS replied is valid in new.tags > >T350-crypto: Testing PGP/MIME signature verification and decryption > PASS emacs delivery of signed message > PASS signed part content-type indexing > PASS signature verification > PASS detection of modified signed contents > PASS corrupted pgp/mime signature > PASS signature verification without full user ID validity > PASS signature verification with signer key unavailable > PASS emacs delivery of encrypted message with attachment > PASS encrypted part content-type indexing > PASS decryption, --format=text > PASS decryption, --format=json > PASS decryption, --format=json, --part=4 > PASS decrypt attachment (--part=5 --format=raw) > PASS decryption failure with missing key > PASS emacs delivery of encrypted + signed message > PASS decryption + signature verification > PASS reply to encrypted message > PASS Reply within emacs to an encrypted message > PASS signature verification with revoked key > >T351-pgpmime-mangling: Testing PGP/MIME message mangling > PASS show 'Mixed-Up' mangled PGP/MIME message correctly > PASS reply to 'Mixed-Up' mangled PGP/MIME message correctly > PASS repaired 'Mixed-up' messages can be found with index.repaired=mixedup > PASS index cleartext of 'Mixed-Up' mangled PGP/MIME message > PASS search cleartext of 'Mixed-Up' mangled PGP/MIME message > >T355-smime: Testing S/MIME signature verification and decryption > PASS emacs delivery of S/MIME signed message > PASS emacs delivery of S/MIME encrypted + signed message > PASS Signature verification (openssl) > PASS signature verification (notmuch CLI) > PASS Decryption and signature verification (openssl) > PASS Decryption (notmuch CLI) > PASS Cryptographic message status (encrypted+signed) > PASS encrypted+signed message is known to be encrypted, but signature is unknown > PASS Encrypted body is not indexed > PASS Reindex cleartext > PASS signature is now known > PASS Encrypted body is indexed > PASS index PKCS#7 SignedData message > PASS do not index embedded certificates from PKCS#7 SignedData > PASS know the MIME type of the embedded part in PKCS#7 SignedData > PASS PKCS#7 SignedData message is tagged 'signed' > PASS show contents of PKCS#7 SignedData message > PASS reply to PKCS#7 SignedData message with proper quoting and attribution > PASS show PKCS#7 SignedData outputs valid JSON > BROKEN Verify signature on PKCS#7 SignedData message > expires: value not equal: data[0][0][0]["crypto"]["signed"]["status"][0]["expires"] = 2145914603 != 2611032858 > PASS Verify signature on PKCS#7 SignedData message signer User ID > >T356-protected-headers: Testing Message decryption with protected headers > PASS verify protected header is not visible without decryption > PASS verify protected header is visible with decryption > PASS when no external header is present, show masked subject as null > PASS misplaced protected headers should not be made visible during decryption > PASS verify double-wrapped phony protected header is not visible when inner decryption fails > PASS cleartext phony protected headers should not be made visible when decryption fails > PASS wrapped protected headers should not be made visible during decryption > PASS internal headers without protected-header attribute should be skipped > PASS verify nested message/rfc822 protected header is visible > PASS show cryptographic envelope on signed mail > PASS verify signed protected header > PASS protected subject does not leak by default in replies > PASS protected subject is not indexed by default > PASS reindex message with protected header > PASS protected subject is indexed when cleartext is indexed > PASS indexed protected subject is visible in search > PASS indexed protected subject is not visible in reply header > PASS verify correct protected header when submessage exists > PASS verify protected header is both signed and encrypted > PASS verify protected header is signed even when not masked > PASS reindex everything, ensure headers are as expected > PASS when rendering protected headers, avoid rendering legacy-display part > PASS when replying, avoid rendering legacy-display part > PASS do not treat legacy-display part as body when indexing > PASS identify message that had a legacy display part skipped during indexing > PASS verify signed PKCS#7 subject (multipart-signed) > PASS verify signed PKCS#7 subject (multipart-signed) signer User ID > PASS verify signed PKCS#7 subject (onepart-signed) > PASS verify signed PKCS#7 subject (onepart-signed) signer User ID > PASS confirm signed and encrypted PKCS#7 subject (sign+enc) > PASS confirm signed and encrypted PKCS#7 subject (sign+enc) signer User ID > PASS confirm signed and encrypted PKCS#7 subject (sign+enc+legacy-disp) > PASS confirm signed and encrypted PKCS#7 subject (sign+enc+legacy-disp) signer User ID > PASS confirm encryption-protected PKCS#7 subject (enc+legacy-disp) > >T357-index-decryption: Testing indexing decrypted mail > PASS emacs delivery of encrypted message > PASS search for unindexed cleartext > PASS emacs delivery of encrypted message > PASS emacs delivery of encrypted message, indexed cleartext > PASS emacs search by property for one message > PASS show the message body of the encrypted message > PASS message should go away after deletion > PASS message cleartext not present after insert > PASS stash decryption during show > PASS search should now find the contents > PASS message cleartext is present after reinserting with --decrypt=true > PASS delete all copies of the message > PASS message cleartext is present with insert --decrypt=true > PASS tagging all messages > PASS verify that tags have not changed > PASS reindex old messages > PASS reindexed encrypted message, including cleartext > PASS emacs search by property for both messages > PASS reindex in auto mode > PASS reindexed encrypted messages, should not have changed > PASS reindex without cleartext > PASS reindexed encrypted messages, without cleartext > PASS reindex using only session keys > PASS reindexed encrypted messages, decrypting only with session keys > PASS emacs search by property with both messages unindexed > PASS verify that tags remain without cleartext > PASS index cleartext without keeping session keys > PASS Ensure that the indexed terms are present > PASS show one of the messages with --decrypt=true > PASS Ensure that we cannot show the message with --decrypt=auto > PASS indexing message fails when secret key not available > PASS cannot find cleartext index > PASS cleartext index recovery on reindexing with stashed session keys > PASS notmuch reply should show cleartext if session key is present > PASS notmuch show should show cleartext if session key is present > PASS notmuch show should show nothing if decryption is explicitly disallowed > PASS purging stashed session keys should lose access to the cleartext > PASS and cleartext should be unrecoverable now that there are no stashed session keys > PASS verify signature without a session key stashed when --decrypt=true > PASS do not verify sig without a session key stashed if --decrypt=auto > PASS verify signature when --decrypt=stash > PASS verify signature with stashed session key > >T358-emacs-protected-headers: Testing protected headers in emacs interface > PASS notmuch-search should show not unindexed protected subject header in emacs > PASS notmuch-show should not show unindexed protected subject header in emacs when nm-c-process-mime is nil > PASS notmuch-show should show protected subject header in emacs > PASS Reply within emacs to a message with protected headers, not leaking subject > PASS defaulting to indexing cleartext > PASS try reindexing protected header message > PASS notmuch-search should show indexed protected subject header in emacs > PASS don't leak protected subject during reply, even if indexed > >T360-symbol-hiding: Testing exception symbol hiding > PASS running test > PASS checking output > PASS comparing existing to exported symbols > >T370-search-folder-coherence: Testing folder tags removed and added through file renames remain consistent > PASS No new messages > PASS Single new message > PASS Add second folder for same message > PASS Multiple files for same message > PASS Test matches folder:spam > PASS Remove folder:spam copy of email > PASS No mails match the folder:spam search > >T380-atomicity: Testing atomicity > PASS "notmuch new" is idempotent under arbitrary aborts > PASS detected 46>10 abort points > >T390-python: Testing python bindings > PASS compare thread ids > PASS compare message ids > PASS get non-existent file > PASS get revision > PASS output of count matches test code > PASS Add ISO-8859-2 encoded message, call get_message_parts > PASS set and get config values > PASS get_configs with no match returns empty generator > PASS get_configs with no arguments returns all pairs > PASS get_configs prefix is used to match keys > PASS set_config with no value will unset config entries > PASS index message with decryption > >T391-python-cffi: Testing python bindings (pytest) > PASS python cffi tests > >T395-ruby: Testing ruby bindings > missing prerequisites: ruby development files > SKIP all tests in T395-ruby > >T400-hooks: Testing hooks > PASS pre-new is run > PASS post-new is run > PASS post-insert hook is run > PASS pre-new is run before post-new > PASS pre-new non-zero exit status (hook status) > PASS pre-new non-zero exit status (notmuch status) > PASS pre-new non-zero exit status aborts new > PASS post-new non-zero exit status (hook status) > PASS post-new non-zero exit status (notmuch status) > PASS post-insert hook does not affect insert status > PASS hook without executable permissions > PASS hook execution failure > >T410-argument-parsing: Testing argument parsing > PASS sanity check > PASS sanity check zero values > PASS space instead of = between parameter name and value > PASS --boolean=true > PASS --boolean=false > PASS --no-boolean > PASS --no-flag > PASS test keyword arguments without value > PASS test keyword arguments with non-default value separated by a space > PASS test keyword arguments without value at the end > PASS test keyword arguments without value but with = (should be an error) > >T420-emacs-test-functions: Testing emacs test function sanity > PASS emacs test function sanity > >T430-emacs-address-cleaning: Testing emacs address cleaning > PASS notmuch-test-address-clean part 1 > PASS notmuch-test-address-clean part 2 > PASS notmuch-test-address-clean part 3 > >T440-emacs-hello: Testing emacs notmuch-hello view > PASS User-defined section with inbox tag > PASS User-defined section with empty, hidden entry > PASS User-defined section, unread tag filtered out > PASS User-defined section, different query for counts > PASS Empty custom tags section > PASS Empty custom queries section > PASS Column alignment for tag/queries with long names > >T450-emacs-show: Testing emacs notmuch-show view > PASS Hiding Original Message region at beginning of a message > PASS Bare subject #1 > PASS Bare subject #2 > PASS Bare subject #3 > PASS don't process cryptographic MIME parts > PASS process cryptographic MIME parts > PASS process cryptographic MIME parts (w/ notmuch-show-toggle-process-crypto) > PASS notmuch-show: don't elide non-matching messages > PASS notmuch-show: elide non-matching messages > PASS notmuch-show: elide non-matching messages (w/ notmuch-show-toggle-elide-non-matching) > PASS notmuch-show: elide non-matching messages (w/ prefix arg to notmuch-show) > PASS notmuch-show: disable indentation of thread content (w/ notmuch-show-toggle-thread-indentation) > PASS id buttonization > PASS Show handles subprocess errors > PASS text/enriched exploit mitigation > PASS show decrypted message > PASS show undecryptable message > PASS show encrypted message when not processing crypto > >T455-emacs-charsets: Testing emacs notmuch-show charset handling > PASS Text parts are decoded when rendering > PASS 8bit text parts are decoded when rendering > PASS HTML parts are decoded when rendering > PASS Text parts are not decoded when saving > PASS 8bit text parts are not decoded when saving > PASS HTML parts are not decoded when saving > PASS Binary parts are not decoded when saving > PASS Text message are not decoded when viewing > PASS 8bit text message are not decoded when viewing > >T460-emacs-tree: Testing emacs tree view interface > PASS Basic notmuch-tree view in emacs > PASS Refreshed notmuch-tree view in emacs > PASS Tag message in notmuch tree view (display) > PASS Tag message in notmuch tree view (database) > PASS Untag message in notmuch tree view > PASS Untag message in notmuch tree view (database) > PASS Tag thread in notmuch tree view > PASS Tag message in notmuch tree view (database) > PASS Untag thread in notmuch tree view > PASS Untag message in notmuch tree view (database) > PASS Navigation of notmuch-hello to search results > PASS Tree view of a single thread (from search) > PASS Tree view of a single thread (from show) > PASS Message window of tree view > PASS Stash id > PASS Move to next matching message > PASS Move to next thread > PASS Move to previous thread > PASS Move to previous previous thread > >T470-missing-headers: Testing messages with missing headers > PASS Search: text > PASS Search: json > PASS Show: text > PASS Show: json > >T480-hex-escaping: Testing hex encoding and decoding > PASS round trip > PASS punctuation > PASS round trip newlines > PASS round trip 8bit chars > PASS round trip (in-place) > PASS punctuation (in-place) > PASS round trip newlines (in-place) > PASS round trip 8bit chars (in-place) > >T490-parse-time-string: Testing date/time parser module > PASS date(1) default format without TZ code > PASS date(1) --rfc-2822 format > PASS date(1) --rfc=3339=seconds format > PASS Date parser tests > PASS Second rounding tests > >T500-search-date: Testing date:since..until queries > PASS Absolute date range > PASS Absolute date range with 'same' operator > PASS Absolute date field > PASS Absolute time range with TZ > >T510-thread-replies: Testing test of proper handling of in-reply-to and references headers > PASS Use References when In-Reply-To is broken > PASS Prefer References to dodgy In-Reply-To > PASS Use In-Reply-To when no References > PASS Use last Reference when In-Reply-To is dodgy > PASS Ignore garbage at the end of References > PASS reply to ghost > PASS reply to ghost (tree view) > PASS reply to ghost (RT) > PASS reply to ghost (RT/tree view) > PASS trusting reply-to (tree view) > >T520-show: Testing "notmuch show" > PASS exit code for show invalid query > >T550-db-features: Testing database version and feature compatibility > PASS future database versions abort open > PASS unknown 'rw' feature aborts read/write open > PASS unknown 'rw' feature aborts read-only open > PASS unknown 'w' feature aborts read/write open > PASS unknown 'w' feature does not abort read-only open > >T560-lib-error: Testing error reporting for library > PASS building database > PASS Open null pointer > PASS Open relative path > PASS Create database in relative path > PASS Open nonexistent database > PASS create NULL path > PASS Create database in nonexistent directory > PASS Write to read-only database > PASS Add non-existent file > PASS compact, overwriting existing backup > PASS Xapian exception finding message > PASS Xapian exception getting tags > PASS Xapian exception creating directory > PASS Xapian exception searching messages > PASS Xapian exception counting messages > >T562-lib-database: Testing notmuch_database_* API > PASS building database > PASS get status_string with closed db > PASS get path with closed db > PASS get version with closed db > PASS re-close a closed db > PASS destroy a closed db > PASS destroy an open db > PASS check a closed db for upgrade > PASS upgrade a closed db > PASS begin atomic section for a closed db > PASS end atomic section for a closed db > PASS get revision for a closed db > PASS get directory for a closed db > PASS index file with a closed db > PASS index file (relative path) > PASS index file (absolute path outside mail root) > PASS remove message file with a closed db > PASS find message by filename with a closed db > PASS Handle getting tags from closed database > PASS get config from closed database > PASS set config in closed database > PASS get indexopts from closed database > PASS get decryption policy from closed database > PASS set decryption policy with closed database > >T563-lib-directory: Testing notmuch_directory_* API > PASS building database > PASS get child directories for a closed db > PASS get child filenames for a closed db > PASS delete directory document for a closed db > PASS get/set mtime of directory for a closed db > PASS get/set mtime of directory for a closed db > >T564-lib-query: Testing notmuch_query_* API > PASS building database > PASS roundtrip query string with closed db > PASS retrieve closed db from query > PASS set omit_excluded on closed db > PASS roundtrip sort on closed db > PASS add tag_exclude on closed db > PASS search threads on closed db > PASS search messages on closed db > PASS count messages on closed db > PASS count threads on closed db > PASS destroy query with closed db > >T566-lib-message: Testing API tests for notmuch_message_* > PASS building database > PASS Handle getting message-id from closed database > PASS Handle getting thread-id from closed database > PASS Handle getting header from closed database > PASS Handle getting replies from closed database > PASS Handle getting message filename from closed database > PASS Handle getting all message filenames from closed database > PASS iterate over all message filenames from closed database > PASS Handle getting ghost flag from closed database > PASS Handle getting date from closed database > PASS Handle getting tags from closed database > PASS Handle counting files from closed database > PASS Handle adding tag with closed database > PASS Handle removing tag with closed database > PASS Handle read maildir flag with closed database > PASS Handle checking maildir flag with closed db (new API) > PASS Handle converting maildir flags to tags with closed db > PASS Handle removing all tags with closed db > PASS Handle freezing message with closed db > PASS Handle thawing message with closed db > PASS Handle destroying message with closed db > PASS Handle retrieving closed db from message > PASS Handle reindexing message with closed db > >T568-lib-thread: Testing API tests for notmuch_thread_* > PASS building database > FAIL get thread-id from closed database > --- T568-lib-thread.2.EXPECTED 2020-10-18 16:02:14.471236088 +0000 > +++ T568-lib-thread.2.OUTPUT 2020-10-18 16:02:14.477902931 +0000 > @@ -1,4 +1,2 @@ > == stdout == > -1 > -0000000000000009 > == stderr == >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/test/test-lib.sh: line 1094: 15070 Segmentation fault (core dumped) ./${exec_file} "$@" >> OUTPUT.stdout 2>> OUTPUT.stderr > FAIL get total messages with closed database > --- T568-lib-thread.3.EXPECTED 2020-10-18 16:02:14.717909237 +0000 > +++ T568-lib-thread.3.OUTPUT 2020-10-18 16:02:14.721242659 +0000 > @@ -1,4 +1,2 @@ > == stdout == > -1 > -7 > == stderr == >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/test/test-lib.sh: line 1094: 15097 Segmentation fault (core dumped) ./${exec_file} "$@" >> OUTPUT.stdout 2>> OUTPUT.stderr > FAIL get total files with closed database > --- T568-lib-thread.4.EXPECTED 2020-10-18 16:02:14.941248438 +0000 > +++ T568-lib-thread.4.OUTPUT 2020-10-18 16:02:14.944581860 +0000 > @@ -1,4 +1,2 @@ > == stdout == > -1 > -7 > == stderr == >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/test/test-lib.sh: line 1094: 15124 Segmentation fault (core dumped) ./${exec_file} "$@" >> OUTPUT.stdout 2>> OUTPUT.stderr > FAIL get top level messages with closed database > --- T568-lib-thread.5.EXPECTED 2020-10-18 16:02:15.144587117 +0000 > +++ T568-lib-thread.5.OUTPUT 2020-10-18 16:02:15.144587117 +0000 > @@ -1,4 +1,2 @@ > == stdout == > -1 > -1 > == stderr == >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/test/test-lib.sh: line 1094: 15151 Segmentation fault (core dumped) ./${exec_file} "$@" >> OUTPUT.stdout 2>> OUTPUT.stderr > FAIL iterate over level messages with closed database > --- T568-lib-thread.6.EXPECTED 2020-10-18 16:02:15.344592372 +0000 > +++ T568-lib-thread.6.OUTPUT 2020-10-18 16:02:15.351259211 +0000 > @@ -1,3 +1,2 @@ > == stdout == > -20091117190054.GU3165@dottiness.seas.harvard.edu > == stderr == >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/test/test-lib.sh: line 1094: 15178 Segmentation fault (core dumped) ./${exec_file} "$@" >> OUTPUT.stdout 2>> OUTPUT.stderr > FAIL iterate over level messages with closed database > --- T568-lib-thread.7.EXPECTED 2020-10-18 16:02:15.554597891 +0000 > +++ T568-lib-thread.7.OUTPUT 2020-10-18 16:02:15.557931314 +0000 > @@ -1,3 +1,2 @@ > == stdout == > -20091117190054.GU3165@dottiness.seas.harvard.edu > == stderr == >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/test/test-lib.sh: line 1094: 15205 Segmentation fault (core dumped) ./${exec_file} "$@" >> OUTPUT.stdout 2>> OUTPUT.stderr > FAIL iterate over replies with closed database > --- T568-lib-thread.8.EXPECTED 2020-10-18 16:02:15.747936305 +0000 > +++ T568-lib-thread.8.OUTPUT 2020-10-18 16:02:15.747936305 +0000 > @@ -1,4 +1,2 @@ > == stdout == > -87iqd9rn3l.fsf@vertex.dottedmag > -87ocn0qh6d.fsf@yoom.home.cworth.org > == stderr == >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/test/test-lib.sh: line 1094: 15232 Segmentation fault (core dumped) ./${exec_file} "$@" >> OUTPUT.stdout 2>> OUTPUT.stderr > FAIL iterate over all messages with closed database > --- T568-lib-thread.9.EXPECTED 2020-10-18 16:02:15.937941299 +0000 > +++ T568-lib-thread.9.OUTPUT 2020-10-18 16:02:15.937941299 +0000 > @@ -1,9 +1,2 @@ > == stdout == > -20091117190054.GU3165@dottiness.seas.harvard.edu > -87iqd9rn3l.fsf@vertex.dottedmag > -20091117203301.GV3165@dottiness.seas.harvard.edu > -87fx8can9z.fsf@vertex.dottedmag > -yunaayketfm.fsf@aiko.keithp.com > -20091118005040.GA25380@dottiness.seas.harvard.edu > -87ocn0qh6d.fsf@yoom.home.cworth.org > == stderr == >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/test/test-lib.sh: line 1094: 15259 Segmentation fault (core dumped) ./${exec_file} "$@" >> OUTPUT.stdout 2>> OUTPUT.stderr > FAIL get authors from closed database > --- T568-lib-thread.10.EXPECTED 2020-10-18 16:02:16.124612870 +0000 > +++ T568-lib-thread.10.OUTPUT 2020-10-18 16:02:16.127946292 +0000 > @@ -1,4 +1,2 @@ > == stdout == > -1 > -Lars Kellogg-Stedman, Mikhail Gusarov, Keith Packard, Carl Worth > == stderr == >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/test/test-lib.sh: line 1094: 15286 Segmentation fault (core dumped) ./${exec_file} "$@" >> OUTPUT.stdout 2>> OUTPUT.stderr > FAIL get subject from closed database > --- T568-lib-thread.11.EXPECTED 2020-10-18 16:02:16.307951019 +0000 > +++ T568-lib-thread.11.OUTPUT 2020-10-18 16:02:16.307951019 +0000 > @@ -1,4 +1,2 @@ > == stdout == > -1 > -[notmuch] Working with Maildir storage? > == stderr == >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/test/test-lib.sh: line 1094: 15313 Segmentation fault (core dumped) ./${exec_file} "$@" >> OUTPUT.stdout 2>> OUTPUT.stderr > FAIL oldest date from closed database > --- T568-lib-thread.12.EXPECTED 2020-10-18 16:02:16.484622328 +0000 > +++ T568-lib-thread.12.OUTPUT 2020-10-18 16:02:16.487955750 +0000 > @@ -1,4 +1,2 @@ > == stdout == > -1 > -1 > == stderr == >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/test/test-lib.sh: line 1094: 15340 Segmentation fault (core dumped) ./${exec_file} "$@" >> OUTPUT.stdout 2>> OUTPUT.stderr > FAIL newest date from closed database > --- T568-lib-thread.13.EXPECTED 2020-10-18 16:02:16.647959953 +0000 > +++ T568-lib-thread.13.OUTPUT 2020-10-18 16:02:16.651293375 +0000 > @@ -1,4 +1,2 @@ > == stdout == > -1 > -1 > == stderr == >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/test/test-lib.sh: line 1094: 15367 Segmentation fault (core dumped) ./${exec_file} "$@" >> OUTPUT.stdout 2>> OUTPUT.stderr > FAIL iterate tags from closed database > --- T568-lib-thread.14.EXPECTED 2020-10-18 16:02:16.814631001 +0000 > +++ T568-lib-thread.14.OUTPUT 2020-10-18 16:02:16.821297844 +0000 > @@ -1,5 +1,2 @@ > == stdout == > -inbox > -signed > -unread > == stderr == >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/test/test-lib.sh: line 1094: 15394 Segmentation fault (core dumped) ./${exec_file} "$@" >> OUTPUT.stdout 2>> OUTPUT.stderr > FAIL collect tags with closed database > --- T568-lib-thread.15.EXPECTED 2020-10-18 16:02:16.994635732 +0000 > +++ T568-lib-thread.15.OUTPUT 2020-10-18 16:02:16.994635732 +0000 > @@ -1,6 +1,2 @@ > == stdout == > -inbox > -signed > -unread > -SUCCESS > == stderr == >/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31/test/test-lib.sh: line 1094: 15421 Segmentation fault (core dumped) ./${exec_file} "$@" >> OUTPUT.stdout 2>> OUTPUT.stderr > PASS destroy thread with closed database > >T570-revision-tracking: Testing database revision tracking > PASS notmuch_database_get_revision > PASS output of count matches test code > PASS modification count increases > PASS search succeeds with correct uuid > PASS uuid works as global option > PASS uuid works as global option II > PASS search fails with incorrect uuid > PASS show succeeds with correct uuid > PASS show fails with incorrect uuid > PASS tag succeeds with correct uuid > PASS tag fails with incorrect uuid > PASS lastmod:0.. matches everything > PASS lastmod:1000000.. matches nothing > PASS exclude one message using lastmod > >T580-thread-search: Testing test of searching by thread-id > PASS Every message is found in exactly one thread > PASS roundtripping message-ids via thread-ids > >T585-thread-subquery: Testing test of searching by using thread subqueries > PASS Basic query that matches no messages > PASS Same query against threads > PASS Mix thread and non-threads query > PASS Compound subquery > PASS Syntax/quoting error in subquery > >T590-libconfig: Testing library config API > PASS notmuch_database_{set,get}_config > PASS notmuch_database_get_config_list: empty list > PASS notmuch_database_get_config_list: closed db > PASS notmuch_database_get_config_list: all pairs > PASS notmuch_database_get_config_list: all pairs (closed db) > PASS notmuch_database_get_config_list: one prefix > PASS dump config > PASS restore config > >T590-thread-breakage: Testing thread breakage during reindexing > PASS There should be no threads initially > PASS There should be no ghosts initially > PASS One message in: one thread > PASS looking for 1 instance of 'apple' > PASS looking for 0 instance of 'banana' > PASS Expecting 0 ghosts(s) > PASS Second message in the same thread: one thread > PASS looking for 1 instance of 'apple' > PASS looking for 1 instance of 'banana' > PASS Expecting 0 ghosts(s) > PASS First message removed: still only one thread > PASS looking for 0 instance of 'apple' > PASS looking for 1 instance of 'banana' > PASS should be one ghost after first message removed > PASS First message reappears: should return to the same thread > PASS looking for 1 instance of 'apple' > PASS looking for 1 instance of 'banana' > PASS Expecting 0 ghosts(s) > PASS Removing second message: still only one thread > PASS looking for 1 instance of 'apple' > PASS looking for 0 instance of 'banana' > BROKEN No ghosts should remain after deletion of second message > --- T590-thread-breakage.22.expected 2020-10-18 16:02:21.671425317 +0000 > +++ T590-thread-breakage.22.output 2020-10-18 16:02:21.671425317 +0000 > @@ -1 +1 @@ > -0 > +1 > PASS All messages gone: no threads > PASS looking for 0 instance of 'apple' > PASS looking for 0 instance of 'banana' > PASS No ghosts should remain after full thread deletion > >T600-named-queries: Testing named queries > PASS error adding named query before initializing DB > PASS adding named query > PASS adding nested named query > PASS retrieve named query > PASS List all queries > PASS dump named queries > PASS dumping large queries > PASS delete named queries > PASS restore named queries > PASS search named query > PASS search named query with other terms > PASS search nested named query > >T610-message-property: Testing message property API > PASS notmuch_message_{add,get,remove}_property > PASS notmuch_message_remove_all_properties > PASS testing string map binary search (via message properties) > PASS notmuch_message_get_properties: empty list > PASS notmuch_message_properties: one value > PASS notmuch_message_properties: multiple values > PASS notmuch_message_properties: prefix > PASS notmuch_message_properties: modify during iteration > PASS dump message properties > PASS dump _only_ message properties > PASS restore missing message property (single line) > PASS restore missing message property (full dump) > PASS restore clear extra message property > PASS test 'property:' queries: empty > PASS test 'property:' queries: single message > PASS msg.get_property (python) > PASS msg.get_properties (python) > PASS msg.get_properties (python, prefix) > PASS msg.get_properties (python, exact) > >T620-lock: Testing locking > PASS blocking open > >T630-emacs-draft: Testing Emacs Draft Handling > PASS Saving a draft indexes it > PASS Saving a draft tags previous draft as deleted > PASS Saving a signed draft adds header > PASS Refusing to save an encrypted draft > PASS Resuming a signed draft > >T640-database-modified: Testing DatabaseModifiedError handling > PASS catching DatabaseModifiedError in _notmuch_message_ensure_metadata > >T650-regexp-query: Testing regular expression searches > PASS empty path:// search > PASS empty folder:// search > PASS unanchored folder:// specification > PASS anchored folder:// search > PASS unanchored path:// specification > PASS anchored path:// search > PASS null from: search > PASS null subject: search > PASS xapian wildcard search for from: > PASS xapian wildcard search for subject: > PASS quoted xapian keyword search for from: > PASS quoted xapian keyword search for subject: > PASS regexp from search, case sensitive > PASS empty regexp or query > PASS non-empty regexp and query > PASS regexp from search, duplicate term search > PASS long enough regexp matches only desired senders > PASS shorter regexp matches one more sender > PASS regexp subject search, non-ASCII > PASS regexp subject search, punctuation > PASS regexp subject search, no punctuation > PASS combine regexp from and subject > PASS regexp error reporting > PASS empty mid search > PASS non-empty mid regex search > PASS combine regexp mid and subject > PASS unanchored tag search > PASS anchored tag search > >T660-bad-date: Testing parsing of bad dates > PASS Bad dates translate to a date after the Unix epoch > >T670-duplicate-mid: Testing duplicate message ids > PASS search: first indexed subject preserved > BROKEN First subject preserved in notmuch-show (json) > --- T670-duplicate-mid.2.expected 2020-10-18 16:02:32.681714721 +0000 > +++ T670-duplicate-mid.2.output 2020-10-18 16:02:32.681714721 +0000 > @@ -2,6 +2,7 @@ > [ > [ > { > + "crypto": {}, > "date_relative": "2001-01-05", > "excluded": false, > "filename": [ > @@ -12,7 +13,7 @@ > "headers": { > "Date": "GENERATED_DATE", > "From": "Notmuch Test Suite <test_suite@notmuchmail.org>", > - "Subject": "message 1", > + "Subject": "message 0", > "To": "Notmuch Test Suite <test_suite@notmuchmail.org>" > }, > "id": "XXXXX", > PASS Search for second subject > BROKEN Regexp search for second subject > --- T670-duplicate-mid.4.EXPECTED 2020-10-18 16:02:32.775050510 +0000 > +++ T670-duplicate-mid.4.OUTPUT 2020-10-18 16:02:32.778383933 +0000 > @@ -1,3 +0,0 @@ > -MAIL_DIR/copy0 > -MAIL_DIR/copy1 > -MAIL_DIR/copy2 > PASS search for body in duplicate file > PASS reindex drops terms in duplicate file > PASS reindex choses subject from first filename > PASS Deleted first duplicate file does not stop notmuch show from working > >T680-html-indexing: Testing indexing of html parts > PASS embedded images should not be indexed > PASS ignore > in attribute text > PASS non tag text should be indexed > >T690-command-line-args: Testing command line arguments > PASS bad option to show > PASS string option with space > PASS string option with = > PASS string option with : > PASS single keyword option with space > PASS single keyword option with = > PASS single keyword option with : > PASS multiple keyword options with space > PASS multiple keyword options with = > PASS mixed space and = delimiters > PASS mixed space and : delimiters > PASS show --entire-thread > PASS show --exclude > >T700-reindex: Testing reindexing messages > PASS reindex preserves threads > PASS reindex after removing duplicate file preserves threads > PASS reindex preserves message-ids > PASS reindex preserves tags > PASS reindex preserves tags with special prefixes > PASS reindex moves a message between threads > PASS reindex detects removal of all files > PASS reindex preserves properties > PASS reindex of lkml corpus preserves threads > >T710-message-id: Testing message id parsing > PASS good message ids > PASS leading and trailing space is OK > PASS <> delimiters are required > PASS embedded whitespace is forbidden > PASS folded real life bad In-Reply-To values > >T720-emacs-attachment-warnings: Testing emacs attachment warnings > PASS notmuch-test-attachment-warning part 1 > >T720-lib-lifetime: Testing Lifetime constraints for library > PASS building database > PASS Message outlives parent Messages from replies > >T730-emacs-forwarding: Testing emacs forwarding > PASS Forward setting the correct references header > PASS Forwarding adding the forwarded tag > >T740-body: Testing search body > PASS search with body: prefix > PASS search without body: prefix > PASS negated body: prefix > PASS search unprefixed for prefixed term > PASS search with body: prefix for term only in subject > >T750-gzip: Testing support for gzipped messages > PASS Single new gzipped message > PASS Single new gzipped message (full-scan) > PASS Multiple new messages, one gzipped > PASS Multiple new messages, one gzipped (full-scan) > PASS Renamed (gzipped) message > PASS notmuch search with partially gzipped mail store > PASS notmuch search --output=files with partially gzipped mail store > PASS show un-gzipped message > PASS show un-gzipped message (format mbox) > PASS show un-gzipped message (format raw) > PASS show gzipped message > PASS show gzipped message (mbox) > PASS show gzipped message (raw) > PASS new doesn't run out of file descriptors with many gzipped files > >T750-user-header: Testing indexing user specified headers > PASS error adding user header before initializing DB > PASS adding illegal prefix name, bad utf8 > PASS adding illegal prefix name, reserved for notmuch > PASS adding illegal prefix name, non-word character. > PASS adding empty prefix name. > PASS adding user header > PASS adding existing user header > PASS retrieve user header > PASS reindex after adding header preserves threads > PASS List all user headers > PASS parse user prefix > PASS parse user prefix, stemmed > PASS parse user prefix, phrase > PASS index user header > >Notmuch test suite complete. >1200/1219 tests passed. >5 broken tests failed as expected. >14 tests failed. >All tests in 1 file skipped. >make: *** [test/Makefile.local:75: test] Error 1 > * ERROR: net-mail/notmuch-0.31-r1::gentoo failed (test phase): > * Make check failed. See above for details. > * > * Call stack: > * ebuild.sh, line 125: Called src_test > * environment, line 3858: Called default > * phase-functions.sh, line 855: Called default_src_test > * phase-functions.sh, line 884: Called __eapi0_src_test > * phase-helpers.sh, line 779: Called die > * The specific snippet of code: > * $emake_cmd ${internal_opts} check || \ > * die "Make check failed. See above for details." > * > * If you need support, post the output of `emerge --info '=net-mail/notmuch-0.31-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-mail/notmuch-0.31-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/net-mail:notmuch-0.31-r1:20201018-155815.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-mail/notmuch-0.31-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-mail/notmuch-0.31-r1/temp/environment'. > * Working directory: '/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31' > * S: '/var/tmp/portage/net-mail/notmuch-0.31-r1/work/notmuch-0.31'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 749969
: 666551 |
670532
|
670553
|
682291