Skip to content

Instantly share code, notes, and snippets.

@MrKevinWeiss
Created July 20, 2022 09:21
Show Gist options
  • Save MrKevinWeiss/5e9bd91f6ed935a5c9bd64026b05f7da to your computer and use it in GitHub Desktop.
Save MrKevinWeiss/5e9bd91f6ed935a5c9bd64026b05f7da to your computer and use it in GitHub Desktop.
make RIOT_CI_BUILD=1 CC_NOCOLOR=1 --no-print-directory -C ./tests/gnrc_rpl test
make -C benchmark_udp
make[2]: Nothing to be done for 'all'.
make -C ethos
make[2]: Nothing to be done for 'all'.
make -C uhcpd
make[2]: Nothing to be done for 'all'.
make -C sliptty
make[2]: Nothing to be done for 'all'.
make -C zep_dispatch
cc -g -O3 -Wall -Wextra -I/home/weiss/wd/RIOT/core/lib/include -I/home/weiss/wd/RIOT/cpu/native/include -I/home/weiss/wd/RIOT/drivers/include -I/home/weiss/wd/RIOT/sys/include -DNDEBUG main.c topology.c zep_parser.c /home/weiss/wd/RIOT/sys/net/link_layer/ieee802154/ieee802154.c /home/weiss/wd/RIOT/sys/fmt/fmt.c /home/weiss/wd/RIOT/sys/net/link_layer/l2util/l2util.c -o bin/zep_dispatch
cc -g -O3 -Wall -Wextra -I/home/weiss/wd/RIOT/core/lib/include -I/home/weiss/wd/RIOT/cpu/native/include -I/home/weiss/wd/RIOT/drivers/include -I/home/weiss/wd/RIOT/sys/include -DNDEBUG topogen.c -o bin/topogen -lm
Traceback (most recent call last):
File "/home/weiss/wd/RIOT/tests/gnrc_rpl/tests/01-run.py", line 175, in <module>
run_test(test_linear_topology, factory)
File "/home/weiss/wd/RIOT/tests/gnrc_rpl/tests/01-run.py", line 168, in run_test
func(factory, zep_dispatch)
File "/home/weiss/wd/RIOT/tests/gnrc_rpl/tests/01-run.py", line 93, in test_linear_topology
A.cmd("nib prefix add 5 2001:db8::/32")
File "/home/weiss/.local/lib/python3.8/site-packages/riotctrl/shell/__init__.py", line 101, in cmd
self._start_replwrap()
File "/home/weiss/.local/lib/python3.8/site-packages/riotctrl/shell/__init__.py", line 61, in _start_replwrap
self.replwrap = pexpect.replwrap.REPLWrapper(
File "/home/weiss/.local/lib/python3.8/site-packages/pexpect/replwrap.py", line 55, in __init__
self._expect_prompt()
File "/home/weiss/.local/lib/python3.8/site-packages/pexpect/replwrap.py", line 65, in _expect_prompt
return self.child.expect_exact([self.prompt, self.continuation_prompt],
File "/home/weiss/.local/lib/python3.8/site-packages/riotctrl/ctrl.py", line 51, in expect_exact
raise self._pexpect_exception(exc, pattern)
pexpect.exceptions.EOF: ['> ', '[PEXPECT_PROMPT+']
make: *** [/home/weiss/wd/RIOT/makefiles/tests/tests.inc.mk:22: test] Error 1
Return value: 2
make RIOT_CI_BUILD=1 CC_NOCOLOR=1 --no-print-directory -C ./examples/micropython test
Terminal program miniterm.py is required but not found in PATH. Aborting.
make[1]: *** [/home/weiss/wd/RIOT/Makefile.include:867: cleanterm] Error 1
Unexpected end of file in expect script at "child.expect_exact('boot.py: MicroPython says hello!')" (examples/micropython/tests/01-run.py:15)
Process already stopped
make: *** [/home/weiss/wd/RIOT/makefiles/tests/tests.inc.mk:22: test] Error 1
Return value: 2
Operating System Environment
----------------------------
Operating System: "Ubuntu" "20.04.4 LTS (Focal Fossa)"
Kernel: Linux 5.15.0-41-generic x86_64 x86_64
System shell: /usr/bin/dash (probably dash)
make's shell: /usr/bin/dash (probably dash)
Installed compiler toolchains
-----------------------------
native gcc: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
arm-none-eabi-gcc: arm-none-eabi-gcc (15:9-2019-q4-0ubuntu1) 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599]
avr-gcc: avr-gcc (GCC) 5.4.0
mips-mti-elf-gcc: missing
msp430-elf-gcc: msp430-elf-gcc (GCC) 10.1.0
riscv-none-elf-gcc: missing
riscv64-unknown-elf-gcc: missing
riscv-none-embed-gcc: riscv-none-embed-gcc (GNU MCU Eclipse RISC-V Embedded GCC, 64-bit) 8.2.0
xtensa-esp32-elf-gcc: xtensa-esp32-elf-gcc (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a5) 5.2.0
xtensa-esp8266-elf-gcc: missing
clang: clang version 10.0.0-4ubuntu1
Installed compiler libs
-----------------------
arm-none-eabi-newlib: "3.3.0"
mips-mti-elf-newlib: missing
msp430-elf-newlib: "3.3.0"
riscv-none-elf-newlib: missing
riscv64-unknown-elf-newlib: missing
riscv-none-embed-newlib: "3.0.0"
xtensa-esp32-elf-newlib: "2.2.0"
xtensa-esp8266-elf-newlib: missing
avr-libc: "2.0.0" ("20150208")
Installed development tools
---------------------------
ccache: ccache version 3.7.7
cmake: cmake version 3.16.3
cppcheck: Cppcheck 1.90
doxygen: 1.8.17
git: git version 2.25.1
make: GNU Make 4.2.1
openocd: Open On-Chip Debugger 0.11.0+dev-00035-g8d6f7c922-dirty (2021-03-16-15:33)
python: Python 2.7.18
python2: Python 2.7.18
python3: Python 3.8.10
flake8: 3.8.3 (mccabe: 0.6.1, pycodestyle: 2.6.0, pyflakes: 2.2.0) CPython 3.8.10 on
coccinelle: missing
make RIOT_CI_BUILD=1 CC_NOCOLOR=1 --no-print-directory -C ./tests/ztimer_backends test
r
/home/weiss/wd/RIOT/dist/tools/pyterm/pyterm -p "/dev/ttyACM0" -b "115200" --no-reconnect --noprefix --no-repeat-command-on-empty-line
Twisted not available, please install it if you want to use pyterm's JSON capabilities
Connect to serial port /dev/ttyACM0
Welcome to pyterm!
Type '/exit' to exit.
d
sec=43 min=0 hour=0
sec=44 min=0 hour=0
now=45:255856 -> every 2.0s: Hello World
sec=45 min=0 hour=0
sec=46 min=0 hour=0
Help:READY
s
START
main(): This is RIOT! (Version: buildtest)
SUCCESS!
{ "threads": [{ "name": "main", "stack_size": 1536, "stack_used": 232 }]}
Timeout in expect script at "child.expect_exact("starting ztimers")" (tests/ztimer_backends/tests/01-run.py:14)
make: *** [/home/weiss/wd/RIOT/makefiles/tests/tests.inc.mk:22: test] Error 1
Return value: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment