CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Sun, 2024-08-25 at 10:05 -0700, Yash Shinde via lists.openembedded.org wrote:From: Yash Shinde <Yash.Shinde@windriver.com> Update the patch files with rust v1.79.0. Drop the following backported patch which is merged with rust v1.79 upgrade. - cross-targets-backport.patch https://blog.rust-lang.org/2024/06/13/Rust-1.79.0.html Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>It seems mostly ok but we did see: https://autobuilder.yoctoproject.org/typhoon/#/builders/42/builds/9385/steps/13/logs/stdio in Alexandre's build :(
I am looking into the failure but was unable to reproduce it.
The error log says:
stdio: ERROR: cargo-native-1.79.0-r0
do_compile: Execution of
'/home/pokybuild/yocto-worker/qemuarm64/build/build/tmp/work/x86_64-linux/cargo-native/1.79.0/temp/run.do_compile.1874995'
failed with exit code 101
stdio: ERROR: Logfile of failure stored in:
/home/pokybuild/yocto-worker/qemuarm64/build/build/tmp/work/x86_64-linux/cargo-native/1.79.0/temp/log.do_compile.1874995
stdio: ERROR: Task
(virtual:native:/home/pokybuild/yocto-worker/qemuarm64/build/meta/recipes-devtools/rust/cargo_1.79.0.bb:do_compile)
failed with exit code '1'
stdio: ERROR: Command . ./oe-init-build-env; bitbake
core-image-sato core-image-sato-sdk core-image-minimal
core-image-minimal-dev core-image-full-cmdline
core-image-sato:do_populate_sdk
core-image-minimal:do_populate_sdk_ext
core-image-sato:do_populate_sdk_ext -k failed with exit code
1, see errors above. (1724719291.3: 11079.3)
I checked "bitbake cargo -c do_compile",
"core-image-minimal:do_populate_sdk" and
core-image-sato:do_populate_sdk and all passed successfully.
The build cmd has many core-image minimal and sato build
cmds.
Could you please help me to point out which of these exactly cause
the issue?
Regards,
Yash
Cheers, Richard