https://pagure.io/389-ds-base/issue/49240

I'm working on these now.

On Wed, 2017-05-03 at 01:41 +0000, jenk...@fedoraproject.org wrote:
> See <https://jenkins.fedorainfracloud.org/job/389-ds-base/1274/>
> 
> ------------------------------------------
> Started by user William Brown
> Building remotely on F25 (Fedora25 fedora Fedora fedora25) in workspace 
> <https://jenkins.fedorainfracloud.org/job/389-ds-base/ws/>
> Wiping out workspace first.
> Cloning the remote Git repository
> Cloning repository http://pagure.io/389-ds-base.git
>  > git init <https://jenkins.fedorainfracloud.org/job/389-ds-base/ws/> # 
> timeout=10
> Fetching upstream changes from http://pagure.io/389-ds-base.git
>  > git --version # timeout=10
>  > git -c core.askpass=true fetch --tags --progress 
> http://pagure.io/389-ds-base.git +refs/heads/*:refs/remotes/origin/*
>  > git config remote.origin.url http://pagure.io/389-ds-base.git # timeout=10
>  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
> timeout=10
>  > git config remote.origin.url http://pagure.io/389-ds-base.git # timeout=10
> Fetching upstream changes from http://pagure.io/389-ds-base.git
>  > git -c core.askpass=true fetch --tags --progress 
> http://pagure.io/389-ds-base.git +refs/heads/*:refs/remotes/origin/*
>  > git rev-parse origin/master^{commit} # timeout=10
> Checking out Revision 7995007049678a0009216b9d31b4c18520d9a1a6 (origin/master)
>  > git config core.sparsecheckout # timeout=10
>  > git checkout -f 7995007049678a0009216b9d31b4c18520d9a1a6
>  > git rev-list 7995007049678a0009216b9d31b4c18520d9a1a6 # timeout=10
> [389-ds-base] $ /bin/sh -e /tmp/hudson3123558708947843228.sh
> 
> Running configure...
>     CFLAGS= -Wall -Wno-deprecated -Wno-deprecated-declarations CXXFLAGS= 
> -Wall -Wno-deprecated -Wno-deprecated-declarations ./configure 
> --with-tmpfiles-d=/etc/tmpfiles.d --with-openldap --enable-cmocka 
> --enable-gcc-security --with-systemdsystemunitdir=/lib/systemd/system 
> --with-systemdsystemconfdir=/etc/systemd/system --enable-debug
> Build log is 
> https://jenkins.fedorainfracloud.org/job/389-ds-base/ws/build.1274.txt
> autoreconf: Entering directory `.'
> autoreconf: configure.ac: not using Gettext
> autoreconf: running: aclocal --force -I m4
> autoreconf: configure.ac: tracing
> autoreconf: running: libtoolize --copy --force
> libtoolize: putting auxiliary files in '.'.
> libtoolize: copying file './ltmain.sh'
> libtoolize: putting macros in 'm4'.
> libtoolize: copying file 'm4/libtool.m4'
> libtoolize: copying file 'm4/ltoptions.m4'
> libtoolize: copying file 'm4/ltsugar.m4'
> libtoolize: copying file 'm4/ltversion.m4'
> libtoolize: copying file 'm4/lt~obsolete.m4'
> libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
> libtoolize: and rerunning libtoolize and aclocal.
> autoreconf: running: /usr/bin/autoconf --force
> autoreconf: running: /usr/bin/autoheader --force
> autoreconf: running: automake --add-missing --copy --force-missing
> configure.ac:29: installing './compile'
> configure.ac:25: installing './config.guess'
> configure.ac:25: installing './config.sub'
> configure.ac:14: installing './install-sh'
> configure.ac:14: installing './missing'
> Makefile.am: installing './depcomp'
> parallel-tests: installing './test-driver'
> autoreconf: Leaving directory `.'
> 
> Running make...
> Build log is 
> https://jenkins.fedorainfracloud.org/job/389-ds-base/ws/build.1274.txt
> 
> Checking for warnings...
> Build https://jenkins.fedorainfracloud.org/job/389-ds-base/1274/ failed
> There are build warnings
> Warning log is 
> https://jenkins.fedorainfracloud.org/job/389-ds-base/ws/build-warns.1274.txt
> Last 100 lines of warning log:
> ------------------------------------------------------------
> ldap/servers/slapd/pblock.c:220:24: warning: assignment from incompatible 
> pointer type [-Wincompatible-pointer-types]
> ldap/servers/slapd/pblock.c:227:25: warning: assignment from incompatible 
> pointer type [-Wincompatible-pointer-types]
> ldap/servers/slapd/pblock.c:234:23: warning: assignment from incompatible 
> pointer type [-Wincompatible-pointer-types]
> ldap/servers/slapd/pblock.c:241:25: warning: assignment from incompatible 
> pointer type [-Wincompatible-pointer-types]
> ldap/servers/slapd/pblock.c:248:26: warning: assignment from incompatible 
> pointer type [-Wincompatible-pointer-types]
> ldap/servers/slapd/pblock.c:255:30: warning: assignment from incompatible 
> pointer type [-Wincompatible-pointer-types]
> ldap/servers/slapd/pblock.c:262:31: warning: assignment from incompatible 
> pointer type [-Wincompatible-pointer-types]
> src/libsds/test/test_sds_bpt.c:25:11: warning: unused variable ‘test’ 
> [-Wunused-variable]
> src/libsds/test/test_sds_bpt.c:22:1: warning: ‘test_asan_leak’ defined but 
> not used [-Wunused-function]
> src/libsds/test/test_sds_bpt.c:13:1: warning: ‘test_asan_overflow’ defined 
> but not used [-Wunused-function]
> src/libsds/test/test_sds_csiphash.c:25:23: warning: integer constant is so 
> large that it is unsigned
> src/libsds/test/test_sds_csiphash.c:26:23: warning: integer constant is so 
> large that it is unsigned
> src/libsds/test/benchmark.c:75:31: warning: passing argument 2 of ‘avl_free’ 
> from incompatible pointer type [-Wincompatible-pointer-types]
> In file included from src/libsds/test/benchmark.c:12:0:
> ./ldap/include/avl.h:73:12: note: expected ‘IFP {aka int (*)()}’ but argument 
> is of type ‘void (*)(void *)’
> ------------------------------------------------------------
> 
> Build step 'Execute shell' marked build as failure
> _______________________________________________
> 389-devel mailing list -- 389-devel@lists.fedoraproject.org
> To unsubscribe send an email to 389-devel-le...@lists.fedoraproject.org

-- 
Sincerely,

William Brown
Software Engineer
Red Hat, Australia/Brisbane

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
389-devel mailing list -- 389-devel@lists.fedoraproject.org
To unsubscribe send an email to 389-devel-le...@lists.fedoraproject.org

Reply via email to