Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/pkg_libhydrogen: test fails on master for the samr21-xpro with LLVM #15066

Open
bergzand opened this issue Sep 23, 2020 · 1 comment
Open
Assignees
Labels
Area: pkg Area: External package ports Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)

Comments

@bergzand
Copy link
Member

Description

One of the runtime test in the libhydrogen tests fails with LLVM on the samr21-xpro. This is causing one of the failures in the RIOT nightlies for some days now. Commit to blame (according to a bisect) seems to be 81cb769 from #14754.

Steps to reproduce the issue

BUILD_IN_DOCKER=1 make -C tests/pkg_libhydrogen/ BOARD=samr21-xpro  TOOLCHAIN=llvm flash term

Expected results

2020-09-23 13:31:53,251 # START
2020-09-23 13:31:53,257 # main(): This is RIOT! (Version: 2020.10-devel-1507-g97a0b-HEAD)
2020-09-23 13:31:53,585 # ...
2020-09-23 13:31:53,586 # OK (3 tests)

Actual results

2020-09-23 13:32:26,209 # START
2020-09-23 13:32:26,215 # main(): This is RIOT! (Version: 2020.10-devel-1507-g97a0b-HEAD)
2020-09-23 13:32:28,005 # ...
2020-09-23 13:32:28,014 # libhydrogen_tests.test_hydro_secretbox_encryptdecrypt (tests/pkg_libhydrogen/main.c 68) res == 0
2020-09-23 13:32:28,014 # 
2020-09-23 13:32:28,016 # run 3 failures 1

Versions

The versions from the docker image

@bergzand bergzand added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Area: pkg Area: External package ports labels Sep 23, 2020
@bergzand bergzand added this to the Release 2020.10 milestone Sep 23, 2020
@bergzand
Copy link
Member Author

bergzand commented Oct 6, 2020

I can only reproduce this in the docker container, my local LLVM (clang version 10.0.1) can't reproduce the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: pkg Area: External package ports Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

No branches or pull requests

3 participants