lupyuen commented on PR #18837:
URL: https://github.com/apache/nuttx/pull/18837#issuecomment-4540696731

   @linguini1 [Following these Docker 
Steps](https://lupyuen.org/articles/ci2#build-nuttx-for-one-target-group): I'm 
hitting some errors with cibuild.sh at `qemu-armv8a:citest_smp`. Are you able 
to reproduce this? 
https://gist.github.com/lupyuen/42df35f7c96ef79f3402353c0065af5c
   ```bash
   ## Based on https://lupyuen.org/articles/ci2#build-nuttx-for-one-target-group
   ## Tested on Ubuntu 24.04.2 LTS x86_64
   $ sudo docker run \
     -it \
     ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
     /bin/bash
   $ pip install ntfc
   $ mkdir $HOME/nuttx-ntfc
   $ mkdir $HOME/nuttx-ntfc/external
   $ cd $HOME/nuttx-ntfc/external
   $ git clone -b release-0.0.1 https://github.com/apache/nuttx-ntfc-testing
   $ mv nuttx-ntfc-testing nuttx-testing
   $ export NTFCDIR=$HOME/nuttx-ntfc
   $ cd
   $ git clone https://github.com/linguini1/nuttx --branch pl011-uart
   HEAD is now at 0fd76d2a1c drivers/serial: Refactor PL011 to be 
general-purpose
   NuttX Source: 
https://github.com/apache/nuttx/tree/0fd76d2a1c9a6f281138b4df2ba8dda736e72575
   $ git clone https://github.com/apache/nuttx-apps apps
   HEAD is now at 939ed0ca2 apps/system/microros: add rcutils strcasecmp 
strings.h include patch.
   NuttX Apps: 
https://github.com/apache/nuttx-apps/tree/939ed0ca2a7b593949973be5d09aefea1b659418
   $ cd ~/nuttx/tools/ci
   $ ./cibuild.sh -c -A -N -R testlist/arm64-01.dat
   .../arch/os/integration/test_arch_os_integration.py::test_os[main] PASSED
   
.../arch/example/test_arch_example_integration.py::test_hello_integration[main] 
PASSED
   .../arch/example/test_arch_example_integration.py::test_getprime PASSED
   .../arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat001[main] FAILED
   .../arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat002[main] FAILED
   .../arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat003[main] FAILED
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to