RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2227084 - 389-ds-base FTBFS with rust-1.71.0
Summary: 389-ds-base FTBFS with rust-1.71.0
Keywords:
Status: CLOSED ERRATA
Alias: None
Deadline: 2023-08-14
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: rust-toolset
Version: CentOS Stream
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Josh Stone
QA Contact: Jesus Checa
URL:
Whiteboard:
Depends On: 2225471
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-07-27 18:20 UTC by Josh Stone
Modified: 2023-11-14 16:56 UTC (History)
5 users (show)

Fixed In Version: rust-toolset-rhel8-8090020230727010609.2227d48a
Doc Type: No Doc Update
Doc Text:
Clone Of: 2225471
Environment:
Last Closed: 2023-11-14 15:33:59 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-163713 0 None None None 2023-07-27 18:22:09 UTC
Red Hat Product Errata RHBA-2023:6986 0 None None None 2023-11-14 15:34:10 UTC

Description Josh Stone 2023-07-27 18:20:42 UTC
Cloning to el8 for bugfix parity.

+++ This bug was initially created as a clone of Bug #2225471 +++

Description of problem:

389-ds-base-2.3.4-2.el9 and 2.3.4-3.el9 both FTBFS with rust-1.71.0.

error: using `.borrow()` on a double reference, which returns `&concread::cowcell::CowCellReadTxn<CacheStats>` instead of borrowing the inner t
ype
  --> librslapd/src/cache.rs:60:28
   |
60 |     let stats = stat_rguard.borrow();
   |                            ^^^^^^^^^
   |
note: the lint level is defined here
  --> librslapd/src/lib.rs:1:9
   |
1  | #![deny(warnings)]
   |         ^^^^^^^^
   = note: `#[deny(suspicious_double_ref_op)]` implied by `#[deny(warnings)]`
error: could not compile `librslapd` (lib) due to previous error

This is rust issue https://github.com/rust-lang/rust/issues/112489

--- Additional comment from Josh Stone on 2023-07-25 08:55:48 PDT ---

I do not recommend deny(warnings) in production builds, since we rebase frequently and there may always be new warnings -- whether or not they are false positives.

Still, I can see about backporting the upstream fix for this.

Comment 6 errata-xmlrpc 2023-11-14 15:33:59 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (rust-toolset:rhel8 bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2023:6986


Note You need to log in before you can comment on or make changes to this bug.