Bug 1936484

Summary: rust-version_check fails to get rustc version in Fedora
Product: [Fedora] Fedora Reporter: Fabio Valentini <decathorpe>
Component: rust-version_checkAssignee: Rust SIG <rust-sig>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: igor.raits, rust-sig
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rust-version_check-0.9.3-1.fc34 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-03-30 00:16:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Fabio Valentini 2021-03-08 14:58:10 UTC
This warning is displayed when building the "time" crate:
warning: Unable to determine rustc version. Assuming rustc 1.32.0.

This means the call to "version_check::triple()" fails, probably because it fails to parse the "rustc --version" output.

As a fallback, a "generic" feature set that's available at the MSRV of "time" is used for building, instead of using features that are available in newer versions of Rust.

Version-Release number of selected component (if applicable):
0.9.2-3.fc34

Comment 1 Fedora Update System 2021-03-25 10:15:59 UTC
FEDORA-2021-ba92ea4d49 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-ba92ea4d49

Comment 2 Fedora Update System 2021-03-26 18:33:44 UTC
FEDORA-2021-ba92ea4d49 has been pushed to the Fedora 34 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-ba92ea4d49`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-ba92ea4d49

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 3 Fedora Update System 2021-03-30 00:16:13 UTC
FEDORA-2021-ba92ea4d49 has been pushed to the Fedora 34 stable repository.
If problem still persists, please make note of it in this bug report.