automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw116531 [PATCH v2 3/3] event/cnxk: disable timer resolution estimation
       [not found] <20220921061558.3747-3-pbhagavatula@marvell.com>
@ 2022-09-21  6:19 ` checkpatch
  2022-09-21  7:39 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-09-21  6:19 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula

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

_coding style issues_


WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#81: 
Disable timer resolution estimation, read TIM LF clock registers

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#102: FILE: drivers/common/cnxk/hw/tim.h:34:
+#define TIM_LF_FR_RN_GPIOS	   (0x020)

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#103: FILE: drivers/common/cnxk/hw/tim.h:35:
+#define TIM_LF_FR_RN_GTI	   (0x030)

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#104: FILE: drivers/common/cnxk/hw/tim.h:36:
+#define TIM_LF_FR_RN_PTP	   (0x040)

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#105: FILE: drivers/common/cnxk/hw/tim.h:37:
+#define TIM_LF_FR_RN_TENNS	   (0x050)

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#106: FILE: drivers/common/cnxk/hw/tim.h:38:
+#define TIM_LF_FR_RN_SYNCE	   (0x060)

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#107: FILE: drivers/common/cnxk/hw/tim.h:39:
+#define TIM_LF_FR_RN_BTS	   (0x070)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#221: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:192:
+	tim_ring->tck_int = round((double)rcfg->timer_tick_ns /

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#229: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:205:
+	tim_ring->base = roc_tim_lf_base_get(&dev->tim, tim_ring->ring_id);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#229: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:205:
+	tim_ring->base = roc_tim_lf_base_get(&dev->tim, tim_ring->ring_id);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#229: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:205:
+	tim_ring->base = roc_tim_lf_base_get(&dev->tim, tim_ring->ring_id);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#229: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:205:
+	tim_ring->base = roc_tim_lf_base_get(&dev->tim, tim_ring->ring_id);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#230: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:206:
+	tim_ring->tbase = cnxk_tim_get_tick_base(clk_src, tim_ring->base);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#230: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:206:
+	tim_ring->tbase = cnxk_tim_get_tick_base(clk_src, tim_ring->base);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#230: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:206:
+	tim_ring->tbase = cnxk_tim_get_tick_base(clk_src, tim_ring->base);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#232: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:208:
+	if (roc_model_is_cn9k() && (tim_ring->clk_src == ROC_TIM_CLK_SRC_GTI))

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#232: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:208:
+	if (roc_model_is_cn9k() && (tim_ring->clk_src == ROC_TIM_CLK_SRC_GTI))

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#233: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:209:
+		tim_ring->tick_fn = cnxk_tim_cntvct;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#233: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:209:
+		tim_ring->tick_fn = cnxk_tim_cntvct;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#235: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:211:
+		tim_ring->tick_fn = cnxk_tim_tick_read;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#235: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:211:
+		tim_ring->tick_fn = cnxk_tim_tick_read;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#288: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:324:
+	if (roc_model_is_cn9k() && (tim_ring->clk_src == ROC_TIM_CLK_SRC_GTI)) {

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#288: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:324:
+	if (roc_model_is_cn9k() && (tim_ring->clk_src == ROC_TIM_CLK_SRC_GTI)) {

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#291: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:327:
+		start_diff = cnxk_tim_cntvct(tim_ring->tbase) -

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#291: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:327:
+		start_diff = cnxk_tim_cntvct(tim_ring->tbase) -

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#292: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:328:
+			     cnxk_tim_tick_read(tim_ring->tbase);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#292: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:328:
+			     cnxk_tim_tick_read(tim_ring->tbase);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#293: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:329:
+		tim_ring->ring_start_cyc += start_diff;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#304: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:357:
+		tim_ring->tick_fn(tim_ring->tbase) - tim_ring->ring_start_cyc;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#304: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:357:
+		tim_ring->tick_fn(tim_ring->tbase) - tim_ring->ring_start_cyc;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#304: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:357:
+		tim_ring->tick_fn(tim_ring->tbase) - tim_ring->ring_start_cyc;

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#317: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:27:
+#define CNXK_TIM_RING_DEF_CHUNK_SZ  (256)

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#325: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:34:
+#define CNXK_TIM_MAX_POOL_CACHE_SZ  (16)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#367: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:174:
+cnxk_tim_cntvct(uint64_t base __rte_unused)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#381: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:192:
+cnxk_tim_cntvct(uint64_t base __rte_unused)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#390: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:205:
+cnxk_tim_tick_read(uint64_t tick_base)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#403: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:231:
+cnxk_tim_get_tick_base(enum roc_tim_clk_src clk_src, uintptr_t base)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#403: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:231:
+cnxk_tim_get_tick_base(enum roc_tim_clk_src clk_src, uintptr_t base)

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#406: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:234:
+	case ROC_TIM_CLK_SRC_GTI:

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#407: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:235:
+		return base + TIM_LF_FR_RN_GTI;

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#408: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:236:
+	case ROC_TIM_CLK_SRC_GPIO:

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#409: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:237:
+		return base + TIM_LF_FR_RN_GPIOS;

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#410: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:238:
+	case ROC_TIM_CLK_SRC_10NS:

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#411: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:239:
+		return base + TIM_LF_FR_RN_TENNS;

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#412: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:240:
+	case ROC_TIM_CLK_SRC_PTP:

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#413: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:241:
+		return base + TIM_LF_FR_RN_PTP;

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#414: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:242:
+	case ROC_TIM_CLK_SRC_SYNCE:

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#415: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:243:
+		return base + TIM_LF_FR_RN_SYNCE;

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#416: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:244:
+	case ROC_TIM_CLK_SRC_BTS:

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#417: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:245:
+		return base + TIM_LF_FR_RN_BTS;

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#419: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:247:
+		return ROC_TIM_CLK_SRC_INVALID;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#479: FILE: drivers/event/cnxk/cnxk_tim_worker.h:135:
+		tim_ring->tick_fn(tim_ring->tbase) - tim_ring->ring_start_cyc;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#479: FILE: drivers/event/cnxk/cnxk_tim_worker.h:135:
+		tim_ring->tick_fn(tim_ring->tbase) - tim_ring->ring_start_cyc;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#479: FILE: drivers/event/cnxk/cnxk_tim_worker.h:135:
+		tim_ring->tick_fn(tim_ring->tbase) - tim_ring->ring_start_cyc;

total: 0 errors, 54 warnings, 351 lines checked

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

* |FAILURE| pw116531 [PATCH v2 3/3] event/cnxk: disable timer resolution estimation
       [not found] <20220921061558.3747-3-pbhagavatula@marvell.com>
  2022-09-21  6:19 ` |WARNING| pw116531 [PATCH v2 3/3] event/cnxk: disable timer resolution estimation checkpatch
@ 2022-09-21  7:39 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-09-21  7:39 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/116531/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3095703858
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-mingw" failed at step Install packages
"ubuntu-20.04-gcc-shared-riscv64" failed at step Install test tools packages
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Install packages
####################################################################################
Err:19 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyelftools all 0.26-1ubuntu1
  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.147.219.192 80]
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: [IP: 52.147.219.192 80]
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 (52.147.219.192), connection timed out [IP: 52.147.219.192 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libn/libnl3/libnl-route-3-200_3.4.0-1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.147.219.192 80]
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: [IP: 52.147.219.192 80]
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: [IP: 52.147.219.192 80]
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: [IP: 52.147.219.192 80]
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: [IP: 52.147.219.192 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/libc/libcrypto++/libcrypto++6_5.6.4-9build1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.147.219.192 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/libc/libcrypto++/libcrypto++-dev_5.6.4-9build1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.147.219.192 80]
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: [IP: 52.147.219.192 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libn/libnl3/libnl-3-dev_3.4.0-1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.147.219.192 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libn/libnl3/libnl-route-3-dev_3.4.0-1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.147.219.192 80]
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: [IP: 52.147.219.192 80]
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: [IP: 52.147.219.192 80]
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: [IP: 52.147.219.192 80]
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: [IP: 52.147.219.192 80]
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: [IP: 52.147.219.192 80]
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: [IP: 52.147.219.192 80]
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: [IP: 52.147.219.192 80]
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: [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-static-mingw" at step Install packages
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-riscv64" at step Install test tools packages
####################################################################################
Get:1 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal/main amd64 gdb amd64 10.2-0ubuntu1~20.04~1 [3282 kB]
Err:2 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libbabeltrace1 amd64 1.5.8-1build1
  Connection failed [IP: 52.252.75.106 80]
Err:3 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libipt2 amd64 2.0.1-1
  Could not connect to azure.archive.ubuntu.com:80 (52.252.75.106), connection timed out [IP: 52.252.75.106 80]
Err:4 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libsource-highlight-common all 3.1.8-1.2build5
  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.252.75.106 80]
Err:5 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libboost-regex1.71.0 amd64 1.71.0-6ubuntu6
  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.252.75.106 80]
Err:6 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libsource-highlight4v5 amd64 3.1.8-1.2build5
  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.252.75.106 80]
Err:7 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libxxhash0 amd64 0.7.3-1
  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.252.75.106 80]
Err:8 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dbg amd64 2.31-0ubuntu9.9
  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.252.75.106 80]
Fetched 3282 kB in 2min 0s (27.3 kB/s)
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/b/babeltrace/libbabeltrace1_1.5.8-1build1_amd64.deb  Connection failed [IP: 52.252.75.106 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/i/intel-processor-trace/libipt2_2.0.1-1_amd64.deb  Could not connect to azure.archive.ubuntu.com:80 (52.252.75.106), connection timed out [IP: 52.252.75.106 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/s/source-highlight/libsource-highlight-common_3.1.8-1.2build5_all.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.252.75.106 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/b/boost1.71/libboost-regex1.71.0_1.71.0-6ubuntu6_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.252.75.106 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/s/source-highlight/libsource-highlight4v5_3.1.8-1.2build5_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.252.75.106 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/x/xxhash/libxxhash0_0.7.3-1_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.252.75.106 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-dbg_2.31-0ubuntu9.9_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.252.75.106 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-shared-riscv64" at step Install test tools packages
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2022-09-21  7:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220921061558.3747-3-pbhagavatula@marvell.com>
2022-09-21  6:19 ` |WARNING| pw116531 [PATCH v2 3/3] event/cnxk: disable timer resolution estimation checkpatch
2022-09-21  7:39 ` |FAILURE| " 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).