See <https://builds.apache.org/job/NuttX-Nightly-Build/51/display/redirect>
Changes:
------------------------------------------
[...truncated 541.66 KB...]
net_ipv4addr_hdrcopy(ipv4->srcipaddr, &dev->d_ipaddr);
^~~~~~~~~~~~~~~~~~~~
tcp/tcp_send.c:336:7: warning: dereferencing type-punned pointer will break
strict-aliasing rules [-Wstrict-aliasing]
net_ipv4addr_hdrcopy(ipv4->destipaddr, &conn->u.ipv4.raddr);
^~~~~~~~~~~~~~~~~~~~
tcp/tcp_send.c: In function 'tcp_reset':
tcp/tcp_send.c:540:7: warning: dereferencing type-punned pointer will break
strict-aliasing rules [-Wstrict-aliasing]
net_ipv4addr_hdrcopy(ipv4->srcipaddr, &dev->d_ipaddr);
^~~~~~~~~~~~~~~~~~~~
In file included from devif/devif_loopback.c:45:0:
devif/devif_loopback.c: In function 'is_loopback':
devif/devif_loopback.c:55:30: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
#define IPv4BUF ((FAR struct ipv4_hdr_s *)(dev->d_buf + dev->d_llhdrlen))
^
devif/devif_loopback.c:68:32: note: in expansion of macro 'IPv4BUF'
net_ipv4addr_hdrcmp(IPv4BUF->destipaddr, &dev->d_ipaddr))
^~~~~~~
====================================================================================
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);
^~~~~~~~~
net/tun.c:1061:13: warning: 'tun_ipv6multicast' defined but not used
[-Wunused-function]
static void tun_ipv6multicast(FAR struct tun_device_s *priv)
^~~~~~~~~~~~~~~~~
====================================================================================
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-04 05:21:30--
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-04 05:21:31--
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.28M
50K .......... .......... .......... .......... .......... 11.1M
100K .......... .......... .......... .......... .......... 27.9M
150K .......... .......... .......... .......... .......... 2.99M
200K .......... .......... .......... .......... .......... 4.97M
250K ....... 22.9M=0.04s
2020-03-04 05:21:31 (6.01 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