You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I've only marked the x86 runner images, but I'm guessing it happens on both x86 and arm64, and maybe other versions of macos.)
On the latest macos-14 runner image, the make command sometimes fails with:
sh: line 1: 3678 Bus error: 10 /Applications/Xcode_15.4.app/Contents/Developer/usr/bin/xcodebuild -sdk '' -find make 2> /dev/null
make: error: sh -c '/Applications/Xcode_15.4.app/Contents/Developer/usr/bin/xcodebuild -sdk '' -find make 2> /dev/null' failed with exit code 35328: (null) (errno=No such file or directory)
xcode-select: Failed to locate 'make', requesting installation of command line developer tools.
This is inconsistent though, as it both worked and broke on different jobs in the same workflow.
Note that the "Fast tests" job uns on the same version but doesn't have this issue (despite running the same make command)
Is it regression?
unknown
Expected behavior
make commands work
Actual behavior
Running make returns an xcode error:
Run make setup-tests
make setup-tests
shell: /bin/bash -e {0}
env:
PYTEST_ADDOPTS: --no-header -v -rN -m 'slow'
HOMEBREW_NO_INSTALL_FROM_API:
HOMEBREW_GITHUB_API_TOKEN: ***
UV_CACHE_DIR: /Users/runner/work/_temp/setup-uv-cache
sh: line 1: 3678 Bus error: 10 /Applications/Xcode_15.4.app/Contents/Developer/usr/bin/xcodebuild -sdk '' -find make 2> /dev/null
make: error: sh -c '/Applications/Xcode_15.4.app/Contents/Developer/usr/bin/xcodebuild -sdk '' -find make 2> /dev/null' failed with exit code 35328: (null) (errno=No such file or directory)
xcode-select: Failed to locate 'make', requesting installation of command line developer tools.
Error: Process completed with exit code 72.
Repro steps
Create a workflow that uses macos-14-large and runs make
Run it many times until you get this error.
The text was updated successfully, but these errors were encountered:
Description
(I've only marked the x86 runner images, but I'm guessing it happens on both x86 and arm64, and maybe other versions of macos.)
On the latest macos-14 runner image, the
make
command sometimes fails with:This is inconsistent though, as it both worked and broke on different jobs in the same workflow.
Platforms affected
Runner images affected
Image version and build link
Version: 20250106.587
https://github.com/canonical/charmcraft/actions/runs/12755016605/job/35550123637?pr=2073
Note that the "Fast tests" job uns on the same version but doesn't have this issue (despite running the same make command)
Is it regression?
unknown
Expected behavior
make
commands workActual behavior
Running
make
returns an xcode error:Repro steps
macos-14-large
and runsmake
The text was updated successfully, but these errors were encountered: