[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_8 #253919

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Oct 21 08:06:50 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_8/253919/display/redirect>

Changes:


------------------------------------------
[...truncated 30.74 KB...]
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 1201k  100 1201k    0     0   106M      0 --:--:-- --:--:-- --:--:--  117M
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-dbi...
installing unixodbc...
installing freetds...
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Warn about old perl modules
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading DBD-Sybase-1.20.tgz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100     5  100     5    0     0    133      0 --:--:-- --:--:-- --:--:--   172
100  198k  100  198k    0     0  2606k      0 --:--:-- --:--:-- --:--:-- 2606k
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    DBD-Sybase-1.20.tgz ... Passed
==> Extracting sources...
  -> Extracting DBD-Sybase-1.20.tgz with bsdtar
==> Starting build()...
Unknown Client Library version - assuming FreeTDS.

By default DBD::Sybase 1.05 and later use the 'CHAINED' mode (where available)
when 'AutoCommit' is turned off. Versions 1.04 and older instead managed
the transactions explicitly with a 'BEGIN TRAN' before the first DML
statement. Using the 'CHAINED' mode is preferable as it is the way that
Sybase implements AutoCommit handling for both its ODBC and JDBC drivers.

Use 'CHAINED' mode by default (Y/N) [Y]: 
Running in threaded mode - looking for _r libraries...

***NOTE***
There is an incompatibility between perl (5.8.x or later) built in threaded 
mode and Sybase's threaded libraries, which means that signals delivered to 
the perl process result in a segment violation.

I suggest building DBD::Sybase with the normal libraries in this case to get
reasonable behavior for signal handling.

Use the threaded (lib..._r) libraries [N]: 
OK - I'll use the normal libs

Running in 64bit mode - looking for '64' libraries...
BLK api available - found: blkid
The DBD::Sybase module need access to a Sybase server to run the tests.
To clear an entry please enter 'undef'
Sybase server to use (default: SYBASE): User ID to log in to Sybase (default: sa): Password (default: undef): Sybase database to use on SYBASE (default: undef): 
* Writing login information, including password, to file PWD.

Checking if your kit is complete...
Looks good
Warning (mostly harmless): No library found for -lcs
Warning (mostly harmless): No library found for -lsybtcl
Warning (mostly harmless): No library found for -lcomn
Warning (mostly harmless): No library found for -lintl
Warning (mostly harmless): No library found for -lblk
Using DBI 1.643 (for perl 5.036000 on x86_64-linux-thread-multi) installed in /usr/lib/perl5/5.36/vendor_perl/auto/DBI/
Generating a Unix-style Makefile
Writing Makefile for DBD::Sybase
Writing MYMETA.yml and MYMETA.json
Running Mkbootstrap for Sybase ()
"/usr/bin/perl" -p -e "s/~DRIVER~/Sybase/g" /usr/lib/perl5/5.36/vendor_perl/auto/DBI/Driver.xst > Sybase.xsi
cc -c  -I/usr/include -DSYB_LP64 -I/usr/lib/perl5/5.36/vendor_perl/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto   -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -fPIC "-I/usr/lib/perl5/5.36/core_perl/CORE"   dbdimp.c
cp Sybase.pm blib/lib/DBD/Sybase.pm
cp dbd-sybase.pod blib/lib/DBD/dbd-sybase.pod
chmod 644 "Sybase.bs"
"/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap'  Sybase.xs > Sybase.xsc
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Sybase.bs blib/arch/auto/DBD/Sybase/Sybase.bs 644
mv Sybase.xsc Sybase.c
cc -c  -I/usr/include -DSYB_LP64 -I/usr/lib/perl5/5.36/vendor_perl/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto   -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -fPIC "-I/usr/lib/perl5/5.36/core_perl/CORE"   Sybase.c
dbdimp.c: In function 'syb_db_opentran':
dbdimp.c:2128:35: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'void *' [-Wformat=]
 2128 |   sprintf(imp_dbh->tranName, "DBI%x", (void*)imp_dbh);
      |                                  ~^   ~~~~~~~~~~~~~~
      |                                   |   |
      |                                   |   void *
      |                                   unsigned int
      |                                  %p
dbdimp.c: In function 'syb_alloc_cmd':
dbdimp.c:2733:45: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'CS_COMMAND *' {aka 'struct _cs_command *'} [-Wformat=]
 2733 |         "    syb_alloc_cmd() -> CS_COMMAND %x for CS_CONNECTION %x\n",
      |                                            ~^
      |                                             |
      |                                             unsigned int
 2734 |         cmd, connection);
      |         ~~~                                  
      |         |
      |         CS_COMMAND * {aka struct _cs_command *}
dbdimp.c:2733:66: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'CS_CONNECTION *' {aka 'struct _cs_connection *'} [-Wformat=]
 2733 |         "    syb_alloc_cmd() -> CS_COMMAND %x for CS_CONNECTION %x\n",
      |                                                                 ~^
      |                                                                  |
      |                                                                  unsigned int
 2734 |         cmd, connection);
      |              ~~~~~~~~~~                                           
      |              |
      |              CS_CONNECTION * {aka struct _cs_connection *}
dbdimp.c: In function 'cmd_execute':
dbdimp.c:4111:61: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'CS_COMMAND *' {aka 'struct _cs_command *'} [-Wformat=]
 4111 |             "    cmd_execute() -> ct_command() failed (cmd=%x, statement=%s, imp_sth=%x)\n",
      |                                                            ~^
      |                                                             |
      |                                                             unsigned int
 4112 |             imp_sth->cmd, imp_sth->statement, imp_sth);
      |             ~~~~~~~~~~~~                                     
      |                    |
      |                    CS_COMMAND * {aka struct _cs_command *}
dbdimp.c:4111:87: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'imp_sth_t *' {aka 'struct imp_sth_st *'} [-Wformat=]
 4111 |             "    cmd_execute() -> ct_command() failed (cmd=%x, statement=%s, imp_sth=%x)\n",
      |                                                                                      ~^
      |                                                                                       |
      |                                                                                       unsigned int
 4112 |             imp_sth->cmd, imp_sth->statement, imp_sth);
      |                                               ~~~~~~~                                  
      |                                               |
      |                                               imp_sth_t * {aka struct imp_sth_st *}
dbdimp.c: In function 'syb_st_destroy':
dbdimp.c:4779:41: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'imp_sth_t *' {aka 'struct imp_sth_st *'} [-Wformat=]
 4779 |         "    syb_st_destroy: called on %x...\n", imp_sth);
      |                                        ~^        ~~~~~~~
      |                                         |        |
      |                                         |        imp_sth_t * {aka struct imp_sth_st *}
      |                                         unsigned int
dbdimp.c:4817:45: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'CS_COMMAND *' {aka 'struct _cs_command *'} [-Wformat=]
 4817 |           "    ct_cmd_drop() -> CS_COMMAND %x\n", imp_sth->cmd);
      |                                            ~^     ~~~~~~~~~~~~
      |                                             |            |
      |                                             unsigned int CS_COMMAND * {aka struct _cs_command *}
dbdimp.c: In function 'syb_ct_data_info':
dbdimp.c:5046:68: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'CS_BYTE *' {aka 'unsigned char *'} [-Wformat=]
 5046 |         "    ct_data_info(): ret = %d, total_txtlen = %d, textptr=%x, timestamp=%x, datatype=%d\n", ret, imp_dbh->iodesc.total_txtlen,
      |                                                                   ~^
      |                                                                    |
      |                                                                    unsigned int
      |                                                                   %hhn
 5047 |         imp_dbh->iodesc.textptr, imp_dbh->iodesc.timestamp, imp_dbh->iodesc.datatype);
      |         ~~~~~~~~~~~~~~~~~~~~~~~                                     
      |                        |
      |                        CS_BYTE * {aka unsigned char *}
dbdimp.c:5046:82: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'CS_BYTE *' {aka 'unsigned char *'} [-Wformat=]
 5046 |         "    ct_data_info(): ret = %d, total_txtlen = %d, textptr=%x, timestamp=%x, datatype=%d\n", ret, imp_dbh->iodesc.total_txtlen,
      |                                                                                 ~^
      |                                                                                  |
      |                                                                                  unsigned int
      |                                                                                 %hhn
 5047 |         imp_dbh->iodesc.textptr, imp_dbh->iodesc.timestamp, imp_dbh->iodesc.datatype);
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~                        
      |                                                 |
      |                                                 CS_BYTE * {aka unsigned char *}
dbdimp.c: In function '_dbd_rebind_ph':
dbdimp.c:5725:45: warning: format '%d' expects argument of type 'int', but argument 5 has type 'IV' {aka 'long int'} [-Wformat=]
 5725 |         "       bind %s <== '%.100s' (size %d, ok %d)\n", phs->name,
      |                                            ~^
      |                                             |
      |                                             int
      |                                            %ld
 5726 |         phs->sv_buf, phs->maxlen, SvOK(phs->sv) ? 1 : 0);
      |                      ~~~~~~~~~~~             
      |                         |
      |                         IV {aka long int}
dbdimp.c: In function 'blkCleanUp':
dbdimp.c:6293:40: warning: format '%d' expects argument of type 'int', but argument 3 has type 'CS_BLKDESC *' {aka 'struct _cs_blkdesc *'} [-Wformat=]
 6293 |           "    blkCleanUp -> blk_drop(%d) = %d\n", imp_sth->bcp_desc,
      |                                       ~^           ~~~~~~~~~~~~~~~~~
      |                                        |                  |
      |                                        int                CS_BLKDESC * {aka struct _cs_blkdesc *}
rm -f blib/arch/auto/DBD/Sybase/Sybase.so
LD_RUN_PATH="/usr/lib" cc  -L/usr//usr/lib -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -L/usr/local/lib -fstack-protector-strong  Sybase.o dbdimp.o  -o blib/arch/auto/DBD/Sybase/Sybase.so  \
   -L/usr/lib -lct -ldl -lm   \
  
lto-wrapper: warning: using serial compilation of 2 LTRANS jobs
lto-wrapper: note: see the '-flto' option documentation for more information
chmod 755 blib/arch/auto/DBD/Sybase/Sybase.so
Manifying 1 pod document
==> Entering fakeroot environment...
==> Starting package()...
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Sybase.bs blib/arch/auto/DBD/Sybase/Sybase.bs 644
Manifying 1 pod document
Appending installation info to /tmp/perl-dbd-sybase-archlinuxrb-build-tAnN7hjZ/perl-dbd-sybase/trunk/pkg/perl-dbd-sybase/usr/lib/perl5/5.36/core_perl/perllocal.pod
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /tmp/perl-dbd-sybase-archlinuxrb-build-tAnN7hjZ/perl-dbd-sybase/trunk/pkg/perl-dbd-sybase/usr/lib/perl5/5.36/vendor_perl/auto/DBD/Sybase/Sybase.so
Installing /tmp/perl-dbd-sybase-archlinuxrb-build-tAnN7hjZ/perl-dbd-sybase/trunk/pkg/perl-dbd-sybase/usr/lib/perl5/5.36/vendor_perl/DBD/dbd-sybase.pod
Installing /tmp/perl-dbd-sybase-archlinuxrb-build-tAnN7hjZ/perl-dbd-sybase/trunk/pkg/perl-dbd-sybase/usr/lib/perl5/5.36/vendor_perl/DBD/Sybase.pm
Installing /tmp/perl-dbd-sybase-archlinuxrb-build-tAnN7hjZ/perl-dbd-sybase/trunk/pkg/perl-dbd-sybase/usr/share/man/man3/DBD::Sybase.3
==> Tidying install...
  -> Removing empty directories...
  -> 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 "perl-dbd-sybase"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: perl-dbd-sybase 1.20-1 (Thu Nov 23 13:29:41 2023)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-perl-dbd-sybase-archlinuxrb-build-tAnN7hjZ
+ tee -a /srv/reproducible-results/archlinuxrb-build-tAnN7hjZ/b2/perl-dbd-sybase/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/perl-dbd-sybase-archlinuxrb-build-tAnN7hjZ/perl-dbd-sybase/trunk/perl-dbd-sybase-1.20-1-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-tAnN7hjZ/b2/perl-dbd-sybase/perl-dbd-sybase-1.20-1-x86_64.pkg.tar.zst'
Thu Nov 23 13:29:43 UTC 2023 - build #2 for perl-dbd-sybase on osuosl170-amd64 done.
Thu Nov 23 13:29:43 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-HQAWpxcK, removing.
/srv/reproducible-results/archlinuxrb-build-tAnN7hjZ:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 21 07:05 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 21 07:06 b2

/srv/reproducible-results/archlinuxrb-build-tAnN7hjZ/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 21 07:05 perl-dbd-sybase

/srv/reproducible-results/archlinuxrb-build-tAnN7hjZ/b1/perl-dbd-sybase:
total 144
-rw-r--r-- 1 jenkins jenkins  18017 Oct 21 07:05 build1.log
-rw-r--r-- 1 jenkins jenkins      7 Oct 21 07:05 build1.version
-rw-r--r-- 1 jenkins jenkins 117980 Oct 21 07:05 perl-dbd-sybase-1.20-1-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-tAnN7hjZ/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 21 07:06 perl-dbd-sybase

/srv/reproducible-results/archlinuxrb-build-tAnN7hjZ/b2/perl-dbd-sybase:
total 140
-rw-r--r-- 1 jenkins jenkins  17260 Oct 21 07:06 build2.log
-rw-r--r-- 1 jenkins jenkins      7 Oct 21 07:06 build2.version
-rw-r--r-- 1 jenkins jenkins 117980 Oct 21 07:06 perl-dbd-sybase-1.20-1-x86_64.pkg.tar.zst
Fri Oct 21 07:06:50 UTC 2022 - comparing results now.
Fri Oct 21 07:06:50 UTC 2022 - YAY - perl-dbd-sybase/perl-dbd-sybase-1.20-1-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
mv: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/perl-dbd-sybase/perl-dbd-sybase-1.20-1-x86_64.pkg.tar.zst-b1.BUILDINFO.txt': No space left on device
Fri Oct 21 07:06:50 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-tAnN7hjZ deleted.
Fri Oct 21 07:06:50 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-Epvas8d1, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list