Frank Kuehndel created an issue: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/29
## Summary We have a CI job which regular checks the [Rust documentation in the RTEMS user manual](Rust documentation in the RTEMS user manual). It failed this morning at 2024-08-19T02:38:22+02:00 with the following Error: ``` + git clone https://gitlab.rtems.org/rtems/tools/rtems-source-builder.git rsb Cloning into 'rsb'... + true .. code-block:: shell --- '[rtems-docs/user/rust/bare-metal.rst:141]' + cd rsb/rtems + ../source-builder/sb-set-builder --prefix /opt/rtems/6 6/rtems-sparc 6/rtems-riscv RTEMS Source Builder - Set Builder, 6 (632ccda714fd) Build Set: 6/rtems-sparc Build Set: tools/rtems-default-tools.bset config: devel/dtc-1.6.1-1.cfg [...] error: shell macro failed: cat "/home/ferris/rsb/rtems/config/stdcxx-template.py" | sed "s/@RSB_GCC_VERSION@//bin/sh: 1: /opt/rtems/6/bin/sparc-rtems6-gcc: not found/g" > "/opt/rtems/6/share/gdb/python/rtems/stdcxx.py": 2: /bin/sh: 1: cannot create /opt/rtems/6/share/gdb/python/rtems/stdcxx.py: Directory nonexistent Build Set: Time 0:03:13.027483 Build FAILED ``` The last successful run of this CI job was on 2024-08-15T02:33:07+02:00. I assume the error is triggered by the merge yesterday of https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/35 ## Steps to reproduce The CI job I mentioned in https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/9#note_110876 found this issue. It carries out the exact instructions you can find in section [Bare Metal Rust with RTEMS](https://docs.rtems.org/branches/master/user/rust/bare-metal.html#bare-metal-rust-with-rtems). It actually extracts the instructions from the source code of the page in the `rtems-docs` repository. -- View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/29 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
