Skip to content

Console Output

Started by user Frederic Gurr
Running as Frederic Gurr
Agent centos-7-9sb6t is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-9sb6t"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.tinydtls.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-9sb6t"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-9sb6t"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.tinydtls.svc.cluster.local/tinydtls/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.2.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-tinydtls"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on centos-7-9sb6t (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/gerrit check-in
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/tinydtls/org.eclipse.tinydtls
 > git init /home/jenkins/agent/workspace/gerrit check-in # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/tinydtls/org.eclipse.tinydtls
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
 > git fetch --tags --progress https://git.eclipse.org/r/tinydtls/org.eclipse.tinydtls +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/tinydtls/org.eclipse.tinydtls # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 8414f8ace98bab1f835b494c85e3a6d8144341c9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8414f8ace98bab1f835b494c85e3a6d8144341c9 # timeout=10
Commit message: "Fix dtls-client.c"
 > git rev-list --no-walk 8414f8ace98bab1f835b494c85e3a6d8144341c9 # timeout=10
[gerrit check-in] $ /bin/sh -xe /tmp/jenkins2002157264646230634.sh
+ autoreconf
+ ./configure
checking for doxygen... /usr/bin/doxygen
checking for etags... /bin/false
checking whether make sets $(MAKE)... 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 for ranlib... ranlib
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 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 whether byte ordering is bigendian... no
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for inline... inline
checking for size_t... yes
checking for struct sockaddr_in6.sin6_len... no
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strnlen... yes
checking for fls... no
checking for vprintf... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating tests/Makefile
config.status: creating platform-specific/Makefile
config.status: creating sha2/Makefile
config.status: creating aes/Makefile
config.status: creating ecc/Makefile
config.status: creating dtls_config.h
+ make
gcc -Wall -pedantic -std=c99 -g -O2 -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o dtls.o dtls.c
dtls.c: In function ‘check_client_certificate_verify’:
dtls.c:1772:49: warning: unused parameter ‘ctx’ [-Wunused-parameter]
 check_client_certificate_verify(dtls_context_t *ctx, 
                                                 ^
In file included from utlist.h:29:0,
                 from dtls.c:44:
dtls.c: In function ‘dtls_send_certificate_ecdsa’:
dtls.c:1941:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   assert(p - buf <= sizeof(buf));
                  ^
dtls.c: In function ‘dtls_send_server_key_exchange_ecdh’:
dtls.c:2061:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   assert(p - buf <= sizeof(buf));
                  ^
dtls.c: In function ‘dtls_send_server_certificate_request’:
dtls.c:2134:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   assert(p - buf <= sizeof(buf));
                  ^
dtls.c: In function ‘dtls_send_certificate_verify_ecdh’:
dtls.c:2369:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   assert(p - buf <= sizeof(buf));
                  ^
dtls.c: In function ‘check_server_key_exchange_ecdsa’:
dtls.c:2699:49: warning: unused parameter ‘ctx’ [-Wunused-parameter]
 check_server_key_exchange_ecdsa(dtls_context_t *ctx,
                                                 ^
In function ‘dtls_send_client_hello’:
dtls.c:1168:1: warning: inlining failed in call to ‘clear_hs_hash.part.10’: call is unlikely and code size would grow [-Winline]
 clear_hs_hash(dtls_peer_t *peer) {
 ^
cc1: warning: called from here [-Winline]
In function ‘handle_handshake_msg’:
dtls.c:1168:1: warning: inlining failed in call to ‘clear_hs_hash.part.10’: call is unlikely and code size would grow [-Winline]
 clear_hs_hash(dtls_peer_t *peer) {
 ^
cc1: warning: called from here [-Winline]
gcc -Wall -pedantic -std=c99 -g -O2 -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o crypto.o crypto.c
gcc -Wall -pedantic -std=c99 -g -O2 -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o ccm.o ccm.c
gcc -Wall -pedantic -std=c99 -g -O2 -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o hmac.o hmac.c
gcc -Wall -pedantic -std=c99 -g -O2 -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o netq.o netq.c
gcc -Wall -pedantic -std=c99 -g -O2 -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o peer.o peer.c
gcc -Wall -pedantic -std=c99 -g -O2 -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o dtls_time.o dtls_time.c
gcc -Wall -pedantic -std=c99 -g -O2 -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o session.o session.c
gcc -Wall -pedantic -std=c99 -g -O2 -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o dtls_debug.o dtls_debug.c
make -C aes rijndael.o
make[1]: Entering directory `/home/jenkins/agent/workspace/gerrit check-in/aes'
gcc -Wall -std=c99 -pedantic -g -O2 -DDTLSv12 -DWITH_SHA256  -c -o rijndael.o rijndael.c
make[1]: Leaving directory `/home/jenkins/agent/workspace/gerrit check-in/aes'
make -C ecc ecc.o
make[1]: Entering directory `/home/jenkins/agent/workspace/gerrit check-in/ecc'
gcc -Wall -std=c99 -pedantic -g -O2 -DTEST_INCLUDE -DDTLSv12 -DWITH_SHA256  -c -o ecc.o ecc.c
make[1]: Leaving directory `/home/jenkins/agent/workspace/gerrit check-in/ecc'
make -C sha2 sha2.o
make[1]: Entering directory `/home/jenkins/agent/workspace/gerrit check-in/sha2'
gcc -Wall -std=c99 -pedantic -g -O2 -DDTLSv12 -DWITH_SHA256 -I..  -c -o sha2.o sha2.c
sha2.c: In function ‘dtls_sha256_final’:
sha2.c:640:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
                 *(sha2_word64*)(context->buffer+DTLS_SHA256_SHORT_BLOCK_LENGTH) = context->bitcount;
                 ^
make[1]: Leaving directory `/home/jenkins/agent/workspace/gerrit check-in/sha2'
ar cru libtinydtls.a dtls.o crypto.o ccm.o hmac.o netq.o peer.o dtls_time.o session.o dtls_debug.o aes/rijndael.o ecc/ecc.o sha2/sha2.o 
ranlib libtinydtls.a
make -C doc
make[1]: Entering directory `/home/jenkins/agent/workspace/gerrit check-in/doc'
/usr/bin/doxygen Doxyfile >./doxygen.out 2>&1 
make[1]: Leaving directory `/home/jenkins/agent/workspace/gerrit check-in/doc'
for dir in tests doc platform-specific sha2 aes ecc; do \
	make -C $dir ; \
done
make[1]: Entering directory `/home/jenkins/agent/workspace/gerrit check-in/tests'
gcc -Wall -g -O2  -I..  -DDTLSv12 -DWITH_SHA256 -L..   dtls-server.c  -ltinydtls  -o dtls-server
gcc -Wall -g -O2  -I..  -DDTLSv12 -DWITH_SHA256 -L..   ccm-test.c  -ltinydtls  -o ccm-test
gcc -Wall -g -O2  -I..  -DDTLSv12 -DWITH_SHA256 -L..   prf-test.c  -ltinydtls  -o prf-test
gcc -Wall -g -O2  -I..  -DDTLSv12 -DWITH_SHA256 -L..   dtls-client.c  -ltinydtls  -o dtls-client
make[1]: Leaving directory `/home/jenkins/agent/workspace/gerrit check-in/tests'
make[1]: Entering directory `/home/jenkins/agent/workspace/gerrit check-in/doc'
/usr/bin/doxygen Doxyfile >./doxygen.out 2>&1 
make[1]: Leaving directory `/home/jenkins/agent/workspace/gerrit check-in/doc'
make[1]: Entering directory `/home/jenkins/agent/workspace/gerrit check-in/platform-specific'
make[1]: Nothing to be done for `clean'.
make[1]: Leaving directory `/home/jenkins/agent/workspace/gerrit check-in/platform-specific'
make[1]: Entering directory `/home/jenkins/agent/workspace/gerrit check-in/sha2'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jenkins/agent/workspace/gerrit check-in/sha2'
make[1]: Entering directory `/home/jenkins/agent/workspace/gerrit check-in/aes'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jenkins/agent/workspace/gerrit check-in/aes'
make[1]: Entering directory `/home/jenkins/agent/workspace/gerrit check-in/ecc'
gcc -Wall -std=c99 -pedantic -g -O2 -DTEST_INCLUDE -DDTLSv12 -DWITH_SHA256  -c -o ecc_test.o ecc.c
gcc -Wall -std=c99 -pedantic -g -O2 -DTEST_INCLUDE -DDTLSv12 -DWITH_SHA256  -c -o test_helper.o test_helper.c
gcc -Wall -std=c99 -pedantic -g -O2 -DTEST_INCLUDE -DDTLSv12 -DWITH_SHA256   testecc.c ecc_test.o test_helper.o   -o testecc
gcc -Wall -std=c99 -pedantic -g -O2 -DTEST_INCLUDE -DDTLSv12 -DWITH_SHA256   testfield.c ecc_test.o test_helper.o   -o testfield
make[1]: Leaving directory `/home/jenkins/agent/workspace/gerrit check-in/ecc'
Sending e-mails to: bergmann@tzi.org
Finished: SUCCESS