automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw154958-154965 Description: Build error encountered
@ 2025-07-02 11:13 al-sw-devops
  0 siblings, 0 replies; only message in thread
From: al-sw-devops @ 2025-07-02 11:13 UTC (permalink / raw)
  To: test-report, atrwajee

[-- Attachment #1: Type: text/plain, Size: 18217 bytes --]

Test-Name: DPDK Fast test suite
Test-Label: aws-unit-testing
Test-Status: FAILURE
_Unit Testing Build error encountered_
http://dpdk.org/patch/154965

Test Status Summary:

+--------------+------------------+
| Architecture | DPDK Unit Test   |
+--------------+------------------+
| x86_64       | FAILURE           |
+--------------+------------------+
| arm64        | FAILURE           |
+--------------+------------------+


Test environment (aarch64):
Description: Build error encountered
OS : Ubuntu 24.04.1 LTS
Kernel : 6.8.0-1030-aws
NIC : Elastic Network Adapter
GCC : 13.3.0-6ubuntu2~24.04

Test last 100 lines (aarch64)
[563/3484] Generating drivers/rte_bus_auxiliary.pmd.c with a custom command
[564/3484] Compiling C object drivers/librte_common_octeontx.so.25.2.p/meson-generated_.._rte_common_octeontx.pmd.c.o
[565/3484] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_dpaa_bus.c.o
FAILED: drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_dpaa_bus.c.o 
cc -Idrivers/libtmp_rte_bus_dpaa.a.p -Idrivers -I../drivers -Idrivers/bus/dpaa -I../drivers/bus/dpaa -I../drivers/bus/dpaa/base -I../drivers/bus/dpaa/include -I../drivers/bus/dpaa/base/qbman -Ilib/eal/common -I../lib/eal/common -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -I../kernel/linux -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Idrivers/common/dpaax -I../drivers/common/dpaax -I../drivers/common/dpaax/caamflib -Ilib/eventdev -I../lib/eventdev -Ilib/ring -I../lib/ring -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wvla -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=neoverse-n1 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -Wno-cast-qual -Wno-pointer-arith -DRTE_LOG_DEFAULT_LOGTYPE=bus.dpaa -MD -MQ drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_dpaa_bus.c.o -MF drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_dpaa_bus.c.o.d -o drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_dpaa_bus.c.o -c ../drivers/bus/dpaa/dpaa_bus.c
In file included from ../lib/eal/common/eal_export.h:8,
                 from ../drivers/bus/dpaa/dpaa_bus.c:18:
../lib/eal/include/rte_common.h:348:9: error: ‘RTE_PRIORITY_102’ undeclared here (not in a function); did you mean ‘RTE_PRIORITY_BUS’?
  348 |         RTE_PRIORITY_ ## prio
      |         ^~~~~~~~~~~~~
../lib/eal/include/rte_common.h:408:39: note: in expansion of macro ‘RTE_PRIO’
  408 | static void __attribute__((destructor(RTE_PRIO(prio)), used)) func(void)
      |                                       ^~~~~~~~
../drivers/bus/dpaa/dpaa_bus.c:920:1: note: in expansion of macro ‘RTE_FINI_PRIO’
  920 | RTE_FINI_PRIO(dpaa_cleanup, 102)
      | ^~~~~~~~~~~~~
../drivers/bus/dpaa/dpaa_bus.c: In function ‘dpaa_cleanup’:
../drivers/bus/dpaa/dpaa_bus.c:921:1: error: expected declaration specifiers before ‘dpaa_cleanup’
  921 | dpaa_cleanup(void)
      | ^~~~~~~~~~~~
../drivers/bus/dpaa/dpaa_bus.c:938:28: error: storage class specified for parameter ‘rte_dpaa_bus’
  938 | static struct rte_dpaa_bus rte_dpaa_bus = {
      |                            ^~~~~~~~~~~~
../drivers/bus/dpaa/dpaa_bus.c:938:15: error: parameter ‘rte_dpaa_bus’ is initialized
  938 | static struct rte_dpaa_bus rte_dpaa_bus = {
      |               ^~~~~~~~~~~~
In file included from ../drivers/bus/dpaa/dpaa_bus.c:34:
../lib/eal/include/bus_driver.h:290:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
  290 | {\
      | ^~
  291 |         (bus).name = RTE_STR(nm);\
      |  
../drivers/bus/dpaa/dpaa_bus.c:955:1: note: in expansion of macro ‘RTE_REGISTER_BUS’
  955 | RTE_REGISTER_BUS(FSL_DPAA_BUS_NAME, rte_dpaa_bus.bus);
      | ^~~~~~~~~~~~~~~~
../drivers/bus/dpaa/dpaa_bus.c:955:54: error: expected declaration specifiers before ‘;’ token
  955 | RTE_REGISTER_BUS(FSL_DPAA_BUS_NAME, rte_dpaa_bus.bus);
      |                                                      ^
In file included from ../lib/eal/include/rte_debug.h:17,
                 from ../lib/eal/include/rte_bitops.h:23,
                 from ../lib/eal/include/rte_interrupts.h:10,
                 from ../drivers/bus/dpaa/dpaa_bus.c:21:
../lib/log/rte_log.h:482:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
  482 | {                                                                           \
      | ^
../lib/log/rte_log.h:509:9: note: in expansion of macro ‘RTE_LOG_REGISTER_IMPL’
  509 |         RTE_LOG_REGISTER_IMPL(type, RTE_STR(RTE_LOG_DEFAULT_LOGTYPE), level)
      |         ^~~~~~~~~~~~~~~~~~~~~
../drivers/bus/dpaa/dpaa_bus.c:956:1: note: in expansion of macro ‘RTE_LOG_REGISTER_DEFAULT’
  956 | RTE_LOG_REGISTER_DEFAULT(dpaa_logtype_bus, NOTICE);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/dpaa/dpaa_bus.c:956:51: error: expected declaration specifiers before ‘;’ token
  956 | RTE_LOG_REGISTER_DEFAULT(dpaa_logtype_bus, NOTICE);
      |                                                   ^
../drivers/bus/dpaa/dpaa_bus.c:920:15: error: old-style parameter declarations in prototyped function definition
  920 | RTE_FINI_PRIO(dpaa_cleanup, 102)
      |               ^~~~~~~~~~~~
../lib/eal/include/rte_common.h:408:63: note: in definition of macro ‘RTE_FINI_PRIO’
  408 | static void __attribute__((destructor(RTE_PRIO(prio)), used)) func(void)
      |                                                               ^~~~
../drivers/bus/dpaa/dpaa_bus.c:957: error: expected ‘{’ at end of input
[566/3484] Compiling C object drivers/librte_common_ionic.so.25.2.p/meson-generated_.._rte_common_ionic.pmd.c.o
[567/3484] Linking static target drivers/librte_common_ionic.a
[568/3484] Linking static target drivers/librte_common_octeontx.a
[569/3484] Generating symbol file lib/librte_bbdev.so.25.2.p/librte_bbdev.so.25.2.symbols
[570/3484] Generating symbol file lib/librte_compressdev.so.25.2.p/librte_compressdev.so.25.2.symbols
[571/3484] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_bman.c.o
[572/3484] Compiling C object lib/librte_node.a.p/node_udp4_input.c.o
[573/3484] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_fman_fman_hw.c.o
[574/3484] Linking target lib/librte_cmdline.so.25.2
[575/3484] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_qman_driver.c.o
[576/3484] Linking target lib/librte_rib.so.25.2
[577/3484] Linking target lib/librte_hash.so.25.2
[578/3484] Generating symbol file lib/librte_reorder.so.25.2.p/librte_reorder.so.25.2.symbols
[579/3484] Generating symbol file lib/librte_regexdev.so.25.2.p/librte_regexdev.so.25.2.symbols
[580/3484] Generating symbol file lib/librte_cryptodev.so.25.2.p/librte_cryptodev.so.25.2.symbols
[581/3484] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
[582/3484] Generating symbol file lib/librte_mldev.so.25.2.p/librte_mldev.so.25.2.symbols
[583/3484] Generating symbol file lib/librte_sched.so.25.2.p/librte_sched.so.25.2.symbols
[584/3484] Generating lib/table.sym_chk with a custom command (wrapped by meson to capture output)
[585/3484] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_ctl.c.o
[586/3484] Generating drivers/rte_common_cpt.sym_chk with a custom command (wrapped by meson to capture output)
[587/3484] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_process.c.o
[588/3484] Generating drivers/rte_common_dpaax.pmd.c with a custom command
[589/3484] Compiling C object lib/librte_node.a.p/node_ip4_rewrite.c.o
[590/3484] Generating lib/eventdev.sym_chk with a custom command (wrapped by meson to capture output)
[591/3484] Generating lib/graph.sym_chk with a custom command (wrapped by meson to capture output)
[592/3484] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_fman_fman.c.o
[593/3484] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_pipeline_spec.c.o
[594/3484] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_qman.c.o
[595/3484] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_table_action.c.o
[596/3484] Compiling C object lib/librte_vhost.a.p/vhost_vhost_crypto.c.o
[597/3484] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_pipeline.c.o
[598/3484] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.



Test build failed.
FAILURE


Test environment (x86_64):
Description: Build error encountered
OS : Ubuntu 24.04.1 LTS
Kernel : 6.8.0-1030-aws
NIC : Elastic Network Adapter
GCC : 13.3.0-6ubuntu2~24.04

Test last 100 lines (x86_64)
[665/3295] Generating symbol file drivers/librte_common_ionic.so.25.2.p/librte_common_ionic.so.25.2.symbols
[666/3295] Linking static target drivers/librte_bus_cdx.a
[667/3295] Linking target drivers/librte_bus_auxiliary.so.25.2
[668/3295] Generating symbol file drivers/librte_common_dpaax.so.25.2.p/librte_common_dpaax.so.25.2.symbols
[669/3295] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_fman_fman.c.o
[670/3295] Compiling C object lib/librte_node.a.p/node_ip4_rewrite.c.o
[671/3295] Generating symbol file drivers/librte_common_octeontx.so.25.2.p/librte_common_octeontx.so.25.2.symbols
[672/3295] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpbp.c.o
[673/3295] Linking static target lib/librte_node.a
[674/3295] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpci.c.o
[675/3295] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpcon.c.o
[676/3295] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpdmai.c.o
[677/3295] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpmng.c.o
[678/3295] Generating drivers/rte_bus_cdx.sym_chk with a custom command (wrapped by meson to capture output)
[679/3295] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_dpaa_sys.c.o
[680/3295] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dprc.c.o
[681/3295] Linking target drivers/librte_bus_cdx.so.25.2
[682/3295] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_dpio.c.o
[683/3295] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_dpaa_bus.c.o
FAILED: drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_dpaa_bus.c.o 
cc -Idrivers/libtmp_rte_bus_dpaa.a.p -Idrivers -I../drivers -Idrivers/bus/dpaa -I../drivers/bus/dpaa -I../drivers/bus/dpaa/base -I../drivers/bus/dpaa/include -I../drivers/bus/dpaa/base/qbman -Ilib/eal/common -I../lib/eal/common -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -I../kernel/linux -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Idrivers/common/dpaax -I../drivers/common/dpaax -I../drivers/common/dpaax/caamflib -Ilib/eventdev -I../lib/eventdev -Ilib/ring -I../lib/ring -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wvla -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -Wno-cast-qual -Wno-pointer-arith -DRTE_LOG_DEFAULT_LOGTYPE=bus.dpaa -MD -MQ drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_dpaa_bus.c.o -MF drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_dpaa_bus.c.o.d -o drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_dpaa_bus.c.o -c ../drivers/bus/dpaa/dpaa_bus.c
In file included from ../lib/eal/common/eal_export.h:8,
                 from ../drivers/bus/dpaa/dpaa_bus.c:18:
../lib/eal/include/rte_common.h:348:9: error: ‘RTE_PRIORITY_102’ undeclared here (not in a function); did you mean ‘RTE_PRIORITY_BUS’?
  348 |         RTE_PRIORITY_ ## prio
      |         ^~~~~~~~~~~~~
../lib/eal/include/rte_common.h:408:39: note: in expansion of macro ‘RTE_PRIO’
  408 | static void __attribute__((destructor(RTE_PRIO(prio)), used)) func(void)
      |                                       ^~~~~~~~
../drivers/bus/dpaa/dpaa_bus.c:920:1: note: in expansion of macro ‘RTE_FINI_PRIO’
  920 | RTE_FINI_PRIO(dpaa_cleanup, 102)
      | ^~~~~~~~~~~~~
../drivers/bus/dpaa/dpaa_bus.c: In function ‘dpaa_cleanup’:
../drivers/bus/dpaa/dpaa_bus.c:921:1: error: expected declaration specifiers before ‘dpaa_cleanup’
  921 | dpaa_cleanup(void)
      | ^~~~~~~~~~~~
../drivers/bus/dpaa/dpaa_bus.c:938:28: error: storage class specified for parameter ‘rte_dpaa_bus’
  938 | static struct rte_dpaa_bus rte_dpaa_bus = {
      |                            ^~~~~~~~~~~~
../drivers/bus/dpaa/dpaa_bus.c:938:15: error: parameter ‘rte_dpaa_bus’ is initialized
  938 | static struct rte_dpaa_bus rte_dpaa_bus = {
      |               ^~~~~~~~~~~~
In file included from ../drivers/bus/dpaa/dpaa_bus.c:34:
../lib/eal/include/bus_driver.h:290:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
  290 | {\
      | ^~
  291 |         (bus).name = RTE_STR(nm);\
      |  
../drivers/bus/dpaa/dpaa_bus.c:955:1: note: in expansion of macro ‘RTE_REGISTER_BUS’
  955 | RTE_REGISTER_BUS(FSL_DPAA_BUS_NAME, rte_dpaa_bus.bus);
      | ^~~~~~~~~~~~~~~~
../drivers/bus/dpaa/dpaa_bus.c:955:54: error: expected declaration specifiers before ‘;’ token
  955 | RTE_REGISTER_BUS(FSL_DPAA_BUS_NAME, rte_dpaa_bus.bus);
      |                                                      ^
In file included from ../lib/eal/include/rte_debug.h:17,
                 from ../lib/eal/include/rte_bitops.h:23,
                 from ../lib/eal/include/rte_interrupts.h:10,
                 from ../drivers/bus/dpaa/dpaa_bus.c:21:
../lib/log/rte_log.h:482:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
  482 | {                                                                           \
      | ^
../lib/log/rte_log.h:509:9: note: in expansion of macro ‘RTE_LOG_REGISTER_IMPL’
  509 |         RTE_LOG_REGISTER_IMPL(type, RTE_STR(RTE_LOG_DEFAULT_LOGTYPE), level)
      |         ^~~~~~~~~~~~~~~~~~~~~
../drivers/bus/dpaa/dpaa_bus.c:956:1: note: in expansion of macro ‘RTE_LOG_REGISTER_DEFAULT’
  956 | RTE_LOG_REGISTER_DEFAULT(dpaa_logtype_bus, NOTICE);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/dpaa/dpaa_bus.c:956:51: error: expected declaration specifiers before ‘;’ token
  956 | RTE_LOG_REGISTER_DEFAULT(dpaa_logtype_bus, NOTICE);
      |                                                   ^
../drivers/bus/dpaa/dpaa_bus.c:920:15: error: old-style parameter declarations in prototyped function definition
  920 | RTE_FINI_PRIO(dpaa_cleanup, 102)
      |               ^~~~~~~~~~~~
../lib/eal/include/rte_common.h:408:63: note: in definition of macro ‘RTE_FINI_PRIO’
  408 | static void __attribute__((destructor(RTE_PRIO(prio)), used)) func(void)
      |                                                               ^~~~
../drivers/bus/dpaa/dpaa_bus.c:957: error: expected ‘{’ at end of input
[684/3295] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_qman_driver.c.o
[685/3295] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_process.c.o
[686/3295] Generating lib/node.sym_chk with a custom command (wrapped by meson to capture output)
[687/3295] Generating drivers/rte_bus_fslmc_map with a custom command
[688/3295] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_fslmc_bus.c.o
[689/3295] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_mc_mc_sys.c.o
[690/3295] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_qbman_qbman_debug.c.o
[691/3295] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_portal_dpaa2_hw_dpbp.c.o
[692/3295] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_portal_dpaa2_hw_dpci.c.o
[693/3295] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_portal_dpaa2_hw_dprc.c.o
[694/3295] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_fslmc_vfio.c.o
[695/3295] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_portal_dpaa2_hw_dpio.c.o
[696/3295] Compiling C object drivers/libtmp_rte_bus_fslmc.a.p/bus_fslmc_qbman_qbman_portal.c.o
[697/3295] Compiling C object drivers/libtmp_rte_bus_dpaa.a.p/bus_dpaa_base_qbman_qman.c.o
[698/3295] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_pipeline.c.o
[699/3295] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
[700/3295] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_table_action.c.o
ninja: build stopped: subcommand failed.



Test build failed.
FAILURE

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-07-02 11:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-02 11:13 |FAILURE| pw154958-154965 Description: Build error encountered al-sw-devops

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