Project

General

Profile

Actions

Bug #59284

open

Missing `/home/ubuntu/cephtest/archive/coredump` file or directory

Added by Laura Flores about 1 year ago. Updated 18 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
% Done:

0%

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

Description

2023-03-17T13:32:05.946 INFO:teuthology.task.internal.syslog:Compressing syslogs...
2023-03-17T13:32:06.551 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip --
2023-03-17T13:32:06.555 DEBUG:teuthology.orchestra.run.smithi064:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip --
2023-03-17T13:32:07.596 INFO:teuthology.task.internal.syslog:Gathering journactl -b0...
2023-03-17T13:32:08.592 DEBUG:teuthology.orchestra.run.smithi029:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz
2023-03-17T13:32:08.595 DEBUG:teuthology.orchestra.run.smithi064:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz
2023-03-17T13:32:08.673 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo
2023-03-17T13:32:10.279 INFO:teuthology.task.internal:Restoring /etc/sudoers...
2023-03-17T13:32:11.537 DEBUG:teuthology.orchestra.run.smithi029:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers
2023-03-17T13:32:11.568 DEBUG:teuthology.orchestra.run.smithi064:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers
2023-03-17T13:32:13.075 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump
2023-03-17T13:32:14.656 DEBUG:teuthology.orchestra.run.smithi029:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump
2023-03-17T13:32:15.837 DEBUG:teuthology.orchestra.run.smithi064:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump
2023-03-17T13:32:15.868 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern = core
2023-03-17T13:32:16.794 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = core
2023-03-17T13:32:17.783 DEBUG:teuthology.orchestra.run:got remote process result: 1
2023-03-17T13:32:17.783 INFO:teuthology.orchestra.run.smithi064.stderr:find: ‘/home/ubuntu/cephtest/archive/coredump’: No such file or directory
2023-03-17T13:32:17.784 INFO:teuthology.orchestra.run.smithi064.stderr:rmdir: failed to remove '/home/ubuntu/cephtest/archive/coredump': No such file or directory
2023-03-17T13:32:17.784 ERROR:teuthology.run_tasks:Manager failed: internal.coredump
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_teuthology_5c9057f4b1ecae7b7410e418e40b739ff0616d25/teuthology/run_tasks.py", line 188, in run_tasks
    suppress = manager.__exit__(*exc_info)
  File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__
    next(self.gen)
  File "/home/teuthworker/src/git.ceph.com_teuthology_5c9057f4b1ecae7b7410e418e40b739ff0616d25/teuthology/task/internal/__init__.py", line 492, in coredump
    run.wait(
  File "/home/teuthworker/src/git.ceph.com_teuthology_5c9057f4b1ecae7b7410e418e40b739ff0616d25/teuthology/orchestra/run.py", line 479, in wait
    proc.wait()
  File "/home/teuthworker/src/git.ceph.com_teuthology_5c9057f4b1ecae7b7410e418e40b739ff0616d25/teuthology/orchestra/run.py", line 161, in wait
    self._raise_for_status()
  File "/home/teuthworker/src/git.ceph.com_teuthology_5c9057f4b1ecae7b7410e418e40b739ff0616d25/teuthology/orchestra/run.py", line 181, in _raise_for_status
    raise CommandFailedError(
teuthology.exceptions.CommandFailedError: Command failed on smithi064 with status 1: "sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump" 

/a/yuriw-2023-03-14_20:10:47-rados-wip-yuri-testing-2023-03-14-0714-reef-distro-default-smithi/7207248
/a/yuriw-2023-03-14_20:10:47-rados-wip-yuri-testing-2023-03-14-0714-reef-distro-default-smithi/7207242


Related issues 1 (1 open0 closed)

Related to teuthology - Bug #62212: cannot create directory ‘/home/ubuntu/cephtest/archive/audit’: No such file or directoryNew

Actions
Actions #1

Updated by Laura Flores 11 months ago

/a/yuriw-2023-05-31_21:58:42-rados-wip-yuri3-testing-2023-05-31-0931-reef-distro-default-smithi/7293046

Actions #2

Updated by Zack Cerza 9 months ago

  • Related to Bug #62212: cannot create directory ‘/home/ubuntu/cephtest/archive/audit’: No such file or directory added
Actions #3

Updated by Casey Bodley 18 days ago

from http://qa-proxy.ceph.com/teuthology/cbodley-2024-04-12_12:44:47-rgw-wip-rgw-account-v3-distro-default-smithi/7653845/teuthology.log

Command failed on smithi193 with status 1: "sudo sysctl w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty - /home/ubuntu/cephtest/archive/coredump"

Actions

Also available in: Atom PDF