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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Oct 17 09:52:11 BST 2022


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

Changes:


------------------------------------------
[...truncated 35.82 KB...]
-- Checking for working libsupc++ - yes
-- Looking for include file pty.h
-- Looking for include file pty.h - found
-- Looking for include file util.h
-- Looking for include file util.h - not found
-- Looking for include file libutil.h
-- Looking for include file libutil.h - not found
-- Looking for include file sys/ioctl.h
-- Looking for include file sys/ioctl.h - found
-- Looking for include file stropts.h
-- Looking for include file stropts.h - not found
-- Looking for revoke
-- Looking for revoke - found
-- Looking for _getpty
-- Looking for _getpty - not found
-- Looking for getpt
-- Looking for getpt - found
-- Looking for posix_openpt
-- Looking for posix_openpt - found
-- Looking for isastream
-- Looking for isastream - not found
-- Looking for setuid
-- Looking for setuid - found
-- Looking for setreuid
-- Looking for setreuid - found
-- Looking for setresuid
-- Looking for setresuid - found
-- Performing Test UNIX98_PTY
-- Performing Test UNIX98_PTY - Success
-- Looking for include files sys/types.h, utmp.h
-- Looking for include files sys/types.h, utmp.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of struct utmp
-- Check size of struct utmp - done
-- Performing Test HAVE_UTMP_HOST
-- Performing Test HAVE_UTMP_HOST - Success
-- Performing Test HAVE_UTMP_PID
-- Performing Test HAVE_UTMP_PID - Success
-- Looking for updwtmp
-- Looking for updwtmp - found
-- Looking for include files sys/types.h, lastlog.h
-- Looking for include files sys/types.h, lastlog.h - found
-- Check size of struct lastlog
-- Check size of struct lastlog - done
-- Checking for a fallback location of utmp - not found
-- Checking for a fallback location of wtmp - /var/log/wtmp
-- Checking for a fallback location of lastlog - /var/log/lastlog
-- Looking for include file utmpx.h
-- Looking for include file utmpx.h - found
-- Check size of struct utmpx
-- Check size of struct utmpx - done
-- Performing Test HAVE_UTMPX_HOST
-- Performing Test HAVE_UTMPX_HOST - Success
-- Looking for updwtmpx
-- Looking for updwtmpx - found
-- Looking for updlastlogx
-- Looking for updlastlogx - not found
-- Check size of struct lastlogx
-- Check size of struct lastlogx - failed
-- Checking for a fallback location of wtmpx - not found
-- Checking for a fallback location of lastlogx - not found
-- Performing Test HAVE_UNIX_FDPASS
-- Performing Test HAVE_UNIX_FDPASS - Success
-- Performing Test TTY_GID_SUPPORT
-- Performing Test TTY_GID_SUPPORT - Failed
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/build
[ 12%] Building CXX object CMakeFiles/ptytty.dir/src/c-api.C.o
[ 25%] Building CXX object CMakeFiles/ptytty.dir/src/fdpass.C.o
[ 37%] Building CXX object CMakeFiles/ptytty.dir/src/logging.C.o
[ 50%] Building CXX object CMakeFiles/ptytty.dir/src/proxy.C.o
[ 62%] Building CXX object CMakeFiles/ptytty.dir/src/ptytty.C.o
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/ptytty.C: In member function 'void ptytty_unix::put()':
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/ptytty.C:312:13: warning: ignoring return value of 'int chown(const char*, __uid_t, __gid_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
  312 |       chown (name, 0, ttyconf.gid);
      |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/logging.C: In function 'void write_record(const char*, off_t, const void*, size_t)':
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/logging.C:203:14: warning: ignoring return value of 'ssize_t pwrite(int, const void*, size_t, __off_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
  203 |       pwrite (fd, record, size, pos * size);
      |       ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C: In member function 'virtual bool ptytty_proxy::get()':
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:77:41: warning: ignoring return value of 'ssize_t read(int, void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
   77 | # define NEED_TOKEN do { char ch; read  (lock_fd, &ch     , 1); } while (0)
      |                                   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:87:3: note: in expansion of macro 'NEED_TOKEN'
   87 |   NEED_TOKEN;
      |   ^~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:93:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
   93 |   write (sock_fd, &cmd, sizeof (cmd));
      |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:78:41: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
   78 | # define GIVE_TOKEN               write (lock_fd, &lock_fd, 1)
      |                                   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:100:7: note: in expansion of macro 'GIVE_TOKEN'
  100 |       GIVE_TOKEN;
      |       ^~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:78:41: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
   78 | # define GIVE_TOKEN               write (lock_fd, &lock_fd, 1)
      |                                   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:108:3: note: in expansion of macro 'GIVE_TOKEN'
  108 |   GIVE_TOKEN;
      |   ^~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C: In member function 'virtual void ptytty_proxy::login(int, bool, const char*)':
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:77:41: warning: ignoring return value of 'ssize_t read(int, void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
   77 | # define NEED_TOKEN do { char ch; read  (lock_fd, &ch     , 1); } while (0)
      |                                   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:115:3: note: in expansion of macro 'NEED_TOKEN'
  115 |   NEED_TOKEN;
      |   ^~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:125:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
  125 |   write (sock_fd, &cmd, sizeof (cmd));
      |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:78:41: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
   78 | # define GIVE_TOKEN               write (lock_fd, &lock_fd, 1)
      |                                   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:127:3: note: in expansion of macro 'GIVE_TOKEN'
  127 |   GIVE_TOKEN;
      |   ^~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C: In destructor 'ptytty_proxy::~ptytty_proxy()':
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:77:41: warning: ignoring return value of 'ssize_t read(int, void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
   77 | # define NEED_TOKEN do { char ch; read  (lock_fd, &ch     , 1); } while (0)
      |                                   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:139:7: note: in expansion of macro 'NEED_TOKEN'
  139 |       NEED_TOKEN;
      |       ^~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:146:13: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
  146 |       write (sock_fd, &cmd, sizeof (cmd));
      |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:78:41: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
   78 | # define GIVE_TOKEN               write (lock_fd, &lock_fd, 1)
      |                                   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:148:7: note: in expansion of macro 'GIVE_TOKEN'
  148 |       GIVE_TOKEN;
      |       ^~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C: In static member function 'static void ptytty::use_helper()':
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:261:13: warning: ignoring return value of 'int chdir(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
  261 |       chdir ("/");
      |       ~~~~~~^~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C: In function 'void serve()':
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:78:41: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
   78 | # define GIVE_TOKEN               write (lock_fd, &lock_fd, 1)
      |                                   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:160:7: note: in expansion of macro 'GIVE_TOKEN'
  160 |       GIVE_TOKEN;
      |       ^~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:172:21: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
  172 |               write (sock_fd, &cmd.id, sizeof (cmd.id));
      |               ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:184:21: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
  184 |               write (sock_fd, &cmd.id, sizeof (cmd.id));
      |               ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:77:41: warning: ignoring return value of 'ssize_t read(int, void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
   77 | # define NEED_TOKEN do { char ch; read  (lock_fd, &ch     , 1); } while (0)
      |                                   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:210:7: note: in expansion of macro 'NEED_TOKEN'
  210 |       NEED_TOKEN;
      |       ^~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C: In static member function 'static void ptytty::drop_privileges()':
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:337:13: warning: ignoring return value of 'int setresgid(__gid_t, __gid_t, __gid_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
  337 |   setresgid (gid, gid, gid);
      |   ~~~~~~~~~~^~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/src/proxy.C:338:13: warning: ignoring return value of 'int setresuid(__uid_t, __uid_t, __uid_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
  338 |   setresuid (uid, uid, uid);
      |   ~~~~~~~~~~^~~~~~~~~~~~~~~
[ 75%] Linking C shared library libptytty.so
[ 75%] Built target ptytty
[ 87%] Building C object CMakeFiles/c-sample.dir/eg/c-sample.c.o
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/eg/c-sample.c: In function 'main':
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/eg/c-sample.c:40:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
   40 |       write (pty_fd, s, sizeof (s) - 1);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/src/libptytty-2.0/eg/c-sample.c:51:11: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
   51 |           write (STDOUT_FILENO, buf, len);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[100%] Linking C executable c-sample
[100%] Built target c-sample
==> Entering fakeroot environment...
==> Starting package()...
-- Install configuration: ""
-- Installing: /tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/pkg/libptytty/usr/lib/libptytty.so.0
-- Installing: /tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/pkg/libptytty/usr/lib/libptytty.so
-- Installing: /tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/pkg/libptytty/usr/include/libptytty.h
-- Installing: /tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/pkg/libptytty/usr/share/man/man3/libptytty.3
-- Installing: /tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/pkg/libptytty/usr/lib/pkgconfig/libptytty.pc
==> 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 "libptytty"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libptytty 2.0-4 (Sun Nov 19 15:15:03 2023)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-libptytty-archlinuxrb-build-IC60OSD0
+ tee -a /srv/reproducible-results/archlinuxrb-build-IC60OSD0/b2/libptytty/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/libptytty-archlinuxrb-build-IC60OSD0/libptytty/trunk/libptytty-2.0-4-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-IC60OSD0/b2/libptytty/libptytty-2.0-4-x86_64.pkg.tar.zst'
Sun Nov 19 15:15:04 UTC 2023 - build #2 for libptytty on osuosl170-amd64 done.
Sun Nov 19 15:15:04 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-a4ZKIluU, removing.
/srv/reproducible-results/archlinuxrb-build-IC60OSD0:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 08:51 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 08:52 b2

/srv/reproducible-results/archlinuxrb-build-IC60OSD0/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 08:51 libptytty

/srv/reproducible-results/archlinuxrb-build-IC60OSD0/b1/libptytty:
total 88
-rw-r--r-- 1 jenkins jenkins 20910 Oct 17 08:51 build1.log
-rw-r--r-- 1 jenkins jenkins     6 Oct 17 08:51 build1.version
-rw-r--r-- 1 jenkins jenkins 53421 Oct 17 08:51 libptytty-2.0-4-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-IC60OSD0/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 08:52 libptytty

/srv/reproducible-results/archlinuxrb-build-IC60OSD0/b2/libptytty:
total 80
-rw-r--r-- 1 jenkins jenkins 20171 Oct 17 08:52 build2.log
-rw-r--r-- 1 jenkins jenkins     6 Oct 17 08:52 build2.version
-rw-r--r-- 1 jenkins jenkins 53421 Oct 17 08:52 libptytty-2.0-4-x86_64.pkg.tar.zst
Mon Oct 17 08:52:11 UTC 2022 - comparing results now.
Mon Oct 17 08:52:11 UTC 2022 - YAY - libptytty/libptytty-2.0-4-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
/tmp/jenkins-script-lyATg8eg: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/libptytty/pkg.version': No space left on device
Mon Oct 17 08:52:11 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-IC60OSD0 deleted.
Mon Oct 17 08:52:11 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-lyATg8eg, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list