[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_3 #17820

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Feb 15 14:32:52 UTC 2018


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_3/17820/display/redirect>

------------------------------------------
[...truncated 18.30 KB...]
source/base/all/dosfuncs/noi64lin.c:24:10: warning: implicit declaration of function 'ftruncate' [-Wimplicit-function-declaration]
   return ftruncate(Handle , Size);
          ^~~~~~~~~
source/base/all/extract/extract.c: In function 'BASE_EXTRACT_DecompressFile':
source/base/all/extract/extract.c:194:7: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
       close(Handle);
       ^~~~~
       pclose
source/base/all/extract/extract.c:224:5: warning: implicit declaration of function 'BASE_STATE_EXTERN_IsCRCOkSet'; did you mean 'BASE_STATE_EXTERN_IsCRCOk'? [-Wimplicit-function-declaration]
     BASE_STATE_EXTERN_IsCRCOkSet(&IsCRCOk,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
     BASE_STATE_EXTERN_IsCRCOk
source/base/all/filelist/filelist.c: In function 'BASE_FILELIST_Create':
source/base/all/filelist/filelist.c:347:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   BASE_FILELIST.Pos  -= (ULONG) BASE_FILELIST.List;
                         ^
source/base/all/filelist/filelist.c:348:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   BASE_FILELIST.Last -= (ULONG) BASE_FILELIST.List;
                         ^
source/base/all/filelist/filelist.c:351:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
                                       (ULONG) BASE_FILELIST.Last);
                                       ^
source/base/all/filelist/filelist.c:353:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   BASE_FILELIST.Pos  += (ULONG) BASE_FILELIST.List;
                         ^
source/base/all/filelist/filelist.c:354:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   BASE_FILELIST.Last += (ULONG) BASE_FILELIST.List;
                         ^
source/base/all/lfn/nont.c: In function 'BASE_LFN_ShortenLongFileName':
source/base/all/lfn/nont.c:134:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   Len = (UINT) CharPos1 - (UINT) Name;
         ^
source/base/all/lfn/nont.c:134:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   Len = (UINT) CharPos1 - (UINT) Name;
                           ^
source/base/all/lfn/nodos32.c: In function 'BASE_LFN_RemoveDir':
source/base/all/lfn/nodos32.c:88:10: warning: implicit declaration of function 'rmdir' [-Wimplicit-function-declaration]
   return rmdir(Dir);
          ^~~~~
source/base/all/memory/memory.c: In function 'BASE_MEMORY_Optimize':
source/base/all/memory/memory.c:241:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   I             = (INT) BASE_FILELIST.Last - (INT) BASE_FILELIST.List;
                   ^
source/base/all/memory/memory.c:241:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   I             = (INT) BASE_FILELIST.Last - (INT) BASE_FILELIST.List;
                                              ^
source/base/all/memory/memory.c:242:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   J             = (INT) BASE_FILELIST.Pos  - (INT) BASE_FILELIST.List;
                   ^
source/base/all/memory/memory.c:242:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   J             = (INT) BASE_FILELIST.Pos  - (INT) BASE_FILELIST.List;
                                              ^
source/base/all/pathfunc/pathfunc.c: In function 'BASE_PATHFUNC_ExtendWildCardStr':
source/base/all/pathfunc/pathfunc.c:198:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     SourceIndex = (LONG) WildcardPos - (LONG) SourceStr;
                   ^
source/base/all/pathfunc/pathfunc.c:198:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     SourceIndex = (LONG) WildcardPos - (LONG) SourceStr;
                                        ^
source/base/all/pathfunc/pathfunc.c:204:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       SourceIndex = (LONG) PointPos - (LONG) SourceStr;
                     ^
source/base/all/pathfunc/pathfunc.c:204:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       SourceIndex = (LONG) PointPos - (LONG) SourceStr;
                                       ^
source/base/all/pathfunc/pathfunc.c:209:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
                       (LONG) WildcardPos - (LONG) SourceStr :
                       ^
source/base/all/pathfunc/pathfunc.c:209:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
                       (LONG) WildcardPos - (LONG) SourceStr :
                                            ^
source/base/all/pathfunc/pathfunc.c:230:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     SourceIndex = (INT) PointPos - (INT) SourceStr + 1;
                   ^
source/base/all/pathfunc/pathfunc.c:230:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     SourceIndex = (INT) PointPos - (INT) SourceStr + 1;
                                    ^
source/base/all/pathfunc/pathfunc.c: In function 'BASE_PATHFUNC_GetDevicePathLen':
source/base/all/pathfunc/pathfunc.c:279:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       Result = (UINT) SlashPos - (UINT) Path + 1;
                ^
source/base/all/pathfunc/pathfunc.c:279:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       Result = (UINT) SlashPos - (UINT) Path + 1;
                                  ^
source/base/all/pathfunc/pathfunc.c: In function 'BASE_PATHFUNC_SplitFileName':
source/base/all/pathfunc/pathfunc.c:326:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   SlashPos  = SlashPos - (UINT) Dir + (UINT) FileName;
                          ^
source/base/all/pathfunc/pathfunc.c:326:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   SlashPos  = SlashPos - (UINT) Dir + (UINT) FileName;
                                       ^
source/base/all/pathfunc/pathfunc.c: In function 'BASE_PATHFUNC_CompletePath':
source/base/all/pathfunc/pathfunc.c:355:5: warning: implicit declaration of function 'getcwd'; did you mean 'getw'? [-Wimplicit-function-declaration]
     getcwd(CurrentDir, sizeof(CurrentDir));
     ^~~~~~
     getw
source/base/all/state/state.c: In function 'BASE_STATE_WriteFile':
source/base/all/state/state.c:25:11: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration]
   Wrote = write(Handle, Buf, Len);
           ^~~~~
           fwrite
source/apps/exe/input/input.c: In function 'APPS_EXE_INPUT_WarningYANCProc':
source/apps/exe/input/input.c:211:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
              (LONG) strchr(APPS_EXE_MESSAGES.YANC, APPS_EXE_INPUT.LastKey))
              ^
source/apps/exe/input/input.c:214:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   ButtonNumber -= (LONG) APPS_EXE_MESSAGES.YANC;
                   ^
source/apps/exe/messages/messages.c: In function 'APPS_EXE_MESSAGES_Read':
source/apps/exe/messages/messages.c:46:12: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
     return read(APPS_EXE_MESSAGES.Handle, Buf, Len);
            ^~~~
            fread
source/apps/exe/messages/messages.c: In function 'APPS_EXE_MESSAGES_Skip':
source/apps/exe/messages/messages.c:60:5: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration]
     lseek(APPS_EXE_MESSAGES.Handle, Len, SEEK_CUR);
     ^~~~~
     fseek
source/apps/exe/messages/messages.c: In function 'APPS_EXE_MESSAGES_Close':
source/apps/exe/messages/messages.c:70:5: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
     close(APPS_EXE_MESSAGES.Handle);
     ^~~~~
     pclose
source/apps/unace/exe/commline/commline.c: In function 'APPS_UNACE_EXE_COMMLINE_Init':
source/apps/unace/exe/commline/commline.c:53:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   BASE_FILELIST.SearchExcludeListMax += (INT) BASE_FILELIST.SearchExcludeList;
                                         ^
source/apps/unace/exe/commline/commline.c: In function 'APPS_UNACE_EXE_COMMLINE_FileListAddFiles':
source/apps/unace/exe/commline/commline.c:213:23: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
         if (!(Read += read(Handle, &FileList[Read], sizeof(FileList) - Read)))
                       ^~~~
                       fread
source/apps/unace/exe/commline/commline.c:254:5: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
     close(Handle);
     ^~~~~
     pclose
source/apps/unace/exe/commline/commline.c: In function 'APPS_UNACE_EXE_COMMLINE_GetFileListInit':
source/apps/unace/exe/commline/commline.c:273:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   BASE_FILELIST.SearchListMax += (INT) BASE_FILELIST.SearchListEnd;
                                  ^
source/apps/unace/exe/lin.c: In function 'APPS_UNACE_EXE_InitOSSpecific':
source/apps/unace/exe/lin.c:16:37: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration]
   APPS_EXE_OUTPUT.IsNotRedirected = isatty(fileno(stdout));  
                                     ^~~~~~
==> 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 "unace"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
error: could not register 'core' database (database already registered)
error: could not register 'extra' database (database already registered)
error: could not register 'community' database (database already registered)
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Signing package(s)...
==> Finished making: unace 2.5-9 (Thu Feb 15 14:30:31 UTC 2018)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c archlinux-unace-archlinuxrb-build-Rj6MhBZ4
+ tee -a /srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4/b1/unace/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/unace-archlinuxrb-build-Rj6MhBZ4/unace/trunk/unace-2.5-9-x86_64.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4/b1/unace/unace-2.5-9-x86_64.pkg.tar.xz'
removed '/tmp/unace-archlinuxrb-build-Rj6MhBZ4/unace/trunk/unace-2.5-9-x86_64.pkg.tar.xz'
Thu Feb 15 14:30:31 UTC 2018 - build #1 for unace on profitbricks-build3-amd64 done.
Thu Feb 15 14:30:31 UTC 2018 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-h8nHxGUp, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 14:30 b1
drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 14:29 b2

/srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 14:30 unace

/srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4/b1/unace:
total 84
-rw-r--r-- 1 jenkins jenkins 24727 Feb 15 14:30 build1.log
-rw-r--r-- 1 jenkins jenkins     6 Feb 15 14:30 build1.version
-rw-r--r-- 1 jenkins jenkins 52468 Feb 15 14:30 unace-2.5-9-x86_64.pkg.tar.xz

/srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4/b2:
total 0
cp: error writing '/tmp/jenkins-script-1eklSS71': No space left on device
====================================================================================

Wed Mar 20 20:53:39 UTC 2019 - running /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh () on profitbricks-build4-amd64 now.

To learn to understand this, git clone https://anonscm.debian.org/git/qa/jenkins.debian.net.git
and then have a look at the files README, INSTALL, CONTRIBUTING and maybe TODO.

This invocation of this script, which is located in bin/reproducible_build_archlinux_pkg.sh,
has been called using "2 community unace /srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4 1518704971" as arguments.

Please send feedback about jenkins to qa-jenkins-dev at lists.alioth.debian.org,
or as a bug against the 'jenkins.debian.org' pseudo-package,
feedback about specific job results should go to their respective lists and/or the BTS.

====================================================================================
Wed Mar 20 20:53:39 UTC 2019 - start running "/srv/jenkins/bin/reproducible_build_archlinux_pkg.sh" (md5sum 568ea437cb71c63840ef21fa067078b5) as "/tmp/jenkins-script-1eklSS71" on profitbricks-build4-amd64.

Wed Mar 20 20:53:39 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-1eklSS71, which will now be removed.
rsync: change_dir "/srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1668) [Receiver=3.1.2]
rsync: [Receiver] write error: Broken pipe (32)
Thu Feb 15 14:30:35 UTC 2018 - rsync from profitbricks-build4-amd64 failed, sleeping 2m before re-trying...
rsync: change_dir "/srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1668) [Receiver=3.1.2]
rsync: [Receiver] write error: Broken pipe (32)
Warning: error rsyncing remote build #2 results from profitbricks-build4-amd64.
/srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 14:30 b1
drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 14:29 b2

/srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 14:30 unace

/srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4/b1/unace:
total 88
-rw-r--r-- 1 jenkins jenkins 24727 Feb 15 14:30 build1.log
-rw-r--r-- 1 jenkins jenkins     6 Feb 15 14:30 build1.version
-rw-r--r-- 1 jenkins jenkins 52468 Feb 15 14:30 unace-2.5-9-x86_64.pkg.tar.xz

/srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4/b2:
total 0
rm: cannot remove '/srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4': No such file or directory
Thu Feb 15 14:32:37 UTC 2018 - comparing results now.
diff: /srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4/b2/unace/unace-2.5-9-x86_64.pkg.tar.xz: No such file or directory
Thu Feb 15 14:32:37 UTC 2018 - something is fishy with unace/unace-2.5-9-x86_64.pkg.tar.xz.
build1.log
build1.version
unace-2.5-9-x86_64.pkg.tar.xz
ls: cannot access '/srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4/b2/unace': No such file or directory
Thu Feb 15 14:32:38 UTC 2018 - /srv/reproducible-results/archlinuxrb-build-Rj6MhBZ4 deleted.
Thu 15 Feb 14:32:38 UTC 2018 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-0qbl6rRt, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list