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

Investigate problem after #200 #209

Closed
wants to merge 1 commit into from

Conversation

usbalbin
Copy link
Contributor

@usbalbin usbalbin commented Jan 5, 2023

Seems to be some sporadic CI failures after #200 got merged.

Error seems to be this:

Install Rust for Xtensa
Run esp-rs/xtensa-toolchain@main
[...]
Run curl -L https://github.com/esp-rs/embuild/releases/latest/download/ldproxy-x86_64-unknown-linux-gnu.zip 
[...]
Run curl -L https://github.com/esp-rs/espup/releases/latest/download/espup-x86_64-unknown-linux-gnu  -o 
[...]
Run bash /home/runner/work/_actions/esp-rs/xtensa-toolchain/main/install.sh all latest
  bash /home/runner/work/_actions/esp-rs/xtensa-toolchain/main/install.sh all latest
  [[ "true" = true ]] && rustup default esp || true
  [[ "true" = true ]] && rustup override unset || true
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    rust_toolchain: nightly
jq: error (at <stdin>:4): Cannot index string with string "prerelease"
ERROR: version number is not correctly formatted: 
Error: Process completed with exit code 1.

@usbalbin
Copy link
Contributor Author

usbalbin commented Jan 5, 2023

@ivmarkov @MabezDev this seems to be very random, this time everything seems to work fine... I believe during #200 at some point I got the same error, however it disappeared just as quick. I assume this is the line in the failing script. Could this be the curl github API failing?

@MabezDev
Copy link
Member

MabezDev commented Jan 5, 2023

This is a transient failure we've being seeing from the xtensa-toolchain action, the failing jobs just need to be rerun. I think @jessebraham or @SergioGasquez is looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants