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

Properly reject default on free const items #117818

Merged

Conversation

fmease
Copy link
Member

@fmease fmease commented Nov 11, 2023

Fixes #117791.

Technically speaking, this is a breaking change but I doubt it will lead to any real-world regressions (maybe in some macro-trickery crates?). Doing a crater run probably isn't worth it.

@rustbot
Copy link
Collaborator

rustbot commented Nov 11, 2023

r? @cjgillot

(rustbot has picked a reviewer for you, use r? to override)

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Nov 11, 2023
@fmease fmease changed the title Properly reject defaultness on free const items Properly reject default on free const items Nov 11, 2023
@rust-log-analyzer

This comment has been minimized.

@fmease fmease force-pushed the properly-reject-defaultness-on-free-consts branch from f95183e to df3b981 Compare November 11, 2023 15:00
@cjgillot cjgillot added the I-lang-nominated Nominated for discussion during a lang team meeting. label Nov 13, 2023
@cjgillot
Copy link
Contributor

Nominating for lang team to validate the breakage.

@scottmcm

This comment was marked as outdated.

@dtolnay dtolnay added T-lang Relevant to the language team, which will review and decide on the PR/issue. and removed T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Nov 22, 2023
@dtolnay
Copy link
Member

dtolnay commented Nov 22, 2023

@rust-lang/lang: try again with T-lang Relevant to the language team, which will review and decide on the PR/issue.

@scottmcm
Copy link
Member

Oops, thanks dtolnay 🤦


Personally I'd be fine considering this a bug fix, since it's clearly not something that was ever supposed to work.

Let's see if the team agrees:
@rfcbot merge

@rfcbot
Copy link

rfcbot commented Nov 22, 2023

Team member @scottmcm has proposed to merge this. The next step is review by the rest of the tagged team members:

No concerns currently listed.

Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up!

cc @rust-lang/lang-advisors: FCP proposed for lang, please feel free to register concerns.
See this document for info about what commands tagged team members can give me.

@rfcbot rfcbot added proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. labels Nov 22, 2023
@rfcbot rfcbot added final-comment-period In the final comment period and will be merged soon unless new substantive objections are raised. and removed proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. labels Dec 6, 2023
@rfcbot
Copy link

rfcbot commented Dec 6, 2023

🔔 This is now entering its final comment period, as per the review above. 🔔

@fmease fmease removed the I-lang-nominated Nominated for discussion during a lang team meeting. label Dec 8, 2023
@rfcbot rfcbot added finished-final-comment-period The final comment period is finished for this PR / Issue. to-announce Announce this issue on triage meeting and removed final-comment-period In the final comment period and will be merged soon unless new substantive objections are raised. labels Dec 16, 2023
@rfcbot
Copy link

rfcbot commented Dec 16, 2023

The final comment period, with a disposition to merge, as per the review above, is now complete.

As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed.

This will be merged soon.

@cjgillot
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Dec 17, 2023

📌 Commit df3b981 has been approved by cjgillot

It is now in the queue for this repository.

@bors bors removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 17, 2023
@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Dec 17, 2023
@bors
Copy link
Contributor

bors commented Dec 17, 2023

⌛ Testing commit df3b981 with merge e83b821...

bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 17, 2023
…n-free-consts, r=cjgillot

Properly reject `default` on free const items

Fixes rust-lang#117791.

Technically speaking, this is a breaking change but I doubt it will lead to any real-world regressions (maybe in some macro-trickery crates?). Doing a crater run probably isn't worth it.
@rust-log-analyzer
Copy link
Collaborator

The job dist-aarch64-apple failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
[RUSTC-TIMING] openssl test:false 4.481
[RUSTC-TIMING] libssh2_sys test:false 0.065
The following warnings were emitted during compilation:

warning: libgit2-sys@0.16.1+1.7.1: failed to probe system libgit2: `PKG_CONFIG_ALLOW_SYSTEM_CFLAGS="1" PKG_CONFIG_ALLOW_SYSTEM_LIBS="1" "pkg-config" "--libs" "--cflags" "libgit2" "libgit2 >= 1.7.1" "libgit2 < 1.8.0"` did not exit successfully: exit status: 1
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:64:8: warning: 'SSLHandshake' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:         ret = SSLHandshake(st->ctx);
warning: libgit2-sys@0.16.1+1.7.1:               ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1641:1: note: 'SSLHandshake' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1: SSLHandshake                            (SSLContextRef          context)
warning: libgit2-sys@0.16.1+1.7.1: ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:73:13: warning: 'SSLCopyPeerTrust' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:         if ((ret = SSLCopyPeerTrust(st->ctx, &trust)) != noErr)
warning: libgit2-sys@0.16.1+1.7.1:                    ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1261:1: note: 'SSLCopyPeerTrust' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1: SSLCopyPeerTrust                        (SSLContextRef          context,
warning: libgit2-sys@0.16.1+1.7.1: ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:79:13: warning: 'SecTrustEvaluate' is deprecated: first deprecated in macOS 10.15 [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:         if ((ret = SecTrustEvaluate(trust, &sec_res)) != noErr)
warning: libgit2-sys@0.16.1+1.7.1:                    ^~~~~~~~~~~~~~~~
warning: libgit2-sys@0.16.1+1.7.1:                    SecTrustEvaluateWithError
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecTrust.h:359:10: note: 'SecTrustEvaluate' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1: OSStatus SecTrustEvaluate(SecTrustRef trust, SecTrustResultType *result)
warning: libgit2-sys@0.16.1+1.7.1:          ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:111:13: warning: 'SSLCopyPeerTrust' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:         if ((ret = SSLCopyPeerTrust(st->ctx, &trust)) != noErr)
warning: libgit2-sys@0.16.1+1.7.1:                    ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1261:1: note: 'SSLCopyPeerTrust' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1: SSLCopyPeerTrust                        (SSLContextRef          context,
warning: libgit2-sys@0.16.1+1.7.1: ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:181:13: warning: 'SSLWrite' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:         if ((ret = SSLWrite(st->ctx, data, data_len, &processed)) != noErr) {
warning: libgit2-sys@0.16.1+1.7.1:                    ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1670:1: note: 'SSLWrite' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1: SSLWrite                                        (SSLContextRef          context,
warning: libgit2-sys@0.16.1+1.7.1: ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:238:13: warning: 'SSLRead' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:         if ((ret = SSLRead(st->ctx, data, len, &processed)) != noErr) {
warning: libgit2-sys@0.16.1+1.7.1:                    ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1689:1: note: 'SSLRead' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1: SSLRead                                         (SSLContextRef          context,
warning: libgit2-sys@0.16.1+1.7.1: ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:253:8: warning: 'SSLClose' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:         ret = SSLClose(st->ctx);
warning: libgit2-sys@0.16.1+1.7.1:               ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1731:1: note: 'SSLClose' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1: SSLClose                                        (SSLContextRef          context)
warning: libgit2-sys@0.16.1+1.7.1: ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:292:12: warning: 'SSLCreateContext' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:         st->ctx = SSLCreateContext(NULL, kSSLClientSide, kSSLStreamType);
warning: libgit2-sys@0.16.1+1.7.1:                   ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:316:1: note: 'SSLCreateContext' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1: SSLCreateContext(CFAllocatorRef __nullable alloc, SSLProtocolSide protocolSide, SSLConnectionType connectionType)
warning: libgit2-sys@0.16.1+1.7.1: ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:292:35: warning: 'kSSLClientSide' is deprecated: first deprecated in macOS 10.15 [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:         st->ctx = SSLCreateContext(NULL, kSSLClientSide, kSSLStreamType);
warning: libgit2-sys@0.16.1+1.7.1:                                          ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:218:5: note: 'kSSLClientSide' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1:     kSSLClientSide CF_ENUM_DEPRECATED(10_2, 10_15, 2_0, 13_0)
warning: libgit2-sys@0.16.1+1.7.1:     ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:292:51: warning: 'kSSLStreamType' is deprecated: first deprecated in macOS 10.15 [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:         st->ctx = SSLCreateContext(NULL, kSSLClientSide, kSSLStreamType);
warning: libgit2-sys@0.16.1+1.7.1:                                                          ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:223:5: note: 'kSSLStreamType' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1:     kSSLStreamType CF_ENUM_DEPRECATED(10_2, 10_15, 2_0, 13_0),
warning: libgit2-sys@0.16.1+1.7.1:     ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:299:13: warning: 'SSLSetIOFuncs' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:         if ((ret = SSLSetIOFuncs(st->ctx, read_cb, write_cb)) != noErr ||
warning: libgit2-sys@0.16.1+1.7.1:                    ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:418:1: note: 'SSLSetIOFuncs' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1: SSLSetIOFuncs                           (SSLContextRef          context,
warning: libgit2-sys@0.16.1+1.7.1: ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:300:13: warning: 'SSLSetConnection' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:             (ret = SSLSetConnection(st->ctx, st)) != noErr ||
warning: libgit2-sys@0.16.1+1.7.1:                    ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:657:1: note: 'SSLSetConnection' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1: SSLSetConnection                        (SSLContextRef                  context,
warning: libgit2-sys@0.16.1+1.7.1: ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:301:13: warning: 'SSLSetSessionOption' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:             (ret = SSLSetSessionOption(st->ctx, kSSLSessionOptionBreakOnServerAuth, true)) != noErr ||
warning: libgit2-sys@0.16.1+1.7.1:                    ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:384:1: note: 'SSLSetSessionOption' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1: SSLSetSessionOption                     (SSLContextRef          context,
warning: libgit2-sys@0.16.1+1.7.1: ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:301:42: warning: 'kSSLSessionOptionBreakOnServerAuth' is deprecated: first deprecated in macOS 10.15 [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:             (ret = SSLSetSessionOption(st->ctx, kSSLSessionOptionBreakOnServerAuth, true)) != noErr ||
warning: libgit2-sys@0.16.1+1.7.1:                                                 ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:99:2: note: 'kSSLSessionOptionBreakOnServerAuth' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1:         kSSLSessionOptionBreakOnServerAuth CF_ENUM_DEPRECATED(10_2, 10_15, 2_0, 13_0) = 0,
warning: libgit2-sys@0.16.1+1.7.1:         ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:302:13: warning: 'SSLSetProtocolVersionMin' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:             (ret = SSLSetProtocolVersionMin(st->ctx, kTLSProtocol1)) != noErr ||
warning: libgit2-sys@0.16.1+1.7.1:                    ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:458:1: note: 'SSLSetProtocolVersionMin' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1: SSLSetProtocolVersionMin  (SSLContextRef      context,
warning: libgit2-sys@0.16.1+1.7.1: ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:302:47: warning: 'kTLSProtocol1' is deprecated: first deprecated in macOS 10.15 [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:             (ret = SSLSetProtocolVersionMin(st->ctx, kTLSProtocol1)) != noErr ||
warning: libgit2-sys@0.16.1+1.7.1:                                                      ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolTypes.h:157:5: note: 'kTLSProtocol1' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1:     kTLSProtocol1 CF_ENUM_DEPRECATED(10_2, 10_15, 5_0, 13_0) = 4,
warning: libgit2-sys@0.16.1+1.7.1:     ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:303:13: warning: 'SSLSetProtocolVersionMax' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:             (ret = SSLSetProtocolVersionMax(st->ctx, kTLSProtocol12)) != noErr ||
warning: libgit2-sys@0.16.1+1.7.1:                    ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:494:1: note: 'SSLSetProtocolVersionMax' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1: SSLSetProtocolVersionMax  (SSLContextRef      context,
warning: libgit2-sys@0.16.1+1.7.1: ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:303:47: warning: 'kTLSProtocol12' is deprecated: first deprecated in macOS 10.15 [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:             (ret = SSLSetProtocolVersionMax(st->ctx, kTLSProtocol12)) != noErr ||
warning: libgit2-sys@0.16.1+1.7.1:                                                      ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecProtocolTypes.h:159:5: note: 'kTLSProtocol12' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1:     kTLSProtocol12 CF_ENUM_DEPRECATED(10_2, 10_15, 5_0, 13_0) = 8,
warning: libgit2-sys@0.16.1+1.7.1:     ^
warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c:304:13: warning: 'SSLSetPeerDomainName' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
warning: libgit2-sys@0.16.1+1.7.1:             (ret = SSLSetPeerDomainName(st->ctx, host, strlen(host))) != noErr) {
warning: libgit2-sys@0.16.1+1.7.1:                    ^
warning: libgit2-sys@0.16.1+1.7.1: /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:686:1: note: 'SSLSetPeerDomainName' has been explicitly marked deprecated here
warning: libgit2-sys@0.16.1+1.7.1: SSLSetPeerDomainName            (SSLContextRef          context,
warning: libgit2-sys@0.16.1+1.7.1: ^
warning: libgit2-sys@0.16.1+1.7.1: 19 warnings generated.
warning: libgit2-sys@0.16.1+1.7.1: sccache: warning: The server looks like it shut down unexpectedly, compiling locally instead
warning: libgit2-sys@0.16.1+1.7.1: sccache: warning: The server looks like it shut down unexpectedly, compiling locally instead
warning: libgit2-sys@0.16.1+1.7.1: sccache: warning: The server looks like it shut down unexpectedly, compiling locally instead
warning: libgit2-sys@0.16.1+1.7.1: sccache: warning: The server looks like it shut down unexpectedly, compiling locally instead
warning: libgit2-sys@0.16.1+1.7.1: sccache: warning: The server looks like it shut down unexpectedly, compiling locally instead
warning: libgit2-sys@0.16.1+1.7.1: sccache: error: failed to execute compile
warning: libgit2-sys@0.16.1+1.7.1: sccache: caused by: Failed to send data to or receive data from server
warning: libgit2-sys@0.16.1+1.7.1: sccache: caused by: Failed to read response header
warning: libgit2-sys@0.16.1+1.7.1: sccache: caused by: Connection reset by peer (os error 54)
warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/util/allocators/stdalloc.o" "-c" "libgit2/src/util/allocators/stdalloc.c" with args "clang" did not execute successfully (status code exit status: 2).running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/util/unix/realpath.o" "-c" "libgit2/src/util/unix/realpath.c"
error: failed to run custom build command for `libgit2-sys v0.16.1+1.7.1`

Caused by:
  process didn't exit successfully: `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/release/build/libgit2-sys-0d12d61e2b4f52d4/build-script-build` (exit status: 1)
  process didn't exit successfully: `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/release/build/libgit2-sys-0d12d61e2b4f52d4/build-script-build` (exit status: 1)
  --- stdout
  cargo:rerun-if-env-changed=LIBGIT2_NO_VENDOR
  cargo:rerun-if-env-changed=LIBGIT2_NO_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG_aarch64-apple-darwin
  cargo:rerun-if-env-changed=PKG_CONFIG_aarch64_apple_darwin
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG
  cargo:rerun-if-env-changed=LIBGIT2_STATIC
  cargo:rerun-if-env-changed=LIBGIT2_DYNAMIC
  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_aarch64-apple-darwin
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_aarch64_apple_darwin
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_aarch64-apple-darwin
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_aarch64_apple_darwin
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_aarch64-apple-darwin
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_aarch64_apple_darwin
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
  cargo:warning=failed to probe system libgit2: `PKG_CONFIG_ALLOW_SYSTEM_CFLAGS="1" PKG_CONFIG_ALLOW_SYSTEM_LIBS="1" "pkg-config" "--libs" "--cflags" "libgit2" "libgit2 >= 1.7.1" "libgit2 < 1.8.0"` did not exit successfully: exit status: 1
  error: could not find system library 'libgit2' required by the 'libgit2-sys' crate
  --- stderr
  Package libgit2 was not found in the pkg-config search path.
  Package libgit2 was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libgit2.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libgit2' found
  Package libgit2 was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libgit2.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libgit2' found
  Package libgit2 was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libgit2.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libgit2' found
  cargo:rustc-cfg=libgit2_vendored
  cargo:rustc-cfg=libgit2_vendored
  libgit2/include/git2.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2.h
  libgit2/include/git2/signature.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/signature.h
  libgit2/include/git2/oid.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/oid.h
  libgit2/include/git2/index.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/index.h
  libgit2/include/git2/email.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/email.h
  libgit2/include/git2/ignore.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/ignore.h
  libgit2/include/git2/attr.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/attr.h
  libgit2/include/git2/blame.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/blame.h
  libgit2/include/git2/oidarray.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/oidarray.h
  libgit2/include/git2/pack.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/pack.h
  libgit2/include/git2/revert.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/revert.h
  libgit2/include/git2/version.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/version.h
  libgit2/include/git2/odb.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/odb.h
  libgit2/include/git2/status.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/status.h
  libgit2/include/git2/net.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/net.h
  libgit2/include/git2/tag.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/tag.h
  libgit2/include/git2/annotated_commit.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/annotated_commit.h
  libgit2/include/git2/config.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/config.h
  libgit2/include/git2/branch.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/branch.h
  libgit2/include/git2/types.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/types.h
  libgit2/include/git2/repository.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/repository.h
  libgit2/include/git2/clone.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/clone.h
  libgit2/include/git2/global.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/global.h
  libgit2/include/git2/blob.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/blob.h
  libgit2/include/git2/cherrypick.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/cherrypick.h
  libgit2/include/git2/mailmap.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/mailmap.h
  libgit2/include/git2/submodule.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/submodule.h
  libgit2/include/git2/errors.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/errors.h
  libgit2/include/git2/message.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/message.h
  libgit2/include/git2/merge.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/merge.h
  libgit2/include/git2/pathspec.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/pathspec.h
  libgit2/include/git2/tree.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/tree.h
  libgit2/include/git2/odb_backend.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/odb_backend.h
  libgit2/include/git2/graph.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/graph.h
  libgit2/include/git2/describe.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/describe.h
  libgit2/include/git2/rebase.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/rebase.h
  libgit2/include/git2/worktree.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/worktree.h
  libgit2/include/git2/stash.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/stash.h
  libgit2/include/git2/remote.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/remote.h
  libgit2/include/git2/strarray.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/strarray.h
  libgit2/include/git2/reflog.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/reflog.h
  libgit2/include/git2/cred_helpers.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/cred_helpers.h
  libgit2/include/git2/buffer.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/buffer.h
  libgit2/include/git2/diff.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/diff.h
  libgit2/include/git2/sys/index.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/index.h
  libgit2/include/git2/sys/email.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/email.h
  libgit2/include/git2/sys/config.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/config.h
  libgit2/include/git2/sys/path.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/path.h
  libgit2/include/git2/sys/repository.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/repository.h
  libgit2/include/git2/sys/openssl.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/openssl.h
  libgit2/include/git2/sys/midx.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/midx.h
  libgit2/include/git2/sys/cred.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/cred.h
  libgit2/include/git2/sys/merge.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/merge.h
  libgit2/include/git2/sys/stream.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/stream.h
  libgit2/include/git2/sys/odb_backend.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/odb_backend.h
  libgit2/include/git2/sys/remote.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/remote.h
  libgit2/include/git2/sys/reflog.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/reflog.h
  libgit2/include/git2/sys/diff.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/diff.h
  libgit2/include/git2/sys/commit_graph.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/commit_graph.h
  libgit2/include/git2/sys/transport.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/transport.h
  libgit2/include/git2/sys/hashsig.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/hashsig.h
  libgit2/include/git2/sys/credential.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/credential.h
  libgit2/include/git2/sys/refs.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/refs.h
  libgit2/include/git2/sys/filter.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/filter.h
  libgit2/include/git2/sys/alloc.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/alloc.h
  libgit2/include/git2/sys/mempack.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/mempack.h
  libgit2/include/git2/sys/commit.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/commit.h
  libgit2/include/git2/sys/refdb_backend.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/sys/refdb_backend.h
  libgit2/include/git2/trace.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/trace.h
  libgit2/include/git2/common.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/common.h
  libgit2/include/git2/proxy.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/proxy.h
  libgit2/include/git2/indexer.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/indexer.h
  libgit2/include/git2/refspec.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/refspec.h
  libgit2/include/git2/notes.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/notes.h
  libgit2/include/git2/cert.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/cert.h
  libgit2/include/git2/deprecated.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/deprecated.h
  libgit2/include/git2/transport.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/transport.h
  libgit2/include/git2/revwalk.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/revwalk.h
  libgit2/include/git2/patch.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/patch.h
  libgit2/include/git2/object.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/object.h
  libgit2/include/git2/checkout.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/checkout.h
  libgit2/include/git2/apply.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/apply.h
  libgit2/include/git2/revparse.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/revparse.h
  libgit2/include/git2/credential_helpers.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/credential_helpers.h
  libgit2/include/git2/credential.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/credential.h
  libgit2/include/git2/refs.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/refs.h
  libgit2/include/git2/reset.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/reset.h
  libgit2/include/git2/filter.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/filter.h
  libgit2/include/git2/transaction.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/transaction.h
  libgit2/include/git2/experimental.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/experimental.h
  libgit2/include/git2/stdint.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/stdint.h
  libgit2/include/git2/commit.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/commit.h
  libgit2/include/git2/refdb.h => /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include/git2/refdb.h
  TARGET = Some("aarch64-apple-darwin")
  HOST = Some("aarch64-apple-darwin")
  cargo:rerun-if-env-changed=CC_aarch64-apple-darwin
  CC_aarch64-apple-darwin = None
  cargo:rerun-if-env-changed=CC_aarch64_apple_darwin
  cargo:rerun-if-env-changed=CC_aarch64_apple_darwin
  CC_aarch64_apple_darwin = Some("sccache /Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang")
  CRATE_CC_NO_DEFAULTS = None
  DEBUG = Some("false")
  cargo:rerun-if-env-changed=CFLAGS_aarch64-apple-darwin
  CFLAGS_aarch64-apple-darwin = None
  CFLAGS_aarch64-apple-darwin = None
  cargo:rerun-if-env-changed=CFLAGS_aarch64_apple_darwin
  CFLAGS_aarch64_apple_darwin = Some("-ffunction-sections -fdata-sections -fPIC --target=arm64-apple-darwin -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a")
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/annotated_commit.o" "-c" "libgit2/src/libgit2/annotated_commit.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/apply.o" "-c" "libgit2/src/libgit2/apply.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/attr.o" "-c" "libgit2/src/libgit2/attr.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/attr_file.o" "-c" "libgit2/src/libgit2/attr_file.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/attrcache.o" "-c" "libgit2/src/libgit2/attrcache.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/blame.o" "-c" "libgit2/src/libgit2/blame.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/blame_git.o" "-c" "libgit2/src/libgit2/blame_git.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/blob.o" "-c" "libgit2/src/libgit2/blob.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/branch.o" "-c" "libgit2/src/libgit2/branch.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/buf.o" "-c" "libgit2/src/libgit2/buf.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/cache.o" "-c" "libgit2/src/libgit2/cache.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/checkout.o" "-c" "libgit2/src/libgit2/checkout.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/cherrypick.o" "-c" "libgit2/src/libgit2/cherrypick.c"
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/clone.o" "-c" "libgit2/src/libgit2/clone.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/commit.o" "-c" "libgit2/src/libgit2/commit.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/commit_graph.o" "-c" "libgit2/src/libgit2/commit_graph.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/commit_list.o" "-c" "libgit2/src/libgit2/commit_list.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/config.o" "-c" "libgit2/src/libgit2/config.c"
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/config_cache.o" "-c" "libgit2/src/libgit2/config_cache.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/config_entries.o" "-c" "libgit2/src/libgit2/config_entries.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/config_file.o" "-c" "libgit2/src/libgit2/config_file.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/config_mem.o" "-c" "libgit2/src/libgit2/config_mem.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/config_parse.o" "-c" "libgit2/src/libgit2/config_parse.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/config_snapshot.o" "-c" "libgit2/src/libgit2/config_snapshot.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/crlf.o" "-c" "libgit2/src/libgit2/crlf.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/delta.o" "-c" "libgit2/src/libgit2/delta.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/describe.o" "-c" "libgit2/src/libgit2/describe.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/diff.o" "-c" "libgit2/src/libgit2/diff.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/diff_driver.o" "-c" "libgit2/src/libgit2/diff_driver.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/diff_file.o" "-c" "libgit2/src/libgit2/diff_file.c"
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/diff_generate.o" "-c" "libgit2/src/libgit2/diff_generate.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/diff_parse.o" "-c" "libgit2/src/libgit2/diff_parse.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/diff_print.o" "-c" "libgit2/src/libgit2/diff_print.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/diff_stats.o" "-c" "libgit2/src/libgit2/diff_stats.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/diff_tform.o" "-c" "libgit2/src/libgit2/diff_tform.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/diff_xdiff.o" "-c" "libgit2/src/libgit2/diff_xdiff.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/email.o" "-c" "libgit2/src/libgit2/email.c"
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/errors.o" "-c" "libgit2/src/libgit2/errors.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/fetch.o" "-c" "libgit2/src/libgit2/fetch.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/fetchhead.o" "-c" "libgit2/src/libgit2/fetchhead.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/filter.o" "-c" "libgit2/src/libgit2/filter.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/grafts.o" "-c" "libgit2/src/libgit2/grafts.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/graph.o" "-c" "libgit2/src/libgit2/graph.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/hashsig.o" "-c" "libgit2/src/libgit2/hashsig.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/ident.o" "-c" "libgit2/src/libgit2/ident.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/idxmap.o" "-c" "libgit2/src/libgit2/idxmap.c"
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/ignore.o" "-c" "libgit2/src/libgit2/ignore.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/index.o" "-c" "libgit2/src/libgit2/index.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/indexer.o" "-c" "libgit2/src/libgit2/indexer.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/iterator.o" "-c" "libgit2/src/libgit2/iterator.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/libgit2.o" "-c" "libgit2/src/libgit2/libgit2.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/mailmap.o" "-c" "libgit2/src/libgit2/mailmap.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/merge.o" "-c" "libgit2/src/libgit2/merge.c"
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/merge_driver.o" "-c" "libgit2/src/libgit2/merge_driver.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/merge_file.o" "-c" "libgit2/src/libgit2/merge_file.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/message.o" "-c" "libgit2/src/libgit2/message.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/midx.o" "-c" "libgit2/src/libgit2/midx.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/mwindow.o" "-c" "libgit2/src/libgit2/mwindow.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/notes.o" "-c" "libgit2/src/libgit2/notes.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/object.o" "-c" "libgit2/src/libgit2/object.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/object_api.o" "-c" "libgit2/src/libgit2/object_api.c"
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/odb.o" "-c" "libgit2/src/libgit2/odb.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/odb_loose.o" "-c" "libgit2/src/libgit2/odb_loose.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/odb_mempack.o" "-c" "libgit2/src/libgit2/odb_mempack.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/odb_pack.o" "-c" "libgit2/src/libgit2/odb_pack.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/offmap.o" "-c" "libgit2/src/libgit2/offmap.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/oid.o" "-c" "libgit2/src/libgit2/oid.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/oidarray.o" "-c" "libgit2/src/libgit2/oidarray.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/oidmap.o" "-c" "libgit2/src/libgit2/oidmap.c"
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/pack-objects.o" "-c" "libgit2/src/libgit2/pack-objects.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/pack.o" "-c" "libgit2/src/libgit2/pack.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/parse.o" "-c" "libgit2/src/libgit2/parse.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/patch.o" "-c" "libgit2/src/libgit2/patch.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/patch_generate.o" "-c" "libgit2/src/libgit2/patch_generate.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/patch_parse.o" "-c" "libgit2/src/libgit2/patch_parse.c"
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/path.o" "-c" "libgit2/src/libgit2/path.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/pathspec.o" "-c" "libgit2/src/libgit2/pathspec.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/proxy.o" "-c" "libgit2/src/libgit2/proxy.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/push.o" "-c" "libgit2/src/libgit2/push.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/reader.o" "-c" "libgit2/src/libgit2/reader.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/rebase.o" "-c" "libgit2/src/libgit2/rebase.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/refdb.o" "-c" "libgit2/src/libgit2/refdb.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/refdb_fs.o" "-c" "libgit2/src/libgit2/refdb_fs.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/reflog.o" "-c" "libgit2/src/libgit2/reflog.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/refs.o" "-c" "libgit2/src/libgit2/refs.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/refspec.o" "-c" "libgit2/src/libgit2/refspec.c"
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/remote.o" "-c" "libgit2/src/libgit2/remote.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/repository.o" "-c" "libgit2/src/libgit2/repository.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/reset.o" "-c" "libgit2/src/libgit2/reset.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/revert.o" "-c" "libgit2/src/libgit2/revert.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/revparse.o" "-c" "libgit2/src/libgit2/revparse.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/revwalk.o" "-c" "libgit2/src/libgit2/revwalk.c"
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/signature.o" "-c" "libgit2/src/libgit2/signature.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/stash.o" "-c" "libgit2/src/libgit2/stash.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/status.o" "-c" "libgit2/src/libgit2/status.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/strarray.o" "-c" "libgit2/src/libgit2/strarray.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/submodule.o" "-c" "libgit2/src/libgit2/submodule.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/sysdir.o" "-c" "libgit2/src/libgit2/sysdir.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/tag.o" "-c" "libgit2/src/libgit2/tag.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/threadstate.o" "-c" "libgit2/src/libgit2/threadstate.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/trace.o" "-c" "libgit2/src/libgit2/trace.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/trailer.o" "-c" "libgit2/src/libgit2/trailer.c"
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/transaction.o" "-c" "libgit2/src/libgit2/transaction.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/transport.o" "-c" "libgit2/src/libgit2/transport.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/tree-cache.o" "-c" "libgit2/src/libgit2/tree-cache.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/tree.o" "-c" "libgit2/src/libgit2/tree.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/libgit2/worktree.o" "-c" "libgit2/src/libgit2/worktree.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/util/alloc.o" "-c" "libgit2/src/util/alloc.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/util/date.o" "-c" "libgit2/src/util/date.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/util/filebuf.o" "-c" "libgit2/src/util/filebuf.c"
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  exit status: 0
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/util/fs_path.o" "-c" "libgit2/src/util/fs_path.c"
  running: env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/util/futils.o" "-c" "libgit2/src/util/futils.c"
---

  --- stderr


  error occurred: Command env -u IPHONEOS_DEPLOYMENT_TARGET "sccache" "/Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libssh2-sys-1daa6589db653c16/out/include" "-I" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libz-sys-4035c8111baee9fc/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools/aarch64-apple-darwin/release/build/libgit2-sys-c88584915f87cdf8/out/build/libgit2/src/util/allocators/stdalloc.o" "-c" "libgit2/src/util/allocators/stdalloc.c" with args "clang" did not execute successfully (status code exit status: 2).

Build completed unsuccessfully in 0:26:50



command did not execute successfully: cd "/Users/runner/work/rust/rust" && env -u MAKEFLAGS -u MFLAGS AR_aarch64_apple_darwin="ar" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1-tools" CC_aarch64_apple_darwin="sccache /Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" CFG_COMMIT_DATE="2023-12-12" CFG_COMMIT_HASH="1aa9df1a5be205cce621f0bc0ea6062a5e22a98c" CFG_COMPILER_BUILD_TRIPLE="aarch64-apple-darwin" CFG_COMPILER_HOST_TRIPLE="aarch64-apple-darwin" CFG_RELEASE="1.76.0-nightly" CFG_RELEASE_CHANNEL="nightly" CFG_RELEASE_NUM="1.76.0" CFG_SHORT_COMMIT_HASH="1aa9df1a5" CFG_VERSION="1.76.0-nightly (e83b821a8 2023-12-17)" CFG_VER_DATE="2023-12-17" CFG_VER_HASH="e83b821a87997dbef97febe2e7fc284480da3b0a" CFG_VIRTUAL_RUST_SOURCE_BASE_DIR="/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" CFLAGS_aarch64_apple_darwin="-ffunction-sections -fdata-sections -fPIC --target=arm64-apple-darwin -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" CXXFLAGS_aarch64_apple_darwin="-ffunction-sections -fdata-sections -fPIC --target=arm64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" CXX_aarch64_apple_darwin="sccache /Applications/Xcode_14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" LIBC_CHECK_CFG="1" LIBRARY_PATH="/Users/runner/work/rust/rust/build/aarch64-apple-darwin/llvm/build/lib" LIBZ_SYS_STATIC="1" LZMA_API_STATIC="1" RANLIB_aarch64_apple_darwin="ar s" REAL_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/Users/runner/work/rust/rust/build/aarch64-apple-darwin/native" RUSTC="/Users/runner/work/rust/rust/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="/Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f=/rust/deps" RUSTC_DEBUGINFO_MAP="/Users/runner/work/rust/rust=/rustc/e83b821a87997dbef97febe2e7fc284480da3b0a" RUSTC_ERROR_METADATA_DST="/Users/runner/work/rust/rust/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1/lib" RUSTC_PRINT_STEP_TIMINGS="1" RUSTC_REAL="/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1/bin/rustc" RUSTC_SNAPSHOT="/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="0" RUSTC_WRAPPER="/Users/runner/work/rust/rust/build/bootstrap/debug/rustc" RUSTDOC="/Users/runner/work/rust/rust/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap,values()) --check-cfg=cfg(parallel_compiler,values()) --check-cfg=cfg(rust_analyzer,values()) --check-cfg=cfg(no_btreemap_remove_entry,values()) --check-cfg=cfg(crossbeam_loom,values()) --check-cfg=cfg(span_locations,values()) --check-cfg=cfg(rustix_use_libc,values()) --check-cfg=cfg(emulate_second_only_system,values()) --check-cfg=cfg(windows_raw_dylib,values()) --crate-version 1.76.0-nightly\t(e83b821a8\t2023-12-17)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap,values()) --check-cfg=cfg(parallel_compiler,values()) --check-cfg=cfg(rust_analyzer,values()) --check-cfg=cfg(no_btreemap_remove_entry,values()) --check-cfg=cfg(crossbeam_loom,values()) --check-cfg=cfg(span_locations,values()) --check-cfg=cfg(rustix_use_libc,values()) --check-cfg=cfg(emulate_second_only_system,values()) --check-cfg=cfg(windows_raw_dylib,values()) -Zmacro-backtrace -Zosx-rpath-install-name -Clink-args=-Wl,-rpath,@loader_path/../lib -Csplit-debuginfo=unpacked -Zunstable-options" RUST_TEST_THREADS="6" SYSROOT="/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage1" TERM="xterm" __CARGO_DEFAULT_LIB_METADATA="nightlytool-rustc" "/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0/bin/cargo" "build" "--target" "aarch64-apple-darwin" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "6" "--locked" "--color" "always" "--manifest-path" "/Users/runner/work/rust/rust/src/tools/cargo/Cargo.toml" "--features" "all-static"

stdout ----

stderr ----

@bors
Copy link
Contributor

bors commented Dec 17, 2023

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 17, 2023
@fmease
Copy link
Member Author

fmease commented Dec 17, 2023

@bors retry

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 17, 2023
@bors
Copy link
Contributor

bors commented Dec 18, 2023

⌛ Testing commit df3b981 with merge 3562c53...

@bors
Copy link
Contributor

bors commented Dec 18, 2023

☀️ Test successful - checks-actions
Approved by: cjgillot
Pushing 3562c53 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Dec 18, 2023
@bors bors merged commit 3562c53 into rust-lang:master Dec 18, 2023
12 checks passed
@rustbot rustbot added this to the 1.76.0 milestone Dec 18, 2023
@fmease fmease deleted the properly-reject-defaultness-on-free-consts branch December 18, 2023 14:30
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (3562c53): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
3.8% [3.8%, 3.8%] 1
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
-1.0% [-2.1%, -0.5%] 4
Improvements ✅
(secondary)
-2.9% [-4.3%, -1.4%] 3
All ❌✅ (primary) -0.0% [-2.1%, 3.8%] 5

Cycles

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
1.1% [1.1%, 1.1%] 1
Regressions ❌
(secondary)
2.2% [1.7%, 2.5%] 5
Improvements ✅
(primary)
-0.7% [-0.9%, -0.6%] 2
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) -0.1% [-0.9%, 1.1%] 3

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 674.961s -> 673.754s (-0.18%)
Artifact size: 312.44 MiB -> 312.47 MiB (0.01%)

@apiraino apiraino removed the to-announce Announce this issue on triage meeting label Dec 28, 2023
wip-sync pushed a commit to NetBSD/pkgsrc-wip that referenced this pull request Feb 18, 2024
Pkgsrc changes:
 * Adapt checksums and patches.

Upstream chnages:

Version 1.76.0 (2024-02-08)
==========================

Language
--------
- [Document Rust ABI compatibility between various types]
  (rust-lang/rust#115476)
- [Also: guarantee that char and u32 are ABI-compatible]
  (rust-lang/rust#118032)
- [Warn against ambiguous wide pointer comparisons]
  (rust-lang/rust#117758)

Compiler
--------
- [Lint pinned `#[must_use]` pointers (in particular, `Box<T>`
  where `T` is `#[must_use]`) in `unused_must_use`.]
  (rust-lang/rust#118054)
- [Soundness fix: fix computing the offset of an unsized field in
  a packed struct]
  (rust-lang/rust#118540)
- [Soundness fix: fix dynamic size/align computation logic for
  packed types with dyn Trait tail]
  (rust-lang/rust#118538)
- [Add `$message_type` field to distinguish json diagnostic outputs]
  (rust-lang/rust#115691)
- [Enable Rust to use the EHCont security feature of Windows]
  (rust-lang/rust#118013)
- [Add tier 3 {x86_64,i686}-win7-windows-msvc targets]
  (rust-lang/rust#118150)
- [Add tier 3 aarch64-apple-watchos target]
  (rust-lang/rust#119074)
- [Add tier 3 arm64e-apple-ios & arm64e-apple-darwin targets]
  (rust-lang/rust#115526)

Refer to Rust's [platform support page][platform-support-doc]
for more information on Rust's tiered platform support.

Libraries
---------
- [Add a column number to `dbg!()`]
  (rust-lang/rust#114962)
- [Add `std::hash::{DefaultHasher, RandomState}` exports]
  (rust-lang/rust#115694)
- [Fix rounding issue with exponents in fmt]
  (rust-lang/rust#116301)
- [Add T: ?Sized to `RwLockReadGuard` and `RwLockWriteGuard`'s Debug impls.]
  (rust-lang/rust#117138)
- [Windows: Allow `File::create` to work on hidden files]
  (rust-lang/rust#116438)

Stabilized APIs
---------------
- [`Arc::unwrap_or_clone`]
  (https://doc.rust-lang.org/stable/std/sync/struct.Arc.html#method.unwrap_or_clone)
- [`Rc::unwrap_or_clone`]
  (https://doc.rust-lang.org/stable/std/rc/struct.Rc.html#method.unwrap_or_clone)
- [`Result::inspect`]
  (https://doc.rust-lang.org/stable/std/result/enum.Result.html#method.inspect)
- [`Result::inspect_err`]
  (https://doc.rust-lang.org/stable/std/result/enum.Result.html#method.inspect_err)
- [`Option::inspect`]
  (https://doc.rust-lang.org/stable/std/option/enum.Option.html#method.inspect)
- [`type_name_of_val`]
  (https://doc.rust-lang.org/stable/std/any/fn.type_name_of_val.html)
- [`std::hash::{DefaultHasher, RandomState}`]
  (https://doc.rust-lang.org/stable/std/hash/index.html#structs)
  These were previously available only through `std::collections::hash_map`.
- [`ptr::{from_ref, from_mut}`]
  (https://doc.rust-lang.org/stable/std/ptr/fn.from_ref.html)
- [`ptr::addr_eq`](https://doc.rust-lang.org/stable/std/ptr/fn.addr_eq.html)

Cargo
-----

See [Cargo release notes]
(https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-176-2024-02-08).

Rustdoc
-------
- [Don't merge cfg and doc(cfg) attributes for re-exports]
  (rust-lang/rust#113091)
- [rustdoc: allow resizing the sidebar / hiding the top bar]
  (rust-lang/rust#115660)
- [rustdoc-search: add support for traits and associated types]
  (rust-lang/rust#116085)
- [rustdoc: Add highlighting for comments in items declaration]
  (rust-lang/rust#117869)

Compatibility Notes
-------------------
- [Add allow-by-default lint for unit bindings]
  (rust-lang/rust#112380)
  This is expected to be upgraded to a warning by default in a future Rust
  release. Some macros emit bindings with type `()` with user-provided spans,
  which means that this lint will warn for user code.
- [Remove x86_64-sun-solaris target.]
  (rust-lang/rust#118091)
- [Remove asmjs-unknown-emscripten target]
  (rust-lang/rust#117338)
- [Report errors in jobserver inherited through environment variables]
  (rust-lang/rust#113730)
  This [may warn](rust-lang/rust#120515)
  on benign problems too.
- [Update the minimum external LLVM to 16.]
  (rust-lang/rust#117947)
- [Improve `print_tts`](rust-lang/rust#114571)
  This change can break some naive manual parsing of token trees
  in proc macro code which expect a particular structure after
  `.to_string()`, rather than just arbitrary Rust code.
- [Make `IMPLIED_BOUNDS_ENTAILMENT` into a hard error from a lint]
  (rust-lang/rust#117984)
- [Vec's allocation behavior was changed when collecting some iterators]
  (rust-lang/rust#110353)
  Allocation behavior is currently not specified, nevertheless
  changes can be surprising.
  See [`impl FromIterator for Vec`]
  (https://doc.rust-lang.org/nightly/std/vec/struct.Vec.html#impl-FromIterator%3CT%3E-for-Vec%3CT%3E)
  for more details.
- [Properly reject `default` on free const items]
  (rust-lang/rust#117818)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-lang Relevant to the language team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

default on free constant items doesn't get rejected
10 participants