nuttxpr commented on PR #16343:
URL: https://github.com/apache/nuttx/pull/16343#issuecomment-2865596292

   [**\[Experimental Bot, please feedback 
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues)
   
   Build and Test **FAILED** (avaota-a1:nsh)
   https://gitlab.com/lupyuen/nuttx-build-log/-/snippets/4841520
   ```text
   $ git clone https://github.com/Fix-Point/nuttx nuttx --branch timer-improve
   $ git clone https://github.com/apache/nuttx-apps apps --branch master
   $ pushd nuttx
   $ git reset --hard HEAD
   HEAD is now at e97ec75fbc clock: Fix timing error.
   $ popd
   $ pushd apps
   $ git reset --hard HEAD
   HEAD is now at 376cc5a73 testing/ostest: Add checking of signal delivery TID 
to signest test
   $ popd
   NuttX Source: 
https://github.com/apache/nuttx/tree/e97ec75fbc7a26a7fd4390d8f886b22667b5aaf5
   NuttX Apps: 
https://github.com/apache/nuttx-apps/tree/376cc5a731d9b43a34dd619fece8c49015238fd1
   $ cd nuttx
   $ tools/configure.sh avaota-a1:nsh
   $ make -j
   $ make -j export
   $ pushd ../apps
   $ ./tools/mkimport.sh -z -x ../nuttx/nuttx-export-0.0.0.tar.gz
   $ make -j import
   $ popd
   $ genromfs -f initrd -d ../apps/bin -V NuttXBootVol
   $ head -c 65536 /dev/zero
   $ cat nuttx.bin /tmp/nuttx.pad initrd
   $ scp Image thinkcentre:/tmp/Image
   $ ssh thinkcentre sudo /home/user/copy-image.sh
   $ sd-mux-ctrl --device-serial=sd-wire_02-09 --ts
   $ mkdir -p /tmp/sda1
   $ mount /dev/sda1 /tmp/sda1
   $ cp /tmp/Image /tmp/sda1/
   $ rm /tmp/Image
   $ umount /tmp/sda1
   $ sd-mux-ctrl --device-serial=sd-wire_02-09 --dut
   $ cd /home/luppy/nuttx-build-farm
   $ ssh thinkcentre
   nsh> uname -a
   NuttX 0.0.0 e97ec75fbc May  9 2025 16:08:43 arm64 avaota-a1
   nsh> ostest
   up_dump_register: SCTLR_EL1: 0x30d0180d        
   test: Simple case:
     Total signalled 1180  Odd=580 Even=600
     Total handled   1180  Odd=580 Even=600
     Total nested    0    Odd=0   Even=0  
   waiter_action: Delivered to wrong TID 12, expected 58
   waiter_action: Delivered to wrong TID 61, expected 58
   Now running 
https://github.com/lupyuen/nuttx-build-farm/blob/main/avaota-power.sh off
   ----- Power off Avaota-A1
   []
   ```
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to