[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_1 #451939

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Oct 17 04:26:08 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_1/451939/display/redirect>

Changes:


------------------------------------------
[...truncated 34.00 KB...]
checking for OS
 + Linux 5.18.0-0.deb11.4-amd64 x86_64
checking for C compiler ... found
 + using GNU C compiler
checking for -Wl,-E switch ... found
checking for gcc builtin atomic operations ... found
checking for C99 variadic macros ... found
checking for gcc variadic macros ... found
checking for gcc builtin 64 bit byteswap ... found
checking for unistd.h ... found
checking for inttypes.h ... found
checking for limits.h ... found
checking for sys/filio.h ... not found
checking for sys/param.h ... found
checking for sys/mount.h ... found
checking for sys/statvfs.h ... found
checking for crypt.h ... found
checking for Linux specific features
checking for epoll ... found
checking for EPOLLRDHUP ... found
checking for EPOLLEXCLUSIVE ... found
checking for eventfd() ... found
checking for O_PATH ... found
checking for sendfile() ... found
checking for sendfile64() ... found
checking for sys/prctl.h ... found
checking for prctl(PR_SET_DUMPABLE) ... found
checking for prctl(PR_SET_KEEPCAPS) ... found
checking for capabilities ... found
checking for crypt_r() ... found
checking for sys/vfs.h ... found
checking for nobody group ... not found
checking for nogroup group ... found
checking for poll() ... found
checking for /dev/poll ... not found
checking for kqueue ... not found
checking for crypt() ... not found
checking for crypt() in libcrypt ... found
checking for F_READAHEAD ... not found
checking for posix_fadvise() ... found
checking for O_DIRECT ... found
checking for F_NOCACHE ... not found
checking for directio() ... not found
checking for statfs() ... found
checking for statvfs() ... found
checking for dlopen() ... found
checking for sched_yield() ... found
checking for sched_setaffinity() ... found
checking for SO_SETFIB ... not found
checking for SO_REUSEPORT ... found
checking for SO_ACCEPTFILTER ... not found
checking for SO_BINDANY ... not found
checking for IP_TRANSPARENT ... found
checking for IP_BINDANY ... not found
checking for IP_BIND_ADDRESS_NO_PORT ... found
checking for IP_RECVDSTADDR ... not found
checking for IP_SENDSRCADDR ... not found
checking for IP_PKTINFO ... found
checking for IPV6_RECVPKTINFO ... found
checking for TCP_DEFER_ACCEPT ... found
checking for TCP_KEEPIDLE ... found
checking for TCP_FASTOPEN ... found
checking for TCP_INFO ... found
checking for accept4() ... found
checking for int size ... 4 bytes
checking for long size ... 8 bytes
checking for long long size ... 8 bytes
checking for void * size ... 8 bytes
checking for uint32_t ... found
checking for uint64_t ... found
checking for sig_atomic_t ... found
checking for sig_atomic_t size ... 4 bytes
checking for socklen_t ... found
checking for in_addr_t ... found
checking for in_port_t ... found
checking for rlim_t ... found
checking for uintptr_t ... uintptr_t found
checking for system byte ordering ... little endian
checking for size_t size ... 8 bytes
checking for off_t size ... 8 bytes
checking for time_t size ... 8 bytes
checking for AF_INET6 ... found
checking for setproctitle() ... not found
checking for pread() ... found
checking for pwrite() ... found
checking for pwritev() ... found
checking for strerrordesc_np() ... found
checking for localtime_r() ... found
checking for clock_gettime(CLOCK_MONOTONIC) ... found
checking for posix_memalign() ... found
checking for memalign() ... found
checking for mmap(MAP_ANON|MAP_SHARED) ... found
checking for mmap("/dev/zero", MAP_SHARED) ... found
checking for System V shared memory ... found
checking for POSIX semaphores ... found
checking for struct msghdr.msg_control ... found
checking for ioctl(FIONBIO) ... found
checking for ioctl(FIONREAD) ... found
checking for struct tm.tm_gmtoff ... found
checking for struct dirent.d_namlen ... not found
checking for struct dirent.d_type ... found
checking for sysconf(_SC_NPROCESSORS_ONLN) ... found
checking for sysconf(_SC_LEVEL1_DCACHE_LINESIZE) ... found
checking for openat(), fstatat() ... found
checking for getaddrinfo() ... found
configuring additional dynamic modules
adding module in ../echo-nginx-module-0.62
 + ngx_http_echo_module was configured
checking for PCRE2 library ... found
checking for zlib library ... found
creating objs/Makefile

Configuration summary
  + using system PCRE2 library
  + OpenSSL library is not used
  + using system zlib library

  nginx path prefix: "/usr/local/nginx"
  nginx binary file: "/usr/local/nginx/sbin/nginx"
  nginx modules path: "/usr/local/nginx/modules"
  nginx configuration prefix: "/usr/local/nginx/conf"
  nginx configuration file: "/usr/local/nginx/conf/nginx.conf"
  nginx pid file: "/usr/local/nginx/logs/nginx.pid"
  nginx error log file: "/usr/local/nginx/logs/error.log"
  nginx http access log file: "/usr/local/nginx/logs/access.log"
  nginx http client request body temporary files: "client_body_temp"
  nginx http proxy temporary files: "proxy_temp"
  nginx http fastcgi temporary files: "fastcgi_temp"
  nginx http uwsgi temporary files: "uwsgi_temp"
  nginx http scgi temporary files: "scgi_temp"

make -f objs/Makefile modules
make[1]: Entering directory '/tmp/nginx-mod-echo-archlinuxrb-build-f1RUJTUZ/nginx-mod-echo/trunk/src/build'
cc -c -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
	-o objs/addon/src/ngx_http_echo_module.o \
	../echo-nginx-module-0.62/src/ngx_http_echo_module.c
cc -c -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
	-o objs/addon/src/ngx_http_echo_util.o \
	../echo-nginx-module-0.62/src/ngx_http_echo_util.c
cc -c -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
	-o objs/addon/src/ngx_http_echo_timer.o \
	../echo-nginx-module-0.62/src/ngx_http_echo_timer.c
cc -c -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
	-o objs/addon/src/ngx_http_echo_var.o \
	../echo-nginx-module-0.62/src/ngx_http_echo_var.c
cc -c -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
	-o objs/addon/src/ngx_http_echo_handler.o \
	../echo-nginx-module-0.62/src/ngx_http_echo_handler.c
cc -c -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
	-o objs/addon/src/ngx_http_echo_filter.o \
	../echo-nginx-module-0.62/src/ngx_http_echo_filter.c
cc -c -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
	-o objs/addon/src/ngx_http_echo_sleep.o \
	../echo-nginx-module-0.62/src/ngx_http_echo_sleep.c
cc -c -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
	-o objs/addon/src/ngx_http_echo_location.o \
	../echo-nginx-module-0.62/src/ngx_http_echo_location.c
cc -c -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
	-o objs/addon/src/ngx_http_echo_echo.o \
	../echo-nginx-module-0.62/src/ngx_http_echo_echo.c
cc -c -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
	-o objs/addon/src/ngx_http_echo_request_info.o \
	../echo-nginx-module-0.62/src/ngx_http_echo_request_info.c
cc -c -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
	-o objs/addon/src/ngx_http_echo_subrequest.o \
	../echo-nginx-module-0.62/src/ngx_http_echo_subrequest.c
cc -c -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
	-o objs/addon/src/ngx_http_echo_foreach.o \
	../echo-nginx-module-0.62/src/ngx_http_echo_foreach.c
cc -c -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
	-o objs/ngx_http_echo_module_modules.o \
	objs/ngx_http_echo_module_modules.c
cc -o objs/ngx_http_echo_module.so \
objs/addon/src/ngx_http_echo_module.o \
objs/addon/src/ngx_http_echo_util.o \
objs/addon/src/ngx_http_echo_timer.o \
objs/addon/src/ngx_http_echo_var.o \
objs/addon/src/ngx_http_echo_handler.o \
objs/addon/src/ngx_http_echo_filter.o \
objs/addon/src/ngx_http_echo_sleep.o \
objs/addon/src/ngx_http_echo_location.o \
objs/addon/src/ngx_http_echo_echo.o \
objs/addon/src/ngx_http_echo_request_info.o \
objs/addon/src/ngx_http_echo_subrequest.o \
objs/addon/src/ngx_http_echo_foreach.o \
objs/ngx_http_echo_module_modules.o \
-shared
make[1]: Leaving directory '/tmp/nginx-mod-echo-archlinuxrb-build-f1RUJTUZ/nginx-mod-echo/trunk/src/build'
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "nginx-mod-echo"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: nginx-mod-echo 0.62-4 (Mon Oct 17 03:26:00 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-nginx-mod-echo-archlinuxrb-build-f1RUJTUZ
+ tee -a /srv/reproducible-results/archlinuxrb-build-f1RUJTUZ/b2/nginx-mod-echo/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/nginx-mod-echo-archlinuxrb-build-f1RUJTUZ/nginx-mod-echo/trunk/nginx-mod-echo-0.62-4-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-f1RUJTUZ/b2/nginx-mod-echo/nginx-mod-echo-0.62-4-x86_64.pkg.tar.zst'
Mon Oct 17 03:26:02 UTC 2022 - build #2 for nginx-mod-echo on osuosl184-amd64 done.
Mon Oct 17 03:26:02 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-7Nkc71Qz, removing.
/srv/reproducible-results/archlinuxrb-build-f1RUJTUZ:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 03:25 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 03:26 b2

/srv/reproducible-results/archlinuxrb-build-f1RUJTUZ/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 03:25 nginx-mod-echo

/srv/reproducible-results/archlinuxrb-build-f1RUJTUZ/b1/nginx-mod-echo:
total 48
-rw-r--r-- 1 jenkins jenkins 18210 Oct 17 03:25 build1.log
-rw-r--r-- 1 jenkins jenkins     7 Oct 17 03:25 build1.version
-rw-r--r-- 1 jenkins jenkins 21919 Oct 17 03:25 nginx-mod-echo-0.62-4-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-f1RUJTUZ/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 03:26 nginx-mod-echo

/srv/reproducible-results/archlinuxrb-build-f1RUJTUZ/b2/nginx-mod-echo:
total 48
-rw-r--r-- 1 jenkins jenkins 17284 Oct 17 03:26 build2.log
-rw-r--r-- 1 jenkins jenkins     7 Oct 17 03:26 build2.version
-rw-r--r-- 1 jenkins jenkins 21919 Oct 17 03:26 nginx-mod-echo-0.62-4-x86_64.pkg.tar.zst
Mon Oct 17 03:26:08 UTC 2022 - comparing results now.
Mon Oct 17 03:26:08 UTC 2022 - YAY - nginx-mod-echo/nginx-mod-echo-0.62-4-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
/tmp/jenkins-script-tnyZq9hI: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/nginx-mod-echo/pkg.version': No space left on device
Mon Oct 17 03:26:08 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-f1RUJTUZ deleted.
Mon Oct 17 03:26:08 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-tnyZq9hI, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list