Created
December 1, 2023 22:53
-
-
Save chenrui333/7ee51dd838fd75cea4a2c6ce7ee6d759 to your computer and use it in GitHub Desktop.
bluepill on macOS 13.6 - Homebrew build logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for bluepill on macOS 13.6 | |
Build date: 2023-12-01 17:52:15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 4.1.22-55-gd68e3e5-dirty | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: d68e3e563ef76b96b75df2e54686a94fec5c4474 | |
Last commit: 32 hours ago | |
Core tap origin: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: d29ef22667dc69cb54b88a45d2d718b1def70d89 | |
Core tap last commit: 20 minutes ago | |
Core tap branch: master | |
HOMEBREW_PREFIX: /opt/homebrew | |
HOMEBREW_CASK_OPTS: [] | |
HOMEBREW_DEVELOPER: set | |
HOMEBREW_EDITOR: vim | |
HOMEBREW_GITHUB_API_TOKEN: set | |
HOMEBREW_MAKE_JOBS: 10 | |
HOMEBREW_NO_ANALYTICS: set | |
HOMEBREW_NO_AUTO_UPDATE: set | |
HOMEBREW_NO_INSTALL_FROM_API: set | |
HOMEBREW_SORBET_RUNTIME: set | |
Homebrew Ruby: 3.1.4 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby | |
CPU: 10-core 64-bit arm_firestorm_icestorm | |
Clang: 15.0.0 build 1500 | |
Git: 2.43.0 => /opt/homebrew/bin/git | |
Curl: 8.1.2 => /usr/bin/curl | |
macOS: 13.6.1-arm64 | |
CLT: 15.0.0.0.1.1694021235 | |
Xcode: 15.0.1 | |
Rosetta 2: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry or file an issue; just ignore this. Thanks! | |
Warning: Some installed kegs have no formulae! | |
This means they were either deleted or installed manually. | |
You should find replacements for the following formulae: | |
blush | |
rvvm | |
dfrs | |
protobuf241 | |
buildcache | |
opensca-cli | |
termtunnel | |
dbcrossbar | |
libemf | |
redress | |
polyrhythmix | |
amoco | |
cross | |
kibi | |
munit | |
tree-sitter-c | |
kplot | |
jplot | |
magicbell-cli | |
featurebase | |
kubecolor | |
whatstyle | |
slashbase | |
zsh-history-enquirer | |
lensm | |
otto | |
stringsext | |
bingo | |
dovitool | |
polyclipping | |
mox | |
Warning: Some installed formulae are deprecated or disabled. | |
You should find replacements for the following formulae: | |
gdrive@2 | |
[email protected] | |
spotify-tui | |
Warning: You have unlinked kegs in your Cellar. | |
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
protobuf241 | |
bash-completion@2 | |
bash-completion | |
Warning: You have uncommitted modifications to Homebrew/brew. | |
If this is a surprise to you, then you should stash these modifications. | |
Stashing returns Homebrew to a pristine state but can be undone | |
should you later need to do so for some reason. | |
cd /opt/homebrew && git stash -u && git clean -d -f | |
Uncommitted files: | |
M Library/Homebrew/cask/artifact/installer.rbi | |
M Library/Homebrew/cask/dsl/depends_on.rbi | |
Warning: Some taps are not on the default git origin branch and may not receive | |
updates. If this is a surprise to you, check out the default branch with: | |
git -C $(brew --repo homebrew/cask-versions) checkout master | |
Warning: /usr/bin occurs before /opt/homebrew/bin in your PATH. | |
This means that system-provided programs will be used instead of those | |
provided by Homebrew. Consider setting your PATH so that | |
/opt/homebrew/bin occurs before /usr/bin. Here is a one-liner: | |
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> /Users/rui/.bash_profile | |
The following tools exist at both paths: | |
bashbug | |
bsdtar | |
bundle | |
bundler | |
cmp | |
cpio | |
curl | |
curl-config | |
db_archive | |
db_checkpoint | |
db_deadlock | |
db_dump | |
db_hotbackup | |
db_load | |
db_printlog | |
db_recover | |
db_stat | |
db_upgrade | |
db_verify | |
demandoc | |
diff | |
diff3 | |
erb | |
gem | |
git | |
git-receive-pack | |
git-shell | |
git-upload-archive | |
git-upload-pack | |
irb | |
less | |
lessecho | |
mandoc | |
openssl | |
patch | |
pip3 | |
pp | |
python3 | |
rake | |
rdoc | |
ri | |
ruby | |
sdiff | |
tar | |
tclsh | |
tidy | |
wish | |
xml2-config | |
xmlcatalog | |
xmllint | |
xslt-config | |
xsltproc | |
zipinfo | |
Warning: Homebrew's "bin" was not found in your PATH. | |
Consider setting your PATH for example like so: | |
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> /Users/rui/.bash_profile | |
Warning: Homebrew's "sbin" was not found in your PATH but you have installed | |
formulae that put executables in /opt/homebrew/sbin. | |
Consider setting your PATH for example like so: | |
echo 'export PATH="/opt/homebrew/sbin:$PATH"' >> /Users/rui/.bash_profile | |
Warning: Some installed formulae are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install boost open-mpi [email protected] perl python-anytree python-docopt python-pbr python-psutil | |
Run `brew missing` for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bluepill |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2023-12-01 22:52:15 +0000 | |
xcodebuild | |
-workspace | |
Bluepill.xcworkspace | |
-scheme | |
bluepill | |
-configuration | |
Release | |
-IDECustomDerivedDataLocation=/private/tmp/bluepill-20231201-50606-w5tvah | |
SYMROOT=../ | |
ARCHS=arm64 | |
Command line invocation: | |
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace Bluepill.xcworkspace -scheme bluepill -configuration Release -IDECustomDerivedDataLocation=/private/tmp/bluepill-20231201-50606-w5tvah SYMROOT=../ ARCHS=arm64 | |
User defaults from command line: | |
IDECustomDerivedDataLocation = /private/tmp/bluepill-20231201-50606-w5tvah | |
IDEPackageSupportUseBuiltinSCM = YES | |
Build settings from command line: | |
ARCHS = arm64 | |
SYMROOT = ../ | |
--- xcodebuild: WARNING: Using the first of multiple matching destinations: | |
{ platform:macOS, arch:arm64, id:00006001-0008081A2204801E } | |
{ platform:macOS, name:Any Mac } | |
Prepare packages | |
ComputeTargetDependencyGraph | |
note: Building targets in dependency order | |
note: Target dependency graph (3 targets) | |
Target 'bp' in project 'bp' | |
➜ Explicit dependency on target 'bplib' in project 'bp' | |
Target 'bluepill' in project 'bluepill' | |
➜ Implicit dependency on target 'bplib' in project 'bp' via file 'bplib.framework' in build phase 'Link Binary' | |
Target 'bplib' in project 'bp' (no dependencies) | |
GatherProvisioningInputs | |
2023-12-01 22:52:16.371 xcodebuild[50708:174457] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103 | |
Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists. | |
Function: createItemModels(for:itemModelSource:) | |
Thread: <_NSMainThread: 0x600002cf4240>{number = 1, name = main} | |
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide. | |
2023-12-01 22:52:16.371 xcodebuild[50708:174457] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103 | |
Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists. | |
Function: createItemModels(for:itemModelSource:) | |
Thread: <_NSMainThread: 0x600002cf4240>{number = 1, name = main} | |
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide. | |
2023-12-01 22:52:16.371 xcodebuild[50708:174457] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103 | |
Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists. | |
Function: createItemModels(for:itemModelSource:) | |
Thread: <_NSMainThread: 0x600002cf4240>{number = 1, name = main} | |
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide. | |
2023-12-01 22:52:16.371 xcodebuild[50708:174457] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103 | |
Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists. | |
Function: createItemModels(for:itemModelSource:) | |
Thread: <_NSMainThread: 0x600002cf4240>{number = 1, name = main} | |
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide. | |
2023-12-01 22:52:16.372 xcodebuild[50708:174457] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103 | |
Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists. | |
Function: createItemModels(for:itemModelSource:) | |
Thread: <_NSMainThread: 0x600002cf4240>{number = 1, name = main} | |
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide. | |
2023-12-01 22:52:16.372 xcodebuild[50708:174457] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103 | |
Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists. | |
Function: createItemModels(for:itemModelSource:) | |
Thread: <_NSMainThread: 0x600002cf4240>{number = 1, name = main} | |
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide. | |
2023-12-01 22:52:16.372 xcodebuild[50708:174457] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103 | |
Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists. | |
Function: createItemModels(for:itemModelSource:) | |
Thread: <_NSMainThread: 0x600002cf4240>{number = 1, name = main} | |
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide. | |
2023-12-01 22:52:16.372 xcodebuild[50708:174457] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103 | |
Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists. | |
Function: createItemModels(for:itemModelSource:) | |
Thread: <_NSMainThread: 0x600002cf4240>{number = 1, name = main} | |
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide. | |
CreateBuildDescription | |
Build description signature: 8099e3b62a0240f48d832d2b0b1aefc6 | |
Build description path: /tmp/bluepill-20231201-50606-w5tvah/Bluepill-cyqzaokrwjhfnygwquutqeltnwlb/Build/Intermediates.noindex/XCBuildData/8099e3b62a0240f48d832d2b0b1aefc6.xcbuilddata | |
CreateBuildDirectory / | |
cd /tmp/bluepill-20231201-50606-w5tvah | |
builtin-create-build-directory / | |
ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk /tmp/bluepill-20231201-50606-w5tvah/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache | |
cd /tmp/bluepill-20231201-50606-w5tvah | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -o /tmp/bluepill-20231201-50606-w5tvah/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache | |
error: Cycle in dependencies detected, but could not be parsed. Please file a bug report with the build transcript and how to reproduce the cycle if possible. | |
Raw dependency cycle trace: | |
target: -> | |
node: <all> -> | |
command: <all> -> | |
node: /tmp/bluepill-20231201-50606-w5tvah/Bluepill-cyqzaokrwjhfnygwquutqeltnwlb/Build/Intermediates.noindex/EagerLinkingTBDs/Release -> | |
command: P0:::CreateBuildDirectory /tmp/bluepill-20231201-50606-w5tvah/Bluepill-cyqzaokrwjhfnygwquutqeltnwlb/Build/Intermediates.noindex/EagerLinkingTBDs/Release -> | |
node: /tmp/bluepill-20231201-50606-w5tvah/Bluepill-cyqzaokrwjhfnygwquutqeltnwlb/Build/Intermediates.noindex -> | |
command: P0:::CreateBuildDirectory /tmp/bluepill-20231201-50606-w5tvah/Bluepill-cyqzaokrwjhfnygwquutqeltnwlb/Build/Intermediates.noindex -> | |
node: /tmp/bluepill-20231201-50606-w5tvah -> | |
command: P0:::CreateBuildDirectory /tmp/bluepill-20231201-50606-w5tvah -> | |
CYCLE POINT -> | |
node: / -> | |
directoryTreeSignature: -> | |
directoryContents: / -> | |
node: / | |
** BUILD FAILED ** | |
HOMEBREW_VERSION: 4.1.22-55-gd68e3e5-dirty | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: d68e3e563ef76b96b75df2e54686a94fec5c4474 | |
Last commit: 32 hours ago | |
Core tap origin: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: d29ef22667dc69cb54b88a45d2d718b1def70d89 | |
Core tap last commit: 19 minutes ago | |
Core tap branch: master | |
HOMEBREW_PREFIX: /opt/homebrew | |
HOMEBREW_CASK_OPTS: [] | |
HOMEBREW_DEVELOPER: set | |
HOMEBREW_EDITOR: vim | |
HOMEBREW_MAKE_JOBS: 10 | |
HOMEBREW_NO_ANALYTICS: set | |
HOMEBREW_NO_AUTO_UPDATE: set | |
HOMEBREW_NO_BOOTSNAP: set | |
HOMEBREW_NO_INSTALL_FROM_API: set | |
HOMEBREW_SORBET_RUNTIME: set | |
Homebrew Ruby: 3.1.4 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby | |
CPU: 10-core 64-bit arm_firestorm_icestorm | |
Clang: 15.0.0 build 1500 | |
Git: 2.43.0 => /opt/homebrew/bin/git | |
Curl: 8.1.2 => /usr/bin/curl | |
macOS: 13.6.1-arm64 | |
CLT: 15.0.0.0.1.1694021235 | |
Xcode: 15.0.1 | |
Rosetta 2: false | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j10 | |
CMAKE_PREFIX_PATH: /opt/homebrew | |
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/13 | |
HOMEBREW_GIT: git | |
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.sdk | |
ACLOCAL_PATH: /opt/homebrew/share/aclocal | |
PATH: /opt/homebrew/Library/Homebrew/shims/mac/super:/usr/bin:/bin:/usr/sbin:/sbin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment