Skip to content

Console Output

Started by upstream project "sam7util" build number 180
originally caused by:
 Started by user laforge
Running as SYSTEM
Building remotely on build2-deb9build-ansible (ttcn3 osmo-gsm-tester-build osmocom-gerrit-debian9 osmocom-master-debian9 coverity) in workspace /home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.osmocom.org/sam7-util
 > git init /home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9 # timeout=10
Fetching upstream changes from git://git.osmocom.org/sam7-util
 > git --version # timeout=10
 > git fetch --tags --progress -- git://git.osmocom.org/sam7-util +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.osmocom.org/sam7-util # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.osmocom.org/sam7-util # timeout=10
Fetching upstream changes from git://git.osmocom.org/sam7-util
 > git fetch --tags --progress -- git://git.osmocom.org/sam7-util +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision dcf2783266e836c53a2623bd2a65f955e9608bd2 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dcf2783266e836c53a2623bd2a65f955e9608bd2 # timeout=10
Commit message: "io.c: remove warning on format string."
First time build. Skipping changelog.
[osmocom-master-debian9] $ /bin/sh -xe /tmp/jenkins174025503719246462.sh
+ autoreconf --install --force
configure.ac:8: installing './compile'
configure.ac:3: installing './config.guess'
configure.ac:3: installing './config.sub'
configure.ac:5: installing './install-sh'
configure.ac:5: installing './missing'
Makefile.am: installing './depcomp'
+ ./configure
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for usb_init in -lusb... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for readline in -lreadline... yes
checking for tgoto in -lcurses... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdint.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
+ make -j 8
make  all-am
make[1]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9'
gcc -DHAVE_CONFIG_H -I.    -Wall -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
gcc -DHAVE_CONFIG_H -I.    -Wall -g -O2 -MT io.o -MD -MP -MF .deps/io.Tpo -c -o io.o io.c
gcc -DHAVE_CONFIG_H -I.    -Wall -g -O2 -MT samba.o -MD -MP -MF .deps/samba.Tpo -c -o samba.o samba.c
gcc -DHAVE_CONFIG_H -I.    -Wall -g -O2 -MT cmd.o -MD -MP -MF .deps/cmd.Tpo -c -o cmd.o cmd.c
gcc -DHAVE_CONFIG_H -I.    -Wall -g -O2 -MT io_posix.o -MD -MP -MF .deps/io_posix.Tpo -c -o io_posix.o io_posix.c
gcc -DHAVE_CONFIG_H -I.    -Wall -g -O2 -MT io_libusb.o -MD -MP -MF .deps/io_libusb.Tpo -c -o io_libusb.o io_libusb.c
cmd.c: In function ‘cmd_send_file’:
cmd.c:211:21: warning: variable ‘addr’ set but not used [-Wunused-but-set-variable]
   unsigned long int addr;
                     ^~~~
mv -f .deps/io.Tpo .deps/io.Po
mv -f .deps/io_posix.Tpo .deps/io_posix.Po
mv -f .deps/io_libusb.Tpo .deps/io_libusb.Po
mv -f .deps/main.Tpo .deps/main.Po
mv -f .deps/samba.Tpo .deps/samba.Po
mv -f .deps/cmd.Tpo .deps/cmd.Po
gcc -Wall -g -O2   -o sam7 main.o io.o samba.o cmd.o   io_posix.o io_libusb.o  -lcurses -lreadline  -lusb
make[1]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9'
+ make distcheck
make  dist-gzip am__post_remove_distdir='@:'
make[1]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9'
if test -d "sam7utils-0.2.1"; then find "sam7utils-0.2.1" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "sam7utils-0.2.1" || { sleep 5 && rm -rf "sam7utils-0.2.1"; }; else :; fi
test -d "sam7utils-0.2.1" || mkdir "sam7utils-0.2.1"
test -n "" \
|| find "sam7utils-0.2.1" -type d ! -perm -755 \
	-exec chmod u+rwx,go+rx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/bash /home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "sam7utils-0.2.1"
tardir=sam7utils-0.2.1 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >sam7utils-0.2.1.tar.gz
make[1]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9'
if test -d "sam7utils-0.2.1"; then find "sam7utils-0.2.1" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "sam7utils-0.2.1" || { sleep 5 && rm -rf "sam7utils-0.2.1"; }; else :; fi
case 'sam7utils-0.2.1.tar.gz' in \
*.tar.gz*) \
  GZIP=--best gzip -dc sam7utils-0.2.1.tar.gz | ${TAR-tar} xf - ;;\
*.tar.bz2*) \
  bzip2 -dc sam7utils-0.2.1.tar.bz2 | ${TAR-tar} xf - ;;\
*.tar.lz*) \
  lzip -dc sam7utils-0.2.1.tar.lz | ${TAR-tar} xf - ;;\
*.tar.xz*) \
  xz -dc sam7utils-0.2.1.tar.xz | ${TAR-tar} xf - ;;\
*.tar.Z*) \
  uncompress -c sam7utils-0.2.1.tar.Z | ${TAR-tar} xf - ;;\
*.shar.gz*) \
  GZIP=--best gzip -dc sam7utils-0.2.1.shar.gz | unshar ;;\
*.zip*) \
  unzip sam7utils-0.2.1.zip ;;\
esac
chmod -R a-w sam7utils-0.2.1
chmod u+w sam7utils-0.2.1
mkdir sam7utils-0.2.1/_build sam7utils-0.2.1/_build/sub sam7utils-0.2.1/_inst
chmod a-w sam7utils-0.2.1
test -d sam7utils-0.2.1/_build || exit 0; \
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd sam7utils-0.2.1/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
  && am__cwd=`pwd` \
  && CDPATH="${ZSH_VERSION+.}:" && cd sam7utils-0.2.1/_build/sub \
  && ../../configure \
     \
     \
    --srcdir=../.. --prefix="$dc_install_base" \
  && make  \
  && make  dvi \
  && make  check \
  && make  install \
  && make  installcheck \
  && make  uninstall \
  && make  distuninstallcheck_dir="$dc_install_base" \
        distuninstallcheck \
  && chmod -R a-w "$dc_install_base" \
  && ({ \
       (cd ../.. && umask 077 && mkdir "$dc_destdir") \
       && make  DESTDIR="$dc_destdir" install \
       && make  DESTDIR="$dc_destdir" uninstall \
       && make  DESTDIR="$dc_destdir" \
            distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
      } || { rm -rf "$dc_destdir"; exit 1; }) \
  && rm -rf "$dc_destdir" \
  && make  dist \
  && rm -rf sam7utils-0.2.1.tar.gz \
  && make  distcleancheck \
  && cd "$am__cwd" \
  || exit 1
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for usb_init in -lusb... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for readline in -lreadline... yes
checking for tgoto in -lcurses... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdint.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make  all-am
make[2]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o ../../main.c
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -g -O2 -MT io.o -MD -MP -MF .deps/io.Tpo -c -o io.o ../../io.c
mv -f .deps/io.Tpo .deps/io.Po
gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -g -O2 -MT samba.o -MD -MP -MF .deps/samba.Tpo -c -o samba.o ../../samba.c
mv -f .deps/samba.Tpo .deps/samba.Po
gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -g -O2 -MT cmd.o -MD -MP -MF .deps/cmd.Tpo -c -o cmd.o ../../cmd.c
../../cmd.c: In function ‘cmd_send_file’:
../../cmd.c:211:21: warning: variable ‘addr’ set but not used [-Wunused-but-set-variable]
   unsigned long int addr;
                     ^~~~
mv -f .deps/cmd.Tpo .deps/cmd.Po
gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -g -O2 -MT io_posix.o -MD -MP -MF .deps/io_posix.Tpo -c -o io_posix.o ../../io_posix.c
mv -f .deps/io_posix.Tpo .deps/io_posix.Po
gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -g -O2 -MT io_libusb.o -MD -MP -MF .deps/io_libusb.Tpo -c -o io_libusb.o ../../io_libusb.c
mv -f .deps/io_libusb.Tpo .deps/io_libusb.Po
gcc -Wall -g -O2   -o sam7 main.o io.o samba.o cmd.o   io_posix.o io_libusb.o  -lcurses -lreadline  -lusb
make[2]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Nothing to be done for 'dvi'.
make[1]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[2]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
 /bin/mkdir -p '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_inst/bin'
  /usr/bin/install -c sam7 '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_inst/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Nothing to be done for 'installcheck'.
make[1]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
 ( cd '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_inst/bin' && rm -f sam7 )
make[1]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[2]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
 /bin/mkdir -p '/tmp/am-dc-18818//home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_inst/bin'
  /usr/bin/install -c sam7 '/tmp/am-dc-18818//home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_inst/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
 ( cd '/tmp/am-dc-18818//home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_inst/bin' && rm -f sam7 )
make[1]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make  dist-gzip am__post_remove_distdir='@:'
make[2]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
if test -d "sam7utils-0.2.1"; then find "sam7utils-0.2.1" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "sam7utils-0.2.1" || { sleep 5 && rm -rf "sam7utils-0.2.1"; }; else :; fi
test -d "sam7utils-0.2.1" || mkdir "sam7utils-0.2.1"
test -n "" \
|| find "sam7utils-0.2.1" -type d ! -perm -755 \
	-exec chmod u+rwx,go+rx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/bash /home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "sam7utils-0.2.1"
tardir=sam7utils-0.2.1 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >sam7utils-0.2.1.tar.gz
make[2]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
if test -d "sam7utils-0.2.1"; then find "sam7utils-0.2.1" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "sam7utils-0.2.1" || { sleep 5 && rm -rf "sam7utils-0.2.1"; }; else :; fi
make[1]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
make[1]: Entering directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
test -z "sam7" || rm -f sam7
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f 
test . = "../.." || test -z "" || rm -f 
rm -f config.h stamp-h1
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory '/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9/sam7utils-0.2.1/_build/sub'
if test -d "sam7utils-0.2.1"; then find "sam7utils-0.2.1" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "sam7utils-0.2.1" || { sleep 5 && rm -rf "sam7utils-0.2.1"; }; else :; fi
=================================================
sam7utils-0.2.1 archives ready for distribution: 
sam7utils-0.2.1.tar.gz
=================================================
[WARNINGS] Parsing warnings in console log with parser GNU C Compiler 3 (gcc)
No credentials specified
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=dcf2783266e836c53a2623bd2a65f955e9608bd2, workspace=/home/osmocom-build/jenkins/workspace/sam7util/label/osmocom-master-debian9
 > git rev-parse dcf2783266e836c53a2623bd2a65f955e9608bd2^{commit} # timeout=10
Finished: SUCCESS