See <https://builds.apache.org/job/NuttX-Nightly-Build/54/display/redirect>
Changes:
------------------------------------------
[...truncated 1.08 MB...]
Configuration/Tool: sim/configdata
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Copy files
Select CONFIG_HOST_LINUX=y
Refreshing...
Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Configuration/Tool: sim/udgram
------------------------------------------------------------------------------------
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_netpoll.c: In function 'local_pollsetup':
local/local_netpoll.c:305:1: warning: label 'pollerr' defined but not used
[-Wunused-label]
pollerr:
^~~~~~~
====================================================================================
Configuration/Tool: sim/spiffs
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Copy files
Select CONFIG_HOST_LINUX=y
Refreshing...
Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Skipping: sim/nxwm
====================================================================================
Configuration/Tool: sim/nxffs
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Copy files
Select CONFIG_HOST_LINUX=y
Refreshing...
Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Configuration/Tool: sim/touchscreen
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Copy files
Select CONFIG_HOST_LINUX=y
Refreshing...
Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Skipping: sim/cxxtest
====================================================================================
Configuration/Tool: sim/unionfs
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Copy files
Select CONFIG_HOST_LINUX=y
Refreshing...
Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Configuration/Tool: sim/dsptest
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Copy files
Select CONFIG_HOST_LINUX=y
Refreshing...
Building NuttX...
------------------------------------------------------------------------------------
--2020-03-05 08:10:30--
https://github.com/ThrowTheSwitch/Unity/archive/v2.4.3.tar.gz
Resolving github.com (github.com)... 192.30.255.113
Connecting to github.com (github.com)|192.30.255.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/ThrowTheSwitch/Unity/tar.gz/v2.4.3
[following]
--2020-03-05 08:10:30--
https://codeload.github.com/ThrowTheSwitch/Unity/tar.gz/v2.4.3
Resolving codeload.github.com (codeload.github.com)... 192.30.255.120
Connecting to codeload.github.com (codeload.github.com)|192.30.255.120|:443...
connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: 'v2.4.3.tar.gz'
0K .......... .......... .......... .......... .......... 5.44M
50K .......... .......... .......... .......... .......... 10.7M
100K .......... .......... .......... .......... .......... 8.59M
150K .......... .......... .......... .......... .......... 6.98M
200K .......... .......... .......... .......... .......... 5.82M
250K ....... 28.5M=0.03s
2020-03-05 08:10:30 (7.22 MB/s) - 'v2.4.3.tar.gz' saved [264150]
====================================================================================
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/ipforward
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Copy files
Select CONFIG_HOST_LINUX=y
Refreshing...
Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Configuration/Tool: sim/sixlowpan
------------------------------------------------------------------------------------
Cleaning...
Configuring...
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"
^~~~~~~
====================================================================================
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
^~~~~~~
====================================================================================
Configuration/Tool: sim/nsh
------------------------------------------------------------------------------------
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);
^~~~~~~~~
group/group_setuptaskfiles.c: In function 'sched_dupsockets':
group/group_setuptaskfiles.c:176:12: warning: implicit declaration of function
'_SS_ISCLOEXEC'; did you mean 'FD_CLOEXEC'? [-Wimplicit-function-declaration]
!_SS_ISCLOEXEC(parent[i].s_flags))
^~~~~~~~~~~~~
FD_CLOEXEC
net/tun.c:1061:13: warning: 'tun_ipv6multicast' defined but not used
[-Wunused-function]
static void tun_ipv6multicast(FAR struct tun_device_s *priv)
^~~~~~~~~~~~~~~~~
nuttx.rel: In function `sched_dupsockets':
<https://builds.apache.org/job/NuttX-Nightly-Build/ws/nuttx/sched/group/group_setuptaskfiles.c>:176:
undefined reference to `_SS_ISCLOEXEC'
collect2: error: ld returned 1 exit status
make[1]: *** [nuttx] Error 1
make: *** [pass2] Error 2
make: Target 'all' not remade because of errors.
====================================================================================
Configuration/Tool: qemu-i486/ostest
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Copy files
Select CONFIG_HOST_LINUX=y
Refreshing...
Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Configuration/Tool: qemu-i486/nsh
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Copy files
Select CONFIG_HOST_LINUX=y
Refreshing...
Building NuttX...
------------------------------------------------------------------------------------
====================================================================================
Build step 'Execute shell' marked build as failure