INFO: not using any hashes in /data/userland-archives/hashes for nettle-3.10.tar.gz (overridden with --hash)
Source /data/userland-archives/nettle-3.10.tar.gz... not found, skipping file copy
Source https://ftp.gnu.org/gnu/nettle/nettle-3.10.tar.gz... 
    downloading... ok
    validating signature... checking local signature... not found
    signature validation failed

    validating hash... ok
checking build system type... x86_64-pc-solaris2.11
checking host system type... x86_64-pc-solaris2.11
checking for -R flag... using -R
Searching for libraries
checking /usr/lib... added
checking /usr/local/lib... not found
checking /sw/local/lib... not found
checking /sw/lib... not found
checking /usr/gnu/lib... added
checking /opt/gnu/lib... not found
checking /sw/gnu/lib... not found
checking /usr/freeware/lib... not found
checking /usr/pkg/lib... not found
checking for gcc... /usr/gcc/13/bin/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 the compiler supports GNU C... yes
checking whether /usr/gcc/13/bin/gcc accepts -g... yes
checking for /usr/gcc/13/bin/gcc option to enable C11 features... none needed
checking for ifunc support... no
checking whether the compiler supports GNU C++... yes
checking whether /usr/gcc/13/bin/g++ accepts -g... yes
checking for /usr/gcc/13/bin/g++ option to enable C++11 features... none needed
checking if LD -Wl,--version-script works... no
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for nm... nm
checking for objdump... objdump
checking for ar... ar
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking for a race-free mkdir -p... /usr/gnu/bin/mkdir -p
checking whether ln -s works... yes
checking for build system executable suffix... 
checking if valgrind is working... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for uid_t... yes
checking for gid_t... yes
checking for size_t... yes
checking size of long... 4
checking size of size_t... 4
checking for openssl/evp.h... yes
checking for openssl/ec.h... yes
checking for openssl/rsa.h... yes
checking for valgrind/memcheck.h... no
checking for dlfcn.h... yes
checking for dlopen in -ldl... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for malloc.h... yes
checking for secure_getenv... no
checking for getline... yes
checking whether byte ordering is bigendian... no
checking for __builtin_bswap64... yes
checking for __attribute__... yes
checking for fcntl file locking... yes
checking for __gmpn_zero_p in -lgmp... yes
checking for GMP limb size... 32 bits
configure: Compiler uses 32-bit ABI. To change, set CC.
configure: Looking for assembler files in x86.
checking CCPIC... -fPIC
checking if globals are prefixed by underscore... no
checking for ELF-style .type,%function pseudo-ops... yes
checking for ELF-style .type,#function pseudo-ops... no
checking for COFF-style .type directive... no
checking if we should use a .note.GNU-stack section... no
checking if .align assembly directive is logarithmic... no
checking if Intel CET is enabled... no
checking for m4... /usr/gnu/bin/m4
checking for makeinfo... /usr/bin/makeinfo
checking for EVP_CIPHER_CTX_new in -lcrypto... yes
checking if openssl supports the functions used by nettle benchmark programs... no
checking for library containing clock_gettime... none required
configure: creating ./config.status
config.status: creating config.make
config.status: creating config.m4
config.status: creating Makefile
config.status: creating version.h
config.status: creating tools/Makefile
config.status: creating testsuite/Makefile
config.status: creating examples/Makefile
config.status: creating nettle.pc
config.status: creating hogweed.pc
config.status: creating libnettle.map
config.status: creating libhogweed.map
config.status: creating config.h
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86/aes-encrypt-internal.asm to aes-encrypt-internal.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86/aes-decrypt-internal.asm to aes-decrypt-internal.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86/camellia-crypt-internal.asm to camellia-crypt-internal.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86/sha1-compress.asm to sha1-compress.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86/machine.m4 to machine.m4
configure: summary of build options:

  Version:           nettle 3.10
  Host type:         x86_64-pc-solaris2.11
  ABI:               32
  Assembly files:    x86
  Install prefix:    /usr
  Library directory: /usr/lib
  Compiler:          /usr/gcc/13/bin/gcc
  Static libraries:  no
  Shared libraries:  yes
  Public key crypto: yes
  Using mini-gmp:    no
  Documentation:     yes

/usr/gnu/bin/make all-here
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86'
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT getopt.o -MD -MP -MF getopt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.c \
&& true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.c:91:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.c:139:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  139 | extern char *getenv ();
      | ^~~~~~
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.c: In function '_getopt_initialize':
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.c:265:25: warning: unused parameter 'argc' [-Wunused-parameter]
  265 | _getopt_initialize (int argc, char *const *argv, const char *optstring,
      |                     ~~~~^~~~
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.c:265:44: warning: unused parameter 'argv' [-Wunused-parameter]
  265 | _getopt_initialize (int argc, char *const *argv, const char *optstring,
      |                               ~~~~~~~~~~~~~^~~~
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT getopt1.o -MD -MP -MF getopt1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt1.c \
&& true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt1.c:26:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT non-nettle.o -MD -MP -MF non-nettle.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/non-nettle.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 aes-decrypt-internal.asm >aes-decrypt-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-decrypt-internal.o -MD -MP -MF aes-decrypt-internal.o.d  -c aes-decrypt-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-decrypt.o -MD -MP -MF aes-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-decrypt-table.o -MD -MP -MF aes-decrypt-table.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes-decrypt-table.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-decrypt.o -MD -MP -MF aes128-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes128-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-decrypt.o -MD -MP -MF aes192-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes192-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-decrypt.o -MD -MP -MF aes256-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes256-decrypt.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 aes-encrypt-internal.asm >aes-encrypt-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-encrypt-internal.o -MD -MP -MF aes-encrypt-internal.o.d  -c aes-encrypt-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-encrypt.o -MD -MP -MF aes-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-encrypt-table.o -MD -MP -MF aes-encrypt-table.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes-encrypt-table.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-encrypt.o -MD -MP -MF aes128-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes128-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-encrypt.o -MD -MP -MF aes192-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes192-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-encrypt.o -MD -MP -MF aes256-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes256-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-invert-internal.o -MD -MP -MF aes-invert-internal.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes-invert-internal.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-set-key-internal.o -MD -MP -MF aes-set-key-internal.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes-set-key-internal.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-set-encrypt-key.o -MD -MP -MF aes-set-encrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes-set-encrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-set-decrypt-key.o -MD -MP -MF aes-set-decrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes-set-decrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-set-encrypt-key.o -MD -MP -MF aes128-set-encrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes128-set-encrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-set-decrypt-key.o -MD -MP -MF aes128-set-decrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes128-set-decrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-meta.o -MD -MP -MF aes128-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes128-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-set-encrypt-key.o -MD -MP -MF aes192-set-encrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes192-set-encrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-set-decrypt-key.o -MD -MP -MF aes192-set-decrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes192-set-decrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-meta.o -MD -MP -MF aes192-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes192-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-set-encrypt-key.o -MD -MP -MF aes256-set-encrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes256-set-encrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-set-decrypt-key.o -MD -MP -MF aes256-set-decrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes256-set-decrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-meta.o -MD -MP -MF aes256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nist-keywrap.o -MD -MP -MF nist-keywrap.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/nist-keywrap.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT arcfour.o -MD -MP -MF arcfour.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/arcfour.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT arctwo.o -MD -MP -MF arctwo.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/arctwo.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT arctwo-meta.o -MD -MP -MF arctwo-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/arctwo-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT blowfish.o -MD -MP -MF blowfish.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/blowfish.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT blowfish-bcrypt.o -MD -MP -MF blowfish-bcrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/blowfish-bcrypt.c \
&& true
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/blowfish-bcrypt.c: In function 'ibcrypt.constprop':
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/blowfish-bcrypt.c:331:3: warning: 'data' may be used uninitialized [-Wmaybe-uninitialized]
  331 |   memcpy(psalt, data.binary.salt, BLOWFISH_BCRYPT_BINSALT_SIZE);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/blowfish-bcrypt.c:267:5: note: 'data' declared here
  267 |   } data;
      |     ^~~~
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT balloon.o -MD -MP -MF balloon.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/balloon.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT balloon-sha1.o -MD -MP -MF balloon-sha1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/balloon-sha1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT balloon-sha256.o -MD -MP -MF balloon-sha256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/balloon-sha256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT balloon-sha384.o -MD -MP -MF balloon-sha384.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/balloon-sha384.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT balloon-sha512.o -MD -MP -MF balloon-sha512.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/balloon-sha512.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base16-encode.o -MD -MP -MF base16-encode.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base16-encode.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base16-decode.o -MD -MP -MF base16-decode.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base16-decode.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base16-meta.o -MD -MP -MF base16-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base16-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64-encode.o -MD -MP -MF base64-encode.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base64-encode.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64-decode.o -MD -MP -MF base64-decode.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base64-decode.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64-meta.o -MD -MP -MF base64-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base64-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64url-encode.o -MD -MP -MF base64url-encode.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base64url-encode.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64url-decode.o -MD -MP -MF base64url-decode.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base64url-decode.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64url-meta.o -MD -MP -MF base64url-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base64url-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT buffer.o -MD -MP -MF buffer.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/buffer.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT buffer-init.o -MD -MP -MF buffer-init.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/buffer-init.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 camellia-crypt-internal.asm >camellia-crypt-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia-crypt-internal.o -MD -MP -MF camellia-crypt-internal.o.d  -c camellia-crypt-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia-table.o -MD -MP -MF camellia-table.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia-table.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia-absorb.o -MD -MP -MF camellia-absorb.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia-absorb.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia-invert-key.o -MD -MP -MF camellia-invert-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia-invert-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia128-set-encrypt-key.o -MD -MP -MF camellia128-set-encrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia128-set-encrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia128-crypt.o -MD -MP -MF camellia128-crypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia128-crypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia128-set-decrypt-key.o -MD -MP -MF camellia128-set-decrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia128-set-decrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia128-meta.o -MD -MP -MF camellia128-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia128-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia192-meta.o -MD -MP -MF camellia192-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia192-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia256-set-encrypt-key.o -MD -MP -MF camellia256-set-encrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia256-set-encrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia256-crypt.o -MD -MP -MF camellia256-crypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia256-crypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia256-set-decrypt-key.o -MD -MP -MF camellia256-set-decrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia256-set-decrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia256-meta.o -MD -MP -MF camellia256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cast128.o -MD -MP -MF cast128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cast128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cast128-meta.o -MD -MP -MF cast128-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cast128-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cbc.o -MD -MP -MF cbc.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cbc.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cbc-aes128-encrypt.o -MD -MP -MF cbc-aes128-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cbc-aes128-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cbc-aes192-encrypt.o -MD -MP -MF cbc-aes192-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cbc-aes192-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cbc-aes256-encrypt.o -MD -MP -MF cbc-aes256-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cbc-aes256-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ccm.o -MD -MP -MF ccm.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ccm.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ccm-aes128.o -MD -MP -MF ccm-aes128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ccm-aes128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ccm-aes192.o -MD -MP -MF ccm-aes192.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ccm-aes192.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ccm-aes256.o -MD -MP -MF ccm-aes256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ccm-aes256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cfb.o -MD -MP -MF cfb.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cfb.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT siv-cmac.o -MD -MP -MF siv-cmac.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/siv-cmac.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT siv-cmac-aes128.o -MD -MP -MF siv-cmac-aes128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/siv-cmac-aes128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT siv-cmac-aes256.o -MD -MP -MF siv-cmac-aes256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/siv-cmac-aes256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT siv-gcm.o -MD -MP -MF siv-gcm.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/siv-gcm.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT siv-gcm-aes128.o -MD -MP -MF siv-gcm-aes128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/siv-gcm-aes128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT siv-gcm-aes256.o -MD -MP -MF siv-gcm-aes256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/siv-gcm-aes256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cnd-memcpy.o -MD -MP -MF cnd-memcpy.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cnd-memcpy.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-crypt.o -MD -MP -MF chacha-crypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/chacha-crypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-core-internal.o -MD -MP -MF chacha-core-internal.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/chacha-core-internal.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-poly1305.o -MD -MP -MF chacha-poly1305.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/chacha-poly1305.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-poly1305-meta.o -MD -MP -MF chacha-poly1305-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/chacha-poly1305-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-set-key.o -MD -MP -MF chacha-set-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/chacha-set-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-set-nonce.o -MD -MP -MF chacha-set-nonce.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/chacha-set-nonce.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ctr.o -MD -MP -MF ctr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ctr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ctr16.o -MD -MP -MF ctr16.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ctr16.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT des.o -MD -MP -MF des.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/des.c \
&& true
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/des.c: In function 'des_weak_p':
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/des.c:175:52: warning: array subscript has type 'char' [-Wchar-subscripts]
  175 |   unsigned hash = asso_values[k1 + 1] + asso_values[k0];
      |                                                    ^
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT des3.o -MD -MP -MF des3.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/des3.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eax.o -MD -MP -MF eax.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eax.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eax-aes128.o -MD -MP -MF eax-aes128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eax-aes128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eax-aes128-meta.o -MD -MP -MF eax-aes128-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eax-aes128-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ghash-set-key.o -MD -MP -MF ghash-set-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ghash-set-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ghash-update.o -MD -MP -MF ghash-update.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ghash-update.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT siv-ghash-set-key.o -MD -MP -MF siv-ghash-set-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/siv-ghash-set-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT siv-ghash-update.o -MD -MP -MF siv-ghash-update.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/siv-ghash-update.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm.o -MD -MP -MF gcm.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes.o -MD -MP -MF gcm-aes.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-aes.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes128.o -MD -MP -MF gcm-aes128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-aes128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes128-meta.o -MD -MP -MF gcm-aes128-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-aes128-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes192.o -MD -MP -MF gcm-aes192.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-aes192.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes192-meta.o -MD -MP -MF gcm-aes192-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-aes192-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes256.o -MD -MP -MF gcm-aes256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-aes256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes256-meta.o -MD -MP -MF gcm-aes256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-aes256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-camellia128.o -MD -MP -MF gcm-camellia128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-camellia128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-camellia128-meta.o -MD -MP -MF gcm-camellia128-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-camellia128-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-camellia256.o -MD -MP -MF gcm-camellia256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-camellia256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-camellia256-meta.o -MD -MP -MF gcm-camellia256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-camellia256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-sm4.o -MD -MP -MF gcm-sm4.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-sm4.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-sm4-meta.o -MD -MP -MF gcm-sm4-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-sm4-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cmac.o -MD -MP -MF cmac.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cmac.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cmac64.o -MD -MP -MF cmac64.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cmac64.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cmac-aes128.o -MD -MP -MF cmac-aes128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cmac-aes128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cmac-aes256.o -MD -MP -MF cmac-aes256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cmac-aes256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cmac-des3.o -MD -MP -MF cmac-des3.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cmac-des3.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cmac-aes128-meta.o -MD -MP -MF cmac-aes128-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cmac-aes128-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cmac-aes256-meta.o -MD -MP -MF cmac-aes256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cmac-aes256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cmac-des3-meta.o -MD -MP -MF cmac-des3-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cmac-des3-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gost28147.o -MD -MP -MF gost28147.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gost28147.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gosthash94.o -MD -MP -MF gosthash94.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gosthash94.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gosthash94-meta.o -MD -MP -MF gosthash94-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gosthash94-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac.o -MD -MP -MF hmac.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-gosthash94.o -MD -MP -MF hmac-gosthash94.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-gosthash94.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-md5.o -MD -MP -MF hmac-md5.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-md5.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-ripemd160.o -MD -MP -MF hmac-ripemd160.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-ripemd160.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha1.o -MD -MP -MF hmac-sha1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha224.o -MD -MP -MF hmac-sha224.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha224.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha256.o -MD -MP -MF hmac-sha256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha384.o -MD -MP -MF hmac-sha384.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha384.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha512.o -MD -MP -MF hmac-sha512.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha512.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-streebog.o -MD -MP -MF hmac-streebog.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-streebog.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sm3.o -MD -MP -MF hmac-sm3.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sm3.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-md5-meta.o -MD -MP -MF hmac-md5-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-md5-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-ripemd160-meta.o -MD -MP -MF hmac-ripemd160-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-ripemd160-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha1-meta.o -MD -MP -MF hmac-sha1-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha1-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha224-meta.o -MD -MP -MF hmac-sha224-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha224-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha256-meta.o -MD -MP -MF hmac-sha256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha384-meta.o -MD -MP -MF hmac-sha384-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha384-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha512-meta.o -MD -MP -MF hmac-sha512-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha512-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-streebog-meta.o -MD -MP -MF hmac-streebog-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-streebog-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sm3-meta.o -MD -MP -MF hmac-sm3-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sm3-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT knuth-lfib.o -MD -MP -MF knuth-lfib.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/knuth-lfib.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hkdf.o -MD -MP -MF hkdf.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hkdf.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md2.o -MD -MP -MF md2.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/md2.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md2-meta.o -MD -MP -MF md2-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/md2-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md4.o -MD -MP -MF md4.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/md4.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md4-meta.o -MD -MP -MF md4-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/md4-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md5.o -MD -MP -MF md5.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/md5.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md5-compat.o -MD -MP -MF md5-compat.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/md5-compat.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md5-meta.o -MD -MP -MF md5-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/md5-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT memeql-sec.o -MD -MP -MF memeql-sec.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/memeql-sec.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT memxor.o -MD -MP -MF memxor.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/memxor.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT memxor3.o -MD -MP -MF memxor3.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/memxor3.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-lookup-hash.o -MD -MP -MF nettle-lookup-hash.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/nettle-lookup-hash.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-aeads.o -MD -MP -MF nettle-meta-aeads.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/nettle-meta-aeads.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-armors.o -MD -MP -MF nettle-meta-armors.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/nettle-meta-armors.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-ciphers.o -MD -MP -MF nettle-meta-ciphers.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/nettle-meta-ciphers.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-hashes.o -MD -MP -MF nettle-meta-hashes.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/nettle-meta-hashes.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-macs.o -MD -MP -MF nettle-meta-macs.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/nettle-meta-macs.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ocb.o -MD -MP -MF ocb.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ocb.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ocb-aes128.o -MD -MP -MF ocb-aes128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ocb-aes128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2.o -MD -MP -MF pbkdf2.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pbkdf2.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2-hmac-gosthash94.o -MD -MP -MF pbkdf2-hmac-gosthash94.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pbkdf2-hmac-gosthash94.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2-hmac-sha1.o -MD -MP -MF pbkdf2-hmac-sha1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pbkdf2-hmac-sha1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2-hmac-sha256.o -MD -MP -MF pbkdf2-hmac-sha256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pbkdf2-hmac-sha256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2-hmac-sha384.o -MD -MP -MF pbkdf2-hmac-sha384.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pbkdf2-hmac-sha384.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2-hmac-sha512.o -MD -MP -MF pbkdf2-hmac-sha512.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pbkdf2-hmac-sha512.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT poly1305-aes.o -MD -MP -MF poly1305-aes.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/poly1305-aes.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT poly1305-internal.o -MD -MP -MF poly1305-internal.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/poly1305-internal.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT poly1305-update.o -MD -MP -MF poly1305-update.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/poly1305-update.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT realloc.o -MD -MP -MF realloc.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/realloc.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ripemd160.o -MD -MP -MF ripemd160.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ripemd160.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ripemd160-compress.o -MD -MP -MF ripemd160-compress.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ripemd160-compress.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ripemd160-meta.o -MD -MP -MF ripemd160-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ripemd160-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-core-internal.o -MD -MP -MF salsa20-core-internal.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/salsa20-core-internal.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-crypt-internal.o -MD -MP -MF salsa20-crypt-internal.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/salsa20-crypt-internal.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-crypt.o -MD -MP -MF salsa20-crypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/salsa20-crypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20r12-crypt.o -MD -MP -MF salsa20r12-crypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/salsa20r12-crypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-set-key.o -MD -MP -MF salsa20-set-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/salsa20-set-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-set-nonce.o -MD -MP -MF salsa20-set-nonce.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/salsa20-set-nonce.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-128-set-key.o -MD -MP -MF salsa20-128-set-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/salsa20-128-set-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-256-set-key.o -MD -MP -MF salsa20-256-set-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/salsa20-256-set-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha1.o -MD -MP -MF sha1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha1.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 sha1-compress.asm >sha1-compress.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha1-compress.o -MD -MP -MF sha1-compress.o.d  -c sha1-compress.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha1-meta.o -MD -MP -MF sha1-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha1-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha256.o -MD -MP -MF sha256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha256-compress-n.o -MD -MP -MF sha256-compress-n.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha256-compress-n.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha224-meta.o -MD -MP -MF sha224-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha224-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha256-meta.o -MD -MP -MF sha256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512.o -MD -MP -MF sha512.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha512.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512-compress.o -MD -MP -MF sha512-compress.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha512-compress.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha384-meta.o -MD -MP -MF sha384-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha384-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512-meta.o -MD -MP -MF sha512-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha512-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512-224-meta.o -MD -MP -MF sha512-224-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha512-224-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512-256-meta.o -MD -MP -MF sha512-256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha512-256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3.o -MD -MP -MF sha3.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-permute.o -MD -MP -MF sha3-permute.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-permute.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-224.o -MD -MP -MF sha3-224.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-224.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-224-meta.o -MD -MP -MF sha3-224-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-224-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-256.o -MD -MP -MF sha3-256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-256-meta.o -MD -MP -MF sha3-256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-384.o -MD -MP -MF sha3-384.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-384.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-384-meta.o -MD -MP -MF sha3-384-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-384-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-512.o -MD -MP -MF sha3-512.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-512.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-512-meta.o -MD -MP -MF sha3-512-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-512-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-shake.o -MD -MP -MF sha3-shake.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-shake.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT shake128.o -MD -MP -MF shake128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/shake128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT shake256.o -MD -MP -MF shake256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/shake256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sm3.o -MD -MP -MF sm3.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sm3.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sm3-meta.o -MD -MP -MF sm3-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sm3-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT serpent-set-key.o -MD -MP -MF serpent-set-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/serpent-set-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT serpent-encrypt.o -MD -MP -MF serpent-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/serpent-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT serpent-decrypt.o -MD -MP -MF serpent-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/serpent-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT serpent-meta.o -MD -MP -MF serpent-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/serpent-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT streebog.o -MD -MP -MF streebog.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/streebog.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT streebog-meta.o -MD -MP -MF streebog-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/streebog-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT twofish.o -MD -MP -MF twofish.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/twofish.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT twofish-meta.o -MD -MP -MF twofish-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/twofish-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sm4.o -MD -MP -MF sm4.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sm4.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sm4-meta.o -MD -MP -MF sm4-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sm4-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-nh.o -MD -MP -MF umac-nh.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac-nh.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-nh-n.o -MD -MP -MF umac-nh-n.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac-nh-n.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-l2.o -MD -MP -MF umac-l2.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac-l2.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-l3.o -MD -MP -MF umac-l3.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac-l3.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-poly64.o -MD -MP -MF umac-poly64.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac-poly64.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-poly128.o -MD -MP -MF umac-poly128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac-poly128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-set-key.o -MD -MP -MF umac-set-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac-set-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac32.o -MD -MP -MF umac32.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac32.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac64.o -MD -MP -MF umac64.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac64.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac96.o -MD -MP -MF umac96.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac96.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac128.o -MD -MP -MF umac128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT version.o -MD -MP -MF version.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/version.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT write-be32.o -MD -MP -MF write-be32.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/write-be32.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT write-le32.o -MD -MP -MF write-le32.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/write-le32.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT write-le64.o -MD -MP -MF write-le64.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/write-le64.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT yarrow256.o -MD -MP -MF yarrow256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/yarrow256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT yarrow_key_event.o -MD -MP -MF yarrow_key_event.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/yarrow_key_event.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT xts.o -MD -MP -MF xts.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/xts.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT xts-aes128.o -MD -MP -MF xts-aes128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/xts-aes128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT xts-aes256.o -MD -MP -MF xts-aes256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/xts-aes256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT drbg-ctr-aes256.o -MD -MP -MF drbg-ctr-aes256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/drbg-ctr-aes256.c \
&& true
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -m32 -shared -h libnettle.so.8 aes-decrypt-internal.o aes-decrypt.o aes-decrypt-table.o aes128-decrypt.o aes192-decrypt.o aes256-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes128-encrypt.o aes192-encrypt.o aes256-encrypt.o aes-invert-internal.o aes-set-key-internal.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes128-set-encrypt-key.o aes128-set-decrypt-key.o aes128-meta.o aes192-set-encrypt-key.o aes192-set-decrypt-key.o aes192-meta.o aes256-set-encrypt-key.o aes256-set-decrypt-key.o aes256-meta.o nist-keywrap.o arcfour.o arctwo.o arctwo-meta.o blowfish.o blowfish-bcrypt.o balloon.o balloon-sha1.o balloon-sha256.o balloon-sha384.o balloon-sha512.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o base64url-encode.o base64url-decode.o base64url-meta.o buffer.o buffer-init.o camellia-crypt-internal.o camellia-table.o camellia-absorb.o camellia-invert-key.o camellia128-set-encrypt-key.o camellia128-crypt.o camellia128-set-decrypt-key.o camellia128-meta.o camellia192-meta.o camellia256-set-encrypt-key.o camellia256-crypt.o camellia256-set-decrypt-key.o camellia256-meta.o cast128.o cast128-meta.o cbc.o cbc-aes128-encrypt.o cbc-aes192-encrypt.o cbc-aes256-encrypt.o ccm.o ccm-aes128.o ccm-aes192.o ccm-aes256.o cfb.o siv-cmac.o siv-cmac-aes128.o siv-cmac-aes256.o siv-gcm.o siv-gcm-aes128.o siv-gcm-aes256.o cnd-memcpy.o chacha-crypt.o chacha-core-internal.o chacha-poly1305.o chacha-poly1305-meta.o chacha-set-key.o chacha-set-nonce.o ctr.o ctr16.o des.o des3.o eax.o eax-aes128.o eax-aes128-meta.o ghash-set-key.o ghash-update.o siv-ghash-set-key.o siv-ghash-update.o gcm.o gcm-aes.o gcm-aes128.o gcm-aes128-meta.o gcm-aes192.o gcm-aes192-meta.o gcm-aes256.o gcm-aes256-meta.o gcm-camellia128.o gcm-camellia128-meta.o gcm-camellia256.o gcm-camellia256-meta.o gcm-sm4.o gcm-sm4-meta.o cmac.o cmac64.o cmac-aes128.o cmac-aes256.o cmac-des3.o cmac-aes128-meta.o cmac-aes256-meta.o cmac-des3-meta.o gost28147.o gosthash94.o gosthash94-meta.o hmac.o hmac-gosthash94.o hmac-md5.o hmac-ripemd160.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o hmac-streebog.o hmac-sm3.o hmac-md5-meta.o hmac-ripemd160-meta.o hmac-sha1-meta.o hmac-sha224-meta.o hmac-sha256-meta.o hmac-sha384-meta.o hmac-sha512-meta.o hmac-streebog-meta.o hmac-sm3-meta.o knuth-lfib.o hkdf.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compat.o md5-meta.o memeql-sec.o memxor.o memxor3.o nettle-lookup-hash.o nettle-meta-aeads.o nettle-meta-armors.o nettle-meta-ciphers.o nettle-meta-hashes.o nettle-meta-macs.o ocb.o ocb-aes128.o pbkdf2.o pbkdf2-hmac-gosthash94.o pbkdf2-hmac-sha1.o pbkdf2-hmac-sha256.o pbkdf2-hmac-sha384.o pbkdf2-hmac-sha512.o poly1305-aes.o poly1305-internal.o poly1305-update.o realloc.o ripemd160.o ripemd160-compress.o ripemd160-meta.o salsa20-core-internal.o salsa20-crypt-internal.o salsa20-crypt.o salsa20r12-crypt.o salsa20-set-key.o salsa20-set-nonce.o salsa20-128-set-key.o salsa20-256-set-key.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress-n.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o sha512-224-meta.o sha512-256-meta.o sha3.o sha3-permute.o sha3-224.o sha3-224-meta.o sha3-256.o sha3-256-meta.o sha3-384.o sha3-384-meta.o sha3-512.o sha3-512-meta.o sha3-shake.o shake128.o shake256.o sm3.o sm3-meta.o serpent-set-key.o serpent-encrypt.o serpent-decrypt.o serpent-meta.o streebog.o streebog-meta.o twofish.o twofish-meta.o sm4.o sm4-meta.o umac-nh.o umac-nh-n.o umac-l2.o umac-l3.o umac-poly64.o umac-poly128.o umac-set-key.o umac32.o umac64.o umac96.o umac128.o version.o write-be32.o write-le32.o write-le64.o yarrow256.o yarrow_key_event.o xts.o xts-aes128.o xts-aes256.o drbg-ctr-aes256.o    -o libnettle.so 
mkdir .lib 2>/dev/null
(cd .lib \
          && rm -f libnettle.so \
  && ln -s ../libnettle.so libnettle.so \
  && [ -z "libnettle.so.8" ] \
  || { rm -f libnettle.so.8 \
       && ln -s libnettle.so libnettle.so.8 ; } )
echo nettle > libnettle.stamp
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp.o -MD -MP -MF sexp.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sexp.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp-format.o -MD -MP -MF sexp-format.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sexp-format.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp-transport.o -MD -MP -MF sexp-transport.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sexp-transport.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp-transport-format.o -MD -MP -MF sexp-transport-format.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sexp-transport-format.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT bignum.o -MD -MP -MF bignum.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/bignum.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT bignum-random.o -MD -MP -MF bignum-random.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/bignum-random.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT bignum-random-prime.o -MD -MP -MF bignum-random-prime.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/bignum-random-prime.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp2bignum.o -MD -MP -MF sexp2bignum.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sexp2bignum.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1.o -MD -MP -MF pkcs1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-encrypt.o -MD -MP -MF pkcs1-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-decrypt.o -MD -MP -MF pkcs1-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT oaep.o -MD -MP -MF oaep.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/oaep.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-sec-decrypt.o -MD -MP -MF pkcs1-sec-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1-sec-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-digest.o -MD -MP -MF pkcs1-rsa-digest.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1-rsa-digest.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-md5.o -MD -MP -MF pkcs1-rsa-md5.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1-rsa-md5.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-sha1.o -MD -MP -MF pkcs1-rsa-sha1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1-rsa-sha1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-sha256.o -MD -MP -MF pkcs1-rsa-sha256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1-rsa-sha256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-sha512.o -MD -MP -MF pkcs1-rsa-sha512.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1-rsa-sha512.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pss.o -MD -MP -MF pss.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pss.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pss-mgf1.o -MD -MP -MF pss-mgf1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pss-mgf1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa.o -MD -MP -MF rsa.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sign-tr.o -MD -MP -MF rsa-sign-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sign-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sec-compute-root.o -MD -MP -MF rsa-sec-compute-root.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sec-compute-root.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pkcs1-sign.o -MD -MP -MF rsa-pkcs1-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-pkcs1-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pkcs1-sign-tr.o -MD -MP -MF rsa-pkcs1-sign-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-pkcs1-sign-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pkcs1-verify.o -MD -MP -MF rsa-pkcs1-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-pkcs1-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-md5-sign.o -MD -MP -MF rsa-md5-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-md5-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-md5-sign-tr.o -MD -MP -MF rsa-md5-sign-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-md5-sign-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-md5-verify.o -MD -MP -MF rsa-md5-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-md5-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha1-sign.o -MD -MP -MF rsa-sha1-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha1-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha1-sign-tr.o -MD -MP -MF rsa-sha1-sign-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha1-sign-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha1-verify.o -MD -MP -MF rsa-sha1-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha1-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha256-sign.o -MD -MP -MF rsa-sha256-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha256-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha256-sign-tr.o -MD -MP -MF rsa-sha256-sign-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha256-sign-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha256-verify.o -MD -MP -MF rsa-sha256-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha256-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha512-sign.o -MD -MP -MF rsa-sha512-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha512-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha512-sign-tr.o -MD -MP -MF rsa-sha512-sign-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha512-sign-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha512-verify.o -MD -MP -MF rsa-sha512-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha512-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pss-sha256-sign-tr.o -MD -MP -MF rsa-pss-sha256-sign-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-pss-sha256-sign-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pss-sha256-verify.o -MD -MP -MF rsa-pss-sha256-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-pss-sha256-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pss-sha512-sign-tr.o -MD -MP -MF rsa-pss-sha512-sign-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-pss-sha512-sign-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pss-sha512-verify.o -MD -MP -MF rsa-pss-sha512-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-pss-sha512-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-oaep-encrypt.o -MD -MP -MF rsa-oaep-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-oaep-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-oaep-decrypt.o -MD -MP -MF rsa-oaep-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-oaep-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sec-decrypt.o -MD -MP -MF rsa-sec-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sec-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-decrypt-tr.o -MD -MP -MF rsa-decrypt-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-decrypt-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-keygen.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-blind.o -MD -MP -MF rsa-blind.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-blind.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa2sexp.o -MD -MP -MF rsa2sexp.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa2sexp.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp2rsa.o -MD -MP -MF sexp2rsa.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sexp2rsa.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa.o -MD -MP -MF dsa.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-compat.o -MD -MP -MF dsa-compat.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-compat.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-compat-keygen.o -MD -MP -MF dsa-compat-keygen.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-compat-keygen.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-gen-params.o -MD -MP -MF dsa-gen-params.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-gen-params.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sign.o -MD -MP -MF dsa-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-verify.o -MD -MP -MF dsa-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-keygen.o -MD -MP -MF dsa-keygen.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-keygen.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-hash.o -MD -MP -MF dsa-hash.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-hash.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sha1-sign.o -MD -MP -MF dsa-sha1-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-sha1-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sha1-verify.o -MD -MP -MF dsa-sha1-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-sha1-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sha256-sign.o -MD -MP -MF dsa-sha256-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-sha256-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sha256-verify.o -MD -MP -MF dsa-sha256-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-sha256-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa2sexp.o -MD -MP -MF dsa2sexp.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa2sexp.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp2dsa.o -MD -MP -MF sexp2dsa.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sexp2dsa.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pgp-encode.o -MD -MP -MF pgp-encode.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pgp-encode.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa2openpgp.o -MD -MP -MF rsa2openpgp.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa2openpgp.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT der-iterator.o -MD -MP -MF der-iterator.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/der-iterator.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT der2rsa.o -MD -MP -MF der2rsa.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/der2rsa.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT der2dsa.o -MD -MP -MF der2dsa.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/der2dsa.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sec-add-1.o -MD -MP -MF sec-add-1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sec-add-1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sec-sub-1.o -MD -MP -MF sec-sub-1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sec-sub-1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gmp-glue.o -MD -MP -MF gmp-glue.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gmp-glue.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cnd-copy.o -MD -MP -MF cnd-copy.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cnd-copy.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mod.o -MD -MP -MF ecc-mod.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-mod.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mod-inv.o -MD -MP -MF ecc-mod-inv.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-mod-inv.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mod-arith.o -MD -MP -MF ecc-mod-arith.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-mod-arith.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-pp1-redc.o -MD -MP -MF ecc-pp1-redc.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-pp1-redc.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-pm1-redc.o -MD -MP -MF ecc-pm1-redc.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-pm1-redc.c \
&& true
/usr/gnu/bin/make eccdata
make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86'
/usr/gcc/13/bin/gcc /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eccdata.c -lm -o eccdata
make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86'
echo stamp > eccdata.stamp
./eccdata curve25519 11 6 32 > ecc-curve25519.hT && mv ecc-curve25519.hT ecc-curve25519.h
Table size: 256 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-curve25519.o -MD -MP -MF ecc-curve25519.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-curve25519.c \
&& true
./eccdata curve448 38 6 32 > ecc-curve448.hT && mv ecc-curve448.hT ecc-curve448.h
Table size: 128 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-curve448.o -MD -MP -MF ecc-curve448.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-curve448.c \
&& true
./eccdata gost_gc256b 11 6 32 > ecc-gost-gc256b.hT && mv ecc-gost-gc256b.hT ecc-gost-gc256b.h
Table size: 256 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-gost-gc256b.o -MD -MP -MF ecc-gost-gc256b.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-gost-gc256b.c \
&& true
./eccdata gost_gc512a 43 6 32 > ecc-gost-gc512a.hT && mv ecc-gost-gc512a.hT ecc-gost-gc512a.h
Table size: 128 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-gost-gc512a.o -MD -MP -MF ecc-gost-gc512a.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-gost-gc512a.c \
&& true
./eccdata secp192r1 8 6 32 > ecc-secp192r1.hT && mv ecc-secp192r1.hT ecc-secp192r1.h
Table size: 256 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-secp192r1.o -MD -MP -MF ecc-secp192r1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-secp192r1.c \
&& true
./eccdata secp224r1 16 7 32 > ecc-secp224r1.hT && mv ecc-secp224r1.hT ecc-secp224r1.h
Table size: 256 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-secp224r1.o -MD -MP -MF ecc-secp224r1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-secp224r1.c \
&& true
./eccdata secp256r1 11 6 32 > ecc-secp256r1.hT && mv ecc-secp256r1.hT ecc-secp256r1.h
Table size: 256 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-secp256r1.o -MD -MP -MF ecc-secp256r1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-secp256r1.c \
&& true
./eccdata secp384r1 32 6 32 > ecc-secp384r1.hT && mv ecc-secp384r1.hT ecc-secp384r1.h
Table size: 128 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-secp384r1.o -MD -MP -MF ecc-secp384r1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-secp384r1.c \
&& true
./eccdata secp521r1 44 6 32 > ecc-secp521r1.hT && mv ecc-secp521r1.hT ecc-secp521r1.h
Table size: 128 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-secp521r1.o -MD -MP -MF ecc-secp521r1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-secp521r1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-size.o -MD -MP -MF ecc-size.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-size.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-j-to-a.o -MD -MP -MF ecc-j-to-a.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-j-to-a.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-a-to-j.o -MD -MP -MF ecc-a-to-j.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-a-to-j.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-dup-jj.o -MD -MP -MF ecc-dup-jj.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-dup-jj.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-jja.o -MD -MP -MF ecc-add-jja.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-add-jja.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-jjj.o -MD -MP -MF ecc-add-jjj.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-add-jjj.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-nonsec-add-jjj.o -MD -MP -MF ecc-nonsec-add-jjj.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-nonsec-add-jjj.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-eh-to-a.o -MD -MP -MF ecc-eh-to-a.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-eh-to-a.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-dup-eh.o -MD -MP -MF ecc-dup-eh.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-dup-eh.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-eh.o -MD -MP -MF ecc-add-eh.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-add-eh.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-ehh.o -MD -MP -MF ecc-add-ehh.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-add-ehh.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-dup-th.o -MD -MP -MF ecc-dup-th.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-dup-th.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-th.o -MD -MP -MF ecc-add-th.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-add-th.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-thh.o -MD -MP -MF ecc-add-thh.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-add-thh.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-g-eh.o -MD -MP -MF ecc-mul-g-eh.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-mul-g-eh.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-a-eh.o -MD -MP -MF ecc-mul-a-eh.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-mul-a-eh.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-m.o -MD -MP -MF ecc-mul-m.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-mul-m.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-g.o -MD -MP -MF ecc-mul-g.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-mul-g.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-a.o -MD -MP -MF ecc-mul-a.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-mul-a.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-random.o -MD -MP -MF ecc-random.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-random.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-point.o -MD -MP -MF ecc-point.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-point.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-scalar.o -MD -MP -MF ecc-scalar.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-scalar.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-point-mul.o -MD -MP -MF ecc-point-mul.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-point-mul.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-point-mul-g.o -MD -MP -MF ecc-point-mul-g.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-point-mul-g.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-ecdsa-sign.o -MD -MP -MF ecc-ecdsa-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-ecdsa-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecdsa-sign.o -MD -MP -MF ecdsa-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecdsa-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-ecdsa-verify.o -MD -MP -MF ecc-ecdsa-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-ecdsa-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecdsa-verify.o -MD -MP -MF ecdsa-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecdsa-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecdsa-keygen.o -MD -MP -MF ecdsa-keygen.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecdsa-keygen.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-gostdsa-sign.o -MD -MP -MF ecc-gostdsa-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-gostdsa-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gostdsa-sign.o -MD -MP -MF gostdsa-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gostdsa-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-gostdsa-verify.o -MD -MP -MF ecc-gostdsa-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-gostdsa-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gostdsa-verify.o -MD -MP -MF gostdsa-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gostdsa-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gostdsa-vko.o -MD -MP -MF gostdsa-vko.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gostdsa-vko.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve25519-mul-g.o -MD -MP -MF curve25519-mul-g.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/curve25519-mul-g.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve25519-mul.o -MD -MP -MF curve25519-mul.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/curve25519-mul.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve25519-eh-to-x.o -MD -MP -MF curve25519-eh-to-x.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/curve25519-eh-to-x.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve448-mul-g.o -MD -MP -MF curve448-mul-g.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/curve448-mul-g.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve448-mul.o -MD -MP -MF curve448-mul.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/curve448-mul.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve448-eh-to-x.o -MD -MP -MF curve448-eh-to-x.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/curve448-eh-to-x.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-compress.o -MD -MP -MF eddsa-compress.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eddsa-compress.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-decompress.o -MD -MP -MF eddsa-decompress.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eddsa-decompress.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-expand.o -MD -MP -MF eddsa-expand.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eddsa-expand.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-hash.o -MD -MP -MF eddsa-hash.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eddsa-hash.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-pubkey.o -MD -MP -MF eddsa-pubkey.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eddsa-pubkey.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-sign.o -MD -MP -MF eddsa-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eddsa-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-verify.o -MD -MP -MF eddsa-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eddsa-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed25519-sha512.o -MD -MP -MF ed25519-sha512.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ed25519-sha512.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed25519-sha512-pubkey.o -MD -MP -MF ed25519-sha512-pubkey.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ed25519-sha512-pubkey.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed25519-sha512-sign.o -MD -MP -MF ed25519-sha512-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ed25519-sha512-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed25519-sha512-verify.o -MD -MP -MF ed25519-sha512-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ed25519-sha512-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed448-shake256.o -MD -MP -MF ed448-shake256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ed448-shake256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed448-shake256-pubkey.o -MD -MP -MF ed448-shake256-pubkey.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ed448-shake256-pubkey.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed448-shake256-sign.o -MD -MP -MF ed448-shake256-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ed448-shake256-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed448-shake256-verify.o -MD -MP -MF ed448-shake256-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ed448-shake256-verify.c \
&& true
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -m32 --shared -h libhogweed.so.6 sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-encrypt.o pkcs1-decrypt.o oaep.o pkcs1-sec-decrypt.o pkcs1-rsa-digest.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o pss.o pss-mgf1.o rsa.o rsa-sign.o rsa-sign-tr.o rsa-verify.o rsa-sec-compute-root.o rsa-pkcs1-sign.o rsa-pkcs1-sign-tr.o rsa-pkcs1-verify.o rsa-md5-sign.o rsa-md5-sign-tr.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-sign-tr.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-sign-tr.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-sign-tr.o rsa-sha512-verify.o rsa-pss-sha256-sign-tr.o rsa-pss-sha256-verify.o rsa-pss-sha512-sign-tr.o rsa-pss-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-oaep-encrypt.o rsa-oaep-decrypt.o rsa-sec-decrypt.o rsa-decrypt-tr.o rsa-keygen.o rsa-blind.o rsa2sexp.o sexp2rsa.o dsa.o dsa-compat.o dsa-compat-keygen.o dsa-gen-params.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-hash.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o sec-add-1.o sec-sub-1.o gmp-glue.o cnd-copy.o ecc-mod.o ecc-mod-inv.o ecc-mod-arith.o ecc-pp1-redc.o ecc-pm1-redc.o ecc-curve25519.o ecc-curve448.o ecc-gost-gc256b.o ecc-gost-gc512a.o ecc-secp192r1.o ecc-secp224r1.o ecc-secp256r1.o ecc-secp384r1.o ecc-secp521r1.o ecc-size.o ecc-j-to-a.o ecc-a-to-j.o ecc-dup-jj.o ecc-add-jja.o ecc-add-jjj.o ecc-nonsec-add-jjj.o ecc-eh-to-a.o ecc-dup-eh.o ecc-add-eh.o ecc-add-ehh.o ecc-dup-th.o ecc-add-th.o ecc-add-thh.o ecc-mul-g-eh.o ecc-mul-a-eh.o ecc-mul-m.o ecc-mul-g.o ecc-mul-a.o ecc-random.o ecc-point.o ecc-scalar.o ecc-point-mul.o ecc-point-mul-g.o ecc-ecdsa-sign.o ecdsa-sign.o ecc-ecdsa-verify.o ecdsa-verify.o ecdsa-keygen.o ecc-gostdsa-sign.o gostdsa-sign.o ecc-gostdsa-verify.o gostdsa-verify.o gostdsa-vko.o curve25519-mul-g.o curve25519-mul.o curve25519-eh-to-x.o curve448-mul-g.o curve448-mul.o curve448-eh-to-x.o eddsa-compress.o eddsa-decompress.o eddsa-expand.o eddsa-hash.o eddsa-pubkey.o eddsa-sign.o eddsa-verify.o ed25519-sha512.o ed25519-sha512-pubkey.o ed25519-sha512-sign.o ed25519-sha512-verify.o ed448-shake256.o ed448-shake256-pubkey.o ed448-shake256-sign.o ed448-shake256-verify.o    -o libhogweed.so libnettle.so -lgmp 
mkdir .lib 2>/dev/null
make[1]: [Makefile:326: libhogweed.so] Error 1 (ignored)
(cd .lib \
          && rm -f libhogweed.so \
  && ln -s ../libhogweed.so libhogweed.so \
  && [ -z "libhogweed.so.6" ] \
  || { rm -f libhogweed.so.6 \
       && ln -s libhogweed.so libhogweed.so.6 ; } )
echo hogweed > libhogweed.stamp
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86'
set -e; for d in tools testsuite examples; do \
  echo "Making all in $d" ; (cd $d && /usr/gnu/bin/make all); done
Making all in tools
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86/tools'
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT sexp-conv.o -MD -MP -MF sexp-conv.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/sexp-conv.c && true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/sexp-conv.c:57:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT input.o -MD -MP -MF input.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/input.c && true
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT output.o -MD -MP -MF output.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/output.c && true
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT parse.o -MD -MP -MF parse.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/parse.c && true
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT misc.o -MD -MP -MF misc.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/misc.c && true
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp  -o sexp-conv
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT nettle-hash.o -MD -MP -MF nettle-hash.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/nettle-hash.c && true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/nettle-hash.c:46:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -o nettle-hash
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT nettle-pbkdf2.o -MD -MP -MF nettle-pbkdf2.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/nettle-pbkdf2.c && true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/nettle-pbkdf2.c:48:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 nettle-pbkdf2.o misc.o ../getopt.o ../getopt1.o -lnettle -o nettle-pbkdf2
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT nettle-lfib-stream.o -MD -MP -MF nettle-lfib-stream.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/nettle-lfib-stream.c && true
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 nettle-lfib-stream.o -lnettle -lgmp  -o nettle-lfib-stream
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT pkcs1-conv.o -MD -MP -MF pkcs1-conv.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/pkcs1-conv.c && true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/pkcs1-conv.c:50:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp  -o pkcs1-conv
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86/tools'
Making all in testsuite
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86/testsuite'
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT testutils.o -MD -MP -MF testutils.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/testsuite/testutils.c && true
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/testsuite/testutils.c: In function 'mark_bytes_undefined':
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/testsuite/testutils.c:144:30: warning: unused parameter 'size' [-Wunused-parameter]
  144 | mark_bytes_undefined (size_t size, const void *p) {}
      |                       ~~~~~~~^~~~
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/testsuite/testutils.c:144:48: warning: unused parameter 'p' [-Wunused-parameter]
  144 | mark_bytes_undefined (size_t size, const void *p) {}
      |                                    ~~~~~~~~~~~~^
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/testsuite/testutils.c: In function 'mark_bytes_defined':
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/testsuite/testutils.c:146:28: warning: unused parameter 'size' [-Wunused-parameter]
  146 | mark_bytes_defined (size_t size, const void *p) {}
      |                     ~~~~~~~^~~~
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/testsuite/testutils.c:146:46: warning: unused parameter 'p' [-Wunused-parameter]
  146 | mark_bytes_defined (size_t size, const void *p) {}
      |                                  ~~~~~~~~~~~~^
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT sha1-huge-test.o -MD -MP -MF sha1-huge-test.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/testsuite/sha1-huge-test.c && true
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 sha1-huge-test.o testutils.o ../non-nettle.o -lhogweed -lnettle -lgmp  -o sha1-huge-test
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86/testsuite'
Making all in examples
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86/examples'
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT nettle-benchmark.o -MD -MP -MF nettle-benchmark.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/nettle-benchmark.c && true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/nettle-benchmark.c:78:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT nettle-openssl.o -MD -MP -MF nettle-openssl.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/nettle-openssl.c && true
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT timing.o -MD -MP -MF timing.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/timing.c && true
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT io.o -MD -MP -MF io.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/io.c && true
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 nettle-benchmark.o nettle-openssl.o ../getopt.o ../getopt1.o ../non-nettle.o timing.o -lnettle -lgmp  -lm -lcrypto -o nettle-benchmark
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT base16enc.o -MD -MP -MF base16enc.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/base16enc.c && true
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 base16enc.o io.o \
-lnettle -lgmp  -o base16enc
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT base16dec.o -MD -MP -MF base16dec.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/base16dec.c && true
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 base16dec.o io.o \
-lnettle -lgmp  -o base16dec
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT base64enc.o -MD -MP -MF base64enc.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/base64enc.c && true
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 base64enc.o io.o \
-lnettle -lgmp  -o base64enc
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT base64dec.o -MD -MP -MF base64dec.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/base64dec.c && true
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 base64dec.o io.o \
-lnettle -lgmp  -o base64dec
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/rsa-keygen.c && true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/rsa-keygen.c:49:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 rsa-keygen.o io.o ../getopt.o ../getopt1.o \
-lhogweed -lnettle -lgmp  -o rsa-keygen
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/rsa-sign.c && true
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT read_rsa_key.o -MD -MP -MF read_rsa_key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/read_rsa_key.c && true
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 rsa-sign.o io.o read_rsa_key.o \
-lhogweed -lnettle -lgmp  -o rsa-sign
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/rsa-verify.c && true
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 rsa-verify.o io.o read_rsa_key.o \
-lhogweed -lnettle -lgmp  -o rsa-verify
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/rsa-encrypt.c && true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/rsa-encrypt.c:56:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 rsa-encrypt.o io.o read_rsa_key.o \
../getopt.o ../getopt1.o \
-lhogweed -lnettle -lgmp  -o rsa-encrypt
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/rsa-decrypt.c && true
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 rsa-decrypt.o io.o read_rsa_key.o \
-lhogweed -lnettle -lgmp  -o rsa-decrypt
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT random-prime.o -MD -MP -MF random-prime.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/random-prime.c && true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/random-prime.c:47:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 random-prime.o io.o ../getopt.o ../getopt1.o \
-lhogweed -lnettle -lgmp  -o random-prime
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT hogweed-benchmark.o -MD -MP -MF hogweed-benchmark.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/hogweed-benchmark.c && true
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 hogweed-benchmark.o timing.o \
-lhogweed -lnettle -lgmp  -lm -lgmp  -lcrypto \
-o hogweed-benchmark
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT ecc-benchmark.o -MD -MP -MF ecc-benchmark.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/ecc-benchmark.c && true
/usr/gcc/13/bin/gcc -m32 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m32 ecc-benchmark.o timing.o -lhogweed -lnettle -lgmp  -lm -lgmp  \
-o ecc-benchmark
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86/examples'
checking build system type... x86_64-pc-solaris2.11
checking host system type... x86_64-pc-solaris2.11
checking for -R flag... using -R
Searching for libraries
checking /usr/lib... added
checking /usr/local/lib... not found
checking /sw/local/lib... not found
checking /sw/lib... not found
checking /usr/gnu/lib... added
checking /opt/gnu/lib... not found
checking /sw/gnu/lib... not found
checking /usr/freeware/lib... not found
checking /usr/pkg/lib... not found
checking for gcc... /usr/gcc/13/bin/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 the compiler supports GNU C... yes
checking whether /usr/gcc/13/bin/gcc accepts -g... yes
checking for /usr/gcc/13/bin/gcc option to enable C11 features... none needed
checking for ifunc support... no
checking whether the compiler supports GNU C++... yes
checking whether /usr/gcc/13/bin/g++ accepts -g... yes
checking for /usr/gcc/13/bin/g++ option to enable C++11 features... none needed
checking if LD -Wl,--version-script works... no
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for nm... nm
checking for objdump... objdump
checking for ar... ar
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking for a race-free mkdir -p... /usr/gnu/bin/mkdir -p
checking whether ln -s works... yes
checking for build system executable suffix... 
checking if valgrind is working... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for uid_t... yes
checking for gid_t... yes
checking for size_t... yes
checking size of long... 8
checking size of size_t... 8
checking for openssl/evp.h... yes
checking for openssl/ec.h... yes
checking for openssl/rsa.h... yes
checking for valgrind/memcheck.h... no
checking for dlfcn.h... yes
checking for dlopen in -ldl... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for malloc.h... yes
checking for secure_getenv... no
checking for getline... yes
checking whether byte ordering is bigendian... no
checking for __builtin_bswap64... yes
checking for __attribute__... yes
checking for fcntl file locking... yes
checking for __gmpn_zero_p in -lgmp... yes
checking for GMP limb size... 64 bits
configure: Compiler uses 64-bit ABI. To change, set CC.
configure: Looking for assembler files in x86_64/fat x86_64.
checking CCPIC... -fPIC
checking if globals are prefixed by underscore... no
checking for ELF-style .type,%function pseudo-ops... yes
checking for ELF-style .type,#function pseudo-ops... no
checking for COFF-style .type directive... no
checking if we should use a .note.GNU-stack section... no
checking if .align assembly directive is logarithmic... no
checking if Intel CET is enabled... no
checking for m4... /usr/gnu/bin/m4
checking for makeinfo... /usr/bin/makeinfo
checking for EVP_CIPHER_CTX_new in -lcrypto... yes
checking if openssl supports the functions used by nettle benchmark programs... no
checking for library containing clock_gettime... none required
configure: creating ./config.status
config.status: creating config.make
config.status: creating config.m4
config.status: creating Makefile
config.status: creating version.h
config.status: creating tools/Makefile
config.status: creating testsuite/Makefile
config.status: creating examples/Makefile
config.status: creating nettle.pc
config.status: creating hogweed.pc
config.status: creating libnettle.map
config.status: creating libhogweed.map
config.status: creating config.h
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/memxor.asm to memxor.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/memxor3.asm to memxor3.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/ghash-update.asm to ghash-update.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/poly1305-internal.asm to poly1305-internal.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/chacha-core-internal.asm to chacha-core-internal.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/salsa20-core-internal.asm to salsa20-core-internal.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/serpent-encrypt.asm to serpent-encrypt.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/serpent-decrypt.asm to serpent-decrypt.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/sha1-compress.asm to sha1-compress.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/sha256-compress-n.asm to sha256-compress-n.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/sha512-compress.asm to sha512-compress.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/sha3-permute.asm to sha3-permute.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/umac-nh.asm to umac-nh.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/umac-nh-n.asm to umac-nh-n.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/machine.m4 to machine.m4
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/cpuid.asm to cpuid.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/memxor-2.asm to memxor-2.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/aes128-encrypt-2.asm to aes128-encrypt-2.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/aes128-decrypt-2.asm to aes128-decrypt-2.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/aes192-encrypt-2.asm to aes192-encrypt-2.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/aes192-decrypt-2.asm to aes192-decrypt-2.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/aes256-encrypt-2.asm to aes256-encrypt-2.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/aes256-decrypt-2.asm to aes256-decrypt-2.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/cbc-aes128-encrypt-2.asm to cbc-aes128-encrypt-2.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/cbc-aes192-encrypt-2.asm to cbc-aes192-encrypt-2.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/cbc-aes256-encrypt-2.asm to cbc-aes256-encrypt-2.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/poly1305-blocks.asm to poly1305-blocks.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/ghash-set-key-2.asm to ghash-set-key-2.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/ghash-update-2.asm to ghash-update-2.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/salsa20-2core.asm to salsa20-2core.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/sha1-compress-2.asm to sha1-compress-2.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/fat/sha256-compress-n-2.asm to sha256-compress-n-2.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/ecc-secp192r1-modp.asm to ecc-secp192r1-modp.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/ecc-secp224r1-modp.asm to ecc-secp224r1-modp.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/ecc-secp256r1-redc.asm to ecc-secp256r1-redc.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/ecc-secp384r1-modp.asm to ecc-secp384r1-modp.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/ecc-secp521r1-modp.asm to ecc-secp521r1-modp.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/ecc-curve25519-modp.asm to ecc-curve25519-modp.asm
config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/x86_64/ecc-curve448-modp.asm to ecc-curve448-modp.asm
configure: summary of build options:

  Version:           nettle 3.10
  Host type:         x86_64-pc-solaris2.11
  ABI:               64
  Assembly files:    x86_64/fat x86_64
  Install prefix:    /usr
  Library directory: /usr/lib/amd64
  Compiler:          /usr/gcc/13/bin/gcc
  Static libraries:  no
  Shared libraries:  yes
  Public key crypto: yes
  Using mini-gmp:    no
  Documentation:     yes

/usr/gnu/bin/make all-here
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64'
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT getopt.o -MD -MP -MF getopt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.c \
&& true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.c:91:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.c:139:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  139 | extern char *getenv ();
      | ^~~~~~
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.c: In function '_getopt_initialize':
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.c:265:25: warning: unused parameter 'argc' [-Wunused-parameter]
  265 | _getopt_initialize (int argc, char *const *argv, const char *optstring,
      |                     ~~~~^~~~
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.c:265:44: warning: unused parameter 'argv' [-Wunused-parameter]
  265 | _getopt_initialize (int argc, char *const *argv, const char *optstring,
      |                               ~~~~~~~~~~~~~^~~~
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT getopt1.o -MD -MP -MF getopt1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt1.c \
&& true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt1.c:26:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT non-nettle.o -MD -MP -MF non-nettle.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/non-nettle.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 aes-decrypt-internal.asm >aes-decrypt-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-decrypt-internal.o -MD -MP -MF aes-decrypt-internal.o.d  -c aes-decrypt-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-decrypt.o -MD -MP -MF aes-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-decrypt-table.o -MD -MP -MF aes-decrypt-table.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes-decrypt-table.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-decrypt.o -MD -MP -MF aes128-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes128-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-decrypt.o -MD -MP -MF aes192-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes192-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-decrypt.o -MD -MP -MF aes256-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes256-decrypt.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 aes-encrypt-internal.asm >aes-encrypt-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-encrypt-internal.o -MD -MP -MF aes-encrypt-internal.o.d  -c aes-encrypt-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-encrypt.o -MD -MP -MF aes-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-encrypt-table.o -MD -MP -MF aes-encrypt-table.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes-encrypt-table.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-encrypt.o -MD -MP -MF aes128-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes128-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-encrypt.o -MD -MP -MF aes192-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes192-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-encrypt.o -MD -MP -MF aes256-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes256-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-invert-internal.o -MD -MP -MF aes-invert-internal.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes-invert-internal.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-set-key-internal.o -MD -MP -MF aes-set-key-internal.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes-set-key-internal.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-set-encrypt-key.o -MD -MP -MF aes-set-encrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes-set-encrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-set-decrypt-key.o -MD -MP -MF aes-set-decrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes-set-decrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-set-encrypt-key.o -MD -MP -MF aes128-set-encrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes128-set-encrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-set-decrypt-key.o -MD -MP -MF aes128-set-decrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes128-set-decrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-meta.o -MD -MP -MF aes128-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes128-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-set-encrypt-key.o -MD -MP -MF aes192-set-encrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes192-set-encrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-set-decrypt-key.o -MD -MP -MF aes192-set-decrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes192-set-decrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-meta.o -MD -MP -MF aes192-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes192-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-set-encrypt-key.o -MD -MP -MF aes256-set-encrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes256-set-encrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-set-decrypt-key.o -MD -MP -MF aes256-set-decrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes256-set-decrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-meta.o -MD -MP -MF aes256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/aes256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nist-keywrap.o -MD -MP -MF nist-keywrap.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/nist-keywrap.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT arcfour.o -MD -MP -MF arcfour.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/arcfour.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT arctwo.o -MD -MP -MF arctwo.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/arctwo.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT arctwo-meta.o -MD -MP -MF arctwo-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/arctwo-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT blowfish.o -MD -MP -MF blowfish.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/blowfish.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT blowfish-bcrypt.o -MD -MP -MF blowfish-bcrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/blowfish-bcrypt.c \
&& true
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/blowfish-bcrypt.c: In function 'ibcrypt.constprop':
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/blowfish-bcrypt.c:331:3: warning: 'data' may be used uninitialized [-Wmaybe-uninitialized]
  331 |   memcpy(psalt, data.binary.salt, BLOWFISH_BCRYPT_BINSALT_SIZE);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/blowfish-bcrypt.c:267:5: note: 'data' declared here
  267 |   } data;
      |     ^~~~
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT balloon.o -MD -MP -MF balloon.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/balloon.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT balloon-sha1.o -MD -MP -MF balloon-sha1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/balloon-sha1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT balloon-sha256.o -MD -MP -MF balloon-sha256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/balloon-sha256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT balloon-sha384.o -MD -MP -MF balloon-sha384.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/balloon-sha384.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT balloon-sha512.o -MD -MP -MF balloon-sha512.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/balloon-sha512.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base16-encode.o -MD -MP -MF base16-encode.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base16-encode.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base16-decode.o -MD -MP -MF base16-decode.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base16-decode.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base16-meta.o -MD -MP -MF base16-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base16-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64-encode.o -MD -MP -MF base64-encode.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base64-encode.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64-decode.o -MD -MP -MF base64-decode.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base64-decode.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64-meta.o -MD -MP -MF base64-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base64-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64url-encode.o -MD -MP -MF base64url-encode.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base64url-encode.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64url-decode.o -MD -MP -MF base64url-decode.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base64url-decode.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64url-meta.o -MD -MP -MF base64url-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/base64url-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT buffer.o -MD -MP -MF buffer.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/buffer.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT buffer-init.o -MD -MP -MF buffer-init.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/buffer-init.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 camellia-crypt-internal.asm >camellia-crypt-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia-crypt-internal.o -MD -MP -MF camellia-crypt-internal.o.d  -c camellia-crypt-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia-table.o -MD -MP -MF camellia-table.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia-table.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia-absorb.o -MD -MP -MF camellia-absorb.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia-absorb.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia-invert-key.o -MD -MP -MF camellia-invert-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia-invert-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia128-set-encrypt-key.o -MD -MP -MF camellia128-set-encrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia128-set-encrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia128-crypt.o -MD -MP -MF camellia128-crypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia128-crypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia128-set-decrypt-key.o -MD -MP -MF camellia128-set-decrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia128-set-decrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia128-meta.o -MD -MP -MF camellia128-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia128-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia192-meta.o -MD -MP -MF camellia192-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia192-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia256-set-encrypt-key.o -MD -MP -MF camellia256-set-encrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia256-set-encrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia256-crypt.o -MD -MP -MF camellia256-crypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia256-crypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia256-set-decrypt-key.o -MD -MP -MF camellia256-set-decrypt-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia256-set-decrypt-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia256-meta.o -MD -MP -MF camellia256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/camellia256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cast128.o -MD -MP -MF cast128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cast128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cast128-meta.o -MD -MP -MF cast128-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cast128-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cbc.o -MD -MP -MF cbc.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cbc.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cbc-aes128-encrypt.o -MD -MP -MF cbc-aes128-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cbc-aes128-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cbc-aes192-encrypt.o -MD -MP -MF cbc-aes192-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cbc-aes192-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cbc-aes256-encrypt.o -MD -MP -MF cbc-aes256-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cbc-aes256-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ccm.o -MD -MP -MF ccm.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ccm.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ccm-aes128.o -MD -MP -MF ccm-aes128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ccm-aes128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ccm-aes192.o -MD -MP -MF ccm-aes192.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ccm-aes192.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ccm-aes256.o -MD -MP -MF ccm-aes256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ccm-aes256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cfb.o -MD -MP -MF cfb.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cfb.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT siv-cmac.o -MD -MP -MF siv-cmac.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/siv-cmac.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT siv-cmac-aes128.o -MD -MP -MF siv-cmac-aes128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/siv-cmac-aes128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT siv-cmac-aes256.o -MD -MP -MF siv-cmac-aes256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/siv-cmac-aes256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT siv-gcm.o -MD -MP -MF siv-gcm.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/siv-gcm.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT siv-gcm-aes128.o -MD -MP -MF siv-gcm-aes128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/siv-gcm-aes128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT siv-gcm-aes256.o -MD -MP -MF siv-gcm-aes256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/siv-gcm-aes256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cnd-memcpy.o -MD -MP -MF cnd-memcpy.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cnd-memcpy.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-crypt.o -MD -MP -MF chacha-crypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/chacha-crypt.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 chacha-core-internal.asm >chacha-core-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-core-internal.o -MD -MP -MF chacha-core-internal.o.d  -c chacha-core-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-poly1305.o -MD -MP -MF chacha-poly1305.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/chacha-poly1305.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-poly1305-meta.o -MD -MP -MF chacha-poly1305-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/chacha-poly1305-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-set-key.o -MD -MP -MF chacha-set-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/chacha-set-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-set-nonce.o -MD -MP -MF chacha-set-nonce.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/chacha-set-nonce.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ctr.o -MD -MP -MF ctr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ctr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ctr16.o -MD -MP -MF ctr16.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ctr16.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT des.o -MD -MP -MF des.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/des.c \
&& true
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/des.c: In function 'des_weak_p':
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/des.c:175:52: warning: array subscript has type 'char' [-Wchar-subscripts]
  175 |   unsigned hash = asso_values[k1 + 1] + asso_values[k0];
      |                                                    ^
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT des3.o -MD -MP -MF des3.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/des3.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eax.o -MD -MP -MF eax.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eax.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eax-aes128.o -MD -MP -MF eax-aes128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eax-aes128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eax-aes128-meta.o -MD -MP -MF eax-aes128-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eax-aes128-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ghash-set-key.o -MD -MP -MF ghash-set-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ghash-set-key.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 ghash-update.asm >ghash-update.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ghash-update.o -MD -MP -MF ghash-update.o.d  -c ghash-update.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT siv-ghash-set-key.o -MD -MP -MF siv-ghash-set-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/siv-ghash-set-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT siv-ghash-update.o -MD -MP -MF siv-ghash-update.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/siv-ghash-update.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm.o -MD -MP -MF gcm.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes.o -MD -MP -MF gcm-aes.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-aes.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes128.o -MD -MP -MF gcm-aes128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-aes128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes128-meta.o -MD -MP -MF gcm-aes128-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-aes128-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes192.o -MD -MP -MF gcm-aes192.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-aes192.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes192-meta.o -MD -MP -MF gcm-aes192-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-aes192-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes256.o -MD -MP -MF gcm-aes256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-aes256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes256-meta.o -MD -MP -MF gcm-aes256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-aes256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-camellia128.o -MD -MP -MF gcm-camellia128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-camellia128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-camellia128-meta.o -MD -MP -MF gcm-camellia128-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-camellia128-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-camellia256.o -MD -MP -MF gcm-camellia256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-camellia256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-camellia256-meta.o -MD -MP -MF gcm-camellia256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-camellia256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-sm4.o -MD -MP -MF gcm-sm4.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-sm4.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-sm4-meta.o -MD -MP -MF gcm-sm4-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gcm-sm4-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cmac.o -MD -MP -MF cmac.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cmac.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cmac64.o -MD -MP -MF cmac64.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cmac64.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cmac-aes128.o -MD -MP -MF cmac-aes128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cmac-aes128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cmac-aes256.o -MD -MP -MF cmac-aes256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cmac-aes256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cmac-des3.o -MD -MP -MF cmac-des3.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cmac-des3.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cmac-aes128-meta.o -MD -MP -MF cmac-aes128-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cmac-aes128-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cmac-aes256-meta.o -MD -MP -MF cmac-aes256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cmac-aes256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cmac-des3-meta.o -MD -MP -MF cmac-des3-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cmac-des3-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gost28147.o -MD -MP -MF gost28147.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gost28147.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gosthash94.o -MD -MP -MF gosthash94.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gosthash94.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gosthash94-meta.o -MD -MP -MF gosthash94-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gosthash94-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac.o -MD -MP -MF hmac.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-gosthash94.o -MD -MP -MF hmac-gosthash94.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-gosthash94.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-md5.o -MD -MP -MF hmac-md5.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-md5.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-ripemd160.o -MD -MP -MF hmac-ripemd160.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-ripemd160.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha1.o -MD -MP -MF hmac-sha1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha224.o -MD -MP -MF hmac-sha224.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha224.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha256.o -MD -MP -MF hmac-sha256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha384.o -MD -MP -MF hmac-sha384.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha384.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha512.o -MD -MP -MF hmac-sha512.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha512.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-streebog.o -MD -MP -MF hmac-streebog.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-streebog.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sm3.o -MD -MP -MF hmac-sm3.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sm3.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-md5-meta.o -MD -MP -MF hmac-md5-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-md5-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-ripemd160-meta.o -MD -MP -MF hmac-ripemd160-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-ripemd160-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha1-meta.o -MD -MP -MF hmac-sha1-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha1-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha224-meta.o -MD -MP -MF hmac-sha224-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha224-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha256-meta.o -MD -MP -MF hmac-sha256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha384-meta.o -MD -MP -MF hmac-sha384-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha384-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha512-meta.o -MD -MP -MF hmac-sha512-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sha512-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-streebog-meta.o -MD -MP -MF hmac-streebog-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-streebog-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sm3-meta.o -MD -MP -MF hmac-sm3-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hmac-sm3-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT knuth-lfib.o -MD -MP -MF knuth-lfib.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/knuth-lfib.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hkdf.o -MD -MP -MF hkdf.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/hkdf.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md2.o -MD -MP -MF md2.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/md2.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md2-meta.o -MD -MP -MF md2-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/md2-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md4.o -MD -MP -MF md4.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/md4.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md4-meta.o -MD -MP -MF md4-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/md4-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md5.o -MD -MP -MF md5.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/md5.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md5-compat.o -MD -MP -MF md5-compat.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/md5-compat.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md5-meta.o -MD -MP -MF md5-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/md5-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT memeql-sec.o -MD -MP -MF memeql-sec.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/memeql-sec.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 memxor.asm >memxor.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT memxor.o -MD -MP -MF memxor.o.d  -c memxor.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 memxor3.asm >memxor3.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT memxor3.o -MD -MP -MF memxor3.o.d  -c memxor3.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-lookup-hash.o -MD -MP -MF nettle-lookup-hash.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/nettle-lookup-hash.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-aeads.o -MD -MP -MF nettle-meta-aeads.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/nettle-meta-aeads.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-armors.o -MD -MP -MF nettle-meta-armors.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/nettle-meta-armors.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-ciphers.o -MD -MP -MF nettle-meta-ciphers.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/nettle-meta-ciphers.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-hashes.o -MD -MP -MF nettle-meta-hashes.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/nettle-meta-hashes.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-macs.o -MD -MP -MF nettle-meta-macs.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/nettle-meta-macs.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ocb.o -MD -MP -MF ocb.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ocb.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ocb-aes128.o -MD -MP -MF ocb-aes128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ocb-aes128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2.o -MD -MP -MF pbkdf2.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pbkdf2.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2-hmac-gosthash94.o -MD -MP -MF pbkdf2-hmac-gosthash94.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pbkdf2-hmac-gosthash94.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2-hmac-sha1.o -MD -MP -MF pbkdf2-hmac-sha1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pbkdf2-hmac-sha1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2-hmac-sha256.o -MD -MP -MF pbkdf2-hmac-sha256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pbkdf2-hmac-sha256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2-hmac-sha384.o -MD -MP -MF pbkdf2-hmac-sha384.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pbkdf2-hmac-sha384.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2-hmac-sha512.o -MD -MP -MF pbkdf2-hmac-sha512.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pbkdf2-hmac-sha512.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT poly1305-aes.o -MD -MP -MF poly1305-aes.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/poly1305-aes.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 poly1305-internal.asm >poly1305-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT poly1305-internal.o -MD -MP -MF poly1305-internal.o.d  -c poly1305-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT poly1305-update.o -MD -MP -MF poly1305-update.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/poly1305-update.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT realloc.o -MD -MP -MF realloc.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/realloc.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ripemd160.o -MD -MP -MF ripemd160.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ripemd160.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ripemd160-compress.o -MD -MP -MF ripemd160-compress.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ripemd160-compress.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ripemd160-meta.o -MD -MP -MF ripemd160-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ripemd160-meta.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 salsa20-core-internal.asm >salsa20-core-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-core-internal.o -MD -MP -MF salsa20-core-internal.o.d  -c salsa20-core-internal.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-crypt-internal.o -MD -MP -MF salsa20-crypt-internal.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/salsa20-crypt-internal.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-crypt.o -MD -MP -MF salsa20-crypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/salsa20-crypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20r12-crypt.o -MD -MP -MF salsa20r12-crypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/salsa20r12-crypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-set-key.o -MD -MP -MF salsa20-set-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/salsa20-set-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-set-nonce.o -MD -MP -MF salsa20-set-nonce.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/salsa20-set-nonce.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-128-set-key.o -MD -MP -MF salsa20-128-set-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/salsa20-128-set-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-256-set-key.o -MD -MP -MF salsa20-256-set-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/salsa20-256-set-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha1.o -MD -MP -MF sha1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha1.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 sha1-compress.asm >sha1-compress.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha1-compress.o -MD -MP -MF sha1-compress.o.d  -c sha1-compress.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha1-meta.o -MD -MP -MF sha1-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha1-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha256.o -MD -MP -MF sha256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha256.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 sha256-compress-n.asm >sha256-compress-n.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha256-compress-n.o -MD -MP -MF sha256-compress-n.o.d  -c sha256-compress-n.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha224-meta.o -MD -MP -MF sha224-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha224-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha256-meta.o -MD -MP -MF sha256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512.o -MD -MP -MF sha512.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha512.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 sha512-compress.asm >sha512-compress.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512-compress.o -MD -MP -MF sha512-compress.o.d  -c sha512-compress.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha384-meta.o -MD -MP -MF sha384-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha384-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512-meta.o -MD -MP -MF sha512-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha512-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512-224-meta.o -MD -MP -MF sha512-224-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha512-224-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512-256-meta.o -MD -MP -MF sha512-256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha512-256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3.o -MD -MP -MF sha3.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 sha3-permute.asm >sha3-permute.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-permute.o -MD -MP -MF sha3-permute.o.d  -c sha3-permute.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-224.o -MD -MP -MF sha3-224.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-224.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-224-meta.o -MD -MP -MF sha3-224-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-224-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-256.o -MD -MP -MF sha3-256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-256-meta.o -MD -MP -MF sha3-256-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-256-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-384.o -MD -MP -MF sha3-384.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-384.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-384-meta.o -MD -MP -MF sha3-384-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-384-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-512.o -MD -MP -MF sha3-512.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-512.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-512-meta.o -MD -MP -MF sha3-512-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-512-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-shake.o -MD -MP -MF sha3-shake.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sha3-shake.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT shake128.o -MD -MP -MF shake128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/shake128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT shake256.o -MD -MP -MF shake256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/shake256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sm3.o -MD -MP -MF sm3.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sm3.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sm3-meta.o -MD -MP -MF sm3-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sm3-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT serpent-set-key.o -MD -MP -MF serpent-set-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/serpent-set-key.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 serpent-encrypt.asm >serpent-encrypt.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT serpent-encrypt.o -MD -MP -MF serpent-encrypt.o.d  -c serpent-encrypt.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 serpent-decrypt.asm >serpent-decrypt.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT serpent-decrypt.o -MD -MP -MF serpent-decrypt.o.d  -c serpent-decrypt.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT serpent-meta.o -MD -MP -MF serpent-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/serpent-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT streebog.o -MD -MP -MF streebog.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/streebog.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT streebog-meta.o -MD -MP -MF streebog-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/streebog-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT twofish.o -MD -MP -MF twofish.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/twofish.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT twofish-meta.o -MD -MP -MF twofish-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/twofish-meta.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sm4.o -MD -MP -MF sm4.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sm4.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sm4-meta.o -MD -MP -MF sm4-meta.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sm4-meta.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 umac-nh.asm >umac-nh.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-nh.o -MD -MP -MF umac-nh.o.d  -c umac-nh.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 umac-nh-n.asm >umac-nh-n.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-nh-n.o -MD -MP -MF umac-nh-n.o.d  -c umac-nh-n.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-l2.o -MD -MP -MF umac-l2.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac-l2.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-l3.o -MD -MP -MF umac-l3.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac-l3.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-poly64.o -MD -MP -MF umac-poly64.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac-poly64.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-poly128.o -MD -MP -MF umac-poly128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac-poly128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-set-key.o -MD -MP -MF umac-set-key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac-set-key.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac32.o -MD -MP -MF umac32.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac32.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac64.o -MD -MP -MF umac64.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac64.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac96.o -MD -MP -MF umac96.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac96.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac128.o -MD -MP -MF umac128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/umac128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT version.o -MD -MP -MF version.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/version.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT write-be32.o -MD -MP -MF write-be32.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/write-be32.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT write-le32.o -MD -MP -MF write-le32.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/write-le32.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT write-le64.o -MD -MP -MF write-le64.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/write-le64.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT yarrow256.o -MD -MP -MF yarrow256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/yarrow256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT yarrow_key_event.o -MD -MP -MF yarrow_key_event.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/yarrow_key_event.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT xts.o -MD -MP -MF xts.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/xts.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT xts-aes128.o -MD -MP -MF xts-aes128.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/xts-aes128.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT xts-aes256.o -MD -MP -MF xts-aes256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/xts-aes256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT drbg-ctr-aes256.o -MD -MP -MF drbg-ctr-aes256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/drbg-ctr-aes256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT fat-x86_64.o -MD -MP -MF fat-x86_64.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/fat-x86_64.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 cpuid.asm >cpuid.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cpuid.o -MD -MP -MF cpuid.o.d  -c cpuid.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 memxor-2.asm >memxor-2.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT memxor-2.o -MD -MP -MF memxor-2.o.d  -c memxor-2.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 aes128-encrypt-2.asm >aes128-encrypt-2.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-encrypt-2.o -MD -MP -MF aes128-encrypt-2.o.d  -c aes128-encrypt-2.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 aes128-decrypt-2.asm >aes128-decrypt-2.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-decrypt-2.o -MD -MP -MF aes128-decrypt-2.o.d  -c aes128-decrypt-2.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 aes192-encrypt-2.asm >aes192-encrypt-2.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-encrypt-2.o -MD -MP -MF aes192-encrypt-2.o.d  -c aes192-encrypt-2.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 aes192-decrypt-2.asm >aes192-decrypt-2.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-decrypt-2.o -MD -MP -MF aes192-decrypt-2.o.d  -c aes192-decrypt-2.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 aes256-encrypt-2.asm >aes256-encrypt-2.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-encrypt-2.o -MD -MP -MF aes256-encrypt-2.o.d  -c aes256-encrypt-2.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 aes256-decrypt-2.asm >aes256-decrypt-2.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-decrypt-2.o -MD -MP -MF aes256-decrypt-2.o.d  -c aes256-decrypt-2.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 cbc-aes128-encrypt-2.asm >cbc-aes128-encrypt-2.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cbc-aes128-encrypt-2.o -MD -MP -MF cbc-aes128-encrypt-2.o.d  -c cbc-aes128-encrypt-2.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 cbc-aes192-encrypt-2.asm >cbc-aes192-encrypt-2.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cbc-aes192-encrypt-2.o -MD -MP -MF cbc-aes192-encrypt-2.o.d  -c cbc-aes192-encrypt-2.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 cbc-aes256-encrypt-2.asm >cbc-aes256-encrypt-2.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cbc-aes256-encrypt-2.o -MD -MP -MF cbc-aes256-encrypt-2.o.d  -c cbc-aes256-encrypt-2.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 poly1305-blocks.asm >poly1305-blocks.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT poly1305-blocks.o -MD -MP -MF poly1305-blocks.o.d  -c poly1305-blocks.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 ghash-set-key-2.asm >ghash-set-key-2.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ghash-set-key-2.o -MD -MP -MF ghash-set-key-2.o.d  -c ghash-set-key-2.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 ghash-update-2.asm >ghash-update-2.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ghash-update-2.o -MD -MP -MF ghash-update-2.o.d  -c ghash-update-2.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 salsa20-2core.asm >salsa20-2core.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-2core.o -MD -MP -MF salsa20-2core.o.d  -c salsa20-2core.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 sha1-compress-2.asm >sha1-compress-2.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha1-compress-2.o -MD -MP -MF sha1-compress-2.o.d  -c sha1-compress-2.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 sha256-compress-n-2.asm >sha256-compress-n-2.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha256-compress-n-2.o -MD -MP -MF sha256-compress-n-2.o.d  -c sha256-compress-n-2.s
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -m64 -shared -h libnettle.so.8 aes-decrypt-internal.o aes-decrypt.o aes-decrypt-table.o aes128-decrypt.o aes192-decrypt.o aes256-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes128-encrypt.o aes192-encrypt.o aes256-encrypt.o aes-invert-internal.o aes-set-key-internal.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes128-set-encrypt-key.o aes128-set-decrypt-key.o aes128-meta.o aes192-set-encrypt-key.o aes192-set-decrypt-key.o aes192-meta.o aes256-set-encrypt-key.o aes256-set-decrypt-key.o aes256-meta.o nist-keywrap.o arcfour.o arctwo.o arctwo-meta.o blowfish.o blowfish-bcrypt.o balloon.o balloon-sha1.o balloon-sha256.o balloon-sha384.o balloon-sha512.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o base64url-encode.o base64url-decode.o base64url-meta.o buffer.o buffer-init.o camellia-crypt-internal.o camellia-table.o camellia-absorb.o camellia-invert-key.o camellia128-set-encrypt-key.o camellia128-crypt.o camellia128-set-decrypt-key.o camellia128-meta.o camellia192-meta.o camellia256-set-encrypt-key.o camellia256-crypt.o camellia256-set-decrypt-key.o camellia256-meta.o cast128.o cast128-meta.o cbc.o cbc-aes128-encrypt.o cbc-aes192-encrypt.o cbc-aes256-encrypt.o ccm.o ccm-aes128.o ccm-aes192.o ccm-aes256.o cfb.o siv-cmac.o siv-cmac-aes128.o siv-cmac-aes256.o siv-gcm.o siv-gcm-aes128.o siv-gcm-aes256.o cnd-memcpy.o chacha-crypt.o chacha-core-internal.o chacha-poly1305.o chacha-poly1305-meta.o chacha-set-key.o chacha-set-nonce.o ctr.o ctr16.o des.o des3.o eax.o eax-aes128.o eax-aes128-meta.o ghash-set-key.o ghash-update.o siv-ghash-set-key.o siv-ghash-update.o gcm.o gcm-aes.o gcm-aes128.o gcm-aes128-meta.o gcm-aes192.o gcm-aes192-meta.o gcm-aes256.o gcm-aes256-meta.o gcm-camellia128.o gcm-camellia128-meta.o gcm-camellia256.o gcm-camellia256-meta.o gcm-sm4.o gcm-sm4-meta.o cmac.o cmac64.o cmac-aes128.o cmac-aes256.o cmac-des3.o cmac-aes128-meta.o cmac-aes256-meta.o cmac-des3-meta.o gost28147.o gosthash94.o gosthash94-meta.o hmac.o hmac-gosthash94.o hmac-md5.o hmac-ripemd160.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o hmac-streebog.o hmac-sm3.o hmac-md5-meta.o hmac-ripemd160-meta.o hmac-sha1-meta.o hmac-sha224-meta.o hmac-sha256-meta.o hmac-sha384-meta.o hmac-sha512-meta.o hmac-streebog-meta.o hmac-sm3-meta.o knuth-lfib.o hkdf.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compat.o md5-meta.o memeql-sec.o memxor.o memxor3.o nettle-lookup-hash.o nettle-meta-aeads.o nettle-meta-armors.o nettle-meta-ciphers.o nettle-meta-hashes.o nettle-meta-macs.o ocb.o ocb-aes128.o pbkdf2.o pbkdf2-hmac-gosthash94.o pbkdf2-hmac-sha1.o pbkdf2-hmac-sha256.o pbkdf2-hmac-sha384.o pbkdf2-hmac-sha512.o poly1305-aes.o poly1305-internal.o poly1305-update.o realloc.o ripemd160.o ripemd160-compress.o ripemd160-meta.o salsa20-core-internal.o salsa20-crypt-internal.o salsa20-crypt.o salsa20r12-crypt.o salsa20-set-key.o salsa20-set-nonce.o salsa20-128-set-key.o salsa20-256-set-key.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress-n.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o sha512-224-meta.o sha512-256-meta.o sha3.o sha3-permute.o sha3-224.o sha3-224-meta.o sha3-256.o sha3-256-meta.o sha3-384.o sha3-384-meta.o sha3-512.o sha3-512-meta.o sha3-shake.o shake128.o shake256.o sm3.o sm3-meta.o serpent-set-key.o serpent-encrypt.o serpent-decrypt.o serpent-meta.o streebog.o streebog-meta.o twofish.o twofish-meta.o sm4.o sm4-meta.o umac-nh.o umac-nh-n.o umac-l2.o umac-l3.o umac-poly64.o umac-poly128.o umac-set-key.o umac32.o umac64.o umac96.o umac128.o version.o write-be32.o write-le32.o write-le64.o yarrow256.o yarrow_key_event.o xts.o xts-aes128.o xts-aes256.o drbg-ctr-aes256.o fat-x86_64.o cpuid.o memxor-2.o aes128-encrypt-2.o aes128-decrypt-2.o aes192-encrypt-2.o aes192-decrypt-2.o aes256-encrypt-2.o aes256-decrypt-2.o cbc-aes128-encrypt-2.o cbc-aes192-encrypt-2.o cbc-aes256-encrypt-2.o poly1305-blocks.o ghash-set-key-2.o ghash-update-2.o salsa20-2core.o sha1-compress-2.o sha256-compress-n-2.o  -o libnettle.so 
mkdir .lib 2>/dev/null
(cd .lib \
          && rm -f libnettle.so \
  && ln -s ../libnettle.so libnettle.so \
  && [ -z "libnettle.so.8" ] \
  || { rm -f libnettle.so.8 \
       && ln -s libnettle.so libnettle.so.8 ; } )
echo nettle > libnettle.stamp
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp.o -MD -MP -MF sexp.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sexp.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp-format.o -MD -MP -MF sexp-format.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sexp-format.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp-transport.o -MD -MP -MF sexp-transport.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sexp-transport.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp-transport-format.o -MD -MP -MF sexp-transport-format.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sexp-transport-format.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT bignum.o -MD -MP -MF bignum.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/bignum.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT bignum-random.o -MD -MP -MF bignum-random.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/bignum-random.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT bignum-random-prime.o -MD -MP -MF bignum-random-prime.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/bignum-random-prime.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp2bignum.o -MD -MP -MF sexp2bignum.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sexp2bignum.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1.o -MD -MP -MF pkcs1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-encrypt.o -MD -MP -MF pkcs1-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-decrypt.o -MD -MP -MF pkcs1-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT oaep.o -MD -MP -MF oaep.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/oaep.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-sec-decrypt.o -MD -MP -MF pkcs1-sec-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1-sec-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-digest.o -MD -MP -MF pkcs1-rsa-digest.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1-rsa-digest.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-md5.o -MD -MP -MF pkcs1-rsa-md5.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1-rsa-md5.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-sha1.o -MD -MP -MF pkcs1-rsa-sha1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1-rsa-sha1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-sha256.o -MD -MP -MF pkcs1-rsa-sha256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1-rsa-sha256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-sha512.o -MD -MP -MF pkcs1-rsa-sha512.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pkcs1-rsa-sha512.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pss.o -MD -MP -MF pss.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pss.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pss-mgf1.o -MD -MP -MF pss-mgf1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pss-mgf1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa.o -MD -MP -MF rsa.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sign-tr.o -MD -MP -MF rsa-sign-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sign-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sec-compute-root.o -MD -MP -MF rsa-sec-compute-root.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sec-compute-root.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pkcs1-sign.o -MD -MP -MF rsa-pkcs1-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-pkcs1-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pkcs1-sign-tr.o -MD -MP -MF rsa-pkcs1-sign-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-pkcs1-sign-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pkcs1-verify.o -MD -MP -MF rsa-pkcs1-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-pkcs1-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-md5-sign.o -MD -MP -MF rsa-md5-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-md5-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-md5-sign-tr.o -MD -MP -MF rsa-md5-sign-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-md5-sign-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-md5-verify.o -MD -MP -MF rsa-md5-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-md5-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha1-sign.o -MD -MP -MF rsa-sha1-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha1-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha1-sign-tr.o -MD -MP -MF rsa-sha1-sign-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha1-sign-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha1-verify.o -MD -MP -MF rsa-sha1-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha1-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha256-sign.o -MD -MP -MF rsa-sha256-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha256-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha256-sign-tr.o -MD -MP -MF rsa-sha256-sign-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha256-sign-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha256-verify.o -MD -MP -MF rsa-sha256-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha256-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha512-sign.o -MD -MP -MF rsa-sha512-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha512-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha512-sign-tr.o -MD -MP -MF rsa-sha512-sign-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha512-sign-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha512-verify.o -MD -MP -MF rsa-sha512-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sha512-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pss-sha256-sign-tr.o -MD -MP -MF rsa-pss-sha256-sign-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-pss-sha256-sign-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pss-sha256-verify.o -MD -MP -MF rsa-pss-sha256-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-pss-sha256-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pss-sha512-sign-tr.o -MD -MP -MF rsa-pss-sha512-sign-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-pss-sha512-sign-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pss-sha512-verify.o -MD -MP -MF rsa-pss-sha512-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-pss-sha512-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-oaep-encrypt.o -MD -MP -MF rsa-oaep-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-oaep-encrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-oaep-decrypt.o -MD -MP -MF rsa-oaep-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-oaep-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sec-decrypt.o -MD -MP -MF rsa-sec-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-sec-decrypt.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-decrypt-tr.o -MD -MP -MF rsa-decrypt-tr.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-decrypt-tr.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-keygen.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-blind.o -MD -MP -MF rsa-blind.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa-blind.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa2sexp.o -MD -MP -MF rsa2sexp.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa2sexp.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp2rsa.o -MD -MP -MF sexp2rsa.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sexp2rsa.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa.o -MD -MP -MF dsa.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-compat.o -MD -MP -MF dsa-compat.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-compat.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-compat-keygen.o -MD -MP -MF dsa-compat-keygen.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-compat-keygen.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-gen-params.o -MD -MP -MF dsa-gen-params.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-gen-params.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sign.o -MD -MP -MF dsa-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-verify.o -MD -MP -MF dsa-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-keygen.o -MD -MP -MF dsa-keygen.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-keygen.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-hash.o -MD -MP -MF dsa-hash.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-hash.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sha1-sign.o -MD -MP -MF dsa-sha1-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-sha1-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sha1-verify.o -MD -MP -MF dsa-sha1-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-sha1-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sha256-sign.o -MD -MP -MF dsa-sha256-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-sha256-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sha256-verify.o -MD -MP -MF dsa-sha256-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa-sha256-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa2sexp.o -MD -MP -MF dsa2sexp.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/dsa2sexp.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp2dsa.o -MD -MP -MF sexp2dsa.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sexp2dsa.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pgp-encode.o -MD -MP -MF pgp-encode.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/pgp-encode.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa2openpgp.o -MD -MP -MF rsa2openpgp.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/rsa2openpgp.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT der-iterator.o -MD -MP -MF der-iterator.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/der-iterator.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT der2rsa.o -MD -MP -MF der2rsa.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/der2rsa.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT der2dsa.o -MD -MP -MF der2dsa.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/der2dsa.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sec-add-1.o -MD -MP -MF sec-add-1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sec-add-1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sec-sub-1.o -MD -MP -MF sec-sub-1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/sec-sub-1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gmp-glue.o -MD -MP -MF gmp-glue.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gmp-glue.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cnd-copy.o -MD -MP -MF cnd-copy.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/cnd-copy.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mod.o -MD -MP -MF ecc-mod.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-mod.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mod-inv.o -MD -MP -MF ecc-mod-inv.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-mod-inv.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mod-arith.o -MD -MP -MF ecc-mod-arith.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-mod-arith.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-pp1-redc.o -MD -MP -MF ecc-pp1-redc.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-pp1-redc.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-pm1-redc.o -MD -MP -MF ecc-pm1-redc.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-pm1-redc.c \
&& true
/usr/gnu/bin/make eccdata
make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64'
/usr/gcc/13/bin/gcc /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eccdata.c -lm -o eccdata
make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64'
echo stamp > eccdata.stamp
./eccdata curve25519 11 6 64 > ecc-curve25519.hT && mv ecc-curve25519.hT ecc-curve25519.h
Table size: 256 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-curve25519.o -MD -MP -MF ecc-curve25519.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-curve25519.c \
&& true
./eccdata curve448 38 6 64 > ecc-curve448.hT && mv ecc-curve448.hT ecc-curve448.h
Table size: 128 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-curve448.o -MD -MP -MF ecc-curve448.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-curve448.c \
&& true
./eccdata gost_gc256b 11 6 64 > ecc-gost-gc256b.hT && mv ecc-gost-gc256b.hT ecc-gost-gc256b.h
Table size: 256 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-gost-gc256b.o -MD -MP -MF ecc-gost-gc256b.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-gost-gc256b.c \
&& true
./eccdata gost_gc512a 43 6 64 > ecc-gost-gc512a.hT && mv ecc-gost-gc512a.hT ecc-gost-gc512a.h
Table size: 128 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-gost-gc512a.o -MD -MP -MF ecc-gost-gc512a.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-gost-gc512a.c \
&& true
./eccdata secp192r1 8 6 64 > ecc-secp192r1.hT && mv ecc-secp192r1.hT ecc-secp192r1.h
Table size: 256 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-secp192r1.o -MD -MP -MF ecc-secp192r1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-secp192r1.c \
&& true
./eccdata secp224r1 16 7 64 > ecc-secp224r1.hT && mv ecc-secp224r1.hT ecc-secp224r1.h
Table size: 256 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-secp224r1.o -MD -MP -MF ecc-secp224r1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-secp224r1.c \
&& true
./eccdata secp256r1 11 6 64 > ecc-secp256r1.hT && mv ecc-secp256r1.hT ecc-secp256r1.h
Table size: 256 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-secp256r1.o -MD -MP -MF ecc-secp256r1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-secp256r1.c \
&& true
./eccdata secp384r1 32 6 64 > ecc-secp384r1.hT && mv ecc-secp384r1.hT ecc-secp384r1.h
Table size: 128 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-secp384r1.o -MD -MP -MF ecc-secp384r1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-secp384r1.c \
&& true
./eccdata secp521r1 44 6 64 > ecc-secp521r1.hT && mv ecc-secp521r1.hT ecc-secp521r1.h
Table size: 128 entries
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-secp521r1.o -MD -MP -MF ecc-secp521r1.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-secp521r1.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-size.o -MD -MP -MF ecc-size.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-size.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-j-to-a.o -MD -MP -MF ecc-j-to-a.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-j-to-a.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-a-to-j.o -MD -MP -MF ecc-a-to-j.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-a-to-j.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-dup-jj.o -MD -MP -MF ecc-dup-jj.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-dup-jj.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-jja.o -MD -MP -MF ecc-add-jja.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-add-jja.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-jjj.o -MD -MP -MF ecc-add-jjj.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-add-jjj.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-nonsec-add-jjj.o -MD -MP -MF ecc-nonsec-add-jjj.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-nonsec-add-jjj.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-eh-to-a.o -MD -MP -MF ecc-eh-to-a.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-eh-to-a.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-dup-eh.o -MD -MP -MF ecc-dup-eh.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-dup-eh.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-eh.o -MD -MP -MF ecc-add-eh.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-add-eh.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-ehh.o -MD -MP -MF ecc-add-ehh.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-add-ehh.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-dup-th.o -MD -MP -MF ecc-dup-th.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-dup-th.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-th.o -MD -MP -MF ecc-add-th.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-add-th.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-thh.o -MD -MP -MF ecc-add-thh.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-add-thh.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-g-eh.o -MD -MP -MF ecc-mul-g-eh.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-mul-g-eh.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-a-eh.o -MD -MP -MF ecc-mul-a-eh.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-mul-a-eh.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-m.o -MD -MP -MF ecc-mul-m.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-mul-m.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-g.o -MD -MP -MF ecc-mul-g.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-mul-g.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-a.o -MD -MP -MF ecc-mul-a.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-mul-a.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-random.o -MD -MP -MF ecc-random.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-random.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-point.o -MD -MP -MF ecc-point.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-point.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-scalar.o -MD -MP -MF ecc-scalar.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-scalar.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-point-mul.o -MD -MP -MF ecc-point-mul.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-point-mul.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-point-mul-g.o -MD -MP -MF ecc-point-mul-g.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-point-mul-g.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-ecdsa-sign.o -MD -MP -MF ecc-ecdsa-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-ecdsa-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecdsa-sign.o -MD -MP -MF ecdsa-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecdsa-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-ecdsa-verify.o -MD -MP -MF ecc-ecdsa-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-ecdsa-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecdsa-verify.o -MD -MP -MF ecdsa-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecdsa-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecdsa-keygen.o -MD -MP -MF ecdsa-keygen.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecdsa-keygen.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-gostdsa-sign.o -MD -MP -MF ecc-gostdsa-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-gostdsa-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gostdsa-sign.o -MD -MP -MF gostdsa-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gostdsa-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-gostdsa-verify.o -MD -MP -MF ecc-gostdsa-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ecc-gostdsa-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gostdsa-verify.o -MD -MP -MF gostdsa-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gostdsa-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gostdsa-vko.o -MD -MP -MF gostdsa-vko.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/gostdsa-vko.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve25519-mul-g.o -MD -MP -MF curve25519-mul-g.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/curve25519-mul-g.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve25519-mul.o -MD -MP -MF curve25519-mul.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/curve25519-mul.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve25519-eh-to-x.o -MD -MP -MF curve25519-eh-to-x.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/curve25519-eh-to-x.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve448-mul-g.o -MD -MP -MF curve448-mul-g.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/curve448-mul-g.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve448-mul.o -MD -MP -MF curve448-mul.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/curve448-mul.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve448-eh-to-x.o -MD -MP -MF curve448-eh-to-x.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/curve448-eh-to-x.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-compress.o -MD -MP -MF eddsa-compress.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eddsa-compress.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-decompress.o -MD -MP -MF eddsa-decompress.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eddsa-decompress.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-expand.o -MD -MP -MF eddsa-expand.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eddsa-expand.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-hash.o -MD -MP -MF eddsa-hash.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eddsa-hash.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-pubkey.o -MD -MP -MF eddsa-pubkey.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eddsa-pubkey.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-sign.o -MD -MP -MF eddsa-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eddsa-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-verify.o -MD -MP -MF eddsa-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/eddsa-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed25519-sha512.o -MD -MP -MF ed25519-sha512.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ed25519-sha512.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed25519-sha512-pubkey.o -MD -MP -MF ed25519-sha512-pubkey.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ed25519-sha512-pubkey.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed25519-sha512-sign.o -MD -MP -MF ed25519-sha512-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ed25519-sha512-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed25519-sha512-verify.o -MD -MP -MF ed25519-sha512-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ed25519-sha512-verify.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed448-shake256.o -MD -MP -MF ed448-shake256.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ed448-shake256.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed448-shake256-pubkey.o -MD -MP -MF ed448-shake256-pubkey.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ed448-shake256-pubkey.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed448-shake256-sign.o -MD -MP -MF ed448-shake256-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ed448-shake256-sign.c \
&& true
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed448-shake256-verify.o -MD -MP -MF ed448-shake256-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/ed448-shake256-verify.c \
&& true
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 ecc-secp192r1-modp.asm >ecc-secp192r1-modp.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-secp192r1-modp.o -MD -MP -MF ecc-secp192r1-modp.o.d  -c ecc-secp192r1-modp.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 ecc-secp224r1-modp.asm >ecc-secp224r1-modp.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-secp224r1-modp.o -MD -MP -MF ecc-secp224r1-modp.o.d  -c ecc-secp224r1-modp.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 ecc-secp256r1-redc.asm >ecc-secp256r1-redc.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-secp256r1-redc.o -MD -MP -MF ecc-secp256r1-redc.o.d  -c ecc-secp256r1-redc.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 ecc-secp384r1-modp.asm >ecc-secp384r1-modp.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-secp384r1-modp.o -MD -MP -MF ecc-secp384r1-modp.o.d  -c ecc-secp384r1-modp.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 ecc-secp521r1-modp.asm >ecc-secp521r1-modp.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-secp521r1-modp.o -MD -MP -MF ecc-secp521r1-modp.o.d  -c ecc-secp521r1-modp.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 ecc-curve25519-modp.asm >ecc-curve25519-modp.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-curve25519-modp.o -MD -MP -MF ecc-curve25519-modp.o.d  -c ecc-curve25519-modp.s
/usr/gnu/bin/m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/m4-utils.m4 /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/asm.m4 config.m4 machine.m4 ecc-curve448-modp.asm >ecc-curve448-modp.s
/usr/gcc/13/bin/gcc -I.  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-curve448-modp.o -MD -MP -MF ecc-curve448-modp.o.d  -c ecc-curve448-modp.s
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -m64 --shared -h libhogweed.so.6 sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-encrypt.o pkcs1-decrypt.o oaep.o pkcs1-sec-decrypt.o pkcs1-rsa-digest.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o pss.o pss-mgf1.o rsa.o rsa-sign.o rsa-sign-tr.o rsa-verify.o rsa-sec-compute-root.o rsa-pkcs1-sign.o rsa-pkcs1-sign-tr.o rsa-pkcs1-verify.o rsa-md5-sign.o rsa-md5-sign-tr.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-sign-tr.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-sign-tr.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-sign-tr.o rsa-sha512-verify.o rsa-pss-sha256-sign-tr.o rsa-pss-sha256-verify.o rsa-pss-sha512-sign-tr.o rsa-pss-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-oaep-encrypt.o rsa-oaep-decrypt.o rsa-sec-decrypt.o rsa-decrypt-tr.o rsa-keygen.o rsa-blind.o rsa2sexp.o sexp2rsa.o dsa.o dsa-compat.o dsa-compat-keygen.o dsa-gen-params.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-hash.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o sec-add-1.o sec-sub-1.o gmp-glue.o cnd-copy.o ecc-mod.o ecc-mod-inv.o ecc-mod-arith.o ecc-pp1-redc.o ecc-pm1-redc.o ecc-curve25519.o ecc-curve448.o ecc-gost-gc256b.o ecc-gost-gc512a.o ecc-secp192r1.o ecc-secp224r1.o ecc-secp256r1.o ecc-secp384r1.o ecc-secp521r1.o ecc-size.o ecc-j-to-a.o ecc-a-to-j.o ecc-dup-jj.o ecc-add-jja.o ecc-add-jjj.o ecc-nonsec-add-jjj.o ecc-eh-to-a.o ecc-dup-eh.o ecc-add-eh.o ecc-add-ehh.o ecc-dup-th.o ecc-add-th.o ecc-add-thh.o ecc-mul-g-eh.o ecc-mul-a-eh.o ecc-mul-m.o ecc-mul-g.o ecc-mul-a.o ecc-random.o ecc-point.o ecc-scalar.o ecc-point-mul.o ecc-point-mul-g.o ecc-ecdsa-sign.o ecdsa-sign.o ecc-ecdsa-verify.o ecdsa-verify.o ecdsa-keygen.o ecc-gostdsa-sign.o gostdsa-sign.o ecc-gostdsa-verify.o gostdsa-verify.o gostdsa-vko.o curve25519-mul-g.o curve25519-mul.o curve25519-eh-to-x.o curve448-mul-g.o curve448-mul.o curve448-eh-to-x.o eddsa-compress.o eddsa-decompress.o eddsa-expand.o eddsa-hash.o eddsa-pubkey.o eddsa-sign.o eddsa-verify.o ed25519-sha512.o ed25519-sha512-pubkey.o ed25519-sha512-sign.o ed25519-sha512-verify.o ed448-shake256.o ed448-shake256-pubkey.o ed448-shake256-sign.o ed448-shake256-verify.o ecc-secp192r1-modp.o ecc-secp224r1-modp.o ecc-secp256r1-redc.o ecc-secp384r1-modp.o ecc-secp521r1-modp.o ecc-curve25519-modp.o ecc-curve448-modp.o   -o libhogweed.so libnettle.so -lgmp 
mkdir .lib 2>/dev/null
make[1]: [Makefile:326: libhogweed.so] Error 1 (ignored)
(cd .lib \
          && rm -f libhogweed.so \
  && ln -s ../libhogweed.so libhogweed.so \
  && [ -z "libhogweed.so.6" ] \
  || { rm -f libhogweed.so.6 \
       && ln -s libhogweed.so libhogweed.so.6 ; } )
echo hogweed > libhogweed.stamp
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64'
set -e; for d in tools testsuite examples; do \
  echo "Making all in $d" ; (cd $d && /usr/gnu/bin/make all); done
Making all in tools
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64/tools'
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT sexp-conv.o -MD -MP -MF sexp-conv.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/sexp-conv.c && true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/sexp-conv.c:57:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT input.o -MD -MP -MF input.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/input.c && true
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT output.o -MD -MP -MF output.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/output.c && true
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT parse.o -MD -MP -MF parse.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/parse.c && true
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT misc.o -MD -MP -MF misc.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/misc.c && true
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp  -o sexp-conv
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT nettle-hash.o -MD -MP -MF nettle-hash.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/nettle-hash.c && true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/nettle-hash.c:46:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -o nettle-hash
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT nettle-pbkdf2.o -MD -MP -MF nettle-pbkdf2.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/nettle-pbkdf2.c && true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/nettle-pbkdf2.c:48:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 nettle-pbkdf2.o misc.o ../getopt.o ../getopt1.o -lnettle -o nettle-pbkdf2
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT nettle-lfib-stream.o -MD -MP -MF nettle-lfib-stream.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/nettle-lfib-stream.c && true
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 nettle-lfib-stream.o -lnettle -lgmp  -o nettle-lfib-stream
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT pkcs1-conv.o -MD -MP -MF pkcs1-conv.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/pkcs1-conv.c && true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/tools/pkcs1-conv.c:50:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp  -o pkcs1-conv
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64/tools'
Making all in testsuite
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64/testsuite'
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT testutils.o -MD -MP -MF testutils.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/testsuite/testutils.c && true
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/testsuite/testutils.c: In function 'mark_bytes_undefined':
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/testsuite/testutils.c:144:30: warning: unused parameter 'size' [-Wunused-parameter]
  144 | mark_bytes_undefined (size_t size, const void *p) {}
      |                       ~~~~~~~^~~~
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/testsuite/testutils.c:144:48: warning: unused parameter 'p' [-Wunused-parameter]
  144 | mark_bytes_undefined (size_t size, const void *p) {}
      |                                    ~~~~~~~~~~~~^
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/testsuite/testutils.c: In function 'mark_bytes_defined':
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/testsuite/testutils.c:146:28: warning: unused parameter 'size' [-Wunused-parameter]
  146 | mark_bytes_defined (size_t size, const void *p) {}
      |                     ~~~~~~~^~~~
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/testsuite/testutils.c:146:46: warning: unused parameter 'p' [-Wunused-parameter]
  146 | mark_bytes_defined (size_t size, const void *p) {}
      |                                  ~~~~~~~~~~~~^
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT sha1-huge-test.o -MD -MP -MF sha1-huge-test.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/testsuite/sha1-huge-test.c && true
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 sha1-huge-test.o testutils.o ../non-nettle.o -lhogweed -lnettle -lgmp  -o sha1-huge-test
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64/testsuite'
Making all in examples
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64/examples'
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT nettle-benchmark.o -MD -MP -MF nettle-benchmark.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/nettle-benchmark.c && true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/nettle-benchmark.c:78:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT nettle-openssl.o -MD -MP -MF nettle-openssl.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/nettle-openssl.c && true
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT timing.o -MD -MP -MF timing.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/timing.c && true
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT io.o -MD -MP -MF io.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/io.c && true
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 nettle-benchmark.o nettle-openssl.o ../getopt.o ../getopt1.o ../non-nettle.o timing.o -lnettle -lgmp  -lm -lcrypto -o nettle-benchmark
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT base16enc.o -MD -MP -MF base16enc.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/base16enc.c && true
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 base16enc.o io.o \
-lnettle -lgmp  -o base16enc
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT base16dec.o -MD -MP -MF base16dec.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/base16dec.c && true
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 base16dec.o io.o \
-lnettle -lgmp  -o base16dec
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT base64enc.o -MD -MP -MF base64enc.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/base64enc.c && true
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 base64enc.o io.o \
-lnettle -lgmp  -o base64enc
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT base64dec.o -MD -MP -MF base64dec.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/base64dec.c && true
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 base64dec.o io.o \
-lnettle -lgmp  -o base64dec
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/rsa-keygen.c && true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/rsa-keygen.c:49:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 rsa-keygen.o io.o ../getopt.o ../getopt1.o \
-lhogweed -lnettle -lgmp  -o rsa-keygen
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/rsa-sign.c && true
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT read_rsa_key.o -MD -MP -MF read_rsa_key.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/read_rsa_key.c && true
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 rsa-sign.o io.o read_rsa_key.o \
-lhogweed -lnettle -lgmp  -o rsa-sign
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/rsa-verify.c && true
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 rsa-verify.o io.o read_rsa_key.o \
-lhogweed -lnettle -lgmp  -o rsa-verify
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/rsa-encrypt.c && true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/rsa-encrypt.c:56:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 rsa-encrypt.o io.o read_rsa_key.o \
../getopt.o ../getopt1.o \
-lhogweed -lnettle -lgmp  -o rsa-encrypt
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/rsa-decrypt.c && true
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 rsa-decrypt.o io.o read_rsa_key.o \
-lhogweed -lnettle -lgmp  -o rsa-decrypt
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT random-prime.o -MD -MP -MF random-prime.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/random-prime.c && true
In file included from /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/random-prime.c:47:
/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/getopt.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  169 | extern int getopt ();
      | ^~~~~~
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 random-prime.o io.o ../getopt.o ../getopt1.o \
-lhogweed -lnettle -lgmp  -o random-prime
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT hogweed-benchmark.o -MD -MP -MF hogweed-benchmark.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/hogweed-benchmark.c && true
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 hogweed-benchmark.o timing.o \
-lhogweed -lnettle -lgmp  -lm -lgmp  -lcrypto \
-o hogweed-benchmark
/usr/gcc/13/bin/gcc -I.. -I/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10  -DHAVE_CONFIG_H -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs  -MT ecc-benchmark.o -MD -MP -MF ecc-benchmark.o.d -c /jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/examples/ecc-benchmark.c && true
/usr/gcc/13/bin/gcc -m64 -O3  -ggdb3 -Wall -W -Wno-sign-compare   -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -m64 ecc-benchmark.o timing.o -lhogweed -lnettle -lgmp  -lm -lgmp  \
-o ecc-benchmark
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64/examples'
/usr/gnu/bin/make install-here
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86'
/usr/gnu/bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/share/info
f=nettle.info ; \
[ -f $f ] || f="/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/$f" ; \
/usr/gnu/bin/install -c -m 644 "$f" /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/share/info ; \
if (install-info --version && \
    install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
  install-info --info-dir="/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/share/info" "$f" ; \
else : ; fi
/usr/gnu/bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/include/nettle
for f in aes.h arcfour.h arctwo.h asn1.h blowfish.h balloon.h base16.h base64.h bignum.h buffer.h camellia.h cast128.h cbc.h ccm.h cfb.h chacha.h chacha-poly1305.h ctr.h curve25519.h curve448.h des.h dsa.h dsa-compat.h eax.h ecc-curve.h ecc.h ecdsa.h eddsa.h gcm.h gostdsa.h gosthash94.h hmac.h knuth-lfib.h hkdf.h macros.h cmac.h siv-cmac.h siv-gcm.h md2.h md4.h md5.h md5-compat.h memops.h memxor.h nettle-meta.h nettle-types.h ocb.h pbkdf2.h pgp.h pkcs1.h pss.h pss-mgf1.h realloc.h ripemd160.h rsa.h salsa20.h sexp.h serpent.h sha.h sha1.h sha2.h sha3.h sm3.h sm4.h streebog.h twofish.h umac.h yarrow.h xts.h poly1305.h nist-keywrap.h drbg-ctr.h version.h  ; do \
  if [ -f "$f" ] ; then \
    /usr/gnu/bin/install -c -m 644 "$f" /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/include/nettle ; \
  else \
    /usr/gnu/bin/install -c -m 644 "/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/$f" /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/include/nettle ; \
  fi ; done
/usr/gnu/bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib
for f in ; do \
  /usr/gnu/bin/install -c -m 644 $f /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib ; \
done
/usr/gnu/bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib/pkgconfig
for f in nettle.pc  hogweed.pc ; do \
  /usr/gnu/bin/install -c -m 644 "$f" /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib/pkgconfig ; \
done
./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
echo timestamp > stamp-h
/usr/gnu/bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib
/usr/gnu/bin/install -c -m 644 libnettle.so /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib/libnettle.so.8.9
[ -z "libnettle.so.8" ] \
                || (cd /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib \
	&& rm -f libnettle.so.8 libnettle.so \
	&& ln -s libnettle.so.8.9 libnettle.so.8 \
	&& ln -s libnettle.so.8.9 libnettle.so)
/usr/gnu/bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib
/usr/gnu/bin/install -c -m 644 libhogweed.so /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib/libhogweed.so.6.9
[ -z "libhogweed.so.6" ] \
                || (cd /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib \
	&& rm -f libhogweed.so.6 libhogweed.so \
	&& ln -s libhogweed.so.6.9 libhogweed.so.6 \
	&& ln -s libhogweed.so.6.9 libhogweed.so)
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86'
set -e; for d in tools testsuite examples; do \
  echo "Making install in $d" ; (cd $d && /usr/gnu/bin/make install); done
Making install in tools
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86/tools'
/usr/gnu/bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/bin/i86
for f in sexp-conv nettle-hash nettle-pbkdf2 nettle-lfib-stream pkcs1-conv ; do \
  /usr/gnu/bin/install -c $f /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/bin/i86 ; \
done
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86/tools'
Making install in testsuite
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86/testsuite'
true
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86/testsuite'
Making install in examples
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86/examples'
true
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/i86/examples'
/usr/gnu/bin/make install-here
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64'
/usr/gnu/bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/share/info
f=nettle.info ; \
[ -f $f ] || f="/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/$f" ; \
/usr/gnu/bin/install -c -m 644 "$f" /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/share/info ; \
if (install-info --version && \
    install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
  install-info --info-dir="/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/share/info" "$f" ; \
else : ; fi
/usr/gnu/bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/include/nettle
for f in aes.h arcfour.h arctwo.h asn1.h blowfish.h balloon.h base16.h base64.h bignum.h buffer.h camellia.h cast128.h cbc.h ccm.h cfb.h chacha.h chacha-poly1305.h ctr.h curve25519.h curve448.h des.h dsa.h dsa-compat.h eax.h ecc-curve.h ecc.h ecdsa.h eddsa.h gcm.h gostdsa.h gosthash94.h hmac.h knuth-lfib.h hkdf.h macros.h cmac.h siv-cmac.h siv-gcm.h md2.h md4.h md5.h md5-compat.h memops.h memxor.h nettle-meta.h nettle-types.h ocb.h pbkdf2.h pgp.h pkcs1.h pss.h pss-mgf1.h realloc.h ripemd160.h rsa.h salsa20.h sexp.h serpent.h sha.h sha1.h sha2.h sha3.h sm3.h sm4.h streebog.h twofish.h umac.h yarrow.h xts.h poly1305.h nist-keywrap.h drbg-ctr.h version.h  ; do \
  if [ -f "$f" ] ; then \
    /usr/gnu/bin/install -c -m 644 "$f" /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/include/nettle ; \
  else \
    /usr/gnu/bin/install -c -m 644 "/jenkins/jobs/oi-userland/workspace/components/library/nettle/nettle-3.10/$f" /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/include/nettle ; \
  fi ; done
/usr/gnu/bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib/amd64
for f in ; do \
  /usr/gnu/bin/install -c -m 644 $f /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib/amd64 ; \
done
/usr/gnu/bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib/amd64/pkgconfig
for f in nettle.pc  hogweed.pc ; do \
  /usr/gnu/bin/install -c -m 644 "$f" /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib/amd64/pkgconfig ; \
done
./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
echo timestamp > stamp-h
/usr/gnu/bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib/amd64
/usr/gnu/bin/install -c -m 644 libnettle.so /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib/amd64/libnettle.so.8.9
[ -z "libnettle.so.8" ] \
                || (cd /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib/amd64 \
	&& rm -f libnettle.so.8 libnettle.so \
	&& ln -s libnettle.so.8.9 libnettle.so.8 \
	&& ln -s libnettle.so.8.9 libnettle.so)
/usr/gnu/bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib/amd64
/usr/gnu/bin/install -c -m 644 libhogweed.so /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib/amd64/libhogweed.so.6.9
[ -z "libhogweed.so.6" ] \
                || (cd /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/lib/amd64 \
	&& rm -f libhogweed.so.6 libhogweed.so \
	&& ln -s libhogweed.so.6.9 libhogweed.so.6 \
	&& ln -s libhogweed.so.6.9 libhogweed.so)
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64'
set -e; for d in tools testsuite examples; do \
  echo "Making install in $d" ; (cd $d && /usr/gnu/bin/make install); done
Making install in tools
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64/tools'
/usr/gnu/bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/bin
for f in sexp-conv nettle-hash nettle-pbkdf2 nettle-lfib-stream pkcs1-conv ; do \
  /usr/gnu/bin/install -c $f /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/prototype/i386/usr/bin ; \
done
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64/tools'
Making install in testsuite
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64/testsuite'
true
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64/testsuite'
Making install in examples
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64/examples'
true
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/nettle/build/amd64/examples'
VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/library/nettle/build/manifest-i386-nettle.depend.res
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
generating metadata: library/nettle
pkg://openindiana.org/library/nettle@3.10,5.11-2024.0.0.0:20240617T201858Z
PUBLISHED