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

[BUG] Mirror of NuttX: All macOS Jobs are broken #15491

Open
1 task done
simbit18 opened this issue Jan 10, 2025 · 1 comment
Open
1 task done

[BUG] Mirror of NuttX: All macOS Jobs are broken #15491

simbit18 opened this issue Jan 10, 2025 · 1 comment
Labels
Arch: all Issues that apply to all architectures Area: Build system OS: Mac Issues related to MacOS (building system, etc) Type: Bug Something isn't working

Comments

@simbit18
Copy link
Contributor

simbit18 commented Jan 10, 2025

Description / Steps to reproduce the issue

All build are broken !!! https://github.com/NuttX/nuttx/actions/runs/12685758124

example

====================================================================================
Configuration/Tool: stm32f4discovery/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-09 08:26:57
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
make: *** [olddefconfig] Error 1
  Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
make: *** [olddefconfig] Error 1
  Building NuttX...
arm-none-eabi-gcc: error: missing argument to '-Wstack-usage='
arm-none-eabi-gcc: error: missing argument to '-Wstack-usage='
ERROR: arm-none-eabi-gcc failed: 1
ERROR: arm-none-eabi-gcc failed: 1

Update: Delete the old macOS cache partially solved the problem.

https://github.com/NuttX/nuttx/actions/caches

macOS (macos) and macOS (sim-01) are ok !!!
https://github.com/NuttX/nuttx/actions/runs/12715249762

There is still a need to fix macOS (sim-02) and macOS (sim-03)

macOS (sim-02)
https://github.com/NuttX/nuttx/actions/runs/12743076785/job/35512409267#logs

====================================================================================
Configuration/Tool: sim/cxxtest
2025-01-13 08:25:13
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Building NuttX...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:04 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:05 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:06 --:--:--     0
100  264k  100  264k    0     0  41559      0  0:00:06  0:00:06 --:--:-- 62352
Error: libcxxabi/libcxxabi/src/cxa_aux_runtime.cpp:38:14: error: no member named 'bad_array_new_length' in namespace 'std'
  throw std::bad_array_new_length();
        ~~~~~^

macOS (sim-03)
https://github.com/NuttX/nuttx/actions/runs/12743076785/job/35512409961#logs

====================================================================================
Configuration/Tool: sim/quickjs
2025-01-13 08:37:16
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Building NuttX...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0  734k    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  734k  100  734k    0     0   546k      0  0:00:01  0:00:01 --:--:--  546k
make[3]: *** [quickjs] Error 1
make[3]: Target `context' not remade because of errors.
make[2]: *** [/Users/runner/work/nuttx/nuttx/sources/apps/interpreters/quickjs_context] Error 2
make[2]: Target `context_all' not remade because of errors.
make[1]: *** [context] Error 2
make: *** [/Users/runner/work/nuttx/nuttx/sources/apps/.context] Error 2
make: Target `all' not remade because of errors.
/Users/runner/work/nuttx/nuttx/sources/nuttx/tools/testbuild.sh: line 385: /Users/runner/work/nuttx/nuttx/sources/nuttx/../nuttx/nuttx.manifest: No such file or directory
  Normalize sim/quickjs
====================================================================================

On which OS does this issue occur?

[OS: Mac]

What is the version of your OS?

MacOS at GitHub Actions

NuttX Version

master

Issue Architecture

[Arch: all]

Issue Area

[Area: Build System]

Verification

  • I have verified before submitting the report.
@simbit18 simbit18 added the Type: Bug Something isn't working label Jan 10, 2025
@github-actions github-actions bot added Arch: all Issues that apply to all architectures Area: Build system OS: Mac Issues related to MacOS (building system, etc) labels Jan 10, 2025
@simbit18 simbit18 changed the title [BUG] Mirror of NuttX: macOS Jobs are in a bad state [BUG] Mirror of NuttX: macOS Jobs are broken Jan 10, 2025
@simbit18 simbit18 changed the title [BUG] Mirror of NuttX: macOS Jobs are broken [BUG] Mirror of NuttX: All macOS Jobs are broken Jan 10, 2025
@larsks
Copy link

larsks commented Jan 12, 2025

I'm seeing the same errors attempting to build under Linux with:

$ arm-none-eabi-gcc --version
arm-none-eabi-gcc (crosstool-NG 1.26.0.106_ed12fa6 - qmk/qmk_toolchains @ a063b96) 14.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: all Issues that apply to all architectures Area: Build system OS: Mac Issues related to MacOS (building system, etc) Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants