Project

General

Profile

Actions

Bug #56717

open

The package cache file is corrupted

Added by Kamoltat (Junior) Sirivadhna almost 2 years ago. Updated 8 months ago.

Status:
Need More Info
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

2022-07-24T15:45:51.394 INFO:teuthology.orchestra.run.smithi064.stdout:Recommends: thermald
2022-07-24T15:45:51.394 INFO:teuthology.orchestra.run.smithi064.stdout:Description: Generic Linux kernel image
2022-07-24T15:45:51.394 INFO:teuthology.orchestra.run.smithi064.stdout: This package will always depend on the latest generic kernel image
2022-07-24T15:45:51.394 INFO:teuthology.orchestra.run.smithi064.stdout: available.
2022-07-24T15:45:51.395 INFO:teuthology.task.kernel:Newest distro kernel installed and running
2022-07-24T15:45:51.395 INFO:teuthology.task.kernel:Enabling kdb on mon.a...
2022-07-24T15:45:51.396 DEBUG:teuthology.orchestra.run.smithi064:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc
2022-07-24T15:45:51.415 INFO:teuthology.orchestra.run.smithi064.stdout:ttyS1
2022-07-24T15:45:51.442 DEBUG:teuthology.parallel:result is None
2022-07-24T15:46:15.310 INFO:teuthology.orchestra.run.smithi143.stderr:E: Read error - read (5: Input/output error)
2022-07-24T15:46:15.419 INFO:teuthology.orchestra.run.smithi143.stderr:Traceback (most recent call last):
2022-07-24T15:46:15.420 INFO:teuthology.orchestra.run.smithi143.stderr:  File "/usr/lib/cnf-update-db", line 27, in <module>
2022-07-24T15:46:15.420 INFO:teuthology.orchestra.run.smithi143.stderr:    col.create(db)
2022-07-24T15:46:15.420 INFO:teuthology.orchestra.run.smithi143.stderr:  File "/usr/lib/python3/dist-packages/CommandNotFound/db/creator.py", line 95, in create
2022-07-24T15:46:15.421 INFO:teuthology.orchestra.run.smithi143.stderr:    self._fill_commands(con)
2022-07-24T15:46:15.421 INFO:teuthology.orchestra.run.smithi143.stderr:  File "/usr/lib/python3/dist-packages/CommandNotFound/db/creator.py", line 141, in _fill_commands
2022-07-24T15:46:15.421 INFO:teuthology.orchestra.run.smithi143.stderr:    raise subprocess.CalledProcessError(returncode=sub.returncode,
2022-07-24T15:46:15.422 INFO:teuthology.orchestra.run.smithi143.stderr:subprocess.CalledProcessError: Command '/usr/lib/apt/apt-helper cat-file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_main_cnf_Commands-amd64' returned non-zero exit status 100.
2022-07-24T15:46:15.450 INFO:teuthology.orchestra.run.smithi143.stdout:Fetched 336 kB in 1s (410 kB/s)
2022-07-24T15:46:39.101 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists...
2022-07-24T15:46:39.119 DEBUG:teuthology.orchestra.run:got remote process result: 100
2022-07-24T15:46:39.120 INFO:teuthology.orchestra.run.smithi143.stderr:E: Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -w /var/lib/command-not-found/ -a -e /usr/lib/cnf-update-db; then /usr/lib/cnf-update-db > /dev/null; fi'
2022-07-24T15:46:39.121 INFO:teuthology.orchestra.run.smithi143.stderr:E: Sub-process returned an error code
2022-07-24T15:46:39.121 INFO:teuthology.orchestra.run.smithi143.stderr:E: Read error - read (5: Input/output error)
2022-07-24T15:46:39.122 INFO:teuthology.orchestra.run.smithi143.stderr:W: You may want to run apt-get update to correct these problems
2022-07-24T15:46:39.122 INFO:teuthology.orchestra.run.smithi143.stderr:E: The package cache file is corrupted
2022-07-24T15:46:39.124 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_8d598431210977f8caccec83230b4bfec7bd5d3f/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_8d598431210977f8caccec83230b4bfec7bd5d3f/teuthology/run_tasks.py", line 82, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_8d598431210977f8caccec83230b4bfec7bd5d3f/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_8d598431210977f8caccec83230b4bfec7bd5d3f/teuthology/parallel.py", line 84, in __exit__
    for result in self:
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_8d598431210977f8caccec83230b4bfec7bd5d3f/teuthology/parallel.py", line 98, in __next__
    resurrect_traceback(result)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_8d598431210977f8caccec83230b4bfec7bd5d3f/teuthology/parallel.py", line 30, in resurrect_traceback
    raise exc.exc_info[1]
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_8d598431210977f8caccec83230b4bfec7bd5d3f/teuthology/parallel.py", line 23, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_8d598431210977f8caccec83230b4bfec7bd5d3f/teuthology/task/kernel.py", line 1262, in process_role
    version = need_to_install_distro(role_remote, role_config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_8d598431210977f8caccec83230b4bfec7bd5d3f/teuthology/task/kernel.py", line 789, in need_to_install_distro
    newest = get_latest_image_version_deb(remote, dist_release, role_config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_8d598431210977f8caccec83230b4bfec7bd5d3f/teuthology/task/kernel.py", line 1077, in get_latest_image_version_deb
    remote.run(args=['sudo', 'apt-get', 'update'])
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_8d598431210977f8caccec83230b4bfec7bd5d3f/teuthology/orchestra/remote.py", line 510, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_8d598431210977f8caccec83230b4bfec7bd5d3f/teuthology/orchestra/run.py", line 455, in run                                                                                                                                    
Actions

Also available in: Atom PDF