Project

General

Profile

Actions

Bug #64309

open

install packages failed: sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-1016-g3fb6d78c-1jammy cephadm=19.0.0-1016-g3fb6d78c-1jammy

Added by Kamoltat (Junior) Sirivadhna 3 months ago. Updated 3 months ago.

Status:
New
Priority:
Normal
Assignee:
-
% 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-2024-01-31_19:20:14-rados-wip-yuri3-testing-2024-01-29-1434-distro-default-smithi/7540747

2024-01-31T23:25:23.287 INFO:teuthology.orchestra.run.smithi170.stdout:
2024-01-31T23:25:23.288 DEBUG:teuthology.orchestra.run:got remote process result: 100
2024-01-31T23:25:23.288 INFO:teuthology.orchestra.run.smithi170.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead.
2024-01-31T23:25:23.288 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'ceph' was not found
2024-01-31T23:25:23.289 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'cephadm' was not found
2024-01-31T23:25:23.289 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'ceph-mds' was not found
2024-01-31T23:25:23.289 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'ceph-mgr' was not found
2024-01-31T23:25:23.289 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'ceph-common' was not found
2024-01-31T23:25:23.289 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'ceph-fuse' was not found
2024-01-31T23:25:23.289 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'ceph-test' was not found
2024-01-31T23:25:23.289 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'ceph-volume' was not found
2024-01-31T23:25:23.289 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'radosgw' was not found
2024-01-31T23:25:23.289 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'python3-rados' was not found
2024-01-31T23:25:23.289 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'python3-rgw' was not found
2024-01-31T23:25:23.289 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'python3-cephfs' was not found
2024-01-31T23:25:23.289 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'python3-rbd' was not found
2024-01-31T23:25:23.289 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'libcephfs2' was not found
2024-01-31T23:25:23.290 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'libcephfs-dev' was not found
2024-01-31T23:25:23.290 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'librados2' was not found
2024-01-31T23:25:23.290 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'librbd1' was not found
2024-01-31T23:25:23.290 INFO:teuthology.orchestra.run.smithi170.stderr:E: Version '19.0.0-1016-g3fb6d78c-1jammy' for 'rbd-fuse' was not found
2024-01-31T23:25:23.290 ERROR:teuthology.contextutil:Saw exception from nested tasks

Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 30, in nested
    vars.append(enter())
  File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/install/__init__.py", line 218, in install
    install_packages(ctx, package_list, config)
  File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/install/__init__.py", line 81, in install_packages
    p.spawn(
  File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 84, in __exit__
    for result in self:
  File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 98, in __next__
    resurrect_traceback(result)
  File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 30, in resurrect_traceback
    raise exc.exc_info[1]
  File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 23, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/install/deb.py", line 94, in _update_package_list_and_install
    install_dep_packages(remote,
  File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 523, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 455, in run
    r.wait()
  File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 161, in wait
    self._raise_for_status()
  File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 181, in _raise_for_status
    raise CommandFailedError(
teuthology.exceptions.CommandFailedError: Command failed on smithi170 with status 100: 'sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-1016-g3fb6d78c-1jammy cephadm=19.0.0-1016-g3fb6d78c-1jammy ceph-mds=19.0.0-1016-g3fb6d78c-1jammy ceph-mgr=19.0.0-1016-g3fb6d78c-1jammy ceph-common=19.0.0-1016-g3fb6d78c-1jammy ceph-fuse=19.0.0-1016-g3fb6d78c-1jammy ceph-test=19.0.0-1016-g3fb6d78c-1jammy ceph-volume=19.0.0-1016-g3fb6d78c-1jammy radosgw=19.0.0-1016-g3fb6d78c-1jammy python3-rados=19.0.0-1016-g3fb6d78c-1jammy python3-rgw=19.0.0-1016-g3fb6d78c-1jammy python3-cephfs=19.0.0-1016-g3fb6d78c-1jammy python3-rbd=19.0.0-1016-g3fb6d78c-1jammy libcephfs2=19.0.0-1016-g3fb6d78c-1jammy libcephfs-dev=19.0.0-1016-g3fb6d78c-1jammy librados2=19.0.0-1016-g3fb6d78c-1jammy librbd1=19.0.0-1016-g3fb6d78c-1jammy rbd-fuse=19.0.0-1016-g3fb6d78c-1jammy'
2024-01-31T23:25:23.293 ERROR:teuthology.run_tasks:Saw exception from tasks.

Actions #1

Updated by Radoslaw Zarzynski 3 months ago

  • Project changed from RADOS to Infrastructure
Actions

Also available in: Atom PDF