automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw126891 [PATCH] event/cnxk: add get remaining ticks routine
       [not found] <20230516144824.6732-1-pbhagavatula@marvell.com>
@ 2023-05-16 14:49 ` checkpatch
  2023-05-16 16:00 ` |FAILURE| " 0-day Robot
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: checkpatch @ 2023-05-16 14:49 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/126891

_coding style issues_


WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#108: FILE: drivers/event/cnxk/cn10k_worker.h:219:
+		struct rte_event_timer *tim = (void *)u64[1];

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#110: FILE: drivers/event/cnxk/cn10k_worker.h:221:
+		tim->state = RTE_EVENT_TIMER_NOT_ARMED;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#123: FILE: drivers/event/cnxk/cn9k_worker.h:219:
+		struct rte_event_timer *tim = (void *)u64[1];

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#125: FILE: drivers/event/cnxk/cn9k_worker.h:221:
+		tim->state = RTE_EVENT_TIMER_NOT_ARMED;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#137: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:395:
+	cnxk_tim_ops.remaining_ticks_get = cnxk_tim_remaining_ticks_get;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#137: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:395:
+	cnxk_tim_ops.remaining_ticks_get = cnxk_tim_remaining_ticks_get;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#149: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:323:
+int cnxk_tim_remaining_ticks_get(const struct rte_event_timer_adapter *adapter,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#165: FILE: drivers/event/cnxk/cnxk_tim_worker.c:176:
+cnxk_tim_remaining_ticks_get(const struct rte_event_timer_adapter *adapter,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#168: FILE: drivers/event/cnxk/cnxk_tim_worker.c:179:
+	struct cnxk_tim_ring *tim_ring = adapter->data->adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#168: FILE: drivers/event/cnxk/cnxk_tim_worker.c:179:
+	struct cnxk_tim_ring *tim_ring = adapter->data->adapter_priv;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#169: FILE: drivers/event/cnxk/cnxk_tim_worker.c:180:
+	struct cnxk_tim_bkt *bkt, *current_bkt;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#170: FILE: drivers/event/cnxk/cnxk_tim_worker.c:181:
+	struct cnxk_tim_ent *entry;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#177: FILE: drivers/event/cnxk/cnxk_tim_worker.c:188:
+	entry = (struct cnxk_tim_ent *)(uintptr_t)evtim->impl_opaque[0];

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#184: FILE: drivers/event/cnxk/cnxk_tim_worker.c:195:
+	bkt = (struct cnxk_tim_bkt *)evtim->impl_opaque[1];

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#186: FILE: drivers/event/cnxk/cnxk_tim_worker.c:197:
+	if (cnxk_tim_bkt_get_hbt(sema) || !cnxk_tim_bkt_get_nent(sema))

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#186: FILE: drivers/event/cnxk/cnxk_tim_worker.c:197:
+	if (cnxk_tim_bkt_get_hbt(sema) || !cnxk_tim_bkt_get_nent(sema))

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#189: FILE: drivers/event/cnxk/cnxk_tim_worker.c:200:
+	bkt_cyc = tim_ring->tick_fn(tim_ring->tbase) - tim_ring->ring_start_cyc;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#189: FILE: drivers/event/cnxk/cnxk_tim_worker.c:200:
+	bkt_cyc = tim_ring->tick_fn(tim_ring->tbase) - tim_ring->ring_start_cyc;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#189: FILE: drivers/event/cnxk/cnxk_tim_worker.c:200:
+	bkt_cyc = tim_ring->tick_fn(tim_ring->tbase) - tim_ring->ring_start_cyc;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#190: FILE: drivers/event/cnxk/cnxk_tim_worker.c:201:
+	bucket = rte_reciprocal_divide_u64(bkt_cyc, &tim_ring->fast_div);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#191: FILE: drivers/event/cnxk/cnxk_tim_worker.c:202:
+	current_bkt = &tim_ring->bkt[bucket];

total: 0 errors, 21 warnings, 83 lines checked

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

* |FAILURE| pw126891 [PATCH] event/cnxk: add get remaining ticks routine
       [not found] <20230516144824.6732-1-pbhagavatula@marvell.com>
  2023-05-16 14:49 ` |WARNING| pw126891 [PATCH] event/cnxk: add get remaining ticks routine checkpatch
@ 2023-05-16 16:00 ` 0-day Robot
  2023-05-17  3:08 ` |SUCCESS| " qemudev
  2023-05-17  3:08 ` qemudev
  3 siblings, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2023-05-16 16:00 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/4993534278
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-clang-asan+doc+tests" failed at step Install doc generation packages
"ubuntu-20.04-gcc-static-i386" failed at step Install packages
"ubuntu-20.04-gcc-static-mingw" failed at step Install mingw cross compiling packages
"ubuntu-20.04-gcc-aarch64" failed at step Install aarch64 cross compiling packages
"ubuntu-20.04-gcc-ppc64le" failed at step Install packages
"ubuntu-20.04-gcc-riscv64" failed at step Install packages
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Install doc generation packages
####################################################################################
Get:18 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB]
Get:19 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB]
Ign:20 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebpdemux2 amd64 0.6.1-2ubuntu0.20.04.1
Get:21 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 python-babel-localedata all 2.6.0+dfsg.1-1ubuntu2.2 [4628 kB]
Get:22 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-tz all 2019.3-1ubuntu0.20.04.0 [24.5 kB]
Get:23 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-babel all 2.6.0+dfsg.1-1ubuntu2.2 [83.5 kB]
Get:24 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 python3-roman all 2.0.0-3build1 [8728 B]
Get:25 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 python3-docutils all 0.16+dfsg-2 [368 kB]
Get:26 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 python3-imagesize all 1.2.0-1 [5808 B]
Get:27 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 python3-olefile all 0.46-2 [33.7 kB]
Get:28 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyparsing all 2.4.6-1 [61.3 kB]
Get:29 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB]
Get:30 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pil amd64 7.0.0-4ubuntu0.7 [366 kB]
Get:31 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 sphinx-common all 1.8.5-7ubuntu3 [491 kB]
Err:32 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 python3-alabaster all 0.7.8-1build1
  Connection failed [IP: 40.81.13.82 80]
Get:33 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 python3-sphinx all 1.8.5-7ubuntu3 [482 kB]
Get:34 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libjs-modernizr all 2.6.2+ds1-3ubuntu1 [46.2 kB]
Get:35 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 sphinx-rtd-theme-common all 0.4.3+dfsg-3 [990 kB]
Get:36 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 python3-sphinx-rtd-theme all 0.4.3+dfsg-3 [5288 B]
Get:20 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebpdemux2 amd64 0.6.1-2ubuntu0.20.04.1 [9576 B]
Fetched 20.7 MB in 3min 22s (103 kB/s)
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/a/alabaster/python3-alabaster_0.7.8-1build1_all.deb  Connection failed [IP: 40.81.13.82 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
##[error]Process completed with exit code 100.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Install doc generation packages
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Install packages
####################################################################################
0 upgraded, 17 newly installed, 0 to remove and 15 not upgraded.
Need to get 2470 kB of archives.
After this operation, 10.1 MB of additional disk space will be used.
Get:1 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 ccache amd64 3.7.7-1 [121 kB]
Get:2 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-route-3-200 amd64 3.4.0-1ubuntu0.1 [151 kB]
Get:3 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB]
Get:4 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB]
Get:5 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libarchive-dev amd64 3.4.0-2ubuntu1.2 [491 kB]
Get:6 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libbsd-dev amd64 0.10.0-1 [164 kB]
Get:7 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libjansson-dev amd64 2.12-1build1 [30.3 kB]
Get:8 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-3-dev amd64 3.4.0-1ubuntu0.1 [92.9 kB]
Get:9 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-route-3-dev amd64 3.4.0-1ubuntu0.1 [167 kB]
Get:10 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libpcap0.8-dev amd64 1.9.1-3 [244 kB]
Get:11 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libpcap-dev amd64 1.9.1-3 [3484 B]
Err:12 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 ninja-build amd64 1.10.0-1build1
  Connection failed [IP: 52.154.174.208 80]
Get:13 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libfdt1 amd64 1.5.1-1 [18.8 kB]
Get:14 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libfdt-dev amd64 1.5.1-1 [30.3 kB]
Get:15 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs-dev amd64 28.0-1ubuntu1 [444 kB]
Get:16 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libnuma-dev amd64 2.0.12-1 [32.4 kB]
Get:17 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyelftools all 0.26-1ubuntu1 [87.6 kB]
Fetched 2363 kB in 1min 39s (23.8 kB/s)
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/n/ninja-build/ninja-build_1.10.0-1build1_amd64.deb  Connection failed [IP: 52.154.174.208 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
##[error]Process completed with exit code 100.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Install packages
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Install mingw cross compiling packages
####################################################################################
  Unable to connect to azure.archive.ubuntu.com:http: [IP: 20.106.104.242 80]
Err:9 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 gcc-mingw-w64-x86-64 amd64 9.3.0-7ubuntu1+22~exp1ubuntu4
  Unable to connect to azure.archive.ubuntu.com:http: [IP: 20.106.104.242 80]
Err:10 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 g++-mingw-w64-x86-64 amd64 9.3.0-7ubuntu1+22~exp1ubuntu4
  Unable to connect to azure.archive.ubuntu.com:http: [IP: 20.106.104.242 80]
Err:11 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 g++-mingw-w64 all 9.3.0-7ubuntu1+22~exp1ubuntu4
  Unable to connect to azure.archive.ubuntu.com:http: [IP: 20.106.104.242 80]
Err:12 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 gcc-mingw-w64 all 9.3.0-7ubuntu1+22~exp1ubuntu4
  Unable to connect to azure.archive.ubuntu.com:http: [IP: 20.106.104.242 80]
Err:13 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 mingw-w64 all 7.0.0-2
  Unable to connect to azure.archive.ubuntu.com:http: [IP: 20.106.104.242 80]
Err:14 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 mingw-w64-tools amd64 7.0.0-2
  Unable to connect to azure.archive.ubuntu.com:http: [IP: 20.106.104.242 80]
Fetched 12.8 MB in 9min 39s (22.1 kB/s)
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-mingw-w64/gcc-mingw-w64-i686_9.3.0-7ubuntu1+22~exp1ubuntu4_amd64.deb  Could not connect to azure.archive.ubuntu.com:80 (20.106.104.242), connection timed out [IP: 20.106.104.242 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-mingw-w64/g++-mingw-w64-i686_9.3.0-7ubuntu1+22~exp1ubuntu4_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 20.106.104.242 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/m/mingw-w64/mingw-w64-x86-64-dev_7.0.0-2_all.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 20.106.104.242 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-mingw-w64/gcc-mingw-w64-x86-64_9.3.0-7ubuntu1+22~exp1ubuntu4_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 20.106.104.242 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-mingw-w64/g++-mingw-w64-x86-64_9.3.0-7ubuntu1+22~exp1ubuntu4_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 20.106.104.242 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-mingw-w64/g++-mingw-w64_9.3.0-7ubuntu1+22~exp1ubuntu4_all.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 20.106.104.242 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-mingw-w64/gcc-mingw-w64_9.3.0-7ubuntu1+22~exp1ubuntu4_all.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 20.106.104.242 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/m/mingw-w64/mingw-w64_7.0.0-2_all.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 20.106.104.242 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/m/mingw-w64/mingw-w64-tools_7.0.0-2_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 20.106.104.242 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
##[error]Process completed with exit code 100.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Install mingw cross compiling packages
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-aarch64" at step Install aarch64 cross compiling packages
####################################################################################
Get:17 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev-arm64-cross all 9.4.0-1ubuntu1~20.04.1cross2 [912 kB]
Get:18 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-aarch64-linux-gnu amd64 9.4.0-1ubuntu1~20.04.1cross2 [7428 kB]
Get:19 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 gcc-aarch64-linux-gnu amd64 4:9.3.0-1ubuntu2 [1420 B]
Get:20 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev-arm64-cross all 5.4.0-110.124cross1 [1052 kB]
Get:21 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev-arm64-cross all 2.31-0ubuntu9.9cross1 [2053 kB]
Get:22 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev-arm64-cross all 9.4.0-1ubuntu1~20.04.1cross2 [1667 kB]
Get:23 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9-aarch64-linux-gnu amd64 9.4.0-1ubuntu1~20.04.1cross2 [7594 kB]
Err:24 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 g++-aarch64-linux-gnu amd64 4:9.3.0-1ubuntu2
  Connection failed [IP: 52.147.219.192 80]
Get:25 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libconfig-inifiles-perl all 3.000002-1 [40.6 kB]
Get:26 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
Get:27 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libxml-simple-perl all 2.25-1 [64.9 kB]
Get:28 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-perl all 1.30-1 [58.2 kB]
Get:29 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libconfig-auto-perl all 0.44-1 [17.4 kB]
Get:30 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
Get:31 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libfile-homedir-perl all 1.004-1 [37.3 kB]
Get:32 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libdebian-dpkgcross-perl all 2.6.15-3ubuntu1 [15.4 kB]
Get:33 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 cross-config all 2.6.15-3ubuntu1 [16.6 kB]
Get:34 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-cross all 2.6.15-3ubuntu1 [22.2 kB]
Get:35 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 crossbuild-essential-arm64 all 12.8ubuntu1.1 [3636 B]
Get:36 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-libyaml-perl amd64 0.81+repack-1 [28.5 kB]
Fetched 38.4 MB in 9min 4s (70.6 kB/s)
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/g/gcc-defaults/g++-aarch64-linux-gnu_9.3.0-1ubuntu2_amd64.deb  Connection failed [IP: 52.147.219.192 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
##[error]Process completed with exit code 100.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-aarch64" at step Install aarch64 cross compiling packages
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Install packages
####################################################################################
0 upgraded, 17 newly installed, 0 to remove and 37 not upgraded.
Need to get 2470 kB of archives.
After this operation, 10.1 MB of additional disk space will be used.
Get:1 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 ccache amd64 3.7.7-1 [121 kB]
Get:2 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-route-3-200 amd64 3.4.0-1ubuntu0.1 [151 kB]
Get:3 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB]
Get:4 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB]
Get:5 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libarchive-dev amd64 3.4.0-2ubuntu1.2 [491 kB]
Get:6 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libbsd-dev amd64 0.10.0-1 [164 kB]
Get:7 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libjansson-dev amd64 2.12-1build1 [30.3 kB]
Get:8 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-3-dev amd64 3.4.0-1ubuntu0.1 [92.9 kB]
Get:9 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-route-3-dev amd64 3.4.0-1ubuntu0.1 [167 kB]
Get:10 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libpcap0.8-dev amd64 1.9.1-3 [244 kB]
Get:11 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libpcap-dev amd64 1.9.1-3 [3484 B]
Err:12 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 ninja-build amd64 1.10.0-1build1
  Connection failed [IP: 40.81.13.82 80]
Get:13 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libfdt1 amd64 1.5.1-1 [18.8 kB]
Get:14 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libfdt-dev amd64 1.5.1-1 [30.3 kB]
Get:15 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs-dev amd64 28.0-1ubuntu1 [444 kB]
Get:16 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libnuma-dev amd64 2.0.12-1 [32.4 kB]
Get:17 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyelftools all 0.26-1ubuntu1 [87.6 kB]
Fetched 2363 kB in 1min 31s (25.9 kB/s)
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/n/ninja-build/ninja-build_1.10.0-1build1_amd64.deb  Connection failed [IP: 40.81.13.82 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
##[error]Process completed with exit code 100.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Install packages
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Install packages
####################################################################################
Err:16 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libnuma-dev amd64 2.0.12-1
  Unable to connect to azure.archive.ubuntu.com:http:
Err:17 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyelftools all 0.26-1ubuntu1
  Unable to connect to azure.archive.ubuntu.com:http:
Err:5 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libarchive-dev amd64 3.4.0-2ubuntu1.2
  Unable to connect to azure.archive.ubuntu.com:http:
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/c/ccache/ccache_3.7.7-1_amd64.deb  Could not connect to azure.archive.ubuntu.com:80 (40.119.46.219), connection timed out
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libn/libnl3/libnl-route-3-200_3.4.0-1ubuntu0.1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http:
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/r/rdma-core/libibverbs1_28.0-1ubuntu1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http:
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/r/rdma-core/ibverbs-providers_28.0-1ubuntu1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http:
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/liba/libarchive/libarchive-dev_3.4.0-2ubuntu1.2_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http:
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libb/libbsd/libbsd-dev_0.10.0-1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http:
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/j/jansson/libjansson-dev_2.12-1build1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http:
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libn/libnl3/libnl-3-dev_3.4.0-1ubuntu0.1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http:
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libn/libnl3/libnl-route-3-dev_3.4.0-1ubuntu0.1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http:
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libp/libpcap/libpcap0.8-dev_1.9.1-3_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http:
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libp/libpcap/libpcap-dev_1.9.1-3_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http:
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/n/ninja-build/ninja-build_1.10.0-1build1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http:
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/d/device-tree-compiler/libfdt1_1.5.1-1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http:
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/d/device-tree-compiler/libfdt-dev_1.5.1-1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http:
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/r/rdma-core/libibverbs-dev_28.0-1ubuntu1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http:
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/n/numactl/libnuma-dev_2.0.12-1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http:
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/p/python-pyelftools/python3-pyelftools_0.26-1ubuntu1_all.deb  Unable to connect to azure.archive.ubuntu.com:http:
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
##[error]Process completed with exit code 100.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" at step Install packages
####################################################################################
--------------------------------END LOGS-----------------------------

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

* |SUCCESS| pw126891 [PATCH] event/cnxk: add get remaining ticks routine
       [not found] <20230516144824.6732-1-pbhagavatula@marvell.com>
  2023-05-16 14:49 ` |WARNING| pw126891 [PATCH] event/cnxk: add get remaining ticks routine checkpatch
  2023-05-16 16:00 ` |FAILURE| " 0-day Robot
@ 2023-05-17  3:08 ` qemudev
  2023-05-17  3:08 ` qemudev
  3 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2023-05-17  3:08 UTC (permalink / raw)
  To: test-report

Test-Label: loongarch-compilation
Test-Status: SUCCESS
http://dpdk.org/patch/126891

_Compilation OK_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Tue, 16 May 2023 20:18:24 +0530
DPDK git baseline: Repo:dpdk-next-eventdev
  Branch: for-main
  CommitID: 1ac7699fc74cf23c641d7503dd080797bb295ead

126891 --> meson & ninja build successfully

Test environment and result as below:

+---------------------+----------------+
|     Environment     | compilation    |
+---------------------+----------------+
| Loongnix-Server 8.3 | PASS           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


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

* |SUCCESS| pw126891 [PATCH] event/cnxk: add get remaining ticks routine
       [not found] <20230516144824.6732-1-pbhagavatula@marvell.com>
                   ` (2 preceding siblings ...)
  2023-05-17  3:08 ` |SUCCESS| " qemudev
@ 2023-05-17  3:08 ` qemudev
  3 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2023-05-17  3:08 UTC (permalink / raw)
  To: test-report

Test-Label: loongarch-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/126891

_Unit Testing PASS_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Tue, 16 May 2023 20:18:24 +0530
DPDK git baseline: Repo:dpdk-next-eventdev
  Branch: for-main
  CommitID: 1ac7699fc74cf23c641d7503dd080797bb295ead

126891 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+---------------------+----------------+
| Loongnix-Server 8.3 | PASS           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


Test result details:
  1/104 DPDK:fast-tests / acl_autotest                            OK              2.78s
  2/104 DPDK:fast-tests / atomic_autotest                         OK              7.13s
  3/104 DPDK:fast-tests / bitmap_autotest                         OK              0.07s
  4/104 DPDK:fast-tests / bpf_autotest                            OK              0.07s
  5/104 DPDK:fast-tests / bpf_convert_autotest                    OK              0.07s
  6/104 DPDK:fast-tests / bitops_autotest                         OK              0.07s
  7/104 DPDK:fast-tests / byteorder_autotest                      OK              0.07s
  8/104 DPDK:fast-tests / cksum_autotest                          OK              0.07s
  9/104 DPDK:fast-tests / cmdline_autotest                        OK              0.07s
 10/104 DPDK:fast-tests / common_autotest                         OK              0.92s
 11/104 DPDK:fast-tests / cpuflags_autotest                       OK              0.07s
 12/104 DPDK:fast-tests / debug_autotest                          OK              0.67s
 13/104 DPDK:fast-tests / devargs_autotest                        OK              0.07s
 14/104 DPDK:fast-tests / eal_flags_c_opt_autotest                OK              0.67s
 15/104 DPDK:fast-tests / eal_flags_main_opt_autotest             OK              0.22s
 16/104 DPDK:fast-tests / eal_flags_n_opt_autotest                OK              0.17s
 17/104 DPDK:fast-tests / eal_flags_hpet_autotest                 OK              0.12s
 18/104 DPDK:fast-tests / eal_flags_no_huge_autotest              OK              0.22s
 19/104 DPDK:fast-tests / eal_flags_a_opt_autotest                OK              0.27s
 20/104 DPDK:fast-tests / eal_flags_b_opt_autotest                OK              0.22s
 21/104 DPDK:fast-tests / eal_flags_vdev_opt_autotest             OK              0.17s
 22/104 DPDK:fast-tests / eal_flags_r_opt_autotest                OK              0.17s
 23/104 DPDK:fast-tests / eal_flags_mem_autotest                  OK              0.52s
 24/104 DPDK:fast-tests / eal_flags_file_prefix_autotest          OK             22.31s
 25/104 DPDK:fast-tests / eal_flags_misc_autotest                 OK              0.77s
 26/104 DPDK:fast-tests / eal_fs_autotest                         OK              0.07s
 27/104 DPDK:fast-tests / errno_autotest                          OK              0.07s
 28/104 DPDK:fast-tests / ethdev_link_status                      OK              0.07s
 29/104 DPDK:fast-tests / event_ring_autotest                     OK              0.07s
 30/104 DPDK:fast-tests / fib_autotest                            OK              0.87s
 31/104 DPDK:fast-tests / fib6_autotest                           OK              0.87s
 32/104 DPDK:fast-tests / func_reentrancy_autotest                OK              2.13s
 33/104 DPDK:fast-tests / hash_autotest                           OK              1.02s
 34/104 DPDK:fast-tests / interrupt_autotest                      OK              1.37s
 35/104 DPDK:fast-tests / ipfrag_autotest                         OK              0.07s
 36/104 DPDK:fast-tests / lcores_autotest                         OK              5.12s
 37/104 DPDK:fast-tests / logs_autotest                           OK              0.07s
 38/104 DPDK:fast-tests / lpm_autotest                            OK              5.96s
 39/104 DPDK:fast-tests / lpm6_autotest                           OK              8.86s
 40/104 DPDK:fast-tests / malloc_autotest                         OK             64.67s
 41/104 DPDK:fast-tests / mbuf_autotest                           OK              7.08s
 42/104 DPDK:fast-tests / mcslock_autotest                        OK              2.92s
 43/104 DPDK:fast-tests / memcpy_autotest                         OK              6.93s
 44/104 DPDK:fast-tests / memory_autotest                         OK              0.12s
 45/104 DPDK:fast-tests / mempool_autotest                        OK              0.47s
 46/104 DPDK:fast-tests / memzone_autotest                        OK              0.17s
 47/104 DPDK:fast-tests / meter_autotest                          OK              0.07s
 48/104 DPDK:fast-tests / multiprocess_autotest                   OK              0.17s
 49/104 DPDK:fast-tests / per_lcore_autotest                      OK              0.17s
 50/104 DPDK:fast-tests / pflock_autotest                         OK              0.87s
 51/104 DPDK:fast-tests / prefetch_autotest                       OK              0.07s
 52/104 DPDK:fast-tests / rcu_qsbr_autotest                       OK              0.57s
 53/104 DPDK:fast-tests / pie_autotest                            OK              0.07s
 54/104 DPDK:fast-tests / rib_autotest                            OK             10.30s
 55/104 DPDK:fast-tests / rib6_autotest                           OK             10.29s
 56/104 DPDK:fast-tests / ring_autotest                           OK              0.12s
 57/104 DPDK:fast-tests / rwlock_test1_autotest                   OK              0.82s
 58/104 DPDK:fast-tests / rwlock_rda_autotest                     OK              5.07s
 59/104 DPDK:fast-tests / rwlock_rds_wrm_autotest                 OK              5.07s
 60/104 DPDK:fast-tests / rwlock_rde_wro_autotest                 OK              5.07s
 61/104 DPDK:fast-tests / sched_autotest                          OK              0.07s
 62/104 DPDK:fast-tests / security_autotest                       OK              0.07s
 63/104 DPDK:fast-tests / seqlock_autotest                        OK              2.07s
 64/104 DPDK:fast-tests / spinlock_autotest                       OK              0.17s
 65/104 DPDK:fast-tests / stack_autotest                          OK              0.87s
 66/104 DPDK:fast-tests / stack_lf_autotest                       SKIP            0.07s   exit status 77
 67/104 DPDK:fast-tests / string_autotest                         OK              0.07s
 68/104 DPDK:fast-tests / tailq_autotest                          OK              0.07s
 69/104 DPDK:fast-tests / ticketlock_autotest                     OK              0.22s
 70/104 DPDK:fast-tests / timer_autotest                          OK              3.87s
 71/104 DPDK:fast-tests / user_delay_us                           OK              0.07s
 72/104 DPDK:fast-tests / version_autotest                        OK              0.07s
 73/104 DPDK:fast-tests / crc_autotest                            OK              0.07s
 74/104 DPDK:fast-tests / distributor_autotest                    OK              1.22s
 75/104 DPDK:fast-tests / eventdev_common_autotest                OK              0.07s
 76/104 DPDK:fast-tests / fbarray_autotest                        OK              0.07s
 77/104 DPDK:fast-tests / hash_readwrite_func_autotest            OK              6.38s
 78/104 DPDK:fast-tests / ipsec_autotest                          SKIP            0.07s   exit status 77
 79/104 DPDK:fast-tests / kni_autotest                            SKIP            0.07s   exit status 77
 80/104 DPDK:fast-tests / kvargs_autotest                         OK              0.07s
 81/104 DPDK:fast-tests / member_autotest                         OK              1.22s
 82/104 DPDK:fast-tests / power_cpufreq_autotest                  SKIP            0.07s   exit status 77
 83/104 DPDK:fast-tests / power_autotest                          OK              0.07s
 84/104 DPDK:fast-tests / power_kvm_vm_autotest                   SKIP            0.07s   exit status 77
 85/104 DPDK:fast-tests / power_intel_uncore_autotest             SKIP            0.07s   exit status 77
 86/104 DPDK:fast-tests / reorder_autotest                        OK              0.12s
 87/104 DPDK:fast-tests / service_autotest                        OK              2.77s
 88/104 DPDK:fast-tests / thash_autotest                          OK              0.07s
 89/104 DPDK:fast-tests / threads_autotest                        OK              0.27s
 90/104 DPDK:fast-tests / trace_autotest                          OK              0.07s
 91/104 DPDK:fast-tests / trace_autotest_with_traces              OK              0.12s
 92/104 DPDK:fast-tests / metrics_autotest                        OK              0.07s
 93/104 DPDK:fast-tests / telemetry_json_autotest                 OK              0.07s
 94/104 DPDK:fast-tests / telemetry_data_autotest                 OK              0.07s
 95/104 DPDK:fast-tests / table_autotest                          OK             10.25s
 96/104 DPDK:fast-tests / ring_pmd_autotest                       OK              0.07s
 97/104 DPDK:fast-tests / event_eth_tx_adapter_autotest           OK              1.47s
 98/104 DPDK:fast-tests / bitratestats_autotest                   OK              0.07s
 99/104 DPDK:fast-tests / latencystats_autotest                   OK              0.07s
100/104 DPDK:fast-tests / pdump_autotest                          OK              5.17s
101/104 DPDK:fast-tests / vdev_autotest                           OK              0.07s
102/104 DPDK:fast-tests / rawdev_autotest                         OK              0.07s
103/104 DPDK:fast-tests / compressdev_autotest                    SKIP            0.07s   exit status 77
104/104 DPDK:fast-tests / telemetry_all                           OK             14.80s


Ok:                 97
Expected Fail:      0
Fail:               0
Unexpected Pass:    0
Skipped:            7
Timeout:            0


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

end of thread, other threads:[~2023-05-17  3:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230516144824.6732-1-pbhagavatula@marvell.com>
2023-05-16 14:49 ` |WARNING| pw126891 [PATCH] event/cnxk: add get remaining ticks routine checkpatch
2023-05-16 16:00 ` |FAILURE| " 0-day Robot
2023-05-17  3:08 ` |SUCCESS| " qemudev
2023-05-17  3:08 ` qemudev

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