Project

General

Profile

Actions

Bug #59683

closed

Error: Unable to find a match: userspace-rcu-devel libedit-devel device-mapper-devel with fscrypt tests

Added by Venky Shankar 12 months ago. Updated 6 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
% Done:

0%

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

Description

- https://pulpito.ceph.com/vshankar-2023-05-06_17:28:05-fs-wip-vshankar-testing-20230506.143554-testing-default-smithi/7264881/
- https://pulpito.ceph.com/vshankar-2023-05-06_17:28:05-fs-wip-vshankar-testing-20230506.143554-testing-default-smithi/7264843/

2023-05-08T03:45:16.032 INFO:tasks.workunit.client.0.smithi118.stderr:+ sudo yum install -y inih-devel userspace-rcu-devel libblkid-devel gettext libedit-devel libattr-devel device-mapper-devel libicu-devel
2023-05-08T03:45:16.903 INFO:tasks.workunit.client.0.smithi118.stdout:Last metadata expiration check: 0:04:30 ago on Mon 08 May 2023 03:40:46 AM UTC.
2023-05-08T03:45:17.902 INFO:tasks.workunit.client.0.smithi118.stdout:No match for argument: userspace-rcu-devel
2023-05-08T03:45:17.908 INFO:tasks.workunit.client.0.smithi118.stdout:Package gettext-0.19.8.1-17.el8.x86_64 is already installed.
2023-05-08T03:45:17.916 INFO:tasks.workunit.client.0.smithi118.stdout:No match for argument: libedit-devel
2023-05-08T03:45:17.920 INFO:tasks.workunit.client.0.smithi118.stdout:Package libattr-devel-2.4.48-3.el8.x86_64 is already installed.
2023-05-08T03:45:17.928 INFO:tasks.workunit.client.0.smithi118.stdout:No match for argument: device-mapper-devel
2023-05-08T03:45:17.973 INFO:tasks.workunit.client.0.smithi118.stderr:Error: Unable to find a match: userspace-rcu-devel libedit-devel device-mapper-devel
2023-05-08T03:45:18.011 DEBUG:teuthology.orchestra.run:got remote process result: 1
2023-05-08T03:45:18.012 INFO:tasks.workunit:Stopping ['fs/fscrypt.sh none ffsb', 'fs/fscrypt.sh unlocked ffsb'] on client.0...

AFAICR, there were no package install failures earlier. Another hint could be that the 8.stream images was refreshed very recently (1-2 days ago), and this just might be related.


Related issues 4 (1 open3 closed)

Copied to CephFS - Backport #62271: reef: Error: Unable to find a match: userspace-rcu-devel libedit-devel device-mapper-devel with fscrypt testsResolvedXiubo LiActions
Copied to CephFS - Backport #62272: quincy: Error: Unable to find a match: userspace-rcu-devel libedit-devel device-mapper-devel with fscrypt testsRejectedXiubo LiActions
Copied to CephFS - Backport #62273: pacific: Error: Unable to find a match: userspace-rcu-devel libedit-devel device-mapper-devel with fscrypt testsRejectedXiubo LiActions
Copied to CephFS - Bug #62277: Error: Unable to find a match: python2 with fscrypt testsPending BackportXiubo Li

Actions
Actions #4

Updated by Xiubo Li 11 months ago

Checked from the centos 8 stream mirror, the userspace-rcu-devel libedit-devel device-mapper-devel packages were removed.

Actions #6

Updated by Xiubo Li 11 months ago

With --enablerepo=powertools we can successfully install these 3 packages:

[xiubli@localhost ~]$ lsb_release -a
LSB Version:    :core-4.1-amd64:core-4.1-noarch
Distributor ID:    CentOSStream
Description:    CentOS Stream release 8
Release:    8
Codename:    n/a

[xiubli@localhost ~]$ sudo  dnf install device-mapper-devel libedit-devel userspace-rcu-devel
Last metadata expiration check: 1:34:30 ago on Tue 23 May 2023 05:50:28 AM EDT.
No match for argument: device-mapper-devel
No match for argument: libedit-devel
No match for argument: userspace-rcu-devel
Error: Unable to find a match: device-mapper-devel libedit-devel userspace-rcu-devel

[xiubli@localhost ~]$ sudo  dnf --enablerepo=powertools install device-mapper-devel libedit-devel userspace-rcu-devel
Last metadata expiration check: 1:07:01 ago on Tue 23 May 2023 05:53:03 AM EDT.
Dependencies resolved.
=======================================================================================================================================================================================================================================
 Package                                                     Architecture                                   Version                                                           Repository                                          Size
=======================================================================================================================================================================================================================================
Installing:
 device-mapper-devel                                         x86_64                                         8:1.02.181-9.el8                                                  powertools                                         284 k
 libedit-devel                                               x86_64                                         3.1-23.20170329cvs.el8                                            powertools                                          44 k
 userspace-rcu-devel                                         x86_64                                         0.10.1-4.el8                                                      powertools                                          84 k
Installing dependencies:
 libselinux-devel                                            x86_64                                         2.9-8.el8                                                         baseos                                             200 k
 libsepol-devel                                              x86_64                                         2.9-3.el8                                                         baseos                                              87 k
 ncurses-c++-libs                                            x86_64                                         6.1-9.20180224.el8                                                baseos                                              58 k
 ncurses-devel                                               x86_64                                         6.1-9.20180224.el8                                                baseos                                             528 k
 pcre2-devel                                                 x86_64                                         10.32-3.el8                                                       baseos                                             605 k
 pcre2-utf16                                                 x86_64                                         10.32-3.el8                                                       baseos                                             229 k
 pcre2-utf32                                                 x86_64                                         10.32-3.el8                                                       baseos                                             220 k
 systemd-devel                                               x86_64                                         239-75.el8                                                        baseos                                             511 k

Transaction Summary
=======================================================================================================================================================================================================================================
Install  11 Packages

Total download size: 2.8 M
Installed size: 5.1 M
Is this ok [y/N]: 

Actions #7

Updated by Xiubo Li 11 months ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 51703
Actions #10

Updated by Venky Shankar 9 months ago

  • Status changed from Fix Under Review to Pending Backport
  • Backport set to reef,quincy,pacific
Actions #11

Updated by Venky Shankar 9 months ago

Oh, or maybe its trying to install python2

2023-07-29T16:02:53.696 INFO:teuthology.orchestra.run.smithi155.stderr:Error: Unable to find a match: python2

This should be trying python3.

Actions #12

Updated by Backport Bot 9 months ago

  • Copied to Backport #62271: reef: Error: Unable to find a match: userspace-rcu-devel libedit-devel device-mapper-devel with fscrypt tests added
Actions #13

Updated by Backport Bot 9 months ago

  • Copied to Backport #62272: quincy: Error: Unable to find a match: userspace-rcu-devel libedit-devel device-mapper-devel with fscrypt tests added
Actions #14

Updated by Backport Bot 9 months ago

  • Copied to Backport #62273: pacific: Error: Unable to find a match: userspace-rcu-devel libedit-devel device-mapper-devel with fscrypt tests added
Actions #15

Updated by Backport Bot 9 months ago

  • Tags set to backport_processed
Actions #16

Updated by Xiubo Li 9 months ago

  • Copied to Bug #62277: Error: Unable to find a match: python2 with fscrypt tests added
Actions #17

Updated by Xiubo Li 9 months ago

Venky Shankar wrote:

Oh, or maybe its trying to install python2

[...]

This should be trying python3.

Yeah, correct.

Created a new tracker to fix it: https://tracker.ceph.com/issues/62277

Actions #18

Updated by Venky Shankar 9 months ago

Xiubo Li wrote:

Venky Shankar wrote:

Oh, or maybe its trying to install python2

[...]

This should be trying python3.

Yeah, correct.

Created a new tracker to fix it: https://tracker.ceph.com/issues/62277

The above tracker references the PR https://github.com/ceph/ceph/pull/51703, which is also what this very tracker is about. So, I'm a bit confused as to why the new tracker was required.

Actions #19

Updated by Xiubo Li 9 months ago

Venky Shankar wrote:

Xiubo Li wrote:

Venky Shankar wrote:

Oh, or maybe its trying to install python2

[...]

This should be trying python3.

Yeah, correct.

Created a new tracker to fix it: https://tracker.ceph.com/issues/62277

The above tracker references the PR https://github.com/ceph/ceph/pull/51703, which is also what this very tracker is about. So, I'm a bit confused as to why the new tracker was required.

Sorry, I just copied that tracker from this and forgot to adjust it. Fixed it now.

Actions #20

Updated by Xiubo Li 6 months ago

  • Status changed from Pending Backport to Resolved
Actions

Also available in: Atom PDF