-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.failed
27 lines (23 loc) · 967 Bytes
/
test.failed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
make RIOT_CI_BUILD=1 CC_NOCOLOR=1 --no-print-directory -C ./tests/sys/xtimer_msg test
r
/home/maribu/Repos/software/RIOT/avr-threadless-idle/dist/tools/pyterm/pyterm -p "/dev/ttyACM0" -b "9600" --no-reconnect --noprefix --no-repeat-command-on-empty-line
Connect to serial port /dev/ttyACM0
Welcome to pyterm!
Type '/exit' to exit.
Help: Press s to start test, r to print it is ready
READY
s
START
main(): This is RIOT! (Version: buildtest)
This is thread 2
sending 1st msg
now=2:116900 -> every 2.0s: Hello World
sending 2nd msg
now=2:175140 -> every 5.0s: This is a Test
This is thread 3
sec=3 min=0 hour=0
now=4:158664 -> every 2.0s: Hello World
Help: Press s to start test, r to print it is ready
Timeout in expect script at "child.expect(r"sec=\d+ min=\d+ hour=\d+")" (tests/sys/xtimer_msg/tests/01-run.py:17)
make: *** [/home/maribu/Repos/software/RIOT/avr-threadless-idle/makefiles/tests/tests.inc.mk:26: test] Error 1
Return value: 2