You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/09/23 06:04:06 UTC

[GitHub] [incubator-nuttx-testing] btashton edited a comment on pull request #39: WIP: Add Cygwin to CI

btashton edited a comment on pull request #39:
URL: https://github.com/apache/incubator-nuttx-testing/pull/39#issuecomment-697152673


   @patacongo @v01d Getting this closer to being in a reasonable place, but it looks like there is an issue with `make distclean`
   
   These folders are getting left behind:
   ```
   arch/arm/include/board
   arch/arm/include/chip
   ```
   
   Here is a snip of the log:
   ```
   2020-09-23T05:53:52.4368113Z + run_builds
   2020-09-23T05:53:52.4368497Z + local ncpus
   2020-09-23T05:53:52.4368876Z + case $os in
   2020-09-23T05:53:52.4435993Z ++ grep -c '^processor' /proc/cpuinfo
   2020-09-23T05:53:52.4529398Z + ncpus=2
   2020-09-23T05:53:52.4529975Z + options+='-j 2'
   2020-09-23T05:53:52.4537238Z + for build in $builds
   2020-09-23T05:53:52.4538682Z + /cygdrive/d/a/incubator-nuttx-testing/incubator-nuttx-testing/nuttx/tools/testbuild.sh -x -j 2 -e '-Wno-cpp -Werror' testlist/arm-12.dat
   2020-09-23T05:53:52.6624240Z ====================================================================================
   2020-09-23T05:53:52.6933227Z Configuration/Tool: b-l072z-lrwan1/adc,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
   2020-09-23T05:53:52.8755745Z ------------------------------------------------------------------------------------
   2020-09-23T05:53:52.8756749Z   Cleaning...
   2020-09-23T05:53:52.8763608Z   Configuring...
   2020-09-23T05:54:05.8825442Z   Disabling CONFIG_TOOLCHAIN_WINDOWS
   2020-09-23T05:54:05.9027901Z   Enabling CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
   2020-09-23T05:54:12.0438219Z   Building NuttX...
   2020-09-23T05:57:29.1106768Z   Normalize b-l072z-lrwan1/adc
   2020-09-23T05:57:50.9600085Z ====================================================================================
   2020-09-23T05:57:50.9914331Z Configuration/Tool: b-l072z-lrwan1/nsh,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
   2020-09-23T05:57:51.1640490Z ------------------------------------------------------------------------------------
   2020-09-23T05:57:51.1641713Z   Cleaning...
   2020-09-23T05:58:18.9865401Z On branch master
   2020-09-23T05:58:18.9867462Z Your branch is up to date with 'origin/master'.
   2020-09-23T05:58:18.9870101Z 
   2020-09-23T05:58:18.9872698Z Ignored files:
   2020-09-23T05:58:18.9885491Z   (use "git add -f <file>..." to include in what will be committed)
   2020-09-23T05:58:18.9900250Z 	arch/arm/include/board
   2020-09-23T05:58:18.9909236Z 	arch/arm/include/chip
   2020-09-23T05:58:18.9914370Z 
   2020-09-23T05:58:18.9915972Z nothing to commit, working tree clean
   2020-09-23T05:58:19.2661926Z ##[error]Process completed with exit code 1.
   ```


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

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