See <https://builds.apache.org/job/NuttX-Nightly-Build/58/display/redirect>

Changes:


------------------------------------------
[...truncated 504.43 KB...]
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
mtd/at24xx.c:139:4: warning: #warning "Assuming MTD driver block size is the 
same as the FLASH page size" [-Wcpp]
 #  warning "Assuming MTD driver block size is the same as the FLASH page size"
    ^~~~~~~
====================================================================================
Skipping: sim/cxxtest
====================================================================================
Configuration/Tool: sim/nettest
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Skipping: sim/nxwm
====================================================================================
Configuration/Tool: sim/ipforward
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Configuration/Tool: sim/nx
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Configuration/Tool: sim/ostest
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Configuration/Tool: sim/mount
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Configuration/Tool: sim/minibasic
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Configuration/Tool: sim/tcpblaster
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
tcpblaster_server.c: In function 'tcpblaster_server':
tcpblaster_server.c:256:71: warning: passing argument 1 of 'localtime' from 
incompatible pointer type [-Wincompatible-pointer-types]
           strftime(timebuff, 100, "%Y-%m-%d %H:%M:%S.000", localtime (&curr));
                                                                       ^
In file included from tcpblaster_server.c:50:0:
/usr/include/time.h:123:19: note: expected 'const time_t * {aka const long int 
*}' but argument is of type 'struct timespec *'
 extern struct tm *localtime (const time_t *__timer) __THROW;
                   ^~~~~~~~~
tcpblaster_client.c: In function 'tcpblaster_client':
tcpblaster_client.c:230:71: warning: passing argument 1 of 'localtime' from 
incompatible pointer type [-Wincompatible-pointer-types]
           strftime(timebuff, 100, "%Y-%m-%d %H:%M:%S.000", localtime (&curr));
                                                                       ^
In file included from 
<https://builds.apache.org/job/NuttX-Nightly-Build/ws/nuttx/include/signal.h>:47:0,
                 from 
<https://builds.apache.org/job/NuttX-Nightly-Build/ws/nuttx/include/nuttx/sched.h>:48,
                 from 
<https://builds.apache.org/job/NuttX-Nightly-Build/ws/nuttx/include/sched.h>:50,
                 from 
<https://builds.apache.org/job/NuttX-Nightly-Build/ws/nuttx/include/stdio.h>:48,
                 from tcpblaster_client.c:45:
<https://builds.apache.org/job/NuttX-Nightly-Build/ws/nuttx/include/time.h>:205:16:
 note: expected 'const time_t * {aka const unsigned int *}' but argument is of 
type 'struct timespec *'
 FAR struct tm *localtime(FAR const time_t *timep);
                ^~~~~~~~~
====================================================================================
Configuration/Tool: sim/touchscreen
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Configuration/Tool: sim/bas
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
In file included from bas.c:84:0:
bas.c: In function 'bas_interpreter':
bas_error.h:110:37: warning: left-hand operand of comma expression has no 
effect [-Wunused-value]
 #define NOSUCHLINE         STATIC+40, _("No such line")
                                     ^
bas.c:2425:52: note: in expansion of macro 'NOSUCHLINE'
                           FS_putChars(STDCHANNEL, (NOSUCHLINE));
                                                    ^~~~~~~~~~
bas_fs.c:107:22: warning: 'g_vt100_colormap' defined but not used 
[-Wunused-const-variable=]
 static const uint8_t g_vt100_colormap[8] =
                      ^~~~~~~~~~~~~~~~
<stdout>:4048:16: warning: 'input' defined but not used [-Wunused-function]
====================================================================================
Configuration/Tool: sim/mtdpart
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Configuration/Tool: sim/spiffs
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Configuration/Tool: sim/ustream
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
local/local_connect.c: In function 'psock_local_connect':
local/local_connect.c:292:2: warning: #warning Missing logic [-Wcpp]
 #warning Missing logic
  ^~~~~~~
====================================================================================
Configuration/Tool: sim/userfs
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
local/local_fifo.c: In function 'local_release_halfduplex':
local/local_fifo.c:449:4: warning: #warning Missing logic [-Wcpp]
 #  warning Missing logic
    ^~~~~~~
local/local_sockif.c: In function 'local_connect':
local/local_sockif.c:550:2: warning: #warning Missing logic [-Wcpp]
 #warning Missing logic
  ^~~~~~~
local/local_sockif.c: In function 'local_send':
local/local_sockif.c:695:2: warning: #warning Missing logic [-Wcpp]
 #warning Missing logic
  ^~~~~~~
local/local_connect.c: In function 'psock_local_connect':
local/local_connect.c:292:2: warning: #warning Missing logic [-Wcpp]
 #warning Missing logic
  ^~~~~~~
====================================================================================
Skipping: sim/rpproxy
====================================================================================
Configuration/Tool: sim/dsptest
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
--2020-03-09 05:15:31--  
https://github.com/ThrowTheSwitch/Unity/archive/v2.4.3.tar.gz
Resolving github.com (github.com)... 192.30.255.112
Connecting to github.com (github.com)|192.30.255.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/ThrowTheSwitch/Unity/tar.gz/v2.4.3 
[following]
--2020-03-09 05:15:31--  
https://codeload.github.com/ThrowTheSwitch/Unity/tar.gz/v2.4.3
Resolving codeload.github.com (codeload.github.com)... 192.30.255.121
Connecting to codeload.github.com (codeload.github.com)|192.30.255.121|:443... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: 'v2.4.3.tar.gz'

     0K .......... .......... .......... .......... .......... 5.30M
    50K .......... .......... .......... .......... .......... 11.0M
   100K .......... .......... .......... .......... .......... 28.8M
   150K .......... .......... .......... .......... .......... 3.42M
   200K .......... .......... .......... .......... .......... 5.34M
   250K .......                                                22.8M=0.04s

2020-03-09 05:15:31 (6.44 MB/s) - 'v2.4.3.tar.gz' saved [264150]

====================================================================================
Configuration/Tool: qemu-i486/nsh
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Configuration/Tool: qemu-i486/ostest
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
  Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Build step 'Execute shell' marked build as failure

Reply via email to