Project

General

Profile

Actions

Bug #59586

open

rook: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/conntrack-tools/conntrack_1.4.4+snapshot20161117-6ubuntu2_amd64.deb Connection failed

Added by Laura Flores about 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

/a/yuriw-2023-04-25_14:15:40-rados-pacific-release-distro-default-smithi/7251832

2023-04-26T08:11:50.240 INFO:teuthology.orchestra.run.smithi171.stderr:E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/conntrack-tools/conntrack_1.4.4+snapshot20161117-6ubuntu2_amd64.deb  Connection failed [IP: 185.125.190.36 80]
2023-04-26T08:11:50.240 INFO:teuthology.orchestra.run.smithi171.stderr:E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
2023-04-26T08:11:50.629 INFO:teuthology.orchestra.run.smithi129.stdout:Get:3 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubelet amd64 1.27.1-00 [18.7 MB]
2023-04-26T08:11:51.282 INFO:teuthology.orchestra.run.smithi129.stdout:Get:4 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubectl amd64 1.27.1-00 [10.2 MB]
2023-04-26T08:11:51.643 INFO:teuthology.orchestra.run.smithi129.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubeadm amd64 1.27.1-00 [9,928 kB]
2023-04-26T08:12:18.842 INFO:teuthology.orchestra.run.smithi129.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB]
2023-04-26T08:12:18.885 INFO:teuthology.orchestra.run.smithi129.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ebtables amd64 2.0.10.4-3.5ubuntu2.18.04.3 [79.9 kB]
2023-04-26T08:12:18.934 INFO:teuthology.orchestra.run.smithi129.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB]
2023-04-26T08:12:19.207 INFO:teuthology.orchestra.run.smithi129.stderr:debconf: unable to initialize frontend: Dialog
2023-04-26T08:12:19.207 INFO:teuthology.orchestra.run.smithi129.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
2023-04-26T08:12:19.208 INFO:teuthology.orchestra.run.smithi129.stderr:debconf: falling back to frontend: Readline
2023-04-26T08:12:19.214 INFO:teuthology.orchestra.run.smithi129.stderr:debconf: unable to initialize frontend: Readline
2023-04-26T08:12:19.214 INFO:teuthology.orchestra.run.smithi129.stderr:debconf: (This frontend requires a controlling tty.)
2023-04-26T08:12:19.214 INFO:teuthology.orchestra.run.smithi129.stderr:debconf: falling back to frontend: Teletype

...

2023-04-26T08:12:30.805 INFO:teuthology.orchestra.run.smithi129.stdout:Setting up kubectl (1.27.1-00) ...
2023-04-26T08:12:30.923 INFO:teuthology.orchestra.run.smithi129.stdout:Setting up kubelet (1.27.1-00) ...
2023-04-26T08:12:31.143 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/kubelet.service -> /lib/systemd/system/kubelet.service.
2023-04-26T08:12:31.466 INFO:teuthology.orchestra.run.smithi129.stdout:Setting up kubeadm (1.27.1-00) ...
2023-04-26T08:12:31.768 INFO:teuthology.orchestra.run.smithi129.stdout:Processing triggers for systemd (237-3ubuntu10.56) ...
2023-04-26T08:12:31.978 INFO:teuthology.orchestra.run.smithi129.stdout:Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
2023-04-26T08:12:32.513 INFO:teuthology.orchestra.run.smithi129.stdout:Processing triggers for ureadahead (0.100.0-21) ...
2023-04-26T08:12:33.003 DEBUG:teuthology.orchestra.run:got remote process result: 100
2023-04-26T08:12:33.003 INFO:tasks.kubeadm:Uninstalling kube{adm,let,ctl}
2023-04-26T08:12:33.003 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_teuthology_8d156aede5efdae00b53d8d3b8d127082980e7ec/teuthology/contextutil.py", line 31, in nested
    vars.append(enter())
  File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_5b35a461e1c1b935b2b3fc7c43d68a58c1a41547/qa/tasks/kubeadm.py", line 172, in kubeadm_install
    run.wait(
  File "/home/teuthworker/src/git.ceph.com_teuthology_8d156aede5efdae00b53d8d3b8d127082980e7ec/teuthology/orchestra/run.py", line 479, in wait
    proc.wait()
  File "/home/teuthworker/src/git.ceph.com_teuthology_8d156aede5efdae00b53d8d3b8d127082980e7ec/teuthology/orchestra/run.py", line 161, in wait
    self._raise_for_status()
  File "/home/teuthworker/src/git.ceph.com_teuthology_8d156aede5efdae00b53d8d3b8d127082980e7ec/teuthology/orchestra/run.py", line 181, in _raise_for_status
    raise CommandFailedError(
teuthology.exceptions.CommandFailedError: Command failed on smithi171 with status 100: "sudo apt update && sudo apt install -y apt-transport-https ca-certificates curl && sudo curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg && echo 'deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main' | sudo tee /etc/apt/sources.list.d/kubernetes.list && sudo apt update && sudo apt install -y kubelet kubeadm kubectl bridge-utils" 

No data to display

Actions

Also available in: Atom PDF