[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #58373

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sat Dec 23 01:11:49 UTC 2017


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/58373/display/redirect>

------------------------------------------
[...truncated 237.33 KB...]
Check that a filename provided accidentally is not accepted ... ok
testBadPathOffset (__main__.PyLibfdtTests)
Test that bad path names are detected ... ok
testBadPropertyOffset (__main__.PyLibfdtTests)
Test that bad property offsets are detected ... ok
testDeleteProperty (__main__.PyLibfdtTests)
Test that we can delete a property ... ok
testFirstNextSubnodeOffset (__main__.PyLibfdtTests)
Check that we can walk through subnodes ... ok
testFirstNextSubnodeOffsetExceptions (__main__.PyLibfdtTests)
Check except handling for first/next subnode functions ... ok
testGetName (__main__.PyLibfdtTests)
Check that we can get the name of a node ... ok
testGetPhandle (__main__.PyLibfdtTests)
Test for the get_phandle() method ... ok
testGetProp (__main__.PyLibfdtTests)
Check that we can read the contents of a property by name ... ok
testGetPropertyByOffset (__main__.PyLibfdtTests)
Check that we can read the name and contents of a property ... ok
testHeader (__main__.PyLibfdtTests)
Test that we can access the header values ... ok
testImport (__main__.PyLibfdtTests)
Check that we can import the library correctly ... ok
testIntegers (__main__.PyLibfdtTests)
Check that integers can be passed and returned ... ok
testNodeOffsetByPhandle (__main__.PyLibfdtTests)
Test for the node_offset_by_phandle() method ... ok
testPack (__main__.PyLibfdtTests)
Test that we can pack the tree after deleting something ... ok
testParentOffset (__main__.PyLibfdtTests)
Test for the parent_offset() method ... ok
testPathOffset (__main__.PyLibfdtTests)
Check that we can find the offset of a node ... ok
testPropertyOffset (__main__.PyLibfdtTests)
Walk through all the properties in the root node ... ok
testPropertyOffsetExceptions (__main__.PyLibfdtTests)
Check that exceptions are raised as expected ... ok
testQuietAll (__main__.PyLibfdtTests)
Check that exceptions can be masked by QUIET_ALL ... ok
testStrError (__main__.PyLibfdtTests)
Check that we can get an error string ... ok
testSubnodeOffset (__main__.PyLibfdtTests)
check that we can locate a subnode by name ... ok

----------------------------------------------------------------------
Ran 22 tests in 0.005s

OK
********** TEST SUMMARY
*     Total testcases:	1678
*                PASS:	1678
*                FAIL:	0
*   Bad configuration:	0
* Strange test result:	0
**********
==> Entering fakeroot environment...
==> Starting package()...
	CHK version_gen.h
	UPD version_gen.h
	 DEP util.c
	CHK version_gen.h
	 CC util.o
	 INSTALL-INC
	 INSTALL-PYLIB
	CHK version_gen.h
	 LD convert-dtsv0
	 LD dtc
	 LD fdtdump
	 LD fdtget
	 LD fdtput
	 LD fdtoverlay
	 INSTALL-LIB
	 INSTALL-BIN
pylibfdt/libfdt_wrap.c: In function 'SWIG_Python_NewShadowInstance':
pylibfdt/libfdt_wrap.c:2483:65: warning: declaration of 'swig_this' shadows a global declaration [-Wshadow]
 SWIG_Python_NewShadowInstance(SwigPyClientData *data, PyObject *swig_this)
                                                                 ^~~~~~~~~
pylibfdt/libfdt_wrap.c:2224:18: note: shadowed declaration is here
 static PyObject *swig_this = NULL;
                  ^~~~~~~~~
pylibfdt/libfdt_wrap.c: In function 'SWIG_Python_SetSwigThis':
pylibfdt/libfdt_wrap.c:2558:51: warning: declaration of 'swig_this' shadows a global declaration [-Wshadow]
 SWIG_Python_SetSwigThis(PyObject *inst, PyObject *swig_this)
                                                   ^~~~~~~~~
pylibfdt/libfdt_wrap.c:2224:18: note: shadowed declaration is here
 static PyObject *swig_this = NULL;
                  ^~~~~~~~~
pylibfdt/libfdt_wrap.c: In function 'SWIG_FromCharPtrAndSize':
pylibfdt/libfdt_wrap.c:3354:29: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
  SWIG_InternalNewPointerObj((char *)(carray), pchar_descriptor, 0) : SWIG_Py_Void();
                             ^
pylibfdt/libfdt_wrap.c:1166:86: note: in definition of macro 'SWIG_InternalNewPointerObj'
 #define SWIG_InternalNewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
                                                                                      ^~~
pylibfdt/libfdt_wrap.c: In function '_wrap_new_fdt_header':
pylibfdt/libfdt_wrap.c:3027:28: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
 #define SWIG_as_voidptr(a) (void *)((const void *)(a))
                            ^
pylibfdt/libfdt_wrap.c:1163:89: note: in definition of macro 'SWIG_NewPointerObj'
 #define SWIG_NewPointerObj(ptr, type, flags)            SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
                                                                                         ^~~
pylibfdt/libfdt_wrap.c:4041:34: note: in expansion of macro 'SWIG_as_voidptr'
   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_fdt_header, SWIG_POINTER_NEW |  0 );
                                  ^~~~~~~~~~~~~~~
pylibfdt/libfdt_wrap.c: In function '_wrap_new_fdt_reserve_entry':
pylibfdt/libfdt_wrap.c:3027:28: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
 #define SWIG_as_voidptr(a) (void *)((const void *)(a))
                            ^
pylibfdt/libfdt_wrap.c:1163:89: note: in definition of macro 'SWIG_NewPointerObj'
 #define SWIG_NewPointerObj(ptr, type, flags)            SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
                                                                                         ^~~
pylibfdt/libfdt_wrap.c:4198:34: note: in expansion of macro 'SWIG_as_voidptr'
   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_fdt_reserve_entry, SWIG_POINTER_NEW |  0 );
                                  ^~~~~~~~~~~~~~~
pylibfdt/libfdt_wrap.c: In function '_wrap_new_fdt_node_header':
pylibfdt/libfdt_wrap.c:3027:28: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
 #define SWIG_as_voidptr(a) (void *)((const void *)(a))
                            ^
pylibfdt/libfdt_wrap.c:1163:89: note: in definition of macro 'SWIG_NewPointerObj'
 #define SWIG_NewPointerObj(ptr, type, flags)            SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
                                                                                         ^~~
pylibfdt/libfdt_wrap.c:4350:34: note: in expansion of macro 'SWIG_as_voidptr'
   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_fdt_node_header, SWIG_POINTER_NEW |  0 );
                                  ^~~~~~~~~~~~~~~
pylibfdt/libfdt_wrap.c: In function '_wrap_new_fdt_property':
pylibfdt/libfdt_wrap.c:3027:28: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
 #define SWIG_as_voidptr(a) (void *)((const void *)(a))
                            ^
pylibfdt/libfdt_wrap.c:1163:89: note: in definition of macro 'SWIG_NewPointerObj'
 #define SWIG_NewPointerObj(ptr, type, flags)            SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
                                                                                         ^~~
pylibfdt/libfdt_wrap.c:4606:34: note: in expansion of macro 'SWIG_as_voidptr'
   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_fdt_property, SWIG_POINTER_NEW |  0 );
                                  ^~~~~~~~~~~~~~~
pylibfdt/libfdt_wrap.c: In function '_wrap_fdt_offset_ptr_w':
pylibfdt/libfdt_wrap.c:3027:28: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
 #define SWIG_as_voidptr(a) (void *)((const void *)(a))
                            ^
pylibfdt/libfdt_wrap.c:1163:89: note: in definition of macro 'SWIG_NewPointerObj'
 #define SWIG_NewPointerObj(ptr, type, flags)            SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
                                                                                         ^~~
pylibfdt/libfdt_wrap.c:4927:34: note: in expansion of macro 'SWIG_as_voidptr'
   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 |  0 );
                                  ^~~~~~~~~~~~~~~
pylibfdt/libfdt_wrap.c: In function '_wrap_fdt_string':
pylibfdt/libfdt_wrap.c:5515:12: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
   result = (char *)fdt_string((void const *)arg1,arg2);
            ^
pylibfdt/libfdt_wrap.c: In function '_wrap_fdt_get_name':
pylibfdt/libfdt_wrap.c:5738:12: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
   result = (char *)fdt_get_name((void const *)arg1,arg2,arg3);
            ^
pylibfdt/libfdt_wrap.c: In function '_wrap_fdt_get_property_by_offset':
pylibfdt/libfdt_wrap.c:5850:12: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
   result = (struct fdt_property *)fdt_get_property_by_offset((void const *)arg1,arg2,arg3);
            ^
pylibfdt/libfdt_wrap.c: In function '_wrap_fdt_get_property':
pylibfdt/libfdt_wrap.c:5914:12: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
   result = (struct fdt_property *)fdt_get_property((void const *)arg1,arg2,(char const *)arg3,arg4);
            ^
pylibfdt/libfdt_wrap.c: In function '_wrap_fdt_getprop':
pylibfdt/libfdt_wrap.c:6046:12: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
   result = (void *)fdt_getprop((void const *)arg1,arg2,(char const *)arg3,arg4);
            ^
pylibfdt/libfdt_wrap.c: In function '_wrap_fdt_getprop_w':
pylibfdt/libfdt_wrap.c:3027:28: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
 #define SWIG_as_voidptr(a) (void *)((const void *)(a))
                            ^
pylibfdt/libfdt_wrap.c:1163:89: note: in definition of macro 'SWIG_NewPointerObj'
 #define SWIG_NewPointerObj(ptr, type, flags)            SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
                                                                                         ^~~
pylibfdt/libfdt_wrap.c:6108:34: note: in expansion of macro 'SWIG_as_voidptr'
   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 |  0 );
                                  ^~~~~~~~~~~~~~~
pylibfdt/libfdt_wrap.c: In function '_wrap_fdt_get_alias':
pylibfdt/libfdt_wrap.c:6184:12: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
   result = (char *)fdt_get_alias((void const *)arg1,(char const *)arg2);
            ^
pylibfdt/libfdt_wrap.c: In function '_wrap_fdt_stringlist_get':
pylibfdt/libfdt_wrap.c:6761:12: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
   result = (char *)fdt_stringlist_get((void const *)arg1,arg2,(char const *)arg3,arg4,arg5);
            ^
pylibfdt/libfdt_wrap.c: In function '_wrap_fdt_strerror':
pylibfdt/libfdt_wrap.c:8451:12: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
   result = (char *)fdt_strerror(arg1);
            ^
pylibfdt/libfdt_wrap.c: At top level:
pylibfdt/libfdt_wrap.c:3018:24: warning: no previous prototype for 'init_libfdt' [-Wmissing-prototypes]
 #  define SWIG_init    init_libfdt
                        ^
pylibfdt/libfdt_wrap.c:9249:1: note: in expansion of macro 'SWIG_init'
 SWIG_init(void) {
 ^~~~~~~~~
==> Tidying install...
  -> Purging unwanted files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $pkgdir
usr/lib/python2.7/site-packages/pylibfdt/libfdt.pyc
==> Creating package "dtc"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Signing package(s)...
==> Finished making: dtc 1.4.5-1 (Sat Dec 23 01:11:46 UTC 2017)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c archlinux-dtc-archlinuxrb-build-LJGrboCS
+ tee -a /srv/reproducible-results/archlinuxrb-build-LJGrboCS/b2/dtc/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/dtc-archlinuxrb-build-LJGrboCS/dtc/trunk/dtc-1.4.5-1-x86_64.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-LJGrboCS/b2/dtc/dtc-1.4.5-1-x86_64.pkg.tar.xz'
removed '/tmp/dtc-archlinuxrb-build-LJGrboCS/dtc/trunk/dtc-1.4.5-1-x86_64.pkg.tar.xz'
Sat Dec 23 01:11:47 UTC 2017 - build #2 for dtc on profitbricks-build3-amd64 done.
Sat Dec 23 01:11:47 UTC 2017 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-i1mSuXse, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-LJGrboCS:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Dec 23 01:11 b1
drwxr-xr-x 3 jenkins jenkins 4096 Dec 23 01:11 b2

/srv/reproducible-results/archlinuxrb-build-LJGrboCS/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Dec 23 01:11 dtc

/srv/reproducible-results/archlinuxrb-build-LJGrboCS/b1/dtc:
total 252
-rw-r--r-- 1 jenkins jenkins 122013 Dec 23 01:11 build1.log
-rw-r--r-- 1 jenkins jenkins      8 Dec 23 01:11 build1.version
-rw-r--r-- 1 jenkins jenkins 122060 Dec 23 01:11 dtc-1.4.5-1-x86_64.pkg.tar.xz

/srv/reproducible-results/archlinuxrb-build-LJGrboCS/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Dec 23 01:11 dtc

/srv/reproducible-results/archlinuxrb-build-LJGrboCS/b2/dtc:
total 248
-rw-r--r-- 1 jenkins jenkins 123379 Dec 23 01:11 build2.log
-rw-r--r-- 1 jenkins jenkins      8 Dec 23 01:11 build2.version
-rw-r--r-- 1 jenkins jenkins 121980 Dec 23 01:11 dtc-1.4.5-1-x86_64.pkg.tar.xz
Sat Dec 23 01:11:48 UTC 2017 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-LJGrboCS/b1/dtc/dtc-1.4.5-1-x86_64.pkg.tar.xz and /srv/reproducible-results/archlinuxrb-build-LJGrboCS/b2/dtc/dtc-1.4.5-1-x86_64.pkg.tar.xz differ
Sat Dec 23 01:11:48 UTC 2017 - /srv/reproducible-results/archlinuxrb-build-LJGrboCS deleted.
Sat 23 Dec 01:11:48 UTC 2017 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-7TRapJ9A, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list