[Python-Dev] cpython and parallel make

Jonas Wagner jonas.wagner at epfl.ch
Fri Sep 5 10:37:18 CEST 2014


> > Would people be interested in having a parallel version?
>
> See http://bugs.python.org/issue5309

Cool! I'll look into this.

Just as I was thinking that the parallel build problems are solved,
the issue surfaced again. I've attached a complete, unmodified log to
this mail.

Some notes:
- asap-clang is a wrapper around Clang that I use for a research
project. It should behave the same way as Clang in this case. If
anything, it might be less threadsafe.
- commands such as configure_and_build_python are from a shell script
that invokes configure, make, etc.
- This is running on Ubuntu 14.04 with Clang 3.5 and GNU Make 3.81,
and a fresh checkout of Python 3.4
- I see two compiler invocations for Parser/pgen.c . Not sure why this
happens. It seems to cause the pgen.o file to be empty or truncated.

Any ideas?

Cheers,
Jonas
-------------- next part --------------
16:30:06 + mkdir cpython-asan-build
16:30:06 + cd cpython-asan-build
16:30:06 + asap-clang -asap-init
16:30:06 # Initialized ASAP state in /home/jenkins/workspace/asap-benchmarks/python34-experiments/cpython-asan-build/asap_state. Now run:
16:30:06 export ASAP_STATE_PATH="/home/jenkins/workspace/asap-benchmarks/python34-experiments/cpython-asan-build/asap_state"
16:30:06 ++ pwd
16:30:06 + export ASAP_STATE_PATH=/home/jenkins/workspace/asap-benchmarks/python34-experiments/cpython-asan-build/asap_state
16:30:06 + ASAP_STATE_PATH=/home/jenkins/workspace/asap-benchmarks/python34-experiments/cpython-asan-build/asap_state
16:30:06 + configure_and_build_python '-O3 -fsanitize=address' -fsanitize=address
16:30:06 + configure_python '-O3 -fsanitize=address' -fsanitize=address
16:30:06 + cflags='-O3 -fsanitize=address'
16:30:06 + ldflags=-fsanitize=address
16:30:06 + mkdir build
16:30:06 + cd build
16:30:06 ++ which asap-clang
16:30:06 ++ which asap-clang++
16:30:06 ++ which asap-ar
16:30:06 ++ which asap-ranlib
16:30:06 + ../../cpython/configure --without-pymalloc --disable-shared --disable-ipv6 CC=/home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang CXX=/home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang++ AR=/home/jenkins/workspace/asap-build/llvm-build/bin/asap-ar RANLIB=/home/jenkins/workspace/asap-build/llvm-build/bin/asap-ranlib 'CFLAGS=-O3 -fsanitize=address' LDFLAGS=-fsanitize=address
16:30:07 checking for hg... found
16:30:07 checking build system type... x86_64-unknown-linux-gnu
16:30:07 checking host system type... x86_64-unknown-linux-gnu
16:30:07 checking for --enable-universalsdk... no
16:30:07 checking for --with-universal-archs... no
16:30:07 checking MACHDEP... linux
16:30:07 checking for --without-gcc... no
16:30:07 checking for gcc... /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang
16:30:07 checking whether the C compiler works... yes
16:30:08 checking for C compiler default output file name... a.out
16:30:08 checking for suffix of executables... 
16:30:08 checking whether we are cross compiling... no
16:30:08 checking for suffix of object files... o
16:30:08 checking whether we are using the GNU C compiler... yes
16:30:08 checking whether /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang accepts -g... yes
16:30:08 checking for /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang option to accept ISO C89... none needed
16:30:09 checking for --with-cxx-main=<compiler>... no
16:30:09 checking for -Wl,--no-as-needed... yes
16:30:09 checking how to run the C preprocessor... /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -E
16:30:09 checking for grep that handles long lines and -e... /bin/grep
16:30:09 checking for egrep... /bin/grep -E
16:30:09 checking for ANSI C header files... yes
16:30:10 checking for sys/types.h... yes
16:30:11 checking for sys/stat.h... yes
16:30:11 checking for stdlib.h... yes
16:30:11 checking for string.h... yes
16:30:11 checking for memory.h... yes
16:30:12 checking for strings.h... yes
16:30:12 checking for inttypes.h... yes
16:30:12 checking for stdint.h... yes
16:30:12 checking for unistd.h... yes
16:30:13 checking minix/config.h usability... no
16:30:13 checking minix/config.h presence... no
16:30:13 checking for minix/config.h... no
16:30:13 checking whether it is safe to define __EXTENSIONS__... yes
16:30:13 checking for --with-suffix... 
16:30:13 checking for case-insensitive build directory... no
16:30:14 checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
16:30:14 checking LINKCC... $(PURIFY) $(MAINCC)
16:30:14 checking for GNU ld... yes
16:30:14 checking for inline... inline
16:30:14 checking for --enable-shared... no
16:30:14 checking for --enable-profiling... no
16:30:14 checking LDLIBRARY... libpython$(VERSION)$(ABIFLAGS).a
16:30:14 checking for ranlib... /home/jenkins/workspace/asap-build/llvm-build/bin/asap-ranlib
16:30:14 checking for readelf... readelf
16:30:14 checking for python3.4... python3.4
16:30:14 checking for a BSD-compatible install... /usr/bin/install -c
16:30:14 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:30:14 checking for --with-pydebug... no
16:30:14 checking whether /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang accepts and needs -fno-strict-aliasing... no
16:30:14 checking if we can turn off /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang unused result warning... yes
16:30:14 checking for -Werror=declaration-after-statement... yes
16:30:14 checking whether pthreads are available without options... yes
16:30:15 checking whether /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang++ also accepts flags for thread support... no
16:30:15 checking for ANSI C header files... (cached) yes
16:30:15 checking asm/types.h usability... yes
16:30:15 checking asm/types.h presence... yes
16:30:15 checking for asm/types.h... yes
16:30:15 checking conio.h usability... no
16:30:15 checking conio.h presence... no
16:30:16 checking for conio.h... no
16:30:16 checking direct.h usability... no
16:30:16 checking direct.h presence... no
16:30:16 checking for direct.h... no
16:30:16 checking dlfcn.h usability... yes
16:30:16 checking dlfcn.h presence... yes
16:30:16 checking for dlfcn.h... yes
16:30:16 checking errno.h usability... yes
16:30:17 checking errno.h presence... yes
16:30:17 checking for errno.h... yes
16:30:17 checking fcntl.h usability... yes
16:30:17 checking fcntl.h presence... yes
16:30:17 checking for fcntl.h... yes
16:30:17 checking grp.h usability... yes
16:30:18 checking grp.h presence... yes
16:30:18 checking for grp.h... yes
16:30:18 checking ieeefp.h usability... no
16:30:18 checking ieeefp.h presence... no
16:30:18 checking for ieeefp.h... no
16:30:18 checking io.h usability... no
16:30:18 checking io.h presence... no
16:30:19 checking for io.h... no
16:30:19 checking langinfo.h usability... yes
16:30:19 checking langinfo.h presence... yes
16:30:19 checking for langinfo.h... yes
16:30:19 checking libintl.h usability... yes
16:30:19 checking libintl.h presence... yes
16:30:19 checking for libintl.h... yes
16:30:19 checking process.h usability... no
16:30:20 checking process.h presence... no
16:30:20 checking for process.h... no
16:30:20 checking pthread.h usability... yes
16:30:20 checking pthread.h presence... yes
16:30:20 checking for pthread.h... yes
16:30:20 checking sched.h usability... yes
16:30:21 checking sched.h presence... yes
16:30:21 checking for sched.h... yes
16:30:21 checking shadow.h usability... yes
16:30:21 checking shadow.h presence... yes
16:30:21 checking for shadow.h... yes
16:30:21 checking signal.h usability... yes
16:30:21 checking signal.h presence... yes
16:30:22 checking for signal.h... yes
16:30:22 checking for stdint.h... (cached) yes
16:30:22 checking stropts.h usability... yes
16:30:22 checking stropts.h presence... yes
16:30:22 checking for stropts.h... yes
16:30:22 checking termios.h usability... yes
16:30:22 checking termios.h presence... yes
16:30:22 checking for termios.h... yes
16:30:22 checking for unistd.h... (cached) yes
16:30:22 checking utime.h usability... yes
16:30:23 checking utime.h presence... yes
16:30:23 checking for utime.h... yes
16:30:23 checking poll.h usability... yes
16:30:23 checking poll.h presence... yes
16:30:23 checking for poll.h... yes
16:30:23 checking sys/devpoll.h usability... no
16:30:24 checking sys/devpoll.h presence... no
16:30:24 checking for sys/devpoll.h... no
16:30:24 checking sys/epoll.h usability... yes
16:30:24 checking sys/epoll.h presence... yes
16:30:24 checking for sys/epoll.h... yes
16:30:24 checking sys/poll.h usability... yes
16:30:24 checking sys/poll.h presence... yes
16:30:25 checking for sys/poll.h... yes
16:30:25 checking sys/audioio.h usability... no
16:30:25 checking sys/audioio.h presence... no
16:30:25 checking for sys/audioio.h... no
16:30:25 checking sys/xattr.h usability... yes
16:30:25 checking sys/xattr.h presence... yes
16:30:25 checking for sys/xattr.h... yes
16:30:25 checking sys/bsdtty.h usability... no
16:30:26 checking sys/bsdtty.h presence... no
16:30:26 checking for sys/bsdtty.h... no
16:30:26 checking sys/event.h usability... no
16:30:26 checking sys/event.h presence... no
16:30:26 checking for sys/event.h... no
16:30:26 checking sys/file.h usability... yes
16:30:27 checking sys/file.h presence... yes
16:30:27 checking for sys/file.h... yes
16:30:27 checking sys/ioctl.h usability... yes
16:30:27 checking sys/ioctl.h presence... yes
16:30:27 checking for sys/ioctl.h... yes
16:30:27 checking sys/kern_control.h usability... no
16:30:27 checking sys/kern_control.h presence... no
16:30:28 checking for sys/kern_control.h... no
16:30:28 checking sys/loadavg.h usability... no
16:30:28 checking sys/loadavg.h presence... no
16:30:28 checking for sys/loadavg.h... no
16:30:28 checking sys/lock.h usability... no
16:30:28 checking sys/lock.h presence... no
16:30:28 checking for sys/lock.h... no
16:30:28 checking sys/mkdev.h usability... no
16:30:29 checking sys/mkdev.h presence... no
16:30:29 checking for sys/mkdev.h... no
16:30:29 checking sys/modem.h usability... no
16:30:29 checking sys/modem.h presence... no
16:30:29 checking for sys/modem.h... no
16:30:29 checking sys/param.h usability... yes
16:30:29 checking sys/param.h presence... yes
16:30:30 checking for sys/param.h... yes
16:30:30 checking sys/select.h usability... yes
16:30:30 checking sys/select.h presence... yes
16:30:30 checking for sys/select.h... yes
16:30:30 checking sys/sendfile.h usability... yes
16:30:30 checking sys/sendfile.h presence... yes
16:30:30 checking for sys/sendfile.h... yes
16:30:30 checking sys/socket.h usability... yes
16:30:31 checking sys/socket.h presence... yes
16:30:31 checking for sys/socket.h... yes
16:30:31 checking sys/statvfs.h usability... yes
16:30:31 checking sys/statvfs.h presence... yes
16:30:31 checking for sys/statvfs.h... yes
16:30:31 checking for sys/stat.h... (cached) yes
16:30:31 checking sys/syscall.h usability... yes
16:30:32 checking sys/syscall.h presence... yes
16:30:32 checking for sys/syscall.h... yes
16:30:32 checking sys/sys_domain.h usability... no
16:30:32 checking sys/sys_domain.h presence... no
16:30:32 checking for sys/sys_domain.h... no
16:30:32 checking sys/termio.h usability... no
16:30:32 checking sys/termio.h presence... no
16:30:33 checking for sys/termio.h... no
16:30:33 checking sys/time.h usability... yes
16:30:33 checking sys/time.h presence... yes
16:30:33 checking for sys/time.h... yes
16:30:33 checking sys/times.h usability... yes
16:30:33 checking sys/times.h presence... yes
16:30:33 checking for sys/times.h... yes
16:30:33 checking for sys/types.h... (cached) yes
16:30:33 checking sys/uio.h usability... yes
16:30:34 checking sys/uio.h presence... yes
16:30:34 checking for sys/uio.h... yes
16:30:34 checking sys/un.h usability... yes
16:30:34 checking sys/un.h presence... yes
16:30:34 checking for sys/un.h... yes
16:30:34 checking sys/utsname.h usability... yes
16:30:35 checking sys/utsname.h presence... yes
16:30:35 checking for sys/utsname.h... yes
16:30:35 checking sys/wait.h usability... yes
16:30:35 checking sys/wait.h presence... yes
16:30:35 checking for sys/wait.h... yes
16:30:35 checking pty.h usability... yes
16:30:35 checking pty.h presence... yes
16:30:36 checking for pty.h... yes
16:30:36 checking libutil.h usability... no
16:30:36 checking libutil.h presence... no
16:30:36 checking for libutil.h... no
16:30:36 checking sys/resource.h usability... yes
16:30:36 checking sys/resource.h presence... yes
16:30:36 checking for sys/resource.h... yes
16:30:36 checking netpacket/packet.h usability... yes
16:30:37 checking netpacket/packet.h presence... yes
16:30:37 checking for netpacket/packet.h... yes
16:30:37 checking sysexits.h usability... yes
16:30:37 checking sysexits.h presence... yes
16:30:37 checking for sysexits.h... yes
16:30:37 checking bluetooth.h usability... no
16:30:38 checking bluetooth.h presence... no
16:30:38 checking for bluetooth.h... no
16:30:38 checking bluetooth/bluetooth.h usability... no
16:30:38 checking bluetooth/bluetooth.h presence... no
16:30:38 checking for bluetooth/bluetooth.h... no
16:30:38 checking linux/tipc.h usability... yes
16:30:38 checking linux/tipc.h presence... yes
16:30:38 checking for linux/tipc.h... yes
16:30:39 checking spawn.h usability... yes
16:30:39 checking spawn.h presence... yes
16:30:39 checking for spawn.h... yes
16:30:39 checking util.h usability... no
16:30:39 checking util.h presence... no
16:30:39 checking for util.h... no
16:30:39 checking alloca.h usability... yes
16:30:40 checking alloca.h presence... yes
16:30:40 checking for alloca.h... yes
16:30:40 checking endian.h usability... yes
16:30:40 checking endian.h presence... yes
16:30:40 checking for endian.h... yes
16:30:40 checking sys/endian.h usability... no
16:30:41 checking sys/endian.h presence... no
16:30:41 checking for sys/endian.h... no
16:30:41 checking for dirent.h that defines DIR... yes
16:30:41 checking for library containing opendir... none required
16:30:41 checking whether sys/types.h defines makedev... yes
16:30:41 checking for net/if.h... yes
16:30:42 checking for linux/netlink.h... yes
16:30:42 checking for linux/can.h... yes
16:30:42 checking for linux/can/raw.h... yes
16:30:42 checking for linux/can/bcm.h... yes
16:30:42 checking for clock_t in time.h... yes
16:30:42 checking for makedev... yes
16:30:43 checking for le64toh... yes
16:30:43 checking Solaris LFS bug... no
16:30:43 checking for mode_t... yes
16:30:44 checking for off_t... yes
16:30:44 checking for pid_t... yes
16:30:45 checking for size_t... yes
16:30:46 checking for uid_t in sys/types.h... yes
16:30:46 checking for uint32_t... yes
16:30:46 checking for uint32_t... yes
16:30:47 checking for uint64_t... yes
16:30:47 checking for uint64_t... yes
16:30:47 checking for int32_t... yes
16:30:48 checking for int32_t... yes
16:30:49 checking for int64_t... yes
16:30:49 checking for int64_t... yes
16:30:50 checking for ssize_t... yes
16:30:50 checking for __uint128_t... yes
16:30:51 checking size of int... 4
16:30:51 checking size of long... 8
16:30:52 checking size of void *... 8
16:30:52 checking size of short... 2
16:30:53 checking size of float... 4
16:30:53 checking size of double... 8
16:30:54 checking size of fpos_t... 16
16:30:54 checking size of size_t... 8
16:30:55 checking size of pid_t... 4
16:30:55 checking for long long support... yes
16:30:56 checking size of long long... 8
16:30:56 checking for long double support... yes
16:30:56 checking size of long double... 16
16:30:57 checking for _Bool support... yes
16:30:57 checking size of _Bool... 1
16:30:57 checking for uintptr_t... yes
16:30:58 checking size of uintptr_t... 8
16:30:58 checking size of off_t... 8
16:30:58 checking whether to enable large file support... no
16:30:58 checking size of time_t... 8
16:30:59 checking for pthread_t... yes
16:30:59 checking size of pthread_t... 8
16:30:59 checking for --enable-framework... no
16:30:59 checking for dyld... no
16:30:59 checking the extension of shared libraries... .so
16:30:59 checking LDSHARED... $(CC) -shared
16:30:59 checking CCSHARED... -fPIC
16:30:59 checking LINKFORSHARED... -Xlinker -export-dynamic
16:30:59 checking CFLAGSFORSHARED... 
16:30:59 checking SHLIBS... $(LIBS)
16:30:59 checking for sendfile in -lsendfile... no
16:31:00 checking for dlopen in -ldl... yes
16:31:00 checking for shl_load in -ldld... no
16:31:00 checking for library containing sem_init... none required
16:31:00 checking for textdomain in -lintl... no
16:31:00 checking aligned memory access is required... no
16:31:01 checking for --with-hash-algorithm... default
16:31:01 checking for t_open in -lnsl... no
16:31:01 checking for socket in -lsocket... no
16:31:01 checking for --with-libs... no
16:31:01 checking for pkg-config... no
16:31:01 checking for --with-system-expat... no
16:31:01 checking for --with-system-ffi... no
16:31:01 checking for --with-system-libmpdec... no
16:31:01 checking for --enable-loadable-sqlite-extensions... no
16:31:01 checking for --with-tcltk-includes... default
16:31:01 checking for --with-tcltk-libs... default
16:31:01 checking for --with-dbmliborder... 
16:31:01 checking for --with-signal-module... yes
16:31:01 checking for --with-threads... yes
16:31:01 checking if PTHREAD_SCOPE_SYSTEM is supported... yes
16:31:02 checking for pthread_sigmask... yes
16:31:02 checking for pthread_atfork... yes
16:31:02 checking if --enable-ipv6 is specified... no
16:31:02 checking for OSX 10.5 SDK or later... no
16:31:02 checking for --with-doc-strings... yes
16:31:02 checking for --with-tsc... no
16:31:02 checking for --with-pymalloc... no
16:31:02 checking for --with-valgrind... no
16:31:02 checking for dlopen... yes
16:31:03 checking DYNLOADFILE... dynload_shlib.o
16:31:03 checking MACHDEP_OBJS... none
16:31:03 checking for alarm... yes
16:31:03 checking for accept4... yes
16:31:03 checking for setitimer... yes
16:31:04 checking for getitimer... yes
16:31:04 checking for bind_textdomain_codeset... yes
16:31:04 checking for chown... yes
16:31:04 checking for clock... yes
16:31:05 checking for confstr... yes
16:31:05 checking for ctermid... yes
16:31:05 checking for dup3... yes
16:31:06 checking for execv... yes
16:31:06 checking for faccessat... yes
16:31:06 checking for fchmod... yes
16:31:06 checking for fchmodat... yes
16:31:07 checking for fchown... yes
16:31:07 checking for fchownat... yes
16:31:07 checking for fexecve... yes
16:31:08 checking for fdopendir... yes
16:31:08 checking for fork... yes
16:31:08 checking for fpathconf... yes
16:31:08 checking for fstatat... yes
16:31:09 checking for ftime... yes
16:31:09 checking for ftruncate... yes
16:31:09 checking for futimesat... yes
16:31:10 checking for futimens... yes
16:31:10 checking for futimes... yes
16:31:10 checking for gai_strerror... yes
16:31:10 checking for getgrouplist... yes
16:31:11 checking for getgroups... yes
16:31:11 checking for getlogin... yes
16:31:11 checking for getloadavg... yes
16:31:12 checking for getpeername... yes
16:31:12 checking for getpgid... yes
16:31:12 checking for getpid... yes
16:31:12 checking for getpriority... yes
16:31:13 checking for getresuid... yes
16:31:13 checking for getresgid... yes
16:31:13 checking for getpwent... yes
16:31:14 checking for getspnam... yes
16:31:14 checking for getspent... yes
16:31:14 checking for getsid... yes
16:31:15 checking for getwd... yes
16:31:15 checking for if_nameindex... yes
16:31:15 checking for initgroups... yes
16:31:15 checking for kill... yes
16:31:16 checking for killpg... yes
16:31:16 checking for lchmod... no
16:31:16 checking for lchown... yes
16:31:16 checking for lockf... yes
16:31:17 checking for linkat... yes
16:31:17 checking for lstat... yes
16:31:17 checking for lutimes... yes
16:31:18 checking for mmap... yes
16:31:18 checking for memrchr... yes
16:31:18 checking for mbrtowc... yes
16:31:18 checking for mkdirat... yes
16:31:19 checking for mkfifo... yes
16:31:19 checking for mkfifoat... yes
16:31:19 checking for mknod... yes
16:31:20 checking for mknodat... yes
16:31:20 checking for mktime... yes
16:31:20 checking for mremap... yes
16:31:21 checking for nice... yes
16:31:21 checking for openat... yes
16:31:21 checking for pathconf... yes
16:31:21 checking for pause... yes
16:31:22 checking for pipe2... yes
16:31:22 checking for plock... no
16:31:22 checking for poll... yes
16:31:23 checking for posix_fallocate... yes
16:31:23 checking for posix_fadvise... yes
16:31:23 checking for pread... yes
16:31:23 checking for pthread_init... no
16:31:24 checking for pthread_kill... yes
16:31:24 checking for putenv... yes
16:31:24 checking for pwrite... yes
16:31:25 checking for readlink... yes
16:31:25 checking for readlinkat... yes
16:31:25 checking for readv... yes
16:31:25 checking for realpath... yes
16:31:26 checking for renameat... yes
16:31:26 checking for select... yes
16:31:26 checking for sem_open... yes
16:31:27 checking for sem_timedwait... yes
16:31:27 checking for sem_getvalue... yes
16:31:27 checking for sem_unlink... yes
16:31:28 checking for sendfile... yes
16:31:28 checking for setegid... yes
16:31:28 checking for seteuid... yes
16:31:28 checking for setgid... yes
16:31:29 checking for sethostname... yes
16:31:29 checking for setlocale... yes
16:31:29 checking for setregid... yes
16:31:30 checking for setreuid... yes
16:31:30 checking for setresuid... yes
16:31:30 checking for setresgid... yes
16:31:30 checking for setsid... yes
16:31:31 checking for setpgid... yes
16:31:31 checking for setpgrp... yes
16:31:31 checking for setpriority... yes
16:31:32 checking for setuid... yes
16:31:32 checking for setvbuf... yes
16:31:32 checking for sched_get_priority_max... yes
16:31:32 checking for sched_setaffinity... yes
16:31:33 checking for sched_setscheduler... yes
16:31:33 checking for sched_setparam... yes
16:31:33 checking for sched_rr_get_interval... yes
16:31:34 checking for sigaction... yes
16:31:34 checking for sigaltstack... yes
16:31:34 checking for siginterrupt... yes
16:31:35 checking for sigpending... yes
16:31:35 checking for sigrelse... yes
16:31:35 checking for sigtimedwait... yes
16:31:35 checking for sigwait... yes
16:31:36 checking for sigwaitinfo... yes
16:31:36 checking for snprintf... yes
16:31:36 checking for strftime... yes
16:31:37 checking for strlcpy... no
16:31:37 checking for symlinkat... yes
16:31:37 checking for sync... yes
16:31:37 checking for sysconf... yes
16:31:38 checking for tcgetpgrp... yes
16:31:38 checking for tcsetpgrp... yes
16:31:38 checking for tempnam... yes
16:31:39 checking for timegm... yes
16:31:39 checking for times... yes
16:31:39 checking for tmpfile... yes
16:31:39 checking for tmpnam... yes
16:31:40 checking for tmpnam_r... yes
16:31:40 checking for truncate... yes
16:31:40 checking for uname... yes
16:31:41 checking for unlinkat... yes
16:31:41 checking for unsetenv... yes
16:31:41 checking for utimensat... yes
16:31:42 checking for utimes... yes
16:31:42 checking for waitid... yes
16:31:42 checking for waitpid... yes
16:31:42 checking for wait3... yes
16:31:43 checking for wait4... yes
16:31:43 checking for wcscoll... yes
16:31:43 checking for wcsftime... yes
16:31:44 checking for wcsxfrm... yes
16:31:44 checking for wmemcmp... yes
16:31:44 checking for writev... yes
16:31:44 checking for _getpty... no
16:31:45 checking whether dirfd is declared... yes
16:31:45 checking for chroot... yes
16:31:45 checking for link... yes
16:31:45 checking for symlink... yes
16:31:45 checking for fchdir... yes
16:31:46 checking for fsync... yes
16:31:46 checking for fdatasync... yes
16:31:46 checking for epoll... yes
16:31:46 checking for epoll_create1... yes
16:31:46 checking for kqueue... no
16:31:46 checking for prlimit... yes
16:31:46 checking for ctermid_r... no
16:31:47 checking for flock declaration... yes
16:31:47 checking for flock... yes
16:31:47 checking for getpagesize... yes
16:31:47 checking for broken unsetenv... no
16:31:47 checking for true... true
16:31:47 checking for inet_aton in -lc... yes
16:31:48 checking for chflags... no
16:31:48 checking for lchflags... no
16:31:48 checking for inflateCopy in -lz... yes
16:31:49 checking for hstrerror... yes
16:31:49 checking for inet_aton... yes
16:31:49 checking for inet_pton... yes
16:31:50 checking for setgroups... yes
16:31:50 checking for openpty... no
16:31:50 checking for openpty in -lutil... yes
16:31:50 checking for forkpty... yes
16:31:51 checking for memmove... yes
16:31:51 checking for fseek64... no
16:31:51 checking for fseeko... yes
16:31:51 checking for fstatvfs... yes
16:31:52 checking for ftell64... no
16:31:52 checking for ftello... yes
16:31:52 checking for statvfs... yes
16:31:53 checking for dup2... yes
16:31:53 checking for strdup... yes
16:31:53 checking for getpgrp... yes
16:31:54 checking for setpgrp... (cached) yes
16:31:54 checking for gettimeofday... yes
16:31:54 checking for clock_gettime... yes
16:31:54 checking for clock_getres... yes
16:31:55 checking for major... yes
16:31:55 checking for getaddrinfo... yes
16:31:55 checking getaddrinfo bug... no
16:31:56 checking for getnameinfo... yes
16:31:56 checking whether time.h and sys/time.h may both be included... yes
16:31:57 checking whether struct tm is in sys/time.h or time.h... time.h
16:31:57 checking for struct tm.tm_zone... yes
16:31:57 checking for struct stat.st_rdev... yes
16:31:57 checking for struct stat.st_blksize... yes
16:31:57 checking for struct stat.st_flags... no
16:31:58 checking for struct stat.st_gen... no
16:31:59 checking for struct stat.st_birthtime... no
16:31:59 checking for struct stat.st_blocks... yes
16:32:00 checking for time.h that defines altzone... no
16:32:00 checking whether sys/select.h and sys/time.h may both be included... yes
16:32:00 checking for addrinfo... yes
16:32:00 checking for sockaddr_storage... yes
16:32:00 checking whether char is unsigned... no
16:32:00 checking for an ANSI C-conforming const... yes
16:32:01 checking for working volatile... yes
16:32:01 checking for working signed char... yes
16:32:01 checking for prototypes... yes
16:32:01 checking for variable length prototypes and stdarg.h... yes
16:32:01 checking for socketpair... yes
16:32:01 checking if sockaddr has sa_len member... no
16:32:02 checking whether va_list is an array... yes
16:32:02 checking for gethostbyname_r... yes
16:32:02 checking gethostbyname_r with 6 args... yes
16:32:02 checking for __fpu_control... yes
16:32:02 checking for --with-fpectl... no
16:32:02 checking for --with-libm=STRING... default LIBM="-lm"
16:32:02 checking for --with-libc=STRING... default LIBC=""
16:32:02 checking for x64 gcc inline assembler... yes
16:32:03 checking whether C doubles are little-endian IEEE 754 binary64... yes
16:32:03 checking whether C doubles are big-endian IEEE 754 binary64... no
16:32:03 checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no
16:32:04 checking whether we can use gcc inline assembler to get and set x87 control word... yes
16:32:04 checking for x87-style double rounding... no
16:32:04 checking for acosh... yes
16:32:05 checking for asinh... yes
16:32:05 checking for atanh... yes
16:32:05 checking for copysign... yes
16:32:05 checking for erf... yes
16:32:06 checking for erfc... yes
16:32:06 checking for expm1... yes
16:32:06 checking for finite... yes
16:32:07 checking for gamma... yes
16:32:07 checking for hypot... yes
16:32:07 checking for lgamma... yes
16:32:08 checking for log1p... yes
16:32:08 checking for log2... yes
16:32:08 checking for round... yes
16:32:08 checking for tgamma... yes
16:32:09 checking whether isinf is declared... yes
16:32:09 checking whether isnan is declared... yes
16:32:09 checking whether isfinite is declared... yes
16:32:10 checking whether tanh preserves the sign of zero... yes
16:32:10 checking whether log1p drops the sign of negative zero... no
16:32:10 checking whether POSIX semaphores are enabled... yes
16:32:11 checking for broken sem_getvalue... no
16:32:11 checking digit size for Python's longs... no value specified
16:32:11 checking wchar.h usability... yes
16:32:12 checking wchar.h presence... yes
16:32:12 checking for wchar.h... yes
16:32:12 checking size of wchar_t... 4
16:32:12 checking for UCS-4 tcl... no
16:32:12 checking whether wchar_t is signed... yes
16:32:13 no usable wchar_t found
16:32:13 checking whether byte ordering is bigendian... no
16:32:13 checking ABIFLAGS... 
16:32:13 checking SOABI... cpython-34
16:32:13 checking LDVERSION... $(VERSION)$(ABIFLAGS)
16:32:13 checking whether right shift extends the sign bit... yes
16:32:13 checking for getc_unlocked() and friends... yes
16:32:14 checking how to link readline libs... none
16:32:15 checking for rl_callback_handler_install in -lreadline... no
16:32:15 checking for rl_pre_input_hook in -lreadline... no
16:32:15 checking for rl_completion_display_matches_hook in -lreadline... no
16:32:15 checking for rl_completion_matches in -lreadline... no
16:32:16 checking for broken nice()... no
16:32:16 checking for broken poll()... no
16:32:16 checking for struct tm.tm_zone... (cached) yes
16:32:16 checking for working tzset()... yes
16:32:17 checking for tv_nsec in struct stat... yes
16:32:17 checking for tv_nsec2 in struct stat... no
16:32:17 checking curses.h usability... no
16:32:17 checking curses.h presence... no
16:32:18 checking for curses.h... no
16:32:18 checking ncurses.h usability... no
16:32:18 checking ncurses.h presence... no
16:32:18 checking for ncurses.h... no
16:32:18 checking for term.h... no
16:32:18 checking whether mvwdelch is an expression... no
16:32:18 checking whether WINDOW has _flags... no
16:32:18 checking for is_term_resized... no
16:32:18 checking for resize_term... no
16:32:19 checking for resizeterm... no
16:32:19 configure: checking for device files
16:32:19 checking for /dev/ptmx... yes
16:32:19 checking for /dev/ptc... no
16:32:19 checking for %lld and %llu printf() format support... yes
16:32:19 checking for %zd printf() format support... yes
16:32:20 checking for socklen_t... yes
16:32:20 checking for broken mbstowcs... no
16:32:20 checking for --with-computed-gotos... no value specified
16:32:20 checking whether /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang supports computed gotos... yes
16:32:21 checking for build directories... done
16:32:21 checking for -O2... yes
16:32:21 checking for glibc _FORTIFY_SOURCE/memmove bug... no
16:32:21 checking for ensurepip... upgrade
16:32:21 configure: creating ./config.status
16:32:22 config.status: creating Makefile.pre
16:32:22 config.status: creating Modules/Setup.config
16:32:22 config.status: creating Misc/python.pc
16:32:22 config.status: creating Misc/python-config.sh
16:32:22 config.status: creating Modules/ld_so_aix
16:32:22 config.status: creating pyconfig.h
16:32:22 creating Modules/Setup
16:32:22 creating Modules/Setup.local
16:32:22 creating Makefile
16:32:22 + build_python
16:32:22 + cd build
16:32:22 + make clean
16:32:22 find ../../cpython -depth -name '__pycache__' -exec rm -rf {} ';'
16:32:22 find ../../cpython -name '*.py[co]' -exec rm -f {} ';'
16:32:22 find . -name '*.[oa]' -exec rm -f {} ';'
16:32:22 find . -name '*.s[ol]' -exec rm -f {} ';'
16:32:22 find . -name '*.so.[0-9]*.[0-9]*' -exec rm -f {} ';'
16:32:22 find build -name 'fficonfig.h' -exec rm -f {} ';' || true
16:32:22 find: `build': No such file or directory
16:32:22 find build -name '*.py' -exec rm -f {} ';' || true
16:32:22 find: `build': No such file or directory
16:32:22 find build -name '*.py[co]' -exec rm -f {} ';' || true
16:32:22 find: `build': No such file or directory
16:32:22 rm -f pybuilddir.txt
16:32:22 rm -f Lib/lib2to3/*Grammar*.pickle
16:32:22 rm -f Modules/_testembed Modules/_freeze_importlib
16:32:22 + make -j 48 all
16:32:22 /bin/mkdir -p Include
16:32:22 python3.4 ../../cpython/Parser/asdl_c.py -h Include ../../cpython/Parser/Python.asdl
16:32:22 make Parser/pgen
16:32:22 ../../cpython/Python/makeopcodetargets.py Python/opcode_targets.h
16:32:22 make Modules/_freeze_importlib
16:32:22 /usr/bin/install -c -m 644 ../../cpython/Tools/gdb/libpython.py python-gdb.py
16:32:22 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Modules/_testembed.o ../../cpython/Modules/_testembed.c
16:32:22 # Substitution happens here, as the completely-expanded BINDIR
16:32:22 # is not available in configure
16:32:22 sed -e "s, at EXENAME@,/usr/local/bin/python3.4," < ../../cpython/Misc/python-config.in >python-config.py
16:32:22 make[1]: Entering directory `/home/jenkins/workspace/asap-benchmarks/python34-experiments/cpython-asan-build/build'
16:32:22 /bin/mkdir -p Include
16:32:22 # Replace makefile compat. variable references with shell script compat. ones;  -> 
16:32:22 sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config
16:32:22 python3.4 ../../cpython/Parser/asdl_c.py -h Include ../../cpython/Parser/Python.asdl
16:32:22 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o ../../cpython/Parser/tokenizer_pgen.c
16:32:22 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/printgrammar.o ../../cpython/Parser/printgrammar.c
16:32:22 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/parsetok_pgen.o ../../cpython/Parser/parsetok_pgen.c
16:32:22 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/pgenmain.o ../../cpython/Parser/pgenmain.c
16:32:22 # On Darwin, always use the python version of the script, the shell
16:32:22 make[1]: Entering directory `/home/jenkins/workspace/asap-benchmarks/python34-experiments/cpython-asan-build/build'
16:32:22 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Modules/_freeze_importlib.o ../../cpython/Modules/_freeze_importlib.c
16:32:22 # version doesn't use the compiler customizations that are provided
16:32:22 # in python (_osx_support.py).
16:32:22 if test `uname -s` = Darwin; then \
16:32:22 		cp python-config.py python-config; \
16:32:22 	fi
16:32:22 /bin/mkdir -p Include
16:32:22 python3.4 ../../cpython/Parser/asdl_c.py -h Include ../../cpython/Parser/Python.asdl
16:32:23 make Parser/pgen
16:32:23 make[2]: Entering directory `/home/jenkins/workspace/asap-benchmarks/python34-experiments/cpython-asan-build/build'
16:32:23 /bin/mkdir -p Include
16:32:23 python3.4 ../../cpython/Parser/asdl_c.py -h Include ../../cpython/Parser/Python.asdl
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o ../../cpython/Parser/tokenizer_pgen.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/printgrammar.o ../../cpython/Parser/printgrammar.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/parsetok_pgen.o ../../cpython/Parser/parsetok_pgen.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/pgenmain.o ../../cpython/Parser/pgenmain.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Modules/python.o ../../cpython/Modules/python.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/acceler.o ../../cpython/Parser/acceler.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/acceler.o ../../cpython/Parser/acceler.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/grammar1.o ../../cpython/Parser/grammar1.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/grammar1.o ../../cpython/Parser/grammar1.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/listnode.o ../../cpython/Parser/listnode.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/node.o ../../cpython/Parser/node.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/listnode.o ../../cpython/Parser/listnode.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/node.o ../../cpython/Parser/node.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/parser.o ../../cpython/Parser/parser.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/bitset.o ../../cpython/Parser/bitset.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/parser.o ../../cpython/Parser/parser.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/bitset.o ../../cpython/Parser/bitset.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/metagrammar.o ../../cpython/Parser/metagrammar.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/metagrammar.o ../../cpython/Parser/metagrammar.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/firstsets.o ../../cpython/Parser/firstsets.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/grammar.o ../../cpython/Parser/grammar.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/pgen.o ../../cpython/Parser/pgen.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/myreadline.o ../../cpython/Parser/myreadline.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/parsetok.o ../../cpython/Parser/parsetok.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/firstsets.o ../../cpython/Parser/firstsets.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/tokenizer.o ../../cpython/Parser/tokenizer.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/grammar.o ../../cpython/Parser/grammar.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/abstract.o ../../cpython/Objects/abstract.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/pgen.o ../../cpython/Parser/pgen.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/accu.o ../../cpython/Objects/accu.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/obmalloc.o ../../cpython/Objects/obmalloc.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/dynamic_annotations.o ../../cpython/Python/dynamic_annotations.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/boolobject.o ../../cpython/Objects/boolobject.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/bytes_methods.o ../../cpython/Objects/bytes_methods.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/acceler.o ../../cpython/Parser/acceler.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/mysnprintf.o ../../cpython/Python/mysnprintf.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/bytearrayobject.o ../../cpython/Objects/bytearrayobject.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/grammar1.o ../../cpython/Parser/grammar1.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/bytesobject.o ../../cpython/Objects/bytesobject.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/pyctype.o ../../cpython/Python/pyctype.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/listnode.o ../../cpython/Parser/listnode.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/node.o ../../cpython/Parser/node.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/cellobject.o ../../cpython/Objects/cellobject.c
16:32:23 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/classobject.o ../../cpython/Objects/classobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/codeobject.o ../../cpython/Objects/codeobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/acceler.o ../../cpython/Parser/acceler.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/grammar1.o ../../cpython/Parser/grammar1.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/listnode.o ../../cpython/Parser/listnode.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/node.o ../../cpython/Parser/node.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/complexobject.o ../../cpython/Objects/complexobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/descrobject.o ../../cpython/Objects/descrobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/enumobject.o ../../cpython/Objects/enumobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/parser.o ../../cpython/Parser/parser.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/parser.o ../../cpython/Parser/parser.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/exceptions.o ../../cpython/Objects/exceptions.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/genobject.o ../../cpython/Objects/genobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/fileobject.o ../../cpython/Objects/fileobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/floatobject.o ../../cpython/Objects/floatobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/bitset.o ../../cpython/Parser/bitset.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/metagrammar.o ../../cpython/Parser/metagrammar.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/firstsets.o ../../cpython/Parser/firstsets.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/grammar.o ../../cpython/Parser/grammar.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/frameobject.o ../../cpython/Objects/frameobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/funcobject.o ../../cpython/Objects/funcobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/pgen.o ../../cpython/Parser/pgen.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/iterobject.o ../../cpython/Objects/iterobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/listobject.o ../../cpython/Objects/listobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/obmalloc.o ../../cpython/Objects/obmalloc.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/longobject.o ../../cpython/Objects/longobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/dictobject.o ../../cpython/Objects/dictobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/dynamic_annotations.o ../../cpython/Python/dynamic_annotations.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/memoryobject.o ../../cpython/Objects/memoryobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/bitset.o ../../cpython/Parser/bitset.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/metagrammar.o ../../cpython/Parser/metagrammar.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/methodobject.o ../../cpython/Objects/methodobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/moduleobject.o ../../cpython/Objects/moduleobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/namespaceobject.o ../../cpython/Objects/namespaceobject.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/object.o ../../cpython/Objects/object.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/firstsets.o ../../cpython/Parser/firstsets.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/grammar.o ../../cpython/Parser/grammar.c
16:32:24 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/mysnprintf.o ../../cpython/Python/mysnprintf.c
16:32:25 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/pyctype.o ../../cpython/Python/pyctype.c
16:32:25 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/obmalloc.o ../../cpython/Objects/obmalloc.c
16:32:25 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/capsule.o ../../cpython/Objects/capsule.c
16:32:25 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/rangeobject.o ../../cpython/Objects/rangeobject.c
16:32:25 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/setobject.o ../../cpython/Objects/setobject.c
16:32:25 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/sliceobject.o ../../cpython/Objects/sliceobject.c
16:32:25 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/structseq.o ../../cpython/Objects/structseq.c
16:32:25 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/tupleobject.o ../../cpython/Objects/tupleobject.c
16:32:25 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/typeobject.o ../../cpython/Objects/typeobject.c
16:32:25 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/pgen.o ../../cpython/Parser/pgen.c
16:32:25 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/unicodeobject.o ../../cpython/Objects/unicodeobject.c
16:32:25 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/unicodectype.o ../../cpython/Objects/unicodectype.c
16:32:25 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/weakrefobject.o ../../cpython/Objects/weakrefobject.c
16:32:25 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/_warnings.o ../../cpython/Python/_warnings.c
16:32:25 /bin/mkdir -p Python
16:32:25 python3.4 ../../cpython/Parser/asdl_c.py -c Python ../../cpython/Parser/Python.asdl
16:32:25 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/asdl.o ../../cpython/Python/asdl.c
16:32:25 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/bltinmodule.o ../../cpython/Python/bltinmodule.c
16:32:26 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/myreadline.o ../../cpython/Parser/myreadline.c
16:32:26 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/parsetok.o ../../cpython/Parser/parsetok.c
16:32:26 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/ceval.o ../../cpython/Python/ceval.c
16:32:26 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/codecs.o ../../cpython/Python/codecs.c
16:32:26 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/dynamic_annotations.o ../../cpython/Python/dynamic_annotations.c
16:32:26 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/errors.o ../../cpython/Python/errors.c
16:32:26 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Parser/tokenizer.o ../../cpython/Parser/tokenizer.c
16:32:26 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/frozenmain.o ../../cpython/Python/frozenmain.c
16:32:26 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/future.o ../../cpython/Python/future.c
16:32:26 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/abstract.o ../../cpython/Objects/abstract.c
16:32:26 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/accu.o ../../cpython/Objects/accu.c
16:32:26 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/getargs.o ../../cpython/Python/getargs.c
16:32:26 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/boolobject.o ../../cpython/Objects/boolobject.c
16:32:26 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/getcompiler.o ../../cpython/Python/getcompiler.c
16:32:26 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/getcopyright.o ../../cpython/Python/getcopyright.c
16:32:26 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o ../../cpython/Python/getplatform.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/bytes_methods.o ../../cpython/Objects/bytes_methods.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/getversion.o ../../cpython/Python/getversion.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/import.o ../../cpython/Python/import.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -I. -o Python/importdl.o ../../cpython/Python/importdl.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/marshal.o ../../cpython/Python/marshal.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/modsupport.o ../../cpython/Python/modsupport.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/mystrtoul.o ../../cpython/Python/mystrtoul.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/bytearrayobject.o ../../cpython/Objects/bytearrayobject.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/mysnprintf.o ../../cpython/Python/mysnprintf.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/peephole.o ../../cpython/Python/peephole.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fsanitize=address  Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/dynamic_annotations.o Python/mysnprintf.o Python/pyctype.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/parsetok_pgen.o Parser/pgenmain.o -ldl  -lutil -o Parser/pgen
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/bytesobject.o ../../cpython/Objects/bytesobject.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/pyarena.o ../../cpython/Python/pyarena.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/pyctype.o ../../cpython/Python/pyctype.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/cellobject.o ../../cpython/Objects/cellobject.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Python/pyfpe.o ../../cpython/Python/pyfpe.c
16:32:27 /usr/bin/ld: cannot find Parser/pgen.o: No such file or directory
16:32:27 clang-3.5: error: linker command failed with exit code 1 (use -v to see invocation)
16:32:27 /home/jenkins/workspace/asap-build/llvm/lib/Transforms/SanityChecks/asap-clang-utils.rb:17:in `run!': Command /home/jenkins/workspace/asap-build/llvm-build/bin/clang failed with status pid 42314 exit 1 (RunExternalCommandError)
16:32:27 	from /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang:154:in `do_link'
16:32:27 	from /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang:124:in `exec'
16:32:27 	from /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang:397:in `main'
16:32:27 	from /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang:439:in `<main>'
16:32:27 make[1]: *** [Parser/pgen] Error 1
16:32:27 make[1]: Leaving directory `/home/jenkins/workspace/asap-benchmarks/python34-experiments/cpython-asan-build/build'
16:32:27 make: *** [Include/graminit.h] Error 2
16:32:27 make: *** Waiting for unfinished jobs....
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/classobject.o ../../cpython/Objects/classobject.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/codeobject.o ../../cpython/Objects/codeobject.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/complexobject.o ../../cpython/Objects/complexobject.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/descrobject.o ../../cpython/Objects/descrobject.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/enumobject.o ../../cpython/Objects/enumobject.c
16:32:27 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/exceptions.o ../../cpython/Objects/exceptions.c
16:32:28 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/genobject.o ../../cpython/Objects/genobject.c
16:32:28 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/fileobject.o ../../cpython/Objects/fileobject.c
16:32:28 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/floatobject.o ../../cpython/Objects/floatobject.c
16:32:28 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/frameobject.o ../../cpython/Objects/frameobject.c
16:32:28 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/funcobject.o ../../cpython/Objects/funcobject.c
16:32:28 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/iterobject.o ../../cpython/Objects/iterobject.c
16:32:28 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fsanitize=address  Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/dynamic_annotations.o Python/mysnprintf.o Python/pyctype.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/parsetok_pgen.o Parser/pgenmain.o -ldl  -lutil -o Parser/pgen
16:32:28 /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O3 -fsanitize=address   -Werror=declaration-after-statement   -I. -IInclude -I../../cpython/Include    -DPy_BUILD_CORE -o Objects/listobject.o ../../cpython/Objects/listobject.c
16:32:28 Parser/pgen.o: file not recognized: File truncated
16:32:28 clang-3.5: error: linker command failed with exit code 1 (use -v to see invocation)
16:32:28 /home/jenkins/workspace/asap-build/llvm/lib/Transforms/SanityChecks/asap-clang-utils.rb:17:in `run!': Command /home/jenkins/workspace/asap-build/llvm-build/bin/clang failed with status pid 42440 exit 1 (RunExternalCommandError)
16:32:28 	from /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang:154:in `do_link'
16:32:28 	from /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang:124:in `exec'
16:32:28 	from /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang:397:in `main'
16:32:28 	from /home/jenkins/workspace/asap-build/llvm-build/bin/asap-clang:439:in `<main>'
16:32:28 make[2]: *** [Parser/pgen] Error 1
16:32:28 make[2]: Leaving directory `/home/jenkins/workspace/asap-benchmarks/python34-experiments/cpython-asan-build/build'
16:32:28 make[1]: *** [Include/graminit.h] Error 2
16:32:28 make[1]: *** Waiting for unfinished jobs....
16:32:39 make[1]: Leaving directory `/home/jenkins/workspace/asap-benchmarks/python34-experiments/cpython-asan-build/build'
16:32:39 make: *** [Python/importlib.h] Error 2


More information about the Python-Dev mailing list