Started by an SCM change Running as SYSTEM Agent centos-7-kr5qx is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-kr5qx" namespace: "tinydtls" 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-kr5qx" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -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-kr5qx" - 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-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" 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 subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" 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-kr5qx (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/default build The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/tinydtls.git > git init /home/jenkins/agent/workspace/default build # timeout=10 Fetching upstream changes from https://github.com/eclipse/tinydtls.git > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://github.com/eclipse/tinydtls.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/tinydtls.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/develop^{commit} # timeout=10 Checking out Revision 8f28f23ed953e870a702dceedd6dd42bd625078d (origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f 8f28f23ed953e870a702dceedd6dd42bd625078d # timeout=10 Commit message: "dtls_debug.c: only enable _GNU_SOURCE for MinGW builds." > git rev-list --no-walk 4c39d5cc8ce0f641bd105cc4913288bc985cae54 # timeout=10 [default build] $ /bin/sh -xe /tmp/jenkins9096253911643769044.sh + ./autogen.sh autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: configure.ac: not using Automake autoreconf: Leaving directory `.' + ./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 checking for getrandom... no checking for random... yes checking for inet_ntop... 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 tests/unit-tests/Makefile config.status: creating platform-specific/Makefile config.status: creating tinydtls.pc 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 -DSHA2_USE_INTTYPES_H -g -O2 -fPIC -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 In function ‘dtls_prepare_record’: dtls.c:804:1: warning: inlining failed in call to ‘get_cipher_suite_mac_len.part.8’: call is unlikely and code size would grow [-Winline] get_cipher_suite_mac_len(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] dtls.c:793:1: warning: inlining failed in call to ‘get_key_exchange_algorithm.part.9’: call is unlikely and code size would grow [-Winline] get_key_exchange_algorithm(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] In function ‘known_cipher’: dtls.c:793:1: warning: inlining failed in call to ‘get_key_exchange_algorithm.part.9’: call is unlikely and code size would grow [-Winline] get_key_exchange_algorithm(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] In function ‘dtls_check_tls_extension.isra.10’: dtls.c:793:1: warning: inlining failed in call to ‘get_key_exchange_algorithm.part.9’: call is unlikely and code size would grow [-Winline] get_key_exchange_algorithm(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] In function ‘calculate_key_block.isra.21’: dtls.c:793:1: warning: inlining failed in call to ‘get_key_exchange_algorithm.part.9’: call is unlikely and code size would grow [-Winline] get_key_exchange_algorithm(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] In function ‘dtls_send_server_hello_msgs’: dtls.c:793:1: warning: inlining failed in call to ‘get_key_exchange_algorithm.part.9’: call is unlikely and code size would grow [-Winline] get_key_exchange_algorithm(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] dtls.c:793:1: warning: inlining failed in call to ‘get_key_exchange_algorithm.part.9’: call is unlikely and code size would grow [-Winline] get_key_exchange_algorithm(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] In function ‘handle_verified_client_hello’: dtls.c:1625:1: warning: inlining failed in call to ‘clear_hs_hash.part.13’: call is unlikely and code size would grow [-Winline] clear_hs_hash(dtls_peer_t *peer) { ^ cc1: warning: called from here [-Winline] dtls.c:793:1: warning: inlining failed in call to ‘get_key_exchange_algorithm.part.9’: call is unlikely and code size would grow [-Winline] get_key_exchange_algorithm(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] In function ‘decrypt_verify’: dtls.c:804:1: warning: inlining failed in call to ‘get_cipher_suite_mac_len.part.8’: call is unlikely and code size would grow [-Winline] get_cipher_suite_mac_len(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] In function ‘dtls_send_client_hello’: dtls.c:1625:1: warning: inlining failed in call to ‘clear_hs_hash.part.13’: 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:793:1: warning: inlining failed in call to ‘get_key_exchange_algorithm.part.9’: call is unlikely and code size would grow [-Winline] get_key_exchange_algorithm(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] dtls.c:793:1: warning: inlining failed in call to ‘get_key_exchange_algorithm.part.9’: call is unlikely and code size would grow [-Winline] get_key_exchange_algorithm(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] dtls.c:793:1: warning: inlining failed in call to ‘get_key_exchange_algorithm.part.9’: call is unlikely and code size would grow [-Winline] get_key_exchange_algorithm(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] dtls.c:793:1: warning: inlining failed in call to ‘get_key_exchange_algorithm.part.9’: call is unlikely and code size would grow [-Winline] get_key_exchange_algorithm(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] dtls.c:793:1: warning: inlining failed in call to ‘get_key_exchange_algorithm.part.9’: call is unlikely and code size would grow [-Winline] get_key_exchange_algorithm(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] dtls.c:793:1: warning: inlining failed in call to ‘get_key_exchange_algorithm.part.9’: call is unlikely and code size would grow [-Winline] get_key_exchange_algorithm(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] dtls.c:793:1: warning: inlining failed in call to ‘get_key_exchange_algorithm.part.9’: call is unlikely and code size would grow [-Winline] get_key_exchange_algorithm(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] dtls.c:793:1: warning: inlining failed in call to ‘get_key_exchange_algorithm.part.9’: call is unlikely and code size would grow [-Winline] get_key_exchange_algorithm(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] dtls.c:793:1: warning: inlining failed in call to ‘get_key_exchange_algorithm.part.9’: call is unlikely and code size would grow [-Winline] get_key_exchange_algorithm(dtls_cipher_index_t cipher_index) { ^ cc1: warning: called from here [-Winline] gcc -Wall -pedantic -std=c99 -DSHA2_USE_INTTYPES_H -g -O2 -fPIC -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 -DSHA2_USE_INTTYPES_H -g -O2 -fPIC -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 -DSHA2_USE_INTTYPES_H -g -O2 -fPIC -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 -DSHA2_USE_INTTYPES_H -g -O2 -fPIC -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 -DSHA2_USE_INTTYPES_H -g -O2 -fPIC -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 -DSHA2_USE_INTTYPES_H -g -O2 -fPIC -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 -DSHA2_USE_INTTYPES_H -g -O2 -fPIC -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 -DSHA2_USE_INTTYPES_H -g -O2 -fPIC -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 gcc -Wall -pedantic -std=c99 -DSHA2_USE_INTTYPES_H -g -O2 -fPIC -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_prng.o dtls_prng.c make -C aes rijndael.o make[1]: Entering directory `/home/jenkins/agent/workspace/default build/aes' gcc -Wall -std=c99 -pedantic -g -O2 -fPIC -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 -c -o rijndael.o rijndael.c make[1]: Leaving directory `/home/jenkins/agent/workspace/default build/aes' make -C aes rijndael_wrap.o make[1]: Entering directory `/home/jenkins/agent/workspace/default build/aes' gcc -Wall -std=c99 -pedantic -g -O2 -fPIC -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 -c -o rijndael_wrap.o rijndael_wrap.c make[1]: Leaving directory `/home/jenkins/agent/workspace/default build/aes' make -C ecc ecc.o make[1]: Entering directory `/home/jenkins/agent/workspace/default build/ecc' gcc -Wall -std=c99 -pedantic -g -O2 -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -DTEST_INCLUDE -DDTLSv12 -DWITH_SHA256 -c -o ecc.o ecc.c make[1]: Leaving directory `/home/jenkins/agent/workspace/default build/ecc' make -C sha2 sha2.o make[1]: Entering directory `/home/jenkins/agent/workspace/default build/sha2' gcc -DSHA2_USE_INTTYPES_H -Wall -std=c99 -pedantic -g -O2 -fPIC -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 -I.. -c -o sha2.o sha2.c make[1]: Leaving directory `/home/jenkins/agent/workspace/default build/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 dtls_prng.o aes/rijndael.o aes/rijndael_wrap.o ecc/ecc.o sha2/sha2.o ranlib libtinydtls.a gcc -Wall -pedantic -std=c99 -DSHA2_USE_INTTYPES_H -g -O2 -fPIC -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. -shared dtls.o crypto.o ccm.o hmac.o netq.o peer.o dtls_time.o session.o dtls_debug.o dtls_prng.o aes/rijndael.o aes/rijndael_wrap.o ecc/ecc.o sha2/sha2.o -o libtinydtls.so make -C tests make[1]: Entering directory `/home/jenkins/agent/workspace/default build/tests' gcc -Wall -std=c99 -g -O2 -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -D_POSIX_C_SOURCE=200112L -I.. -DDTLSv12 -DWITH_SHA256 -c -o dtls_ciphers_util.o dtls_ciphers_util.c gcc -Wall -std=c99 -g -O2 -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -D_POSIX_C_SOURCE=200112L -I.. -DDTLSv12 -DWITH_SHA256 -L.. dtls-server.c dtls_ciphers_util.o ../libtinydtls.a -o dtls-server gcc -Wall -std=c99 -g -O2 -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -D_POSIX_C_SOURCE=200112L -I.. -DDTLSv12 -DWITH_SHA256 -L.. dtls-client.c dtls_ciphers_util.o ../libtinydtls.a -o dtls-client gcc -Wall -std=c99 -g -O2 -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -D_POSIX_C_SOURCE=200112L -I.. -DDTLSv12 -DWITH_SHA256 -L.. ccm-test.c ../libtinydtls.a -o ccm-test make[1]: Leaving directory `/home/jenkins/agent/workspace/default build/tests' make -C doc make[1]: Entering directory `/home/jenkins/agent/workspace/default build/doc' /usr/bin/doxygen -l /usr/bin/doxygen Doxyfile >./doxygen.out Warning: ignoring unsupported tag `ALLOW_UNICODE_NAMES =' at line 79, file Doxyfile Warning: ignoring unsupported tag `OUTPUT_TEXT_DIRECTION =' at line 102, file Doxyfile Warning: ignoring unsupported tag `JAVADOC_BANNER =' at line 198, file Doxyfile Warning: ignoring unsupported tag `OPTIMIZE_OUTPUT_SLICE =' at line 296, file Doxyfile Warning: ignoring unsupported tag `TOC_INCLUDE_HEADINGS =' at line 335, file Doxyfile Warning: ignoring unsupported tag `GROUP_NESTED_COMPOUNDS =' at line 392, file Doxyfile Warning: ignoring unsupported tag `EXTRACT_PRIV_VIRTUAL =' at line 472, file Doxyfile Warning: ignoring unsupported tag `HIDE_COMPOUND_REFERENCE=' at line 569, file Doxyfile Warning: ignoring unsupported tag `SHOW_GROUPED_MEMB_INC =' at line 582, file Doxyfile Warning: ignoring unsupported tag `WARN_AS_ERROR =' at line 794, file Doxyfile Warning: Tag `CLANG_ASSISTED_PARSING' at line 1070 of file Doxyfile belongs to an option that was not enabled at compile time. To avoid this warning please remove this line from your configuration file, upgrade it using "doxygen -u", or recompile doxygen with this feature enabled. Warning: Tag `CLANG_OPTIONS' at line 1078 of file Doxyfile belongs to an option that was not enabled at compile time. To avoid this warning please remove this line from your configuration file, upgrade it using "doxygen -u", or recompile doxygen with this feature enabled. Warning: ignoring unsupported tag `CLANG_DATABASE_PATH =' at line 1088, file Doxyfile Warning: ignoring unsupported tag `HTML_DYNAMIC_MENUS =' at line 1253, file Doxyfile Warning: ignoring unsupported tag `FORMULA_MACROFILE =' at line 1540, file Doxyfile Warning: ignoring unsupported tag `LATEX_MAKEINDEX_CMD =' at line 1724, file Doxyfile Warning: ignoring unsupported tag `LATEX_EXTRA_STYLESHEET =' at line 1791, file Doxyfile Warning: ignoring unsupported tag `LATEX_TIMESTAMP =' at line 1858, file Doxyfile Warning: ignoring unsupported tag `LATEX_EMOJI_DIRECTORY =' at line 1866, file Doxyfile Warning: ignoring unsupported tag `RTF_SOURCE_CODE =' at line 1932, file Doxyfile Warning: ignoring unsupported tag `MAN_SUBDIR =' at line 1967, file Doxyfile Warning: ignoring unsupported tag `XML_NS_MEMB_FILE_SCOPE =' at line 2010, file Doxyfile Warning: ignoring unsupported tag `DOCBOOK_PROGRAMLISTING =' at line 2037, file Doxyfile Warning: ignoring unsupported tag `DIA_PATH =' at line 2232, file Doxyfile Warning: ignoring unsupported tag `DIAFILE_DIRS =' at line 2446, file Doxyfile Warning: ignoring unsupported tag `PLANTUML_JAR_PATH =' at line 2454, file Doxyfile Warning: ignoring unsupported tag `PLANTUML_CFG_FILE =' at line 2459, file Doxyfile Warning: ignoring unsupported tag `PLANTUML_INCLUDE_PATH =' at line 2464, file Doxyfile /home/jenkins/agent/workspace/default build/CONTRIBUTING.md:140: warning: found tag without matching make[1]: Leaving directory `/home/jenkins/agent/workspace/default build/doc' for dir in tests tests/unit-tests doc platform-specific sha2 aes ecc; do \ make -C $dir ; \ done make[1]: Entering directory `/home/jenkins/agent/workspace/default build/tests' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/jenkins/agent/workspace/default build/tests' make[1]: Entering directory `/home/jenkins/agent/workspace/default build/tests/unit-tests' make[1]: *** No targets. Stop. make[1]: Leaving directory `/home/jenkins/agent/workspace/default build/tests/unit-tests' make[1]: Entering directory `/home/jenkins/agent/workspace/default build/doc' /usr/bin/doxygen -l /usr/bin/doxygen Doxyfile >./doxygen.out Warning: ignoring unsupported tag `ALLOW_UNICODE_NAMES =' at line 79, file Doxyfile Warning: ignoring unsupported tag `OUTPUT_TEXT_DIRECTION =' at line 102, file Doxyfile Warning: ignoring unsupported tag `JAVADOC_BANNER =' at line 198, file Doxyfile Warning: ignoring unsupported tag `OPTIMIZE_OUTPUT_SLICE =' at line 296, file Doxyfile Warning: ignoring unsupported tag `TOC_INCLUDE_HEADINGS =' at line 335, file Doxyfile Warning: ignoring unsupported tag `GROUP_NESTED_COMPOUNDS =' at line 392, file Doxyfile Warning: ignoring unsupported tag `EXTRACT_PRIV_VIRTUAL =' at line 472, file Doxyfile Warning: ignoring unsupported tag `HIDE_COMPOUND_REFERENCE=' at line 569, file Doxyfile Warning: ignoring unsupported tag `SHOW_GROUPED_MEMB_INC =' at line 582, file Doxyfile Warning: ignoring unsupported tag `WARN_AS_ERROR =' at line 794, file Doxyfile Warning: Tag `CLANG_ASSISTED_PARSING' at line 1070 of file Doxyfile belongs to an option that was not enabled at compile time. To avoid this warning please remove this line from your configuration file, upgrade it using "doxygen -u", or recompile doxygen with this feature enabled. Warning: Tag `CLANG_OPTIONS' at line 1078 of file Doxyfile belongs to an option that was not enabled at compile time. To avoid this warning please remove this line from your configuration file, upgrade it using "doxygen -u", or recompile doxygen with this feature enabled. Warning: ignoring unsupported tag `CLANG_DATABASE_PATH =' at line 1088, file Doxyfile Warning: ignoring unsupported tag `HTML_DYNAMIC_MENUS =' at line 1253, file Doxyfile Warning: ignoring unsupported tag `FORMULA_MACROFILE =' at line 1540, file Doxyfile Warning: ignoring unsupported tag `LATEX_MAKEINDEX_CMD =' at line 1724, file Doxyfile Warning: ignoring unsupported tag `LATEX_EXTRA_STYLESHEET =' at line 1791, file Doxyfile Warning: ignoring unsupported tag `LATEX_TIMESTAMP =' at line 1858, file Doxyfile Warning: ignoring unsupported tag `LATEX_EMOJI_DIRECTORY =' at line 1866, file Doxyfile Warning: ignoring unsupported tag `RTF_SOURCE_CODE =' at line 1932, file Doxyfile Warning: ignoring unsupported tag `MAN_SUBDIR =' at line 1967, file Doxyfile Warning: ignoring unsupported tag `XML_NS_MEMB_FILE_SCOPE =' at line 2010, file Doxyfile Warning: ignoring unsupported tag `DOCBOOK_PROGRAMLISTING =' at line 2037, file Doxyfile Warning: ignoring unsupported tag `DIA_PATH =' at line 2232, file Doxyfile Warning: ignoring unsupported tag `DIAFILE_DIRS =' at line 2446, file Doxyfile Warning: ignoring unsupported tag `PLANTUML_JAR_PATH =' at line 2454, file Doxyfile Warning: ignoring unsupported tag `PLANTUML_CFG_FILE =' at line 2459, file Doxyfile Warning: ignoring unsupported tag `PLANTUML_INCLUDE_PATH =' at line 2464, file Doxyfile /home/jenkins/agent/workspace/default build/CONTRIBUTING.md:140: warning: found tag without matching make[1]: Leaving directory `/home/jenkins/agent/workspace/default build/doc' make[1]: Entering directory `/home/jenkins/agent/workspace/default build/platform-specific' make[1]: Nothing to be done for `clean'. make[1]: Leaving directory `/home/jenkins/agent/workspace/default build/platform-specific' make[1]: Entering directory `/home/jenkins/agent/workspace/default build/sha2' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/jenkins/agent/workspace/default build/sha2' make[1]: Entering directory `/home/jenkins/agent/workspace/default build/aes' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/jenkins/agent/workspace/default build/aes' make[1]: Entering directory `/home/jenkins/agent/workspace/default build/ecc' gcc -Wall -std=c99 -pedantic -g -O2 -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -DTEST_INCLUDE -DDTLSv12 -DWITH_SHA256 -c -o ecc_test.o ecc.c gcc -Wall -std=c99 -pedantic -g -O2 -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -DTEST_INCLUDE -DDTLSv12 -DWITH_SHA256 -c -o test_helper.o test_helper.c gcc -Wall -std=c99 -pedantic -g -O2 -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -DTEST_INCLUDE -DDTLSv12 -DWITH_SHA256 testecc.c ecc_test.o test_helper.o -o testecc gcc -Wall -std=c99 -pedantic -g -O2 -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -DTEST_INCLUDE -DDTLSv12 -DWITH_SHA256 testfield.c ecc_test.o test_helper.o -o testfield make[1]: Leaving directory `/home/jenkins/agent/workspace/default build/ecc' Finished: SUCCESS