Project

General

Profile

Actions

Bug #70215

closed

rados/thrash-old-clients: unable to install tentacle packages

Added by Laura Flores about 1 year ago. Updated 11 months ago.

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

0%

Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
Released In:
Upkeep Timestamp:

Description

/a/yuriw-2025-02-21_18:09:35-rados-wip-pdonnell-testing-20250218.200348-debug-distro-default-smithi/8147328

2025-03-15T05:33:35.579 INFO:teuthology.packaging:sha1: 13c578c87c5727eb2cb314297b63772e2ba7aae9
2025-03-15T05:33:35.580 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=tentacle
2025-03-15T05:33:35.580 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'tentacle', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-base-debuginfo', 'ceph-common-debuginfo', 'ceph-immutable-object-cache-debuginfo', 'ceph-radosgw-debuginfo', 'ceph-test-debuginfo', 'ceph-base-debuginfo', 'ceph-mgr-debuginfo', 'ceph-mds-debuginfo', 'ceph-mon-debuginfo', 'ceph-osd-debuginfo', 'ceph-fuse-debuginfo', 'librados-devel-debuginfo', 'libcephfs2-debuginfo', 'librados2-debuginfo', 'librbd1-debuginfo', 'python3-cephfs-debuginfo', 'python3-rados-debuginfo', 'python3-rbd-debuginfo', 'python3-rgw-debuginfo', 'rbd-fuse-debuginfo', 'rbd-mirror-debuginfo', 'rbd-nbd-debuginfo', 'ceph-volume'], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '13c578c87c5727eb2cb314297b63772e2ba7aae9', 'tag': None, 'wait_for_package': False}
2025-03-15T05:33:35.581 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch
2025-03-15T05:33:35.581 INFO:teuthology.packaging:ref: None
2025-03-15T05:33:35.581 INFO:teuthology.packaging:tag: None
2025-03-15T05:33:35.581 INFO:teuthology.packaging:branch: tentacle
2025-03-15T05:33:35.581 INFO:teuthology.packaging:sha1: 13c578c87c5727eb2cb314297b63772e2ba7aae9
2025-03-15T05:33:35.581 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=tentacle
2025-03-15T05:33:35.714 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_teuthology_8e60109c2ce9ac81275a6501eacf5f84a082ec68/teuthology/contextutil.py", line 30, in nested
    vars.append(enter())
  File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__
    return next(self.gen)
  File "/home/teuthworker/src/git.ceph.com_teuthology_8e60109c2ce9ac81275a6501eacf5f84a082ec68/teuthology/task/install/__init__.py", line 219, in install
    install_packages(ctx, package_list, config)
  File "/home/teuthworker/src/git.ceph.com_teuthology_8e60109c2ce9ac81275a6501eacf5f84a082ec68/teuthology/task/install/__init__.py", line 79, in install_packages
    with parallel() as p:
  File "/home/teuthworker/src/git.ceph.com_teuthology_8e60109c2ce9ac81275a6501eacf5f84a082ec68/teuthology/parallel.py", line 84, in __exit__
    for result in self:
  File "/home/teuthworker/src/git.ceph.com_teuthology_8e60109c2ce9ac81275a6501eacf5f84a082ec68/teuthology/parallel.py", line 98, in __next__
    resurrect_traceback(result)
  File "/home/teuthworker/src/git.ceph.com_teuthology_8e60109c2ce9ac81275a6501eacf5f84a082ec68/teuthology/parallel.py", line 30, in resurrect_traceback
    raise exc.exc_info[1]
  File "/home/teuthworker/src/git.ceph.com_teuthology_8e60109c2ce9ac81275a6501eacf5f84a082ec68/teuthology/parallel.py", line 23, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_teuthology_8e60109c2ce9ac81275a6501eacf5f84a082ec68/teuthology/task/install/rpm.py", line 209, in _update_package_list_and_install
    log.info('Pulling from %s', builder.base_url)
  File "/home/teuthworker/src/git.ceph.com_teuthology_8e60109c2ce9ac81275a6501eacf5f84a082ec68/teuthology/packaging.py", line 554, in base_url
    return self._get_base_url()
  File "/home/teuthworker/src/git.ceph.com_teuthology_8e60109c2ce9ac81275a6501eacf5f84a082ec68/teuthology/packaging.py", line 856, in _get_base_url
    self.assert_result()
  File "/home/teuthworker/src/git.ceph.com_teuthology_8e60109c2ce9ac81275a6501eacf5f84a082ec68/teuthology/packaging.py", line 937, in assert_result
    raise VersionNotFoundError(self._result.url)
teuthology.exceptions.VersionNotFoundError: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=tentacle

I am creating this ticket in advance for the unmerged Tentacle kickoff PR (https://github.com/ceph/ceph/pull/61321). As tentacle hasn't been built yet, it is expected for this to fail.

Actions #1

Updated by Laura Flores about 1 year ago

For now, we can't fix this until Tentacle is actually built. Monitoring...

Actions #3

Updated by Laura Flores about 1 year ago

Yep, I think that's right

Actions #4

Updated by Radoslaw Zarzynski about 1 year ago

OK, @Dan Mick and @Patrick Donnelly are already pinged in the PR.

Actions #5

Updated by Nitzan Mordechai about 1 year ago

still waiting for that build..
/a/skanta-2025-03-13_23:19:54-rados-wip-bharath8-testing-2025-03-13-0557-distro-default-smithi/['8187953', '8187958']

Actions #6

Updated by Laura Flores about 1 year ago

Continue monitoring until Tentacle packages are built

Actions #7

Updated by Laura Flores about 1 year ago

/a/yuriw-2025-03-14_20:32:49-rados-wip-yuri7-testing-2025-03-11-0847-distro-default-smithi/8190410

Actions #8

Updated by Laura Flores about 1 year ago

  • Description updated (diff)

/a/yuriw-2025-03-14_20:21:57-rados-wip-yuri13-testing-2025-03-14-0922-distro-default-smithi/8189986

Actions #9

Updated by Radoslaw Zarzynski 12 months ago

Discussion happens in the PR.

Actions #10

Updated by Sridhar Seshasayee 12 months ago

/a/skanta-2025-03-24_23:11:09-rados-wip-bharath10-testing-2025-03-23-2240-distro-default-smithi/8207496
/a/skanta-2025-03-24_23:11:09-rados-wip-bharath10-testing-2025-03-23-2240-distro-default-smithi/8207504
/a/skanta-2025-03-24_23:11:09-rados-wip-bharath10-testing-2025-03-23-2240-distro-default-smithi/8207519

Actions #11

Updated by Laura Flores 12 months ago

/a/yuriw-2025-03-27_15:03:25-rados-wip-yuri7-testing-2025-03-26-1605-distro-default-smithi/8213304

Actions #13

Updated by Shraddha Agrawal 12 months ago

/a/skanta-2025-03-23_11:08:44-rados-wip-bharath15-testing-2025-03-22-1514-distro-default-smithi/8204177

Actions #14

Updated by Sridhar Seshasayee 12 months ago

/a/skanta-2025-03-27_08:02:07-rados-wip-bharath10-testing-2025-03-27-0430-distro-default-smithi/8212712
/a/skanta-2025-03-27_08:02:07-rados-wip-bharath10-testing-2025-03-27-0430-distro-default-smithi/8212828
/a/skanta-2025-03-27_08:02:07-rados-wip-bharath10-testing-2025-03-27-0430-distro-default-smithi/8212942

Actions #15

Updated by Laura Flores 12 months ago

TBD at the next Infra meeting about what's left.

Actions #16

Updated by Sridhar Seshasayee 12 months ago

/a/yuriw-2025-04-07_23:32:09-rados-wip-yuri13-testing-2025-04-07-1144-distro-default-smithi/8229073
/a/yuriw-2025-04-07_23:32:09-rados-wip-yuri13-testing-2025-04-07-1144-distro-default-smithi/8229305
/a/yuriw-2025-04-07_23:32:09-rados-wip-yuri13-testing-2025-04-07-1144-distro-default-smithi/8229500

Actions #17

Updated by Laura Flores 12 months ago

/a/teuthology-2025-04-06_20:00:14-rados-main-distro-default-smithi
3 jobs: ['8226443', '8226570', '8226697']

Actions #18

Updated by Kamoltat (Junior) Sirivadhna 11 months ago ยท Edited

skanta-2025-04-09_05:31:19-rados-wip-bharath17-testing-2025-04-08-0602-distro-default-smithi/

[8233183, 8233193, 8233199]

Actions #19

Updated by Kamoltat (Junior) Sirivadhna 11 months ago

suite watcher: this is an expected failure?

Actions #20

Updated by Shraddha Agrawal 11 months ago

/a/yuriw-2025-04-22_22:07:13-rados-wip-yuri5-testing-2025-04-22-1252-distro-default-smithi/8254107

Actions #21

Updated by Sridhar Seshasayee 11 months ago

/a/skanta-2025-04-22_23:21:15-rados-wip-bharath1-testing-2025-04-21-0529-distro-default-smithi
[8254480, 8254490 , 8254503]

Actions #22

Updated by Aishwarya Mathuria 11 months ago

/a/yuriw-2025-04-14_18:07:07-rados-wip-yuri10-testing-2025-04-08-0710-distro-default-smithi/
['8239939', '8239956', '8239966']

Actions #23

Updated by Laura Flores 11 months ago

  • Status changed from New to Resolved

Latest nightlies are passing: https://pulpito.ceph.com/teuthology-2025-05-04_20:00:15-rados-main-distro-default-smithi/8269893/

The packages exist now. If there are still problems, reopen.

Actions

Also available in: Atom PDF