Project

General

Profile

Actions

Bug #58456

closed

"Socket exception: Connection reset by peer" when trying to install linux-image-generic

Added by Laura Flores over 1 year ago. Updated over 1 year ago.

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

0%

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

Description

/a/yuriw-2023-01-13_16:43:00-rados-pacific_16.2.11_RC6.6-distro-default-smithi/7141528

2023-01-13T16:56:45.838 INFO:teuthology.orchestra.run.smithi158.stdout:Selecting previously unselected package linux-modules-5.4.0-137-generic.
2023-01-13T16:56:47.570 INFO:teuthology.orchestra.run.smithi158.stdout:(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 104373 files and directories currently installed.)
2023-01-13T16:56:47.575 INFO:teuthology.orchestra.run.smithi158.stdout:Preparing to unpack .../0-linux-modules-5.4.0-137-generic_5.4.0-137.154_amd64.deb ...
2023-01-13T16:56:47.710 INFO:teuthology.orchestra.run.smithi158.stdout:Unpacking linux-modules-5.4.0-137-generic (5.4.0-137.154) ...
2023-01-13T16:56:49.669 INFO:teuthology.orchestra.run.smithi158.stdout:Selecting previously unselected package linux-image-5.4.0-137-generic.
2023-01-13T16:56:49.683 INFO:teuthology.orchestra.run.smithi158.stdout:Preparing to unpack .../1-linux-image-5.4.0-137-generic_5.4.0-137.154_amd64.deb ...
2023-01-13T16:56:49.789 INFO:teuthology.orchestra.run.smithi158.stdout:Unpacking linux-image-5.4.0-137-generic (5.4.0-137.154) ...
2023-01-13T16:59:32.428 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104)
2023-01-13T16:59:32.458 DEBUG:teuthology.orchestra.run:got remote process result: None
2023-01-13T16:59:32.459 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/run_tasks.py", line 103, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/run_tasks.py", line 82, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/task/kernel.py", line 1235, in task
    p.spawn(process_role, ctx, config, timeout, role, role_config)
  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/parallel.py", line 84, in __exit__
    for result in self:
  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/parallel.py", line 98, in __next__
    resurrect_traceback(result)
  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/parallel.py", line 30, in resurrect_traceback
    raise exc.exc_info[1]
  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/parallel.py", line 23, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/task/kernel.py", line 1262, in process_role
    version = need_to_install_distro(role_remote, role_config)
  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/task/kernel.py", line 789, in need_to_install_distro
    newest = get_latest_image_version_deb(remote, dist_release, role_config)
  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/task/kernel.py", line 1100, in get_latest_image_version_deb
    install_dep_packages(remote, args)
  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/task/install/deb.py", line 32, in install_dep_packages
    _retry_if_eagain_in_output(remote, args)
  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/task/install/deb.py", line 20, in _retry_if_eagain_in_output
    return remote.run(args=args, stderr=stderr)
  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/orchestra/remote.py", line 525, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/orchestra/run.py", line 455, in run
    r.wait()
  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/orchestra/run.py", line 161, in wait
    self._raise_for_status()
  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/orchestra/run.py", line 174, in _raise_for_status
    raise ConnectionLostError(command=self.command,
teuthology.exceptions.ConnectionLostError: SSH connection to smithi158 was lost: 'sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic'
2023-01-13T16:59:32.533 ERROR:teuthology.run_tasks: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=38d0bbb32ee74f07bec2e1869792e1ba


Related issues 1 (0 open1 closed)

Is duplicate of Infrastructure - Bug #58232: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)Resolvedadam kraitman

Actions
Actions #1

Updated by Laura Flores over 1 year ago

  • Status changed from New to Duplicate
Actions #2

Updated by Laura Flores over 1 year ago

  • Is duplicate of Bug #58232: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable) added
Actions

Also available in: Atom PDF