Skip to content

Instantly share code, notes, and snippets.

@jia200x
Created October 29, 2018 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jia200x/5f1c8852abc7501421d9bea84f385493 to your computer and use it in GitHub Desktop.
Save jia200x/5f1c8852abc7501421d9bea84f385493 to your computer and use it in GitHub Desktop.

Failed tests

conn_can

make RIOT_CI_BUILD=1 CC_NOCOLOR=1 --no-print-directory -C /home/jialamos/Development/RIOT/tests/conn_can clean all
Building application "tests_conn_can" for "native" with MCU "native".

In file included from /home/jialamos/Development/RIOT/tests/conn_can/main.c:30:
/home/jialamos/Development/RIOT/sys/include/can/can.h:38:10: fatal error: libsocketcan.h: No such file or directory
 #include <libsocketcan.h>
          ^~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [/home/jialamos/Development/RIOT/Makefile.base:83: /home/jialamos/Development/RIOT/tests/conn_can/bin/native/application_tests_conn_can/main.o] Error 1
make: *** [/home/jialamos/Development/RIOT/tests/conn_can/../../Makefile.include:445: /home/jialamos/Development/RIOT/tests/conn_can/bin/native/application_tests_conn_can.a] Error 2

Return value: 2

pkg_cayenne-lpp

make RIOT_CI_BUILD=1 CC_NOCOLOR=1 --no-print-directory -C /home/jialamos/Development/RIOT/tests/pkg_cayenne-lpp test
make[1]: Nothing to be done for 'Makefile.include'.
make[2]: Nothing to be done for 'Makefile.include'.
/home/jialamos/Development/RIOT/tests/pkg_cayenne-lpp/bin/native/tests_pkg_cayenne-lpp.elf   
RIOT native interrupts/signals initialized.
LED_RED_OFF
LED_GREEN_ON
RIOT native board initialized.
RIOT native hardware initialization complete.

main(): This is RIOT! (Version: buildtest)
Cayenne LPP test application

Test 1:
-------
Result: 03670110056700FF SUCCESS

Test 2:
-------
Result: 0167FFD7067104D2FB2E0000
Expected: 0167FFD8067104D1FB2F0000 FAILED
Timeout in expect script at "child.expect('Result: [0-9A-Z]+ SUCCESS')" (tests/pkg_cayenne-lpp/tests/01-run.py:12)

make: *** [/home/jialamos/Development/RIOT/tests/pkg_cayenne-lpp/../../Makefile.include:553: test] Error 1

Return value: 2

driver_my9221

 	make RIOT_CI_BUILD=1 CC_NOCOLOR=1 --no-print-directory -C /home/jialamos/Development/RIOT/tests/driver_my9221 test
/home/jialamos/Development/RIOT/tests/driver_my9221/bin/native/tests_driver_my9221.elf   
RIOT native interrupts/signals initialized.
LED_RED_OFF
LED_GREEN_ON
RIOT native board initialized.
RIOT native hardware initialization complete.

main(): This is RIOT! (Version: buildtest)
[START]
- light up all LEDs one by one.
drivers/my9221/my9221.c:124 => 0x565893c8
*** RIOT kernel panic:
FAILED ASSERTION.

*** halted.


native: exiting
Unexpected end of file in expect script at "child.expect_exact("[SUCCESS]", timeout=60)" (tests/driver_my9221/tests/01-run.py:15)

Process already stopped
make: *** [/home/jialamos/Development/RIOT/tests/driver_my9221/../../Makefile.include:553: test] Error 1

pkg_lora-serialization

make RIOT_CI_BUILD=1 CC_NOCOLOR=1 --no-print-directory -C /home/jialamos/Development/RIOT/tests/pkg_lora-serialization test
Makefile:9: warning: overriding recipe for target 'test'
/home/jialamos/Development/RIOT/tests/pkg_lora-serialization/../../Makefile.include:553: warning: ignoring old recipe for target 'test'
make[1]: Nothing to be done for 'Makefile.include'.
tests/01-run.py
Makefile:9: warning: overriding recipe for target 'test'
/home/jialamos/Development/RIOT/Makefile.include:553: warning: ignoring old recipe for target 'test'
make[2]: Nothing to be done for 'Makefile.include'.
/home/jialamos/Development/RIOT/tests/pkg_lora-serialization/bin/native/tests_pkg_lora-serialization.elf   
RIOT native interrupts/signals initialized.
LED_RED_OFF
LED_GREEN_ON
RIOT native board initialized.
RIOT native hardware initialization complete.

main(): This is RIOT! (Version: buildtest)
Lora Serialization test

Test 1
Temperature and humidity
---------------------------------
- Writing temperature: 80.12
- Writing humidity: 99.99
- Encoded:  1f 4c 0f 27
- Expected: 1f 4c 0e 27
---------------------------------
FAILED

Test 2
Coordinates and unix time
---------------------------------
- Writing coordinates: -33.905052, 151.26641
- Writing unix time: 1467632413
- Encoded:  64 a6 fa fd 6a 24 04 09 1d 4b 7a 57
- Expected: 65 a6 fa fd 6a 24 04 09 1d 4b 7a 57
---------------------------------
FAILED
Timeout in expect script at "child.expect('SUCCESS')" (tests/pkg_lora-serialization/tests/01-run.py:12)

make: *** [Makefile:9: test] Error 1

Return value: 2

driver_at

make RIOT_CI_BUILD=1 CC_NOCOLOR=1 --no-print-directory -C /home/jialamos/Development/RIOT/tests/driver_at clean all
Building application "tests_driver_at" for "native" with MCU "native".

/home/jialamos/Development/RIOT/drivers/at/at.c: In function ‘at_dev_init’:
/home/jialamos/Development/RIOT/drivers/at/at.c:29:31: error: cast between incompatible function types from ‘int (*)(isrpipe_t *, char)’ {aka ‘int (*)(struct <anonymous> *, char)’} to ‘void (*)(void *, uint8_t)’ {aka ‘void (*)(void *, unsigned char)’} [-Werror=cast-function-type]
     uart_init(uart, baudrate, (uart_rx_cb_t) isrpipe_write_one,
                               ^
cc1: all warnings being treated as errors
make[3]: *** [/home/jialamos/Development/RIOT/Makefile.base:83: /home/jialamos/Development/RIOT/tests/driver_at/bin/native/at/at.o] Error 1
make[2]: *** [/home/jialamos/Development/RIOT/Makefile.base:20: ALL--/home/jialamos/Development/RIOT/drivers/at] Error 2
make[1]: *** [/home/jialamos/Development/RIOT/Makefile.base:20: ALL--/home/jialamos/Development/RIOT/drivers] Error 2
make: *** [/home/jialamos/Development/RIOT/tests/driver_at/../../Makefile.include:445: /home/jialamos/Development/RIOT/tests/driver_at/bin/native/application_tests_driver_at.a] Error 2

Return value: 2

Toolchain

 	
Operating System Environment
-----------------------------
       Operating System: "Arch Linux" 
                 Kernel: Linux 4.18.16-arch1-1-ARCH x86_64 unknown

Installed compiler toolchains
-----------------------------
             native gcc: gcc (GCC) 8.2.1 20180831
      arm-none-eabi-gcc: arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 7-2017-q4-major) 7.2.1 20170904 (release) [ARM/embedded-7-branch revision 255204]
                avr-gcc: missing
       mips-mti-elf-gcc: missing
             msp430-gcc: missing
   riscv-none-embed-gcc: missing
                  clang: missing

Installed compiler libs
-----------------------
   arm-none-eabi-newlib: "2.5.0"
    mips-mti-elf-newlib: missing
riscv-none-embed-newlib: missing
               avr-libc: missing (missing)

Installed development tools
---------------------------
                  cmake: cmake version 3.12.3
               cppcheck: Cppcheck 1.84
                doxygen: 1.8.14
                 flake8: missing
                    git: git version 2.19.1
                openocd: Open On-Chip Debugger 0.10.0+dev-00226-g1c2e3d41d (2018-01-02-18:28)
                 python: Python 3.7.1
                python2: Python 2.7.15
                python3: Python 3.7.1
             coccinelle: missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment