You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Murdock builds are randomly failing because sometimes (but not always) there seem to be a linking problem with DTLS. An example for this can be seen in the build for #6009:
dtls-echo:pttu:
Building application "dtls_echo" for "pttu" with MCU "lpc2387".
make -C /data/riotbuild/examples/dtls-echo/bin/pkg/pttu/tinydtls
/data/riotbuild/examples/dtls-echo/bin/pttu/tinydtls.a(crypto.o): In function `dtls_encrypt':
/data/riotbuild/examples/dtls-echo/bin/pkg/pttu/tinydtls/crypto.c:527: undefined reference to `rijndael_set_key_enc_only'
/data/riotbuild/examples/dtls-echo/bin/pttu/tinydtls.a(crypto.o): In function `dtls_decrypt':
/data/riotbuild/examples/dtls-echo/bin/pkg/pttu/tinydtls/crypto.c:553: undefined reference to `rijndael_set_key_enc_only'
/data/riotbuild/examples/dtls-echo/bin/pttu/tinydtls.a(ccm.o): In function `mac':
/data/riotbuild/examples/dtls-echo/bin/pkg/pttu/tinydtls/ccm.c:163: undefined reference to `rijndael_encrypt'
/data/riotbuild/examples/dtls-echo/bin/pttu/tinydtls.a(ccm.o): In function `encrypt':
/data/riotbuild/examples/dtls-echo/bin/pkg/pttu/tinydtls/ccm.c:149: undefined reference to `rijndael_encrypt'
/data/riotbuild/examples/dtls-echo/bin/pttu/tinydtls.a(ccm.o): In function `add_auth_data':
/data/riotbuild/examples/dtls-echo/bin/pkg/pttu/tinydtls/ccm.c:81: undefined reference to `rijndael_encrypt'
/data/riotbuild/examples/dtls-echo/bin/pkg/pttu/tinydtls/ccm.c:121: undefined reference to `rijndael_encrypt'
/data/riotbuild/examples/dtls-echo/bin/pkg/pttu/tinydtls/ccm.c:128: undefined reference to `rijndael_encrypt'
/data/riotbuild/examples/dtls-echo/bin/pttu/tinydtls.a(ccm.o):/data/riotbuild/examples/dtls-echo/bin/pkg/pttu/tinydtls/ccm.c:136: more undefined references to `rijndael_encrypt' follow
collect2: error: ld returned 1 exit status
/data/riotbuild/Makefile.include:262: recipe for target 'all' failed
make: *** [all] Error 1
/data/riotbuild/Makefile.buildtests:38: recipe for target 'buildtest' failed
Murdock builds are randomly failing because sometimes (but not always) there seem to be a linking problem with DTLS. An example for this can be seen in the build for #6009:
Could not assign @rfuentess so I assigned @OlegHahm.
The text was updated successfully, but these errors were encountered: