Project

General

Profile

Bug #57280

qa: tasks/kernel_cfuse_workunits_untarbuild_blogbench fails - Failed to fetch package version from shaman

Added by Kotresh Hiremath Ravishankar over 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Normal
Category:
Testing
Target version:
% Done:

0%

Source:
Tags:
backport_processed
Backport:
quincy
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
qa-suite
Labels (FS):
qa, qa-failure
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Seen in multiple runs:
https://pulpito.ceph.com/yuriw-2022-08-22_21:15:31-fs-wip-yuri7-testing-2022-08-17-0943-quincy-distro-default-smithi/6986427
https://pulpito.ceph.com/yuriw-2022-08-22_21:15:31-fs-wip-yuri7-testing-2022-08-17-0943-quincy-distro-default-smithi/6986429
http://pulpito.front.sepia.ceph.com/khiremat-2022-08-24_05:14:16-fs-wip-yuri7-testing-2022-08-17-0943-quincy-distro-default-smithi/6988756
http://pulpito.front.sepia.ceph.com/khiremat-2022-08-24_05:14:16-fs-wip-yuri7-testing-2022-08-17-0943-quincy-distro-default-smithi/6988757


2022-08-22T22:50:57.069 ERROR:teuthology.packaging:sha1 not found: https://shaman.ceph.com/api/search/?status=ready&project=kernel&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=testing
2022-08-22T22:50:57.070 DEBUG:teuthology.task.kernel:sha1 for client.0 is None
2022-08-22T22:50:57.071 INFO:teuthology.task.kernel:Checking kernel version of client.0, want "None"...
2022-08-22T22:50:57.071 DEBUG:teuthology.orchestra.run.smithi061:> uname -r
2022-08-22T22:50:57.080 INFO:teuthology.orchestra.run.smithi061.stdout:5.15.0-43-generic
2022-08-22T22:50:57.080 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-43-generic vs None
2022-08-22T22:50:57.081 DEBUG:teuthology.task.kernel:failed to parse current kernel version
2022-08-22T22:50:57.081 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/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_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/teuthology/run_tasks.py", line 82, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/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_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/teuthology/parallel.py", line 84, in __exit__
    for result in self:
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/teuthology/parallel.py", line 98, in __next__
    resurrect_traceback(result)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/teuthology/parallel.py", line 30, in resurrect_traceback
    raise exc.exc_info[1]
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/teuthology/parallel.py", line 23, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/teuthology/task/kernel.py", line 1323, in process_role
    version = builder.scm_version
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/teuthology/packaging.py", line 960, in scm_version
    self.assert_result()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/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=kernel&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=testing
2022-08-22T22:50:57.271 ERROR:teuthology.run_tasks: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=07444e6909b24a36a341ef40a12aaeec
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/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_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/teuthology/run_tasks.py", line 82, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/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_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/teuthology/parallel.py", line 84, in __exit__
    for result in self:
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/teuthology/parallel.py", line 98, in __next__
    resurrect_traceback(result)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/teuthology/parallel.py", line 30, in resurrect_traceback
    raise exc.exc_info[1]
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/teuthology/parallel.py", line 23, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/teuthology/task/kernel.py", line 1323, in process_role
    version = builder.scm_version
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/teuthology/packaging.py", line 960, in scm_version
    self.assert_result()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_b1d387f12b117399cb87c86aaa341398fa0c0919/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=kernel&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=testing


Related issues

Related to Orchestrator - Bug #57303: rados/cephadm: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=b34ca7d1c2becd6090874ccda56ef4cd8dc64bf7 Resolved
Copied to CephFS - Backport #58604: quincy: qa: tasks/kernel_cfuse_workunits_untarbuild_blogbench fails - Failed to fetch package version from shaman Resolved

History

#1 Updated by Kotresh Hiremath Ravishankar over 1 year ago

It's ubuntu 22.04 Jammy JellyFish. The 'sha1' for client.0 is 'None', hence the failure. The client.0 is 'ceph-fuse' and we don't build it for Jammy and hence the failure ?

#2 Updated by Laura Flores over 1 year ago

Several occurrences with cephadm tests on this run, such as:

/a/yuriw-2022-08-17_19:34:54-rados-wip-yuri7-testing-2022-08-17-0943-quincy-distro-default-smithi/6977780

#3 Updated by Laura Flores over 1 year ago

  • Tags set to test-failure

#4 Updated by Laura Flores over 1 year ago

  • Related to Bug #57303: rados/cephadm: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=b34ca7d1c2becd6090874ccda56ef4cd8dc64bf7 added

#5 Updated by Laura Flores over 1 year ago

Created a new Tracker for Cephadm, but marked a relation to this tracker.

#6 Updated by Venky Shankar over 1 year ago

  • Category set to Testing
  • Assignee set to Dhairya Parmar
  • Target version set to v18.0.0
  • Backport set to quincY

#7 Updated by Venky Shankar over 1 year ago

  • Status changed from New to Triaged

#8 Updated by Dhairya Parmar over 1 year ago

  • Pull request ID set to 48049

#9 Updated by Venky Shankar over 1 year ago

  • Status changed from Triaged to Fix Under Review

#10 Updated by Patrick Donnelly over 1 year ago

  • Related to Bug #57655: qa: fs:mixed-clients kernel_untar_build failure added

#11 Updated by Venky Shankar over 1 year ago

  • Related to deleted (Bug #57655: qa: fs:mixed-clients kernel_untar_build failure)

#12 Updated by Rishabh Dave about 1 year ago

  • Status changed from Fix Under Review to Pending Backport
  • Backport changed from quincY to quincy

#13 Updated by Backport Bot about 1 year ago

  • Copied to Backport #58604: quincy: qa: tasks/kernel_cfuse_workunits_untarbuild_blogbench fails - Failed to fetch package version from shaman added

#14 Updated by Backport Bot about 1 year ago

  • Tags set to backport_processed

#15 Updated by Dhairya Parmar about 1 year ago

  • Status changed from Pending Backport to Resolved

backport merged

Also available in: Atom PDF