automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw50073-50077 [PATCH] [v4, 1/5] ring: add 64-bit headtail structure
@ 2019-01-29 21:30 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2019-01-29 21:30 UTC (permalink / raw)
  To: test-report

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

http://dpdk.org/patch/50073

_apply patch file failure_

Submitter: Eads, Gage <gage.eads@intel.com>
Date: Monday, January 28 2019 18:14:03 
Applied on: Branch: master
  CommitID:a2f9c0d417e3417e2858f2446b08ea27d962b056
Apply patch set 50073-50077 failed:

Configuration done using x86_64-native-linuxapp-gcc
== Build lib
== Build lib/librte_compat
== Build lib/librte_kvargs
== Build lib/librte_eal
== Build lib/librte_eal/common
== Build lib/librte_eal/linuxapp
== Build lib/librte_eal/linuxapp/eal
== Build lib/librte_pci
== Build lib/librte_ring
== Build lib/librte_mempool
  CC rte_mempool.o
In file included from /var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring.h:442:0,
                 from /var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/lib/librte_mempool/rte_mempool.h:50,
                 from /var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/lib/librte_mempool/rte_mempool.c:34:
/var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring_generic.h: In function ‘__rte_ring_do_nb_enqueue_mp’:
/var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring_generic.h:440:3: error: implicit declaration of function ‘rte_atomic128_cmpset’ [-Werror=implicit-function-declaration]
   if (rte_atomic128_cmpset((volatile rte_int128_t *)ring_ptr,
   ^
/var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring_generic.h:440:3: error: nested extern declaration of ‘rte_atomic128_cmpset’ [-Werror=nested-externs]
/var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring_generic.h:440:3: error: unknown type name ‘rte_int128_t’
/var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring_generic.h:441:8: error: ‘rte_int128_t’ undeclared (first use in this function)
       (rte_int128_t *)&old_value,
        ^
/var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring_generic.h:441:8: note: each undeclared identifier is reported only once for each function it appears in
/var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring_generic.h:441:22: error: expected expression before ‘)’ token
       (rte_int128_t *)&old_value,
                      ^
/var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring_generic.h:403:35: error: variable ‘new_value’ set but not used [-Werror=unused-but-set-variable]
   struct nb_ring_entry old_value, new_value;
                                   ^
cc1: all warnings being treated as errors
make[5]: *** [rte_mempool.o] Error 1
make[4]: *** [librte_mempool] Error 2
make[3]: *** [lib] Error 2
make[2]: *** [all] Error 2
make[1]: *** [pre_install] Error 2
make: *** [install] Error 2

https://lab.dpdk.org/results/dashboard/patchsets/4475/

UNH-IOL DPDK Performance Test Lab

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

* [dpdk-test-report] |FAILURE| pw50073-50077 [PATCH] [v4, 1/5] ring: add 64-bit headtail structure
@ 2019-01-30 13:58 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2019-01-30 13:58 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

Test-Label: Performance-Testing
Test-Status: FAILURE
http://dpdk.org/patch/50073

_build patch failure_

Submitter: Eads, Gage <gage.eads@intel.com>
Date: Monday, January 28 2019 18:14:03 
Applied on: Branch: master
  CommitID:a2f9c0d417e3417e2858f2446b08ea27d962b056
Apply patch set 50073-50077 failed:

Configuration done using x86_64-native-linuxapp-gcc
== Build lib
== Build lib/librte_compat
== Build lib/librte_kvargs
== Build lib/librte_eal
== Build lib/librte_eal/common
== Build lib/librte_eal/linuxapp
== Build lib/librte_eal/linuxapp/eal
== Build lib/librte_pci
== Build lib/librte_ring
== Build lib/librte_mempool
  CC rte_mempool.o
In file included from /var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring.h:442:0,
                 from /var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/lib/librte_mempool/rte_mempool.h:50,
                 from /var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/lib/librte_mempool/rte_mempool.c:34:
/var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring_generic.h: In function ‘__rte_ring_do_nb_enqueue_mp’:
/var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring_generic.h:440:3: error: implicit declaration of function ‘rte_atomic128_cmpset’ [-Werror=implicit-function-declaration]
   if (rte_atomic128_cmpset((volatile rte_int128_t *)ring_ptr,
   ^
/var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring_generic.h:440:3: error: nested extern declaration of ‘rte_atomic128_cmpset’ [-Werror=nested-externs]
/var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring_generic.h:440:3: error: unknown type name ‘rte_int128_t’
/var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring_generic.h:441:8: error: ‘rte_int128_t’ undeclared (first use in this function)
       (rte_int128_t *)&old_value,
        ^
/var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring_generic.h:441:8: note: each undeclared identifier is reported only once for each function it appears in
/var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring_generic.h:441:22: error: expected expression before ‘)’ token
       (rte_int128_t *)&old_value,
                      ^
/var/lib/jenkins/workspace/Apply-One-Patch-Set/dpdk/x86_64-native-linuxapp-gcc/include/rte_ring_generic.h:403:35: error: variable ‘new_value’ set but not used [-Werror=unused-but-set-variable]
   struct nb_ring_entry old_value, new_value;
                                   ^
cc1: all warnings being treated as errors
make[5]: *** [rte_mempool.o] Error 1
make[4]: *** [librte_mempool] Error 2
make[3]: *** [lib] Error 2
make[2]: *** [all] Error 2
make[1]: *** [pre_install] Error 2
make: *** [install] Error 2

https://lab.dpdk.org/results/dashboard/patchsets/4475/

UNH-IOL DPDK Performance Test Lab

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

end of thread, other threads:[~2019-01-30 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-29 21:30 [dpdk-test-report] |FAILURE| pw50073-50077 [PATCH] [v4, 1/5] ring: add 64-bit headtail structure dpdklab
2019-01-30 13:58 dpdklab

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