Project

General

Profile

Bug #50868

qa: "kern.log.gz already exists; not overwritten"

Added by Patrick Donnelly almost 3 years ago. Updated over 1 year ago.

Status:
New
Priority:
High
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
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

2021-05-18T09:32:26.437 INFO:teuthology.task.internal.syslog:Compressing syslogs...
2021-05-18T09:32:26.438 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip --
2021-05-18T09:32:26.440 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip --
2021-05-18T09:32:26.458 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip --
2021-05-18T09:32:26.503 INFO:teuthology.orchestra.run.smithi204.stderr:gzip: /home/ubuntu/cephtest/archive/syslog/kern.log.gz already exists;   not overwritten
2021-05-18T09:32:26.504 DEBUG:teuthology.orchestra.run:got remote process result: 123
2021-05-18T09:32:26.505 ERROR:teuthology.run_tasks:Manager failed: internal.syslog
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_630d5963a6194f6b5a287f9a69bf6cea3ae44211/teuthology/run_tasks.py", line 176, in run_tasks
    suppress = manager.__exit__(*exc_info)
  File "/usr/lib/python3.6/contextlib.py", line 88, in __exit__
    next(self.gen)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_630d5963a6194f6b5a287f9a69bf6cea3ae44211/teuthology/task/internal/syslog.py", line 171, in syslog
    wait=False,
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_630d5963a6194f6b5a287f9a69bf6cea3ae44211/teuthology/orchestra/run.py", line 479, in wait
    proc.wait()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_630d5963a6194f6b5a287f9a69bf6cea3ae44211/teuthology/orchestra/run.py", line 161, in wait
    self._raise_for_status()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_630d5963a6194f6b5a287f9a69bf6cea3ae44211/teuthology/orchestra/run.py", line 183, in _raise_for_status
    node=self.hostname, label=self.label
teuthology.exceptions.CommandFailedError: Command failed on smithi204 with status 123: "find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip --" 

From: /ceph/teuthology-archive/pdonnell-2021-05-18_06:01:30-fs-wip-pdonnell-testing-20210518.025642-distro-basic-smithi/6119885/teuthology.log

History

#1 Updated by Ilya Dryomov almost 3 years ago

Seeing similar failures in various rbd runs on all branches:

2021-06-09T18:15:46.174 INFO:teuthology.orchestra.run.smithi199.stderr:gzip: /home/ubuntu/cephtest/archive/syslog/kern.log.gz already exists;    not overwritten

http://qa-proxy.ceph.com/teuthology/dis-2021-06-09_16:07:10-rbd-master-distro-basic-smithi/6162669/teuthology.log

2021-06-09T04:47:55.746 INFO:teuthology.orchestra.run.smithi125.stderr:gzip: /var/log/ceph/ceph-osd.7.log.gz already exists;    not overwritten
2021-06-09T04:47:55.747 INFO:teuthology.orchestra.run.smithi125.stderr:gzip: /var/log/ceph/ceph.audit.log.gz already exists;    not overwritten
2021-06-09T04:47:55.747 INFO:teuthology.orchestra.run.smithi125.stderr:gzip: /var/log/ceph/ceph-osd.4.log.gz already exists;    not overwritten
2021-06-09T04:47:55.747 INFO:teuthology.orchestra.run.smithi125.stderr:gzip: /var/log/ceph/ceph.log.gz already exists;    not overwritten
2021-06-09T04:47:55.747 INFO:teuthology.orchestra.run.smithi125.stderr:gzip: /var/log/ceph/ceph-osd.6.log.gz already exists;    not overwritten
2021-06-09T04:47:55.747 INFO:teuthology.orchestra.run.smithi125.stderr:gzip: /var/log/ceph/ceph-osd.5.log.gz already exists;    not overwritten

http://qa-proxy.ceph.com/teuthology/yuriw-2021-06-08_18:19:19-rbd-wip-yuri7-testing-2021-06-08-0747-octopus-distro-basic-smithi/6161025/teuthology.log

2021-06-09T11:48:30.768 INFO:teuthology.orchestra.run.smithi125.stderr:gzip: /home/ubuntu/cephtest/archive/syslog/kern.log.gz already exists;    not overwritten

http://qa-proxy.ceph.com/teuthology/trociny-2021-06-09_11:10:57-rbd-wip-mgolub-testing-nautilus-distro-basic-smithi/6162200/teuthology.log

#2 Updated by Kamoltat (Junior) Sirivadhna over 1 year ago

/a/yuriw-2022-06-30_14:20:05-rados-wip-yuri3-testing-2022-06-28-1737-distro-default-smithi/6907396/

#3 Updated by Kamoltat (Junior) Sirivadhna over 1 year ago

/a/yuriw-2022-06-30_22:36:16-upgrade:pacific-x-wip-yuri3-testing-2022-06-28-1737-distro-default-smithi/6907793/

#4 Updated by Patrick Donnelly over 1 year ago

  • Target version deleted (v17.0.0)

Also available in: Atom PDF