From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9125E468D9 for ; Wed, 11 Jun 2025 21:01:28 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 815E540B98; Wed, 11 Jun 2025 21:01:28 +0200 (CEST) Received: from dmx.alabs.net (dmx.alabs.net [52.211.35.88]) by mails.dpdk.org (Postfix) with ESMTP id 4C79C402DB for ; Wed, 11 Jun 2025 21:01:27 +0200 (CEST) Received: from ec2-52-49-224-164.eu-west-1.compute.amazonaws.com (unknown [10.122.5.122]) by dmx.alabs.net (Postfix) with ESMTP id 8375584760C; Wed, 11 Jun 2025 22:01:17 +0300 (IDT) DKIM-Filter: OpenDKIM Filter v2.11.0 dmx.alabs.net 8375584760C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alabs.net; s=alabs; t=1749668477; bh=OZavmhkXsHh+M12XG52kcXeu5EPwBCZJs2UbeUmpark=; h=Date:From:To:Subject:List-ID:From; b=oL1St2RL6Fu1s2zSaila+zHxHRa2Cq7uc61DNxDQHrtbpegGZE/ys6oS/cKlndjj0 ERs87x6n20xouC8IzIOnjN5dT9mwGfBaFiiJKZ7gR1liNK602eWVdCsGpjDHAFm7MX 6/8nv4NXPX7TtgKJkyxl4iqHEM0ZdwTqDSHylzc4= Received: from ip-10-159-234-77.eu-west-1.compute.internal (swci-jnk-k2apps.alabs.net [10.159.234.77]) by ec2-52-49-224-164.eu-west-1.compute.amazonaws.com (Postfix) with ESMTP id 7BAF112A92E; Wed, 11 Jun 2025 22:01:17 +0300 (IDT) Date: Wed, 11 Jun 2025 22:01:17 +0300 (IDT) From: al-sw-devops@alabs.net To: test-report@dpdk.org, atrwajee@amazon.com Message-ID: <224053904.49252.1749668477512@ip-10-159-234-77.eu-west-1.compute.internal> Subject: |FAILURE| pw154339-154341 argparse additions and rework MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_49251_1785541672.1749668477505" X-Jenkins-Job: Community-Fast-tests X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org ------=_Part_49251_1785541672.1749668477505 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Test-Name: DPDK Fast test suite Test-Label: aws-unit-testing Test-Status: FAILURE _Unit Testing FAILURE_ http://dpdk.org/patch/154341 Test Status Summary: +--------------+------------------+ | Architecture | DPDK Unit Test | +--------------+------------------+ | x86_64 | FAILURE | +--------------+------------------+ | arm64 | FAILURE | +--------------+------------------+ Test environment (aarch64): Description: Apply error encountered OS : Ubuntu 24.04.1 LTS Kernel : 6.8.0-1024-aws NIC : Elastic Network Adapter GCC : 13.3.0-6ubuntu2~24.04 Test last 100 lines (aarch64) | ^~~~~~~~~~~~~~~~~~~~~~~~= ~~~ | RTE_ARGPARSE_VALUE_TYPE_= STR ../lib/argparse/rte_argparse.c: In function =E2=80=98verify_arg_saver=E2=80= =99: ../lib/argparse/rte_argparse.c:175:36: error: =E2=80=98RTE_ARGPARSE_VALUE_R= EQUIRED=E2=80=99 undeclared (first use in this function); did you mean =E2= =80=98RTE_ARGPARSE_VALUE_TYPE_STR=E2=80=99? 175 | if (arg->value_required =3D=3D RTE_ARGPARSE_VALUE_REQUIRED = && arg->val_set !=3D NULL) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | RTE_ARGPARSE_VALUE_TYPE_STR ../lib/argparse/rte_argparse.c: In function =E2=80=98parse_arg_str=E2=80=99= : ../lib/argparse/rte_argparse.c:526:1: error: version control conflict marke= r in file 526 | <<<<<<< HEAD | ^~~~~~~ ../lib/argparse/rte_argparse.c:536:1: error: version control conflict marke= r in file 536 | =3D=3D=3D=3D=3D=3D=3D | ^~~~~~~ ../lib/argparse/rte_argparse.c:549:1: error: expected =E2=80=98=3D=E2=80=99= , =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80= =98__attribute__=E2=80=99 before =E2=80=98{=E2=80=99 token 549 | { | ^ ../lib/argparse/rte_argparse.c:570:1: error: expected =E2=80=98=3D=E2=80=99= , =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80= =98__attribute__=E2=80=99 before =E2=80=98{=E2=80=99 token 570 | { | ^ ../lib/argparse/rte_argparse.c:890:1: warning: no return statement in funct= ion returning non-void [-Wreturn-type] 890 | } | ^ ../lib/argparse/rte_argparse.c:525:40: warning: unused parameter =E2=80=98a= rg=E2=80=99 [-Wunused-parameter] 525 | parse_arg_str(struct rte_argparse_arg *arg, const char *value) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ../lib/argparse/rte_argparse.c:525:57: warning: unused parameter =E2=80=98v= alue=E2=80=99 [-Wunused-parameter] 525 | parse_arg_str(struct rte_argparse_arg *arg, const char *value) | ~~~~~~~~~~~~^~~~~ ../lib/argparse/rte_argparse.c: At top level: ../lib/argparse/rte_argparse.c:525:1: warning: =E2=80=98parse_arg_str=E2=80= =99 defined but not used [-Wunused-function] 525 | parse_arg_str(struct rte_argparse_arg *arg, const char *value) | ^~~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:497:1: warning: =E2=80=98parse_arg_u64=E2=80= =99 defined but not used [-Wunused-function] 497 | parse_arg_u64(struct rte_argparse_arg *arg, const char *value) | ^~~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:469:1: warning: =E2=80=98parse_arg_u32=E2=80= =99 defined but not used [-Wunused-function] 469 | parse_arg_u32(struct rte_argparse_arg *arg, const char *value) | ^~~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:441:1: warning: =E2=80=98parse_arg_u16=E2=80= =99 defined but not used [-Wunused-function] 441 | parse_arg_u16(struct rte_argparse_arg *arg, const char *value) | ^~~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:413:1: warning: =E2=80=98parse_arg_u8=E2=80= =99 defined but not used [-Wunused-function] 413 | parse_arg_u8(struct rte_argparse_arg *arg, const char *value) | ^~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:388:1: warning: =E2=80=98parse_arg_int=E2=80= =99 defined but not used [-Wunused-function] 388 | parse_arg_int(struct rte_argparse_arg *arg, const char *value) | ^~~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:364:1: warning: =E2=80=98find_option_arg=E2= =80=99 defined but not used [-Wunused-function] 364 | find_option_arg(struct rte_argparse *obj, const char *curr_argv, co= nst char *has_equal, | ^~~~~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:328:1: warning: =E2=80=98find_position_arg= =E2=80=99 defined but not used [-Wunused-function] 328 | find_position_arg(struct rte_argparse *obj, uint32_t index) | ^~~~~~~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:310:1: warning: =E2=80=98calc_position_count= =E2=80=99 defined but not used [-Wunused-function] 310 | calc_position_count(const struct rte_argparse *obj) | ^~~~~~~~~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:276:1: warning: =E2=80=98verify_argparse=E2= =80=99 defined but not used [-Wunused-function] 276 | verify_argparse(const struct rte_argparse *obj) | ^~~~~~~~~~~~~~~ [3/2562] Compiling C object lib/librte_log.a.p/log_log_syslog.c.o [4/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_class.= c.o [5/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_config= .c.o [6/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_debug.= c.o [7/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.= c.o [8/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_hexdum= p.c.o [9/2562] Compiling C object lib/librte_pmu.a.p/pmu_pmu_arm64.c.o [10/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_lcore= _var.c.o [11/2562] Compiling C object lib/librte_log.a.p/log_log_journal.c.o [12/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_launc= h.c.o [13/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_tailq= s.c.o [14/2562] Compiling C object lib/librte_kvargs.a.p/kvargs_rte_kvargs.c.o [15/2562] Compiling C object lib/librte_log.a.p/log_log_timestamp.c.o [16/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_mcfg.= c.o [17/2562] Compiling C object lib/librte_log.a.p/log_log_color.c.o [18/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_strin= g_fns.c.o [19/2562] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry_d= ata.c.o [20/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_bus.c= .o [21/2562] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry_l= egacy.c.o [22/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memal= loc.c.o [23/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_inter= rupts.c.o [24/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_devar= gs.c.o [25/2562] Compiling C object lib/librte_pmu.a.p/pmu_pmu.c.o [26/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_threa= d.c.o [27/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memzo= ne.c.o [28/2562] Compiling C object lib/librte_log.a.p/log_log.c.o [29/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_dev.c= .o [30/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_trace= _points.c.o [31/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_lcore= .c.o [32/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memor= y.c.o [33/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_fbarr= ay.c.o [34/2562] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry.c= .o [35/2562] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_optio= ns.c.o ninja: build stopped: subcommand failed. Could not rebuild /root/dpdk-ci/tools/dpdk/build Test build failed. FAILURE Test environment (x86_64): Description: Apply error encountered OS : Ubuntu 24.04.1 LTS Kernel : 6.8.0-1024-aws NIC : Elastic Network Adapter GCC : 13.3.0-6ubuntu2~24.04 Test last 100 lines (x86_64) ../lib/argparse/rte_argparse.c:37:14: error: =E2=80=98RTE_ARGPARSE_VALUE_NO= NE=E2=80=99 undeclared (first use in this function); did you mean =E2=80=98= RTE_ARGPARSE_VALUE_TYPE_NONE=E2=80=99? 37 | case RTE_ARGPARSE_VALUE_NONE: | ^~~~~~~~~~~~~~~~~~~~~~~ | RTE_ARGPARSE_VALUE_TYPE_NONE ../lib/argparse/rte_argparse.c:37:14: note: each undeclared identifier is r= eported only once for each function it appears in ../lib/argparse/rte_argparse.c:38:14: error: =E2=80=98RTE_ARGPARSE_VALUE_OP= TIONAL=E2=80=99 undeclared (first use in this function); did you mean =E2= =80=98RTE_ARGPARSE_VALUE_TYPE_BOOL=E2=80=99? 38 | case RTE_ARGPARSE_VALUE_OPTIONAL: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | RTE_ARGPARSE_VALUE_TYPE_BOOL ../lib/argparse/rte_argparse.c:39:14: error: =E2=80=98RTE_ARGPARSE_VALUE_RE= QUIRED=E2=80=99 undeclared (first use in this function); did you mean =E2= =80=98RTE_ARGPARSE_VALUE_TYPE_STR=E2=80=99? 39 | case RTE_ARGPARSE_VALUE_REQUIRED: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | RTE_ARGPARSE_VALUE_TYPE_STR ../lib/argparse/rte_argparse.c: In function =E2=80=98verify_arg_has_val=E2= =80=99: ../lib/argparse/rte_argparse.c:136:44: error: =E2=80=98RTE_ARGPARSE_VALUE_R= EQUIRED=E2=80=99 undeclared (first use in this function); did you mean =E2= =80=98RTE_ARGPARSE_VALUE_TYPE_STR=E2=80=99? 136 | if (arg->value_required =3D=3D RTE_ARGPARSE_VALUE_R= EQUIRED) | ^~~~~~~~~~~~~~~~~~~~~~~~= ~~~ | RTE_ARGPARSE_VALUE_TYPE_= STR ../lib/argparse/rte_argparse.c: In function =E2=80=98verify_arg_saver=E2=80= =99: ../lib/argparse/rte_argparse.c:175:36: error: =E2=80=98RTE_ARGPARSE_VALUE_R= EQUIRED=E2=80=99 undeclared (first use in this function); did you mean =E2= =80=98RTE_ARGPARSE_VALUE_TYPE_STR=E2=80=99? 175 | if (arg->value_required =3D=3D RTE_ARGPARSE_VALUE_REQUIRED = && arg->val_set !=3D NULL) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | RTE_ARGPARSE_VALUE_TYPE_STR ../lib/argparse/rte_argparse.c: In function =E2=80=98parse_arg_str=E2=80=99= : ../lib/argparse/rte_argparse.c:526:1: error: version control conflict marke= r in file 526 | <<<<<<< HEAD | ^~~~~~~ ../lib/argparse/rte_argparse.c:536:1: error: version control conflict marke= r in file 536 | =3D=3D=3D=3D=3D=3D=3D | ^~~~~~~ ../lib/argparse/rte_argparse.c:549:1: error: expected =E2=80=98=3D=E2=80=99= , =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80= =98__attribute__=E2=80=99 before =E2=80=98{=E2=80=99 token 549 | { | ^ ../lib/argparse/rte_argparse.c:570:1: error: expected =E2=80=98=3D=E2=80=99= , =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80= =98__attribute__=E2=80=99 before =E2=80=98{=E2=80=99 token 570 | { | ^ ../lib/argparse/rte_argparse.c:890:1: warning: no return statement in funct= ion returning non-void [-Wreturn-type] 890 | } | ^ ../lib/argparse/rte_argparse.c:525:40: warning: unused parameter =E2=80=98a= rg=E2=80=99 [-Wunused-parameter] 525 | parse_arg_str(struct rte_argparse_arg *arg, const char *value) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ../lib/argparse/rte_argparse.c:525:57: warning: unused parameter =E2=80=98v= alue=E2=80=99 [-Wunused-parameter] 525 | parse_arg_str(struct rte_argparse_arg *arg, const char *value) | ~~~~~~~~~~~~^~~~~ ../lib/argparse/rte_argparse.c: At top level: ../lib/argparse/rte_argparse.c:525:1: warning: =E2=80=98parse_arg_str=E2=80= =99 defined but not used [-Wunused-function] 525 | parse_arg_str(struct rte_argparse_arg *arg, const char *value) | ^~~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:497:1: warning: =E2=80=98parse_arg_u64=E2=80= =99 defined but not used [-Wunused-function] 497 | parse_arg_u64(struct rte_argparse_arg *arg, const char *value) | ^~~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:469:1: warning: =E2=80=98parse_arg_u32=E2=80= =99 defined but not used [-Wunused-function] 469 | parse_arg_u32(struct rte_argparse_arg *arg, const char *value) | ^~~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:441:1: warning: =E2=80=98parse_arg_u16=E2=80= =99 defined but not used [-Wunused-function] 441 | parse_arg_u16(struct rte_argparse_arg *arg, const char *value) | ^~~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:413:1: warning: =E2=80=98parse_arg_u8=E2=80= =99 defined but not used [-Wunused-function] 413 | parse_arg_u8(struct rte_argparse_arg *arg, const char *value) | ^~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:388:1: warning: =E2=80=98parse_arg_int=E2=80= =99 defined but not used [-Wunused-function] 388 | parse_arg_int(struct rte_argparse_arg *arg, const char *value) | ^~~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:364:1: warning: =E2=80=98find_option_arg=E2= =80=99 defined but not used [-Wunused-function] 364 | find_option_arg(struct rte_argparse *obj, const char *curr_argv, co= nst char *has_equal, | ^~~~~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:328:1: warning: =E2=80=98find_position_arg= =E2=80=99 defined but not used [-Wunused-function] 328 | find_position_arg(struct rte_argparse *obj, uint32_t index) | ^~~~~~~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:310:1: warning: =E2=80=98calc_position_count= =E2=80=99 defined but not used [-Wunused-function] 310 | calc_position_count(const struct rte_argparse *obj) | ^~~~~~~~~~~~~~~~~~~ ../lib/argparse/rte_argparse.c:276:1: warning: =E2=80=98verify_argparse=E2= =80=99 defined but not used [-Wunused-function] 276 | verify_argparse(const struct rte_argparse *obj) | ^~~~~~~~~~~~~~~ [3/2334] Compiling C object lib/librte_log.a.p/log_log_color.c.o [4/2334] Compiling C object lib/librte_log.a.p/log_log_timestamp.c.o [5/2334] Compiling C object lib/librte_log.a.p/log_log_syslog.c.o [6/2334] Compiling C object lib/librte_log.a.p/log_log_journal.c.o [7/2334] Compiling C object lib/librte_kvargs.a.p/kvargs_rte_kvargs.c.o [8/2334] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry_da= ta.c.o [9/2334] Compiling C object lib/librte_pmu.a.p/pmu_pmu.c.o [10/2334] Compiling C object lib/librte_log.a.p/log_log.c.o [11/2334] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_debug= .c.o [12/2334] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_class= .c.o [13/2334] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_confi= g.c.o [14/2334] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_devar= gs.c.o [15/2334] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_bus.c= .o [16/2334] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry_l= egacy.c.o [17/2334] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_dev.c= .o [18/2334] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_fbarr= ay.c.o [19/2334] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry.c= .o ninja: build stopped: subcommand failed. Could not rebuild /root/dpdk-ci/tools/dpdk/build Test build failed. FAILURE ------=_Part_49251_1785541672.1749668477505--