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

net: tests/net/ieee802154/l2/net.ieee802154.l2 failed on reel_board due to build failure #50732

Closed
shuai1x opened this issue Sep 28, 2022 · 1 comment · Fixed by #51479
Closed
Assignees
Labels
area: IEEE 802.15.4 bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@shuai1x
Copy link
Contributor

shuai1x commented Sep 28, 2022

Describe the bug
When delete the platform_allow in testcase.yaml, we can run tests/net/ieee802154/l2/net.ieee802154.l2 on reel_board.
On reel_board platform, tests/net/ieee802154/l2/net.ieee802154.l2 failed due to build failure.

Please also mention any information which could help others to understand
the problem you're facing:

  • reel_board
  • tests/net/ieee802154/l2/net.ieee802154.l2 Build failure

To Reproduce
Steps to reproduce the behavior:

  1. west build -p auto -b reel_board tests/net/ieee802154/l2
  2. see error

Logs and console output

-- west build: building application
[1/377] Preparing syscall dependency handling

[2/377] Generating include/generated/version.h
-- Zephyr version: 3.2.99 (/home/zhao/zephyrproject/zephyr), build: zephyr-v3.2.0-512-gb09973c460e3
[335/377] Building C object modules/mbedtls/CMakeFiles/module...e/zhao/zephyrproject/modules/crypto/mbedtls/library/rsa.c.obj
/home/zhao/zephyrproject/modules/crypto/mbedtls/library/rsa.c: In function 'myrand':
/home/zhao/zephyrproject/modules/crypto/mbedtls/library/rsa.c:2356:21: warning: implicit declaration of function 'rand'; did you mean 'myrand'? [-Wimplicit-function-declaration]
 2356 |         output[i] = rand();
      |                     ^~~~
      |                     myrand
[367/377] Linking C executable zephyr/zephyr_pre0.elf

[371/377] Linking C executable zephyr/zephyr_pre1.elf

[377/377] Linking C executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:      179396 B         1 MB     17.11%
             RAM:       57548 B       256 KB     21.95%
        IDT_LIST:          0 GB         2 KB      0.00%

Environment (please complete the following information):

  • OS: Linux
  • Toolchain - SDK 15.0
@shuai1x shuai1x added the bug The issue is a bug, or the PR is fixing a bug label Sep 28, 2022
@laurenmurphyx64 laurenmurphyx64 assigned rlubos and unassigned tbursztyka Oct 4, 2022
@laurenmurphyx64 laurenmurphyx64 added the priority: low Low impact/importance bug label Oct 4, 2022
@galak galak added priority: medium Medium impact/importance bug priority: low Low impact/importance bug and removed priority: low Low impact/importance bug priority: medium Medium impact/importance bug labels Oct 20, 2022
@galak
Copy link
Collaborator

galak commented Oct 20, 2022

This tests isn't valid to run on real hardware so this isn't an issue.

See commit f1e059a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: IEEE 802.15.4 bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants