lupyuen commented on issue #18562:
URL: https://github.com/apache/nuttx/issues/18562#issuecomment-4274096560

   Download Retry failed twice today (after 4 attempts) at around the same time:
   
   ### First Failure
   
https://github.com/apache/nuttx/actions/runs/24605418871/job/71950832530#step:10:451
   
   ```
   Build Attempt 1 of 4
   
====================================================================================
   Configuration/Tool: esp32-audio-kit/audio
   2026-04-18 13:34:29
   
------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Building NuttX...
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                    Dload  Upload   Total   Spent    Left  Speed
   100    92  100    92    0     0      8      0  0:00:11  0:00:11 --:--:--    
23
   
   gzip: stdin: not in gzip format
   make[3]: *** [Makefile:59: cJSON] Error 2
   make[2]: *** [Makefile:57: 
/github/workspace/sources/apps/netutils/cjson_context] Error 2
   
   100    92  100    92    0     0      8      0  0:00:11  0:00:11 --:--:--    
23
   
   gzip: stdin: not in gzip format
   make[3]: *** [Makefile:76: argtable3] Error 2
   make[2]: *** [Makefile:57: 
/github/workspace/sources/apps/system/argtable3_context] Error 2
   make: *** [tools/Unix.mk:470: /github/workspace/sources/apps/.context] Error 
2
   
   /github/workspace/sources/nuttx /github/workspace/sources/nuttx
   HEAD detached at pull/18730/merge
   nothing to commit, working tree clean
   /github/workspace/sources/nuttx
   /github/workspace/sources/apps /github/workspace/sources/nuttx
   On branch master
   Your branch is up to date with 'origin/master'.
   nothing to commit, working tree clean
   /github/workspace/sources/nuttx
   
   Wait 37 seconds (60 backoff)
   Build Attempt 2 of 4
   
====================================================================================
   Configuration/Tool: esp32-audio-kit/audio
   2026-04-18 13:35:29
   
------------------------------------------------------------------------------------
     Cleaning...
   On branch master
   Your branch is up to date with 'origin/master'.
   
   Ignored files:
     (use "git add -f <file>..." to include in what will be committed)
        examples/romfs/romfs_testdir.h
        examples/romfs/testdir.img
        examples/romfs/testdir/
        netutils/cjson/v1.7.12.tar.gz
        system/argtable3/v3.2.0.7402e6e.tar.gz
   
   nothing to commit, working tree clean
     Configuring...
     Building NuttX...
   
   gzip: stdin: not in gzip format
   make[3]: *** [Makefile:59: cJSON] Error 2
   make[2]: *** [Makefile:57: 
/github/workspace/sources/apps/netutils/cjson_context] Error 2
   
   gzip: stdin: not in gzip format
   make[3]: *** [Makefile:76: argtable3] Error 2
   make[2]: *** [Makefile:57: 
/github/workspace/sources/apps/system/argtable3_context] Error 2
   make: *** [tools/Unix.mk:470: /github/workspace/sources/apps/.context] Error 
2
   
   Wait 93 seconds (120 backoff)
   Build Attempt 3 of 4: (Same error)
   
   Wait 76 seconds (240 backoff)
   Build Attempt 4 of 4: (Same error)
   ```
   
   Note that Build Attempts 2, 3 and 4 don't redownload any files. They seem to 
be reusing a corrupted download. Do we need to delete these in our Retry Script?
   ``` bash
   rm -f netutils/cjson/*.gz
   rm -f system/argtable3/*.gz
   ```
   
   ### Second Failure, around the same time 
   
   
https://github.com/apache/nuttx/actions/runs/24605418871/job/71950832521#step:10:324
   
   ```
   Build Attempt 1 of 4
   
====================================================================================
   Configuration/Tool: sim/libcxxtest
   2026-04-18 13:22:14
   
------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Building NuttX...
   tar: This does not look like a tar archive
   xz: (stdin): File format not recognized
   make[1]: *** [libcxx/Make.defs:31: libcxx/libcxx] Error 2
   make: *** [tools/Unix.mk:470: libs/libxx/.context] Error 2
   
   /github/workspace/sources/nuttx /github/workspace/sources/nuttx
   HEAD detached at pull/18730/merge
   nothing to commit, working tree clean
   /github/workspace/sources/nuttx
   /github/workspace/sources/apps /github/workspace/sources/nuttx
   On branch master
   Your branch is up to date with 'origin/master'.
   
   nothing to commit, working tree clean
   /github/workspace/sources/nuttx
   Wait 7 seconds (60 backoff)
   Build Attempt 2 of 4
   
====================================================================================
   Configuration/Tool: sim/libcxxtest
   2026-04-18 13:22:55
   
------------------------------------------------------------------------------------
     Cleaning...
   On branch master
   Your branch is up to date with 'origin/master'.
   
   Ignored files:
     (use "git add -f <file>..." to include in what will be committed)
        examples/nettest/config.h
        examples/nettest/nettest_host.hobj
        examples/nettest/nettest_server.hobj
        examples/nettest/tcpserver
   ...
   Wait 70 seconds (120 backoff)
   Build Attempt 3 of 4
   
====================================================================================
   Configuration/Tool: sim/libcxxtest
   2026-04-18 13:25:41
   
------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Building NuttX...
   tar: This does not look like a tar archive
   xz: (stdin): File format not recognized
   make[1]: *** [libcxx/Make.defs:31: libcxx/libcxx] Error 2
   make: *** [tools/Unix.mk:470: libs/libxx/.context] Error 2
   ...
   Wait 227 seconds (240 backoff)
   Build Attempt 4 of 4
   
====================================================================================
   Configuration/Tool: sim/libcxxtest
   2026-04-18 13:30:06
   
------------------------------------------------------------------------------------
     Cleaning...
   On branch master
   Your branch is up to date with 'origin/master'.
   
   Ignored files:
     (use "git add -f <file>..." to include in what will be committed)
        examples/nettest/config.h
        examples/nettest/nettest_host.hobj
        examples/nettest/nettest_server.hobj
        examples/nettest/tcpserver
   (Build Failed after 4 attempts)
   ```
   
   Note that Build Attempt 2 and 4 don't download any files. Do we need to 
remove these?
   ```
   examples/nettest/config.h
   examples/nettest/nettest_host.hobj
   examples/nettest/nettest_server.hobj
   examples/nettest/tcpserver
   ```
   
   ### Restart The Build: Also failed (but OK after the next rebuild)
   
   
https://github.com/apache/nuttx/actions/runs/24605418871/job/71954440588#step:10:759
   
   ```
   Build Attempt 1 of 4
   
====================================================================================
   Configuration/Tool: sim/wamr
   2026-04-18 15:09:40
   
------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Building NuttX...
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                    Dload  Upload   Total   Spent    Left  Speed
   100    92  100    92    0     0      8      0  0:00:11  0:00:11 --:--:--    
23
   
   [main.zip]: End-of-central-directory signature not found.
   make[3]: *** [Makefile:111: coremark] Error 9
   make[2]: *** [Makefile:57: 
/github/workspace/sources/apps/benchmarks/coremark_context] Error 2
   make[1]: *** [Makefile:187: context] Error 2
   
   /github/workspace/sources/nuttx /github/workspace/sources/nuttx
   HEAD detached at pull/18730/merge
   nothing to commit, working tree clean
   /github/workspace/sources/nuttx
   /github/workspace/sources/apps /github/workspace/sources/nuttx
   On branch master
   Your branch is up to date with 'origin/master'.
   
   nothing to commit, working tree clean
   /github/workspace/sources/nuttx
   
   Wait 14 seconds (60 backoff)
   Build Attempt 2 of 4
   
====================================================================================
   Configuration/Tool: sim/wamr
   2026-04-18 15:10:20
   
------------------------------------------------------------------------------------
     Cleaning...
   On branch master
   Your branch is up to date with 'origin/master'.
   
   Ignored files:
     (use "git add -f <file>..." to include in what will be committed)
        benchmarks/coremark/main.zip
        interpreters/wamr/9f0c4b63ac21c975aee7aae30236e306c8e49d13.zip
        interpreters/wamr/wamr/
   
   nothing to commit, working tree clean
     Configuring...
     Building NuttX...
   [main.zip]: End-of-central-directory signature not found.
   
   Wait 110 seconds (120 backoff)
   Build Attempt 3 of 4
   
====================================================================================
   Configuration/Tool: sim/wamr
   2026-04-18 15:12:24
   
------------------------------------------------------------------------------------
     Cleaning...
   On branch master
   Your branch is up to date with 'origin/master'.
   
   Ignored files:
     (use "git add -f <file>..." to include in what will be committed)
        benchmarks/coremark/main.zip
        interpreters/wamr/9f0c4b63ac21c975aee7aae30236e306c8e49d13.zip
        interpreters/wamr/wamr/
   
   nothing to commit, working tree clean
     Configuring...
     Building NuttX...
   [main.zip]: End-of-central-directory signature not found.
   
   Build Attempt 4 of 4
   
====================================================================================
   Configuration/Tool: sim/wamr
   2026-04-18 15:15:49
   
------------------------------------------------------------------------------------
     Cleaning...
   On branch master
   Your branch is up to date with 'origin/master'.
   
   Ignored files:
     (use "git add -f <file>..." to include in what will be committed)
        benchmarks/coremark/main.zip
        interpreters/wamr/9f0c4b63ac21c975aee7aae30236e306c8e49d13.zip
        interpreters/wamr/wamr/
   
   nothing to commit, working tree clean
     Configuring...
     Building NuttX...
   [main.zip]: End-of-central-directory signature not found.
   (Build failed after 4 attempts)
   ```
   
   Again: Build Attempts 2, 3 and 4 don't download any files. They seem to be 
reusing a corrupted download. Do we need to delete these in our Retry Script?
   
   ```bash
   rm -f benchmarks/coremark/*.zip
   rm -f interpreters/wamr/*.zip
   ```
   
   ### Around the Same Time at NuttX Build Farm: Download Retry also failed
   
   Is there something wrong with github.com downloads around that time?
   
   https://gitlab.com/lupyuen/nuttx-build-log/-/snippets/5982188#L871
   


-- 
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