Project

General

Profile

Actions

Bug #55838

open

"download_cephadm" step fails

Added by Laura Flores almost 2 years ago. Updated 3 months ago.

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

0%

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

Description

Description: rados/cephadm/osds/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-ops/rmdir-reactivate}

/a/yuriw-2022-06-01_23:21:01-rados-wip-yuri3-testing-2022-06-01-1035-quincy-distro-default-smithi/6859394

2022-06-02T04:11:15.125 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '7acab8c9655e539662acea210f7969ded550456e'}
2022-06-02T04:11:15.126 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:7acab8c9655e539662acea210f7969ded550456e
2022-06-02T04:11:15.127 INFO:tasks.cephadm:Cluster fsid is 0b82dd26-e22a-11ec-be40-001a4aab830c
2022-06-02T04:11:15.127 INFO:tasks.cephadm:Choosing monitor IPs and ports...
2022-06-02T04:11:15.127 INFO:tasks.cephadm:No mon roles; fabricating mons
2022-06-02T04:11:15.128 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi111': '172.21.15.111', 'mon.smithi154': '172.21.15.154'}
2022-06-02T04:11:15.128 INFO:tasks.cephadm:Normalizing hostnames...
2022-06-02T04:11:15.128 DEBUG:teuthology.orchestra.run.smithi111:> sudo hostname $(hostname -s)
2022-06-02T04:11:15.158 DEBUG:teuthology.orchestra.run.smithi154:> sudo hostname $(hostname -s)
2022-06-02T04:11:15.186 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 7acab8c9655e539662acea210f7969ded550456e)...
2022-06-02T04:11:15.188 DEBUG:teuthology.orchestra.run.smithi111:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/7acab8c9655e539662acea210f7969ded550456e/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm
2022-06-02T04:11:30.424 INFO:teuthology.orchestra.run.smithi111.stdout:-rw-rw-r--. 1 ubuntu ubuntu 452 Jun  2 04:11 /home/ubuntu/cephtest/cephadm
2022-06-02T04:11:30.524 DEBUG:teuthology.orchestra.run.smithi154:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/7acab8c9655e539662acea210f7969ded550456e/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm
2022-06-02T04:11:30.674 INFO:teuthology.orchestra.run.smithi154.stdout:-rw-rw-r--. 1 ubuntu ubuntu 348634 Jun  2 04:11 /home/ubuntu/cephtest/cephadm
2022-06-02T04:11:30.675 DEBUG:teuthology.orchestra.run.smithi111:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm
2022-06-02T04:11:30.698 DEBUG:teuthology.orchestra.run:got remote process result: 1
2022-06-02T04:11:30.698 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):

Actions #1

Updated by Aishwarya Mathuria 4 months ago

/a/yuriw-2024-01-03_16:19:00-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/

Actions #2

Updated by Laura Flores 4 months ago

  • Translation missing: en.field_tag_list set to test-failure

/a/yuriw-2024-01-05_00:57:18-rados-wip-yuri10-testing-2024-01-04-1245-distro-default-smithi/7507781

2024-01-05T03:28:53.750 INFO:teuthology.orchestra.run.smithi187.stdout:-rw-rw-r--. 1 ubuntu ubuntu 14 Jan  5 03:28 /home/ubuntu/cephtest/cephadm
2024-01-05T03:28:53.750 DEBUG:teuthology.orchestra.run.smithi107:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm
2024-01-05T03:28:53.769 DEBUG:teuthology.orchestra.run:got remote process result: 1
2024-01-05T03:28:53.770 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/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/github.com_ceph_ceph-c_0330126f78e770bca83c438e8e604bb713cc8a2d/qa/tasks/cephadm.py", line 171, in download_cephadm
    _fetch_cephadm_from_github(ctx, config, ref)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_0330126f78e770bca83c438e8e604bb713cc8a2d/qa/tasks/cephadm.py", line 233, in _fetch_cephadm_from_github
    ctx.cluster.run(
  File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/cluster.py", line 85, in run
    procs = [remote.run(**kwargs, wait=_wait) for remote in remotes]
  File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/cluster.py", line 85, in <listcomp>
    procs = [remote.run(**kwargs, wait=_wait) for remote in remotes]
  File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/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_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/run.py", line 455, in run
    r.wait()
  File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/run.py", line 161, in wait
    self._raise_for_status()
  File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/run.py", line 181, in _raise_for_status
    raise CommandFailedError(
teuthology.exceptions.CommandFailedError: Command failed on smithi107 with status 1: 'test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm'

Actions #3

Updated by Laura Flores 4 months ago

  • Subject changed from cephadm/osds: Exception with "test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm" to "download_cephadm" step fails
Actions #4

Updated by Kamoltat (Junior) Sirivadhna 3 months ago

/a/yuriw-2024-01-10_15:06:10-rados-wip-yuri-testing-2024-01-09-1331-distro-default-smithi/7511564/

Actions

Also available in: Atom PDF