automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |SUCCESS| pw90251 [PATCH] net/ice: fix illegal pointer access in releasing vsi
       [not found] <20210401133215.17962-1-wenwux.ma@intel.com>
@ 2021-04-01  1:39 ` checkpatch
  2021-04-01  2:55 ` [dpdk-test-report] |FAILURE| pw90251 " 0-day Robot
  2021-04-01  2:57 ` [dpdk-test-report] |FAILURE| pw90251 [dpdk-dev] [PATCH] " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2021-04-01  1:39 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/90251

_coding style OK_



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dpdk-test-report] |FAILURE| pw90251 net/ice: fix illegal pointer access in releasing vsi
       [not found] <20210401133215.17962-1-wenwux.ma@intel.com>
  2021-04-01  1:39 ` [dpdk-test-report] |SUCCESS| pw90251 [PATCH] net/ice: fix illegal pointer access in releasing vsi checkpatch
@ 2021-04-01  2:55 ` 0-day Robot
  2021-04-01  2:57 ` [dpdk-test-report] |FAILURE| pw90251 [dpdk-dev] [PATCH] " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2021-04-01  2:55 UTC (permalink / raw)
  To: test-report; +Cc: wenwux.ma, robot

From: robot@bytheb.org

Test-Label: travis-robot
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/90251/

_travis build: failed_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/221860687

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dpdk-test-report] |FAILURE| pw90251 [dpdk-dev] [PATCH] net/ice: fix illegal pointer access in releasing vsi
       [not found] <20210401133215.17962-1-wenwux.ma@intel.com>
  2021-04-01  1:39 ` [dpdk-test-report] |SUCCESS| pw90251 [PATCH] net/ice: fix illegal pointer access in releasing vsi checkpatch
  2021-04-01  2:55 ` [dpdk-test-report] |FAILURE| pw90251 " 0-day Robot
@ 2021-04-01  2:57 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2021-04-01  2:57 UTC (permalink / raw)
  To: test-report; +Cc: wenwux.ma, robot

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=pw|patchwork.dpdk.org|build|16024|SHA|ccb0b3ec7f86ea1e27e2b2355f0971278eb5ca2f|failed|https://github.com/ovsrobot/dpdk/actions/runs/707000230|[dpdk-dev] [PATCH v3] net/ice: support VXLAN VNI field in FDIR|ovsrobot/dpdk, Size: 19423 bytes --]

From: robot@bytheb.org

Test-Label: github-robot
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/90251/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/706997921
Build Logs:
-----------------------Summary of failed steps-----------------------
ubuntu-18.04-gcc-static failed at step "Build and test"
ubuntu-18.04-gcc-shared-abi+doc+tests failed at step "Build and test"
ubuntu-18.04-clang-static failed at step "Build and test"
ubuntu-18.04-clang-shared-doc+tests failed at step "Build and test"
ubuntu-18.04-gcc-static-i386 failed at step "Build and test"
ubuntu-18.04-gcc-static-aarch64 failed at step "Build and test"
ubuntu-18.04-gcc-shared-aarch64 failed at step "Build and test"
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-static at step "Build and test"
####################################################################################
  ^~~~~~~~~~~~~~~~~~
  TAILQ_FOREACH
../drivers/net/ice/ice_ethdev.c:1103:2: error: nested extern declaration of ‘TAILQ_FOREACH_SAFE’ [-Werror=nested-externs]
../drivers/net/ice/ice_ethdev.c:1103:42: error: ‘next’ undeclared (first use in this function); did you mean ‘ret’?
  TAILQ_FOREACH_SAFE(m_f, &vsi->mac_list, next, temp) {
                                          ^~~~
                                          ret
../drivers/net/ice/ice_ethdev.c:1103:42: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_ethdev.c:1103:54: error: expected ‘;’ before ‘{’ token
  TAILQ_FOREACH_SAFE(m_f, &vsi->mac_list, next, temp) {
                                                      ^
../drivers/net/ice/ice_ethdev.c:1114:55: error: expected ‘;’ before ‘{’ token
  TAILQ_FOREACH_SAFE(v_f, &vsi->vlan_list, next, temp) {
                                                       ^
../drivers/net/ice/ice_ethdev.c:1098:6: error: unused variable ‘ret’ [-Werror=unused-variable]
  int ret = 0;
      ^~~
../drivers/net/ice/ice_ethdev.c:1124:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
[1424/3183] Generating rte_net_igc_mingw with a custom command.
[1425/3183] Generating rte_net_igc.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-static at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-shared-abi+doc+tests at step "Build and test"
####################################################################################
  ^~~~~~~~~~~~~~~~~~
  TAILQ_FOREACH
../drivers/net/ice/ice_ethdev.c:1103:2: error: nested extern declaration of ‘TAILQ_FOREACH_SAFE’ [-Werror=nested-externs]
../drivers/net/ice/ice_ethdev.c:1103:42: error: ‘next’ undeclared (first use in this function); did you mean ‘ret’?
  TAILQ_FOREACH_SAFE(m_f, &vsi->mac_list, next, temp) {
                                          ^~~~
                                          ret
../drivers/net/ice/ice_ethdev.c:1103:42: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_ethdev.c:1103:54: error: expected ‘;’ before ‘{’ token
  TAILQ_FOREACH_SAFE(m_f, &vsi->mac_list, next, temp) {
                                                      ^
../drivers/net/ice/ice_ethdev.c:1114:55: error: expected ‘;’ before ‘{’ token
  TAILQ_FOREACH_SAFE(v_f, &vsi->vlan_list, next, temp) {
                                                       ^
../drivers/net/ice/ice_ethdev.c:1098:6: error: unused variable ‘ret’ [-Werror=unused-variable]
  int ret = 0;
      ^~~
../drivers/net/ice/ice_ethdev.c:1124:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
[1446/3399] Compiling C object 'drivers/drivers@@tmp_rte_net_ionic@sta/net_ionic_ionic_rxtx.c.o'.
[1447/3399] Generating rte_net_igc.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-shared-abi+doc+tests at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-clang-static at step "Build and test"
####################################################################################
[1417/3185] Compiling C object 'drivers/drivers@@tmp_rte_net_igc@sta/net_igc_igc_logs.c.o'.
[1418/3185] Compiling C object 'drivers/net/igc/base/drivers@net@igc@base@@igc_base@sta/igc_phy.c.o'.
[1419/3185] Compiling C object 'drivers/drivers@@tmp_rte_net_igc@sta/net_igc_igc_filter.c.o'.
[1420/3185] Linking static target drivers/net/igc/base/libigc_base.a.
[1421/3185] Compiling C object 'drivers/drivers@@tmp_rte_net_igc@sta/net_igc_igc_flow.c.o'.
[1422/3185] Compiling C object 'drivers/drivers@@tmp_rte_net_igc@sta/net_igc_igc_txrx.c.o'.
[1423/3185] Generating rte_net_igc_def with a custom command.
[1424/3185] Linking static target drivers/libtmp_rte_net_igc.a.
[1425/3185] Compiling C object 'drivers/drivers@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
FAILED: drivers/drivers@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o 
ccache clang -Idrivers/drivers@@tmp_rte_net_ice@sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -Ilib/librte_ethdev -I../lib/librte_ethdev -I. -I../ -Iconfig -I../config -Ilib/librte_eal/include -I../lib/librte_eal/include -Ilib/librte_eal/linux/include -I../lib/librte_eal/linux/include -Ilib/librte_eal/x86/include -I../lib/librte_eal/x86/include -Ilib/librte_eal/common -I../lib/librte_eal/common -Ilib/librte_eal -I../lib/librte_eal -Ilib/librte_kvargs -I../lib/librte_kvargs -Ilib/librte_telemetry/../librte_metrics -I../lib/librte_telemetry/../librte_metrics -Ilib/librte_telemetry -I../lib/librte_telemetry -Ilib/librte_net -I../lib/librte_net -Ilib/librte_mbuf -I../lib/librte_mbuf -Ilib/librte_mempool -I../lib/librte_mempool -Ilib/librte_ring -I../lib/librte_ring -Ilib/librte_meter -I../lib/librte_meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/librte_pci -I../lib/librte_pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/librte_hash -I../lib/librte_hash -Ilib/librte_rcu -I../lib/librte_rcu -Idrivers/common/iavf -I../drivers/common/iavf -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DCC_AVX512_SUPPORT  -MD -MQ 'drivers/drivers@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -MF 'drivers/drivers@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o.d' -o 'drivers/drivers@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -c ../drivers/net/ice/ice_ethdev.c
../drivers/net/ice/ice_ethdev.c:1103:2: error: implicit declaration of function 'TAILQ_FOREACH_SAFE' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        TAILQ_FOREACH_SAFE(m_f, &vsi->mac_list, next, temp) {
        ^
../drivers/net/ice/ice_ethdev.c:1103:42: error: use of undeclared identifier 'next'
        TAILQ_FOREACH_SAFE(m_f, &vsi->mac_list, next, temp) {
                                                ^
../drivers/net/ice/ice_ethdev.c:1114:43: error: use of undeclared identifier 'next'
        TAILQ_FOREACH_SAFE(v_f, &vsi->vlan_list, next, temp) {
                                                 ^
3 errors generated.
[1426/3185] Generating rte_net_igc_mingw with a custom command.
[1427/3185] Generating rte_net_igc.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-clang-static at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-clang-shared-doc+tests at step "Build and test"
####################################################################################
[1434/3401] Compiling C object 'drivers/net/igc/base/drivers@net@igc@base@@igc_base@sta/igc_phy.c.o'.
[1435/3401] Compiling C object 'drivers/drivers@@tmp_rte_net_igc@sta/net_igc_igc_logs.c.o'.
[1436/3401] Generating rte_net_iavf.sym_chk with a meson_exe.py custom command.
[1437/3401] Linking static target drivers/net/igc/base/libigc_base.a.
[1438/3401] Compiling C object 'drivers/drivers@@tmp_rte_net_igc@sta/net_igc_igc_filter.c.o'.
[1439/3401] Linking target drivers/librte_net_iavf.so.21.2.
[1440/3401] Compiling C object 'drivers/drivers@@tmp_rte_net_igc@sta/net_igc_igc_txrx.c.o'.
[1441/3401] Compiling C object 'drivers/drivers@@tmp_rte_net_igc@sta/net_igc_igc_flow.c.o'.
[1442/3401] Compiling C object 'drivers/drivers@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
FAILED: drivers/drivers@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o 
ccache clang -Idrivers/drivers@@tmp_rte_net_ice@sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -Ilib/librte_ethdev -I../lib/librte_ethdev -I. -I../ -Iconfig -I../config -Ilib/librte_eal/include -I../lib/librte_eal/include -Ilib/librte_eal/linux/include -I../lib/librte_eal/linux/include -Ilib/librte_eal/x86/include -I../lib/librte_eal/x86/include -Ilib/librte_eal/common -I../lib/librte_eal/common -Ilib/librte_eal -I../lib/librte_eal -Ilib/librte_kvargs -I../lib/librte_kvargs -Ilib/librte_telemetry/../librte_metrics -I../lib/librte_telemetry/../librte_metrics -Ilib/librte_telemetry -I../lib/librte_telemetry -Ilib/librte_net -I../lib/librte_net -Ilib/librte_mbuf -I../lib/librte_mbuf -Ilib/librte_mempool -I../lib/librte_mempool -Ilib/librte_ring -I../lib/librte_ring -Ilib/librte_meter -I../lib/librte_meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/librte_pci -I../lib/librte_pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/librte_hash -I../lib/librte_hash -Ilib/librte_rcu -I../lib/librte_rcu -Idrivers/common/iavf -I../drivers/common/iavf -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DCC_AVX512_SUPPORT  -MD -MQ 'drivers/drivers@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -MF 'drivers/drivers@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o.d' -o 'drivers/drivers@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -c ../drivers/net/ice/ice_ethdev.c
../drivers/net/ice/ice_ethdev.c:1103:2: error: implicit declaration of function 'TAILQ_FOREACH_SAFE' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        TAILQ_FOREACH_SAFE(m_f, &vsi->mac_list, next, temp) {
        ^
../drivers/net/ice/ice_ethdev.c:1103:42: error: use of undeclared identifier 'next'
        TAILQ_FOREACH_SAFE(m_f, &vsi->mac_list, next, temp) {
                                                ^
../drivers/net/ice/ice_ethdev.c:1114:43: error: use of undeclared identifier 'next'
        TAILQ_FOREACH_SAFE(v_f, &vsi->vlan_list, next, temp) {
                                                 ^
3 errors generated.
[1443/3401] Linking static target drivers/libtmp_rte_net_igc.a.
[1444/3401] Generating rte_net_igc_def with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-clang-shared-doc+tests at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-static-i386 at step "Build and test"
####################################################################################
  ^~~~~~~~~~~~~~~~~~
  TAILQ_FOREACH
../drivers/net/ice/ice_ethdev.c:1103:2: error: nested extern declaration of ‘TAILQ_FOREACH_SAFE’ [-Werror=nested-externs]
../drivers/net/ice/ice_ethdev.c:1103:42: error: ‘next’ undeclared (first use in this function); did you mean ‘ret’?
  TAILQ_FOREACH_SAFE(m_f, &vsi->mac_list, next, temp) {
                                          ^~~~
                                          ret
../drivers/net/ice/ice_ethdev.c:1103:42: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_ethdev.c:1103:54: error: expected ‘;’ before ‘{’ token
  TAILQ_FOREACH_SAFE(m_f, &vsi->mac_list, next, temp) {
                                                      ^
../drivers/net/ice/ice_ethdev.c:1114:55: error: expected ‘;’ before ‘{’ token
  TAILQ_FOREACH_SAFE(v_f, &vsi->vlan_list, next, temp) {
                                                       ^
../drivers/net/ice/ice_ethdev.c:1098:6: error: unused variable ‘ret’ [-Werror=unused-variable]
  int ret = 0;
      ^~~
../drivers/net/ice/ice_ethdev.c:1124:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
[1241/2587] Compiling C object 'drivers/drivers@@tmp_rte_net_ionic@sta/net_ionic_ionic_rx_filter.c.o'.
[1242/2587] Generating rte_net_igc.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-static-i386 at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-static-aarch64 at step "Build and test"
####################################################################################
  ^~~~~~~~~~~~~~~~~~
  TAILQ_FOREACH
../drivers/net/ice/ice_ethdev.c:1103:2: error: nested extern declaration of ‘TAILQ_FOREACH_SAFE’ [-Werror=nested-externs]
../drivers/net/ice/ice_ethdev.c:1103:42: error: ‘next’ undeclared (first use in this function); did you mean ‘ret’?
  TAILQ_FOREACH_SAFE(m_f, &vsi->mac_list, next, temp) {
                                          ^~~~
                                          ret
../drivers/net/ice/ice_ethdev.c:1103:42: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_ethdev.c:1103:54: error: expected ‘;’ before ‘{’ token
  TAILQ_FOREACH_SAFE(m_f, &vsi->mac_list, next, temp) {
                                                      ^
../drivers/net/ice/ice_ethdev.c:1114:55: error: expected ‘;’ before ‘{’ token
  TAILQ_FOREACH_SAFE(v_f, &vsi->vlan_list, next, temp) {
                                                       ^
../drivers/net/ice/ice_ethdev.c:1098:6: error: unused variable ‘ret’ [-Werror=unused-variable]
  int ret = 0;
      ^~~
../drivers/net/ice/ice_ethdev.c:1124:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
[1429/3183] Generating rte_net_ionic_def with a custom command.
[1430/3183] Generating rte_net_igc.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-static-aarch64 at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-shared-aarch64 at step "Build and test"
####################################################################################
  ^~~~~~~~~~~~~~~~~~
  TAILQ_FOREACH
../drivers/net/ice/ice_ethdev.c:1103:2: error: nested extern declaration of ‘TAILQ_FOREACH_SAFE’ [-Werror=nested-externs]
../drivers/net/ice/ice_ethdev.c:1103:42: error: ‘next’ undeclared (first use in this function); did you mean ‘ret’?
  TAILQ_FOREACH_SAFE(m_f, &vsi->mac_list, next, temp) {
                                          ^~~~
                                          ret
../drivers/net/ice/ice_ethdev.c:1103:42: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_ethdev.c:1103:54: error: expected ‘;’ before ‘{’ token
  TAILQ_FOREACH_SAFE(m_f, &vsi->mac_list, next, temp) {
                                                      ^
../drivers/net/ice/ice_ethdev.c:1114:55: error: expected ‘;’ before ‘{’ token
  TAILQ_FOREACH_SAFE(v_f, &vsi->vlan_list, next, temp) {
                                                       ^
../drivers/net/ice/ice_ethdev.c:1098:6: error: unused variable ‘ret’ [-Werror=unused-variable]
  int ret = 0;
      ^~~
../drivers/net/ice/ice_ethdev.c:1124:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
[1457/3396] Compiling C object 'drivers/drivers@@rte_net_igc@sta/meson-generated_.._rte_net_igc.pmd.c.o'.
[1458/3396] Generating rte_net_ionic.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-shared-aarch64 at step "Build and test"
####################################################################################
--------------------------------END LOGS-----------------------------

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-01  2:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210401133215.17962-1-wenwux.ma@intel.com>
2021-04-01  1:39 ` [dpdk-test-report] |SUCCESS| pw90251 [PATCH] net/ice: fix illegal pointer access in releasing vsi checkpatch
2021-04-01  2:55 ` [dpdk-test-report] |FAILURE| pw90251 " 0-day Robot
2021-04-01  2:57 ` [dpdk-test-report] |FAILURE| pw90251 [dpdk-dev] [PATCH] " 0-day Robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).