Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834741 - [guru] dev-util/cargo-make-0.35.10 fails tests
Summary: [guru] dev-util/cargo-make-0.35.10 fails tests
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alessandro Barbieri
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2022-03-08 08:04 UTC by Agostino Sarubbo
Modified: 2024-03-25 20:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,151.59 KB, text/plain)
2022-03-08 08:04 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-03-08 08:04:00 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/cargo-make-0.35.9 fails tests.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-03-08 08:04:02 UTC
Created attachment 766513 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-08 08:04:03 UTC
Error(s) that match a know pattern:


error: could not find `bad_crate_name` in registry `crates-io` with version `*`
error: could not find `cargo-badbadbad` in registry `crates-io` with version `*`
error: could not find `cargo-make` in registry `crates-io` with version `*`
error: could not find `rust-script` in registry `crates-io` with version `=0.7.0`
thread 'installer::crate_installer::crate_installer_test::install_test_with_toolchain_test' panicked at 'Failed to check rustup toolchain: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/lib/toolchain.rs:59:10
thread 'installer::crate_installer::crate_installer_test::invoke_cargo_install_with_toolchain_test' panicked at 'Failed to check rustup toolchain: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/lib/toolchain.rs:59:10
thread 'installer::rustup_component_installer::rustup_component_installer_test::install_with_toolchain_test' panicked at 'Failed to check rustup toolchain: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/lib/toolchain.rs:59:10
thread 'installer::rustup_component_installer::rustup_component_installer_test::is_installed_with_toolchain_non_zero' panicked at 'Failed to check rustup toolchain: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/lib/toolchain.rs:59:10
error: could not find `bad_crate_name` in registry `crates-io` with version `*`
Comment 3 Agostino Sarubbo gentoo-dev 2022-08-01 07:43:18 UTC
guru_tinderbox has reproduced this issue with version 0.35.10 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2024-03-08 19:45:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aadec61eb6f8bc7952ac90773bdfba72cd322c99

commit aadec61eb6f8bc7952ac90773bdfba72cd322c99
Author:     Takuya Wakazono <pastalian46@gmail.com>
AuthorDate: 2024-03-07 10:07:25 +0000
Commit:     Takuya Wakazono <pastalian46@gmail.com>
CommitDate: 2024-03-08 10:01:06 +0000

    dev-util/cargo-make: add 0.37.10
    
    Closes: https://bugs.gentoo.org/834741
    Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>

 dev-util/cargo-make/Manifest                  |  46 +++++
 dev-util/cargo-make/cargo-make-0.37.10.ebuild | 247 ++++++++++++++++++++++++++
 dev-util/cargo-make/metadata.xml              |   4 +-
 3 files changed, 295 insertions(+), 2 deletions(-)