Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gihub Action job _grcov_ fails to compile "requires rustc 1.67.0" #170

Closed
jtmoon79 opened this issue Aug 13, 2023 · 1 comment
Closed

Gihub Action job _grcov_ fails to compile "requires rustc 1.67.0" #170

jtmoon79 opened this issue Aug 13, 2023 · 1 comment
Assignees
Labels
bug Something isn't working P0 most important

Comments

@jtmoon79
Copy link
Owner

Describe the bug

Github Action job grov fails to compile.

  Downloaded libz-sys v1.1.12
error: failed to compile `grcov v0.8.19`, intermediate artifacts can be found at `/tmp/cargo-installYywHUw`

Caused by:
  package `time-macros v0.2.11` cannot be built because it requires rustc 1.67.0 or newer, while the currently active rustc version is 1.66.0
  Try re-running cargo install with `--locked`
     Summary Successfully installed rustfilt! Failed to install grcov (see error(s) above).
error: some crates failed to install
Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code 101

rustc version used for github job grcov must be 1.67.0 or higher.

To Reproduce

  1. run the rust Github Workflow in github

Environment:

  • OS: Ubuntu 22
  • s4 version: 0.6.67

Additional context

Started with PR #166 . See #166 (review)

@jtmoon79 jtmoon79 added the bug Something isn't working label Aug 13, 2023
@jtmoon79 jtmoon79 changed the title grcov CI job fails to compile Gihub Action job _grcov_ fails to compile "requires rustc 1.67.0" Aug 13, 2023
@jtmoon79 jtmoon79 self-assigned this Aug 13, 2023
@jtmoon79 jtmoon79 added the P0 most important label Aug 13, 2023
jtmoon79 added a commit that referenced this issue Aug 13, 2023
jtmoon79 added a commit that referenced this issue Aug 13, 2023
@jtmoon79 jtmoon79 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 4, 2023
@jtmoon79
Copy link
Owner Author

jtmoon79 commented Nov 4, 2023

Job job_grcov was removed. MSRV has been bumped to 1.67.0.

Closed as Not Planned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P0 most important
Projects
None yet
Development

No branches or pull requests

1 participant