Yash Shinde
Yash Shinde
@clubby789 , can you please review the changes?
@clubby789, gentle reminder to review the changes.
> Just so you know, there are other PRs waiting for reviews too. We aim to review PRs promptly, but depending on the developer's workload it may take up to...
@Dylan-DPC , I will close this PR. Thanks.
> Isn't this a problem you have with cargo as well? > > Please try this and report back, but I'm afraid it should be addressed at cargo level instead....
Yes, there's no info/message between the 2 lines. I have attached the complete log file for reference. [x86_64.log](https://github.com/user-attachments/files/23676344/x86_64.log)
Are there any changes that should be done by downstream projects using rust after the tier-check PR in v1.91?
Sure, I have triggered the test. It would another 1.5 hrs to finish. I will share the log here, once it's completed.
Verbose log. No information between the lines yet. ``` Testing stage2 with compiletest suite=run-make-cargo mode=run-make (x86_64-oe-linux-gnu) running: env -u CARGO DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.91.1" LD_LIBRARY_PATH="/home/user/rust91/openembedded-core/build-st/tmp/work/x86-64-v3-oe-linux/rust/1.91.1/sources/rustc-1.91.1-src/build/x86_64-unknown-linux-gnu/bootstrap-tools/x86_64-unknown-linux-gnu/release/deps" RUSTC="/home/user/rust91/openembedded-core/build-st/tmp/work/x86-64-v3-oe-linux/rust/1.91.1/recipe-sysroot-native/usr/bin/rustc" RUSTC_BOOTSTRAP="1" RUSTC_FORCE_RUSTC_VERSION="compiletest" RUST_TEST_THREADS="192" RUST_TEST_TMPDIR="/home/user/rust91/openembedded-core/build-st/tmp/work/x86-64-v3-oe-linux/rust/1.91.1/sources/rustc-1.91.1-src/build/tmp" "/home/user/rust91/openembedded-core/build-st/tmp/work/x86-64-v3-oe-linux/rust/1.91.1/sources/rustc-1.91.1-src/build/x86_64-unknown-linux-gnu/stage1-tools-bin/compiletest" "--stage" "2"...
Perhaps the reason for failure is the missing of `tier-check` bin when executing the platform support check. There was no tier-check file at given path, `build/x86_64-unknown-linux-gnu/bootstrap-tools/x86_64-unknown-linux-gnu/release/tier-check ` and the check...