microsoft / azure-pipelines-tasks

Tasks for Azure Pipelines
https://aka.ms/tfbuild
MIT License
3.49k stars 2.61k forks source link

Xcode@5 Code Signing Error when building a project: (xcodebuild failed with return code: 65) #17688

Closed ANISHSINZEROTECH closed 10 months ago

ANISHSINZEROTECH commented 1 year ago

I am trying to create a ci/cd pipeline for flutter iOS. I am expecting an signed .ipa file. Note: locally on mac machine able to create.ipa.

I am getting error in Xcode@5 task, when trying to sign. I have found the reason. This issue is coming when pubspec.yaml have more plugins.

Example following package working well.

dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.2 http: ^0.13.5 hexcolor: ^3.0.1

=========================================

when added more packages (in bold latter) it failed.

dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.2 http: ^0.13.5 provider: ^6.0.4 hexcolor: ^3.0.1 localstorage: ^4.0.0+1 image_picker: ^0.8.6

============================================ Code:

KonstantinTyukalov commented 1 year ago

Hi @ANISHSINZEROTECH thanks for reporting! We're currently working on higher priority issues, but will get back to this one soon.

Could you please share pipeline logs in debug mode to take a look? You can retrieve them by following docs

You can email this logs here: v-ktyukalov@microsoft.com Please make sure that you have cleared all sensitive data

ANISHSINZEROTECH commented 1 year ago

Hi Konstantin Tyukalov, I am sharing the log and also sharing the xcodebuild.log which I have downloaded from AgentTempDirectory dir I think this is the issue, but I have no idea how to resolve the same. Kindly help me with this.

Sharing the highlighted issue in xcodebuild.log, It's seems the error

note: Building targets in dependency order /Users/runner/work/1/s/ios/Pods/Pods.xcodeproj: error: Pods-Runner does not support provisioning profiles. Pods-Runner does not support provisioning profiles, but provisioning profile MobileXXX7_Adhoc has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor. (in target 'Pods-Runner' from project 'Pods') note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner') note: Run script build phase 'Thin Binary' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner') /Users/runner/work/1/s/ios/Pods/Pods.xcodeproj: error: image_picker_ios does not support provisioning profiles. image_picker_ios does not support provisioning profiles, but provisioning profile MobileXXX7_Adhoc has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor. (in target 'image_picker_ios' from project 'Pods') BUILD FAILED

On Fri, Feb 3, 2023 at 12:53 AM Konstantin Tyukalov < @.***> wrote:

Hi @ANISHSINZEROTECH https://github.com/ANISHSINZEROTECH thanks for reporting! We're currently working on higher priority issues, but will get back to this one soon.

Could you please share pipeline logs in debug mode to take a look? You can retrieve them by following docs https://learn.microsoft.com/en-us/azure/devops/pipelines/troubleshooting/review-logs?view=azure-devops#configure-verbose-logs

You can email this logs here: @.*** Please make sure that you have cleared all sensitive data

— Reply to this email directly, view it on GitHub https://github.com/microsoft/azure-pipelines-tasks/issues/17688#issuecomment-1414246326, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKGYBGT5HL3DLDI4452A4BLWVQCSDANCNFSM6AAAAAAUMLXJ4U . You are receiving this because you were mentioned.Message ID: @.***>

-- Thanks, Anish Singh

ANISHSINZEROTECH commented 1 year ago

adding the attachemnt

On Fri, Feb 3, 2023 at 12:14 PM Anish Singh @.***> wrote:

Hi Konstantin Tyukalov, I am sharing the log and also sharing the xcodebuild.log which I have downloaded from AgentTempDirectory dir I think this is the issue, but I have no idea how to resolve the same. Kindly help me with this.

Sharing the highlighted issue in xcodebuild.log, It's seems the error

note: Building targets in dependency order /Users/runner/work/1/s/ios/Pods/Pods.xcodeproj: error: Pods-Runner does not support provisioning profiles. Pods-Runner does not support provisioning profiles, but provisioning profile MobileXXX7_Adhoc has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor. (in target 'Pods-Runner' from project 'Pods') note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner') note: Run script build phase 'Thin Binary' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner') /Users/runner/work/1/s/ios/Pods/Pods.xcodeproj: error: image_picker_ios does not support provisioning profiles. image_picker_ios does not support provisioning profiles, but provisioning profile MobileXXX7_Adhoc has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor. (in target 'image_picker_ios' from project 'Pods') BUILD FAILED

On Fri, Feb 3, 2023 at 12:53 AM Konstantin Tyukalov < @.***> wrote:

Hi @ANISHSINZEROTECH https://github.com/ANISHSINZEROTECH thanks for reporting! We're currently working on higher priority issues, but will get back to this one soon.

Could you please share pipeline logs in debug mode to take a look? You can retrieve them by following docs https://learn.microsoft.com/en-us/azure/devops/pipelines/troubleshooting/review-logs?view=azure-devops#configure-verbose-logs

You can email this logs here: @.*** Please make sure that you have cleared all sensitive data

— Reply to this email directly, view it on GitHub https://github.com/microsoft/azure-pipelines-tasks/issues/17688#issuecomment-1414246326, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKGYBGT5HL3DLDI4452A4BLWVQCSDANCNFSM6AAAAAAUMLXJ4U . You are receiving this because you were mentioned.Message ID: @.***>

-- Thanks, Anish Singh

-- Thanks, Anish Singh

2023-02-03T06:19:32.6200860Z ##[section]Starting: iOS 2023-02-03T06:19:44.1287530Z ##[section]Starting: Initialize job 2023-02-03T06:19:44.1289680Z Agent name: 'Hosted Agent' 2023-02-03T06:19:44.1290250Z Agent machine name: 'Mac-1675397919603' 2023-02-03T06:19:44.1290500Z Current agent version: '2.217.0' 2023-02-03T06:19:44.1344240Z ##[group]Operating System 2023-02-03T06:19:44.1344550Z macOS 2023-02-03T06:19:44.1344720Z 12.6.2 2023-02-03T06:19:44.1344870Z 21G320 2023-02-03T06:19:44.1345040Z ##[endgroup] 2023-02-03T06:19:44.1345210Z ##[group]Runner Image 2023-02-03T06:19:44.1345420Z Image: macos-12 2023-02-03T06:19:44.1345730Z Version: 20230117.3 2023-02-03T06:19:44.1346100Z Included Software: https://github.com/actions/runner-images/blob/macOS-12/20230117.3/images/macos/macos-12-Readme.md 2023-02-03T06:19:44.1346610Z Image Release: https://github.com/actions/runner-images/releases/tag/macOS-12%2F20230117.3 2023-02-03T06:19:44.1346910Z ##[endgroup] 2023-02-03T06:19:44.1347100Z ##[group]Runner Image Provisioner 2023-02-03T06:19:44.1347440Z 2.0.98.1 2023-02-03T06:19:44.1347620Z ##[endgroup] 2023-02-03T06:19:44.1348970Z Current image version: '20230117.3' 2023-02-03T06:19:44.1350420Z Agent running as: 'runner' 2023-02-03T06:19:44.1419750Z Prepare build directory. 2023-02-03T06:19:44.1763990Z Set build variables. 2023-02-03T06:19:44.1801980Z Download all required tasks. 2023-02-03T06:19:44.1931160Z Downloading task: InstallAppleCertificate (2.214.0) 2023-02-03T06:19:45.7109350Z Downloading task: InstallAppleProvisioningProfile (1.212.0) 2023-02-03T06:19:47.0796590Z Downloading task: FlutterInstall (0.3.5) 2023-02-03T06:19:50.0857010Z Downloading task: FlutterCommand (0.3.0) 2023-02-03T06:19:51.7916410Z Downloading task: FlutterBuild (0.3.5) 2023-02-03T06:19:53.5849890Z Downloading task: Xcode (5.213.0) 2023-02-03T06:19:55.1792140Z Downloading task: CopyFiles (2.211.0) 2023-02-03T06:19:56.0682190Z Downloading task: PublishBuildArtifacts (1.211.0) 2023-02-03T06:19:56.9383980Z Downloading task: PublishPipelineArtifact (1.199.0) 2023-02-03T06:19:57.0487760Z Downloading task: PublishPipelineMetadata (0.216.0) 2023-02-03T06:19:58.5998500Z Checking job knob settings. 2023-02-03T06:19:58.6037630Z Knob: AgentToolsDirectory = /Users/runner/hostedtoolcache Source: ${AGENT_TOOLSDIRECTORY} 2023-02-03T06:19:58.6042570Z Knob: ContinueAfterCancelProcessTreeKillAttempt = true Source: $(VSTSAGENT_CONTINUE_AFTER_CANCEL_PROCESSTREEKILL_ATTEMPT) 2023-02-03T06:19:58.6043190Z Finished checking job knob settings. 2023-02-03T06:19:58.6828870Z Start tracking orphan processes. 2023-02-03T06:19:58.6973250Z ##[section]Finishing: Initialize job 2023-02-03T06:19:58.7436930Z ##[section]Starting: Install Apple p12 cert 2023-02-03T06:19:58.7769710Z ============================================================================== 2023-02-03T06:19:58.7770860Z Task : Install Apple certificate 2023-02-03T06:19:58.7771600Z Description : Install an Apple certificate required to build on a macOS agent machine 2023-02-03T06:19:58.7771910Z Version : 2.214.0 2023-02-03T06:19:58.7772600Z Author : Microsoft Corporation 2023-02-03T06:19:58.7773310Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/install-apple-certificate 2023-02-03T06:19:58.7773660Z ============================================================================== 2023-02-03T06:20:02.5500760Z [command]/usr/local/bin/openssl pkcs12 -in /Users/runner/work/_temp/CertificatesDist2.p12 -nokeys -passin pass: | /usr/local/bin/openssl x509 -sha1 -noout -fingerprint -subject -dates -nameopt utf8,sep_semi_plus_space 2023-02-03T06:20:02.5713450Z SHA1 Fingerprint=E8:9D:44:44:AA:70:3E:F4:2A:B4:0C:62:D0:62:34:B5:E4:4E:32:2E 2023-02-03T06:20:02.5816470Z subject=UID=AGNGP2CUPC; CN=Apple Distribution: TMA Systems, LLC (AGNGP2CUPC); OU=AGNGP2CUPC; O=TMA Systems, LLC; C=US 2023-02-03T06:20:02.5917780Z notBefore=Jan 5 15:54:55 2023 GMT 2023-02-03T06:20:02.6020120Z notAfter=Jan 5 15:54:54 2024 GMT 2023-02-03T06:20:02.7472740Z [command]/usr/bin/security create-keychain -p /Users/runner/work/_temp/ios_signing_temp.keychain 2023-02-03T06:20:02.7489060Z [command]/usr/bin/security set-keychain-settings -lut 21600 /Users/runner/work/_temp/ios_signing_temp.keychain 2023-02-03T06:20:02.7504090Z [command]/usr/bin/security unlock-keychain -p /Users/runner/work/_temp/ios_signing_temp.keychain 2023-02-03T06:20:02.7525830Z [command]/usr/bin/security import /Users/runner/work/_temp/CertificatesDist2.p12 -P -A -t cert -f pkcs12 -k /Users/runner/work/_temp/ios_signing_temp.keychain 2023-02-03T06:20:02.7526470Z 1 identity imported. 2023-02-03T06:20:02.7540020Z [command]/usr/bin/security list-keychain -d user 2023-02-03T06:20:02.7540660Z "/Users/runner/Library/Keychains/login.keychain-db" 2023-02-03T06:20:02.7560610Z [command]/usr/bin/security list-keychain -d user -s /Users/runner/work/_temp/ios_signing_temp.keychain /Users/runner/Library/Keychains/login.keychain-db 2023-02-03T06:20:02.7574400Z [command]/usr/bin/security list-keychain -d user 2023-02-03T06:20:02.7574860Z "/Users/runner/work/_temp/ios_signing_temp.keychain" 2023-02-03T06:20:02.7575520Z "/Users/runner/Library/Keychains/login.keychain-db" 2023-02-03T06:20:02.7650150Z ##[section]Finishing: Install Apple p12 cert 2023-02-03T06:20:03.6609010Z ##[section]Starting: Install Apple Mobile Provisioning Profile 2023-02-03T06:20:03.6620860Z ============================================================================== 2023-02-03T06:20:03.6621180Z Task : Install Apple provisioning profile 2023-02-03T06:20:03.6621410Z Description : Install an Apple provisioning profile required to build on a macOS agent machine 2023-02-03T06:20:03.6621690Z Version : 1.212.0 2023-02-03T06:20:03.6621850Z Author : Microsoft Corporation 2023-02-03T06:20:03.6622030Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/install-apple-provisioning-profile 2023-02-03T06:20:03.6622360Z ============================================================================== 2023-02-03T06:20:05.2115650Z [command]/usr/bin/security cms -D -i /Users/runner/work/_temp/MobileTMA7_Adhoc.mobileprovision 2023-02-03T06:20:05.2246140Z <?xml version="1.0" encoding="UTF-8"?> 2023-02-03T06:20:05.2331670Z <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 2023-02-03T06:20:05.2415990Z 2023-02-03T06:20:05.2517900Z 2023-02-03T06:20:05.2618440Z AppIDName 2023-02-03T06:20:05.2699780Z Mobile WebTMA7 2023-02-03T06:20:05.2771520Z ApplicationIdentifierPrefix 2023-02-03T06:20:05.2844910Z 2023-02-03T06:20:05.2901990Z AGNGP2CUPC 2023-02-03T06:20:05.2981780Z 2023-02-03T06:20:05.3055110Z CreationDate 2023-02-03T06:20:05.3124470Z 2023-01-16T12:36:39Z 2023-02-03T06:20:05.3209420Z Platform 2023-02-03T06:20:05.3283870Z 2023-02-03T06:20:05.3336600Z iOS 2023-02-03T06:20:05.3411050Z 2023-02-03T06:20:05.3509400Z IsXcodeManaged 2023-02-03T06:20:05.3587880Z 2023-02-03T06:20:05.3699280Z DeveloperCertificates 2023-02-03T06:20:05.3733550Z 2023-02-03T06:20:05.3828920Z MIIFzzCCBLegAwIBAgIQHpjE4zgY/cq0RJ0GAkoghjANBgkqhkiG9w0BAQsFADB1MUQwQgYDVQQDDDtBcHBsZSBXb3JsZHdpZGUgRGV2ZWxvcGVyIFJlbGF0aW9ucyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTELMAkGA1UECwwCRzMxEzARBgNVBAoMCkFwcGxlIEluYy4xCzAJBgNVBAYTAlVTMB4XDTIzMDEwNTE1NTQ1NVoXDTI0MDEwNTE1NTQ1NFowgZUxGjAYBgoJkiaJk/IsZAEBDApBR05HUDJDVVBDMTowOAYDVQQDDDFBcHBsZSBEaXN0cmlidXRpb246IFRNQSBTeXN0ZW1zLCBMTEMgKEFHTkdQMkNVUEMpMRMwEQYDVQQLDApBR05HUDJDVVBDMRkwFwYDVQQKDBBUTUEgU3lzdGVtcywgTExDMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMlpq1ILExiOvQPPm+gWYX7nBIm7w2hkHLFZCfKu70S706HQRqMdbWc6bbVL+YaI9AORtsCZx6iS+JYZBIHw5LAYS3LzcltGjh6BSxFBMdWZecpmvyslzfd1tUADDnIMNiCrlPQtAqsL6KjHxghyzV614gJIOOaGqrRWOacggbSDXXrqjNaFUeZHa/TEbo0NAh/4NNAqYppNJY7MoMPPqU8MXv9fXrNf1DAqS2trUNOXlw12tRTtN5xvX9r7YNWz/Joj1mtzWdMQ/bk4rvAghILOxx70tjmUUyr335FD4u/uDcV61r10BLDCbJeucA0XfI9tP+Sr+WxvF1O6/F3950MCAwEAAaOCAjgwggI0MAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUCf7AFZD5r2QKkhK5JihjDJfsp7IwcAYIKwYBBQUHAQEEZDBiMC0GCCsGAQUFBzAChiFodHRwOi8vY2VydHMuYXBwbGUuY29tL3d3ZHJnMy5kZXIwMQYIKwYBBQUHMAGGJWh0dHA6Ly9vY3NwLmFwcGxlLmNvbS9vY3NwMDMtd3dkcmczMDUwggEeBgNVHSAEggEVMIIBETCCAQ0GCSqGSIb3Y2QFATCB/zCBwwYIKwYBBQUHAgIwgbYMgbNSZWxpYW5jZSBvbiB0aGlzIGNlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBhc3N1bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFyZCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRlIHBvbGljeSBhbmQgY2VydGlmaWNhdGlvbiBwcmFjdGljZSBzdGF0ZW1lbnRzLjA3BggrBgEFBQcCARYraHR0cHM6Ly93d3cuYXBwbGUuY29tL2NlcnRpZmljYXRlYXV0aG9yaXR5LzAWBgNVHSUBAf8EDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUK9BQzwe68v75BWoh7W0XJEtM5W0wDgYDVR0PAQH/BAQDAgeAMBMGCiqGSIb3Y2QGAQcBAf8EAgUAMBMGCiqGSIb3Y2QGAQQBAf8EAgUAMA0GCSqGSIb3DQEBCwUAA4IBAQC2dPIie6gBaT3LSpkw1Qwhj2dzpRAebXsW7beDuzxBe6xu5TFI4Ba/mr1pvMEBqFMToU3MJfP73GokI0k3ODBBEVaV8UxoaGLXRibJHvzF7lfDxjBpn1D645hQFfM8dI/SSCT4+ZR5tiL4C6fgXCGWlio71nkwzY+7BHqoZzWwo9pPhcsS3Si18LqmnvSq600wiKEA8CpL1T3Qu8RxQuaW66gH1ko+R38ydsHSdiB8YR0tgsjwk+VyOOToBnwf3vW+jY9OFPQ2jPZY13XDINPI/np/9ARfbTQORqzcUtF7m0QYRcSXtRoToSOnjYfd2o4ytT263N+QoSezx4x7JTQD 2023-02-03T06:20:05.3912780Z 2023-02-03T06:20:05.3989290Z 2023-02-03T06:20:05.4071990Z DER-Encoded-Profile 2023-02-03T06:20:05.4161220Z MIINUgYJKoZIhvcNAQcCoIINQzCCDT8CAQExDzANBglghkgBZQMEAgEFADCCAwwGCSqGSIb3DQEHAaCCAv0EggL5MYIC9TAMDAdWZXJzaW9uAgEBMBAMClRpbWVUb0xpdmUCAgFiMBEMCFBsYXRmb3JtMAUMA2lPUzATDA5Jc1hjb2RlTWFuYWdlZAEBADAYDAROYW1lDBBNb2JpbGVUTUE3X0FkaG9jMBsMCUFwcElETmFtZQwOTW9iaWxlIFdlYlRNQTcwHAwIVGVhbU5hbWUMEFRNQSBTeXN0ZW1zLCBMTEMwHQwMQ3JlYXRpb25EYXRlFw0yMzAxMTYxMjM2MzlaMB4MDlRlYW1JZGVudGlmaWVyMAwMCkFHTkdQMkNVUEMwHwwORXhwaXJhdGlvbkRhdGUXDTI0MDEwNTE1NTQ1NFowIAwXUHJvZmlsZURpc3RyaWJ1dGlvblR5cGUMBUFESE9DMCsMG0FwcGxpY2F0aW9uSWRlbnRpZmllclByZWZpeDAMDApBR05HUDJDVVBDMCwMBFVVSUQMJDFkNjE3ZmVjLTA2ZGQtNDg2ZS1hOGFjLTdjMDJhMTQ4MzQ3MTA7DBVEZXZlbG9wZXJDZXJ0aWZpY2F0ZXMwIgQgbnKNOV4jX6++IYoWtZXWRfzOSHg24kf4fXNCiUjTficwQAwSUHJvdmlzaW9uZWREZXZpY2VzMCoMKDIzZGMwNDEwYTI5MTQ1YTA5YzllYjcxYWQyMGFmNzhlMTU0OWM1YTEwgfkMDEVudGl0bGVtZW50c3CB6AIBAbCB4jA+DBZhcHBsaWNhdGlvbi1pZGVudGlmaWVyDCRBR05HUDJDVVBDLmNvbS50bWFzeXN0ZW1zLm1vYmlsZXRtYTcwHQwPYXBzLWVudmlyb25tZW50DApwcm9kdWN0aW9uMDEMI2NvbS5hcHBsZS5kZXZlbG9wZXIudGVhbS1pZGVudGlmaWVyDApBR05HUDJDVVBDMBMMDmdldC10YXNrLWFsbG93AQEAMDkMFmtleWNoYWluLWFjY2Vzcy1ncm91cHMwHwwMQUdOR1AyQ1VQQy4qDA9jb20uYXBwbGUudG9rZW6gggg8MIICQzCCAcmgAwIBAgIILcX8iNLFS5UwCgYIKoZIzj0EAwMwZzEbMBkGA1UEAwwSQXBwbGUgUm9vdCBDQSAtIEczMSYw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 2023-02-03T06:20:05.4271160Z
2023-02-03T06:20:05.4348770Z Entitlements 2023-02-03T06:20:05.4426180Z 2023-02-03T06:20:05.4490070Z
2023-02-03T06:20:05.4597700Z aps-environment 2023-02-03T06:20:05.4698590Z production 2023-02-03T06:20:05.4799650Z
2023-02-03T06:20:05.4901460Z application-identifier 2023-02-03T06:20:05.5003730Z AGNGP2CUPC.com.tmasystems.mobiletma7 2023-02-03T06:20:05.5105270Z
2023-02-03T06:20:05.5207590Z keychain-access-groups 2023-02-03T06:20:05.5309050Z 2023-02-03T06:20:05.5410890Z AGNGP2CUPC.* 2023-02-03T06:20:05.5511550Z com.apple.token 2023-02-03T06:20:05.5612910Z 2023-02-03T06:20:05.5689130Z
2023-02-03T06:20:05.5751720Z get-task-allow 2023-02-03T06:20:05.5849440Z 2023-02-03T06:20:05.5950970Z
2023-02-03T06:20:05.6053000Z com.apple.developer.team-identifier 2023-02-03T06:20:05.6154670Z AGNGP2CUPC 2023-02-03T06:20:05.6239050Z 2023-02-03T06:20:05.6340450Z
2023-02-03T06:20:05.6428960Z ExpirationDate 2023-02-03T06:20:05.6530860Z 2024-01-05T15:54:54Z 2023-02-03T06:20:05.6632590Z Name 2023-02-03T06:20:05.6716990Z MobileTMA7_Adhoc 2023-02-03T06:20:05.6818890Z ProvisionedDevices 2023-02-03T06:20:05.6887590Z 2023-02-03T06:20:05.6975570Z 23dc0410a29145a09c9eb71ad20af78e1549c5a1 2023-02-03T06:20:05.7077320Z 2023-02-03T06:20:05.7173320Z TeamIdentifier 2023-02-03T06:20:05.7259470Z 2023-02-03T06:20:05.7352330Z AGNGP2CUPC 2023-02-03T06:20:05.7455290Z 2023-02-03T06:20:05.7542450Z TeamName 2023-02-03T06:20:05.7641150Z TMA Systems, LLC 2023-02-03T06:20:05.7730620Z TimeToLive 2023-02-03T06:20:05.7833050Z 354 2023-02-03T06:20:05.7929740Z UUID 2023-02-03T06:20:05.8025980Z 1d617fec-06dd-486e-a8ac-7c02a1483471 2023-02-03T06:20:05.8124590Z Version 2023-02-03T06:20:05.8208080Z 1 2023-02-03T06:20:05.8285640Z
2023-02-03T06:20:05.9465830Z [command]/usr/libexec/PlistBuddy -c Print UUID _xcodetasktmp.plist 2023-02-03T06:20:05.9537170Z 1d617fec-06dd-486e-a8ac-7c02a1483471 2023-02-03T06:20:06.0364300Z [command]/usr/libexec/PlistBuddy -c Print Name _xcodetasktmp.plist 2023-02-03T06:20:06.0424060Z MobileTMA7_Adhoc 2023-02-03T06:20:06.1127180Z [command]/bin/rm -f _xcodetasktmp.plist 2023-02-03T06:20:06.2089140Z [command]/bin/cp -f /Users/runner/work/_temp/MobileTMA7_Adhoc.mobileprovision /Users/runner/Library/MobileDevice/Provisioning Profiles/1d617fec-06dd-486e-a8ac-7c02a1483471.mobileprovision 2023-02-03T06:20:06.3616770Z ##[section]Finishing: Install Apple Mobile Provisioning Profile 2023-02-03T06:20:07.0269110Z ##[section]Starting: Checkout @./jira-MOBILE-17 to s 2023-02-03T06:20:07.0276170Z ============================================================================== 2023-02-03T06:20:07.0276470Z Task : Get sources 2023-02-03T06:20:07.0276690Z Description : Get sources from a repository. Supports Git, TfsVC, and SVN repositories. 2023-02-03T06:20:07.0277010Z Version : 1.0.0 2023-02-03T06:20:07.0277160Z Author : Microsoft 2023-02-03T06:20:07.0279190Z Help : More Information 2023-02-03T06:20:07.0279490Z ============================================================================== 2023-02-03T06:20:08.0602690Z Syncing repository: WebTMA7-MobileApps (Git) 2023-02-03T06:20:08.5960220Z ##[command]git version 2023-02-03T06:20:08.7946970Z git version 2.39.1 2023-02-03T06:20:08.8272380Z ##[command]git lfs version 2023-02-03T06:20:08.9850360Z git-lfs/3.3.0 (GitHub; darwin amd64; go 1.19.3) 2023-02-03T06:20:09.0420970Z ##[command]git init "/Users/runner/work/1/s" 2023-02-03T06:20:09.1819470Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-02-03T06:20:09.1921390Z Initialized empty Git repository in /Users/runner/work/1/s/.git/ 2023-02-03T06:20:09.2223940Z hint: is subject to change. To configure the initial branch name to use in all 2023-02-03T06:20:09.2324110Z hint: of your new repositories, which will suppress this warning, call: 2023-02-03T06:20:09.2426260Z hint: 2023-02-03T06:20:09.2502880Z hint: git config --global init.defaultBranch 2023-02-03T06:20:09.2596420Z hint: 2023-02-03T06:20:09.2698640Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-02-03T06:20:09.2789630Z hint: 'development'. The just-created branch can be renamed via this command: 2023-02-03T06:20:09.2877480Z hint: 2023-02-03T06:20:09.2979420Z hint: git branch -m 2023-02-03T06:20:09.3250180Z ##[command]git remote add origin @./TMAEngineering/WebTMA7/_git/WebTMA7-MobileApps 2023-02-03T06:20:09.5150000Z ##[command]git config gc.auto 0 2023-02-03T06:20:09.6704710Z ##[command]git config --get-all @.*/TMAEngineering/WebTMA7/_git/WebTMA7-MobileApps.extraheader 2023-02-03T06:20:09.7929710Z ##[command]git config --get-all http.extraheader 2023-02-03T06:20:09.9093730Z ##[command]git config --get-regexp .extraheader 2023-02-03T06:20:10.0603560Z ##[command]git config --get-all http.proxy 2023-02-03T06:20:10.2462620Z ##[command]git config http.version HTTP/1.1 2023-02-03T06:20:10.4967010Z ##[command]git --config-env=http.extraheader=env_var_http.extraheader fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin --depth=1 +494ffb5fdc2d1d3aec585f10bdf30f3abe22f33c:refs/remotes/origin/494ffb5fdc2d1d3aec585f10bdf30f3abe22f33c 2023-02-03T06:20:10.6081340Z remote: Azure Repos
2023-02-03T06:20:10.6086570Z remote: 2023-02-03T06:20:10.6163240Z remote: Found 175 objects to send. (10 ms)
2023-02-03T06:20:10.6214920Z Receiving objects: 0% (1/175) 2023-02-03T06:20:10.6248270Z Receiving objects: 1% (2/175) 2023-02-03T06:20:10.6286190Z Receiving objects: 2% (4/175) 2023-02-03T06:20:10.6339730Z Receiving objects: 3% (6/175) 2023-02-03T06:20:10.6389610Z Receiving objects: 4% (7/175) 2023-02-03T06:20:10.6445740Z Receiving objects: 5% (9/175) 2023-02-03T06:20:10.6506720Z Receiving objects: 6% (11/175) 2023-02-03T06:20:10.6576680Z Receiving objects: 7% (13/175) 2023-02-03T06:20:10.6639350Z Receiving objects: 8% (14/175) 2023-02-03T06:20:10.6686190Z Receiving objects: 9% (16/175) 2023-02-03T06:20:10.6732530Z Receiving objects: 10% (18/175) 2023-02-03T06:20:10.6813360Z Receiving objects: 11% (20/175) 2023-02-03T06:20:10.7092030Z Receiving objects: 12% (21/175) 2023-02-03T06:20:10.7193630Z Receiving objects: 13% (23/175) 2023-02-03T06:20:10.7295220Z Receiving objects: 14% (25/175) 2023-02-03T06:20:10.7381120Z Receiving objects: 15% (27/175) 2023-02-03T06:20:10.7477360Z Receiving objects: 16% (28/175) 2023-02-03T06:20:10.7579130Z Receiving objects: 17% (30/175) 2023-02-03T06:20:10.7680810Z Receiving objects: 18% (32/175) 2023-02-03T06:20:10.7721070Z Receiving objects: 19% (34/175) 2023-02-03T06:20:10.7788120Z Receiving objects: 20% (35/175) 2023-02-03T06:20:10.7847370Z Receiving objects: 21% (37/175) 2023-02-03T06:20:10.7906310Z Receiving objects: 22% (39/175) 2023-02-03T06:20:10.7957980Z Receiving objects: 23% (41/175) 2023-02-03T06:20:10.8034370Z Receiving objects: 24% (42/175) 2023-02-03T06:20:10.8109610Z Receiving objects: 25% (44/175) 2023-02-03T06:20:10.8169740Z Receiving objects: 26% (46/175) 2023-02-03T06:20:10.8224790Z Receiving objects: 27% (48/175) 2023-02-03T06:20:10.8283770Z Receiving objects: 28% (49/175) 2023-02-03T06:20:10.8345120Z Receiving objects: 29% (51/175) 2023-02-03T06:20:10.8412530Z Receiving objects: 30% (53/175) 2023-02-03T06:20:10.8470550Z Receiving objects: 31% (55/175) 2023-02-03T06:20:10.8534120Z Receiving objects: 32% (56/175) 2023-02-03T06:20:10.8599850Z Receiving objects: 33% (58/175) 2023-02-03T06:20:10.8671170Z Receiving objects: 34% (60/175) 2023-02-03T06:20:10.8747870Z Receiving objects: 35% (62/175) 2023-02-03T06:20:10.8825690Z Receiving objects: 36% (63/175) 2023-02-03T06:20:10.8889110Z Receiving objects: 37% (65/175) 2023-02-03T06:20:10.8978510Z Receiving objects: 38% (67/175) 2023-02-03T06:20:10.9079110Z Receiving objects: 39% (69/175) 2023-02-03T06:20:10.9180740Z Receiving objects: 40% (70/175) 2023-02-03T06:20:10.9181380Z Receiving objects: 41% (72/175) 2023-02-03T06:20:10.9282800Z Receiving objects: 42% (74/175) 2023-02-03T06:20:10.9384510Z Receiving objects: 43% (76/175) 2023-02-03T06:20:10.9486290Z Receiving objects: 44% (77/175) 2023-02-03T06:20:10.9587910Z Receiving objects: 45% (79/175) 2023-02-03T06:20:10.9689590Z Receiving objects: 46% (81/175) 2023-02-03T06:20:10.9781340Z Receiving objects: 47% (83/175) 2023-02-03T06:20:10.9881630Z Receiving objects: 48% (84/175) 2023-02-03T06:20:10.9983300Z Receiving objects: 49% (86/175) 2023-02-03T06:20:11.0084820Z Receiving objects: 50% (88/175) 2023-02-03T06:20:11.0190520Z Receiving objects: 51% (90/175) 2023-02-03T06:20:11.0290090Z Receiving objects: 52% (91/175) 2023-02-03T06:20:11.0358710Z Receiving objects: 53% (93/175) 2023-02-03T06:20:11.0415220Z Receiving objects: 54% (95/175) 2023-02-03T06:20:11.0463200Z Receiving objects: 55% (97/175) 2023-02-03T06:20:11.0564750Z Receiving objects: 56% (98/175) 2023-02-03T06:20:11.0666270Z Receiving objects: 57% (100/175) 2023-02-03T06:20:11.0768470Z Receiving objects: 58% (102/175) 2023-02-03T06:20:11.0870040Z Receiving objects: 59% (104/175) 2023-02-03T06:20:11.0971700Z Receiving objects: 60% (105/175) 2023-02-03T06:20:11.1072480Z Receiving objects: 61% (107/175) 2023-02-03T06:20:11.1173960Z Receiving objects: 62% (109/175) 2023-02-03T06:20:11.1275400Z Receiving objects: 63% (111/175) 2023-02-03T06:20:11.1377220Z Receiving objects: 64% (112/175) 2023-02-03T06:20:11.1473850Z Receiving objects: 65% (114/175) 2023-02-03T06:20:11.1575200Z Receiving objects: 66% (116/175) 2023-02-03T06:20:11.1654760Z Receiving objects: 67% (118/175) 2023-02-03T06:20:11.1713850Z Receiving objects: 68% (119/175) 2023-02-03T06:20:11.1790200Z Receiving objects: 69% (121/175) 2023-02-03T06:20:11.1891740Z Receiving objects: 70% (123/175) 2023-02-03T06:20:11.1993420Z Receiving objects: 71% (125/175) 2023-02-03T06:20:11.2096020Z Receiving objects: 72% (126/175) 2023-02-03T06:20:11.2197720Z Receiving objects: 73% (128/175) 2023-02-03T06:20:11.2290410Z Receiving objects: 74% (130/175) 2023-02-03T06:20:11.2356710Z Receiving objects: 75% (132/175) 2023-02-03T06:20:11.2458360Z Receiving objects: 76% (133/175) 2023-02-03T06:20:11.2557560Z Receiving objects: 77% (135/175) 2023-02-03T06:20:11.2706620Z Receiving objects: 78% (137/175) 2023-02-03T06:20:11.3058790Z Receiving objects: 79% (139/175) 2023-02-03T06:20:11.3158520Z Receiving objects: 80% (140/175) 2023-02-03T06:20:11.3260800Z Receiving objects: 81% (142/175) 2023-02-03T06:20:11.3362490Z Receiving objects: 82% (144/175) 2023-02-03T06:20:11.3454600Z Receiving objects: 83% (146/175) 2023-02-03T06:20:11.3556140Z Receiving objects: 84% (147/175) 2023-02-03T06:20:11.3657940Z Receiving objects: 85% (149/175) 2023-02-03T06:20:11.3759520Z Receiving objects: 86% (151/175) 2023-02-03T06:20:11.3861160Z Receiving objects: 87% (153/175) 2023-02-03T06:20:11.3952190Z Receiving objects: 88% (154/175) 2023-02-03T06:20:11.4053630Z Receiving objects: 89% (156/175) 2023-02-03T06:20:11.4155240Z Receiving objects: 90% (158/175) 2023-02-03T06:20:11.4256920Z Receiving objects: 91% (160/175) 2023-02-03T06:20:11.4358480Z Receiving objects: 92% (161/175) 2023-02-03T06:20:11.4460140Z Receiving objects: 93% (163/175) 2023-02-03T06:20:11.4561760Z Receiving objects: 94% (165/175) 2023-02-03T06:20:11.4663240Z Receiving objects: 95% (167/175) 2023-02-03T06:20:11.4763680Z Receiving objects: 96% (168/175) 2023-02-03T06:20:11.4867940Z Receiving objects: 97% (170/175) 2023-02-03T06:20:11.4969580Z Receiving objects: 98% (172/175) 2023-02-03T06:20:11.5071230Z Receiving objects: 99% (174/175) 2023-02-03T06:20:11.5172930Z Receiving objects: 100% (175/175) 2023-02-03T06:20:11.5274460Z Receiving objects: 100% (175/175), 284.53 KiB | 6.32 MiB/s, done. 2023-02-03T06:20:11.5374840Z Resolving deltas: 0% (0/14) 2023-02-03T06:20:11.5476700Z Resolving deltas: 7% (1/14) 2023-02-03T06:20:11.5553730Z Resolving deltas: 14% (2/14) 2023-02-03T06:20:11.5655330Z Resolving deltas: 28% (4/14) 2023-02-03T06:20:11.5755690Z Resolving deltas: 35% (5/14) 2023-02-03T06:20:11.5824330Z Resolving deltas: 42% (6/14) 2023-02-03T06:20:11.5925870Z Resolving deltas: 57% (8/14) 2023-02-03T06:20:11.6009570Z Resolving deltas: 64% (9/14) 2023-02-03T06:20:11.6111100Z Resolving deltas: 71% (10/14) 2023-02-03T06:20:11.6191280Z Resolving deltas: 78% (11/14) 2023-02-03T06:20:11.6284400Z Resolving deltas: 85% (12/14) 2023-02-03T06:20:11.6377280Z Resolving deltas: 92% (13/14) 2023-02-03T06:20:11.6479050Z Resolving deltas: 100% (14/14) 2023-02-03T06:20:11.6573290Z Resolving deltas: 100% (14/14), done. 2023-02-03T06:20:11.6667390Z From https://dev.azure.com/TMAEngineering/WebTMA7/_git/WebTMA7-MobileApps 2023-02-03T06:20:11.6769770Z
[new ref] 494ffb5fdc2d1d3aec585f10bdf30f3abe22f33c -> origin/494ffb5fdc2d1d3aec585f10bdf30f3abe22f33c 2023-02-03T06:20:11.7539320Z ##[command]git --config-env=http.extraheader=env_var_http.extraheader fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin --depth=1 +494ffb5fdc2d1d3aec585f10bdf30f3abe22f33c 2023-02-03T06:20:11.7554140Z remote: Azure Repos
2023-02-03T06:20:11.7554450Z remote: 2023-02-03T06:20:11.7557540Z remote: Found 0 objects to send. (0 ms)
2023-02-03T06:20:11.7558270Z From https://dev.azure.com/TMAEngineering/WebTMA7/_git/WebTMA7-MobileApps 2023-02-03T06:20:11.7559850Z branch 494ffb5fdc2d1d3aec585f10bdf30f3abe22f33c -> FETCH_HEAD 2023-02-03T06:20:11.7926720Z ##[command]git checkout --progress --force refs/remotes/origin/494ffb5fdc2d1d3aec585f10bdf30f3abe22f33c 2023-02-03T06:20:11.7939190Z HEAD is now at 494ffb5 Update build-pipeline.yml for Azure Pipelines added continueOnError 2023-02-03T06:20:11.7984700Z ##[section]Finishing: Checkout
@./jira-MOBILE-17 to s 2023-02-03T06:20:12.1359680Z ##[section]Starting: Install Apple Mobile Provisioning Profile 2023-02-03T06:20:12.1371160Z ============================================================================== 2023-02-03T06:20:12.1371470Z Task : Install Apple provisioning profile 2023-02-03T06:20:12.1371670Z Description : Install an Apple provisioning profile required to build on a macOS agent machine 2023-02-03T06:20:12.1371940Z Version : 1.212.0 2023-02-03T06:20:12.1372090Z Author : Microsoft Corporation 2023-02-03T06:20:12.1372280Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/install-apple-provisioning-profile 2023-02-03T06:20:12.1372590Z ============================================================================== 2023-02-03T06:20:12.5590040Z ##[section]Finishing: Install Apple Mobile Provisioning Profile 2023-02-03T06:20:13.1689300Z ##[section]Starting: Install Flutter SDK 2023-02-03T06:20:13.1740750Z ============================================================================== 2023-02-03T06:20:13.1741110Z Task : Flutter Install Task 2023-02-03T06:20:13.1741540Z Description : Install the Flutter environment. 2023-02-03T06:20:13.1741790Z Version : 0.3.5 2023-02-03T06:20:13.1741940Z Author : Hey24sheep 2023-02-03T06:20:13.1742100Z Help : For more information, take a look at the Flutter documentation 2023-02-03T06:20:13.1742420Z ============================================================================== 2023-02-03T06:20:15.0551390Z Downloading: https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.7.1-stable.zip 2023-02-03T06:20:28.0816920Z Extracting archive 2023-02-03T06:20:28.0869590Z [command]/usr/bin/unzip /Users/runner/work/_temp/81f2716a-f1c6-4814-ac83-21780ada1f9d 2023-02-03T06:20:28.1007740Z Archive: /Users/runner/work/_temp/81f2716a-f1c6-4814-ac83-21780ada1f9d 2023-02-03T06:20:28.1058560Z creating: flutter/ 2023-02-03T06:20:28.1062340Z inflating: flutter/CODE_OF_CONDUCT.md
2023-02-03T06:20:28.1071130Z inflating: flutter/.ci.yaml
2023-02-03T06:20:28.1074430Z inflating: flutter/LICENSE
2023-02-03T06:20:28.1076340Z creating: flutter/bin/ 2023-02-03T06:20:28.1080260Z creating: flutter/bin/cache/ 2023-02-03T06:20:28.1082010Z inflating: flutter/bin/cache/openssl.stamp
2023-02-03T06:20:28.1082670Z creating: flutter/bin/cache/artifacts/ 2023-02-03T06:20:28.1083800Z creating: flutter/bin/cache/artifacts/libimobiledevice/ 2023-02-03T06:20:28.1091010Z inflating: flutter/bin/cache/artifacts/libimobiledevice/libtasn1-LICENSE
2023-02-03T06:20:28.1095510Z inflating: flutter/bin/cache/artifacts/libimobiledevice/libtasn1-AUTHORS
2023-02-03T06:20:28.1102230Z inflating: flutter/bin/cache/artifacts/libimobiledevice/idevicesyslog
2023-02-03T06:20:28.1107510Z inflating: flutter/bin/cache/artifacts/libimobiledevice/COPYING.LESSER
2023-02-03T06:20:28.1112660Z inflating: flutter/bin/cache/artifacts/libimobiledevice/COPYING
2023-02-03T06:20:28.1119800Z inflating: flutter/bin/cache/artifacts/libimobiledevice/idevicescreenshot
2023-02-03T06:20:28.1136820Z inflating: flutter/bin/cache/artifacts/libimobiledevice/libimobiledevice-1.0.6.dylib
2023-02-03T06:20:28.1137760Z creating: flutter/bin/cache/artifacts/libplist/ 2023-02-03T06:20:28.1148460Z inflating: flutter/bin/cache/artifacts/libplist/libplist-2.0.3.dylib
2023-02-03T06:20:28.1154610Z inflating: flutter/bin/cache/artifacts/libplist/COPYING
2023-02-03T06:20:28.1155190Z creating: flutter/bin/cache/artifacts/material_fonts/ 2023-02-03T06:20:28.1172820Z inflating: flutter/bin/cache/artifacts/material_fonts/Roboto-Medium.ttf
2023-02-03T06:20:28.1191020Z inflating: flutter/bin/cache/artifacts/material_fonts/Roboto-Light.ttf
2023-02-03T06:20:28.1209280Z inflating: flutter/bin/cache/artifacts/material_fonts/RobotoCondensed-Bold.ttf
2023-02-03T06:20:28.1227570Z inflating: flutter/bin/cache/artifacts/material_fonts/RobotoCondensed-Light.ttf
2023-02-03T06:20:28.1248820Z inflating: flutter/bin/cache/artifacts/material_fonts/Roboto-Regular.ttf
2023-02-03T06:20:28.1252620Z inflating: flutter/bin/cache/artifacts/material_fonts/RobotoCondensed_LICENSE.txt
2023-02-03T06:20:28.1255990Z inflating: flutter/bin/cache/artifacts/material_fonts/MaterialIcons_LICENSE.txt
2023-02-03T06:20:28.1276340Z inflating: flutter/bin/cache/artifacts/material_fonts/Roboto-MediumItalic.ttf
2023-02-03T06:20:28.1295730Z inflating: flutter/bin/cache/artifacts/material_fonts/RobotoCondensed-Italic.ttf
2023-02-03T06:20:28.1313640Z inflating: flutter/bin/cache/artifacts/material_fonts/codepoints
2023-02-03T06:20:28.1333080Z inflating: flutter/bin/cache/artifacts/material_fonts/RobotoCondensed-BoldItalic.ttf
2023-02-03T06:20:28.1353450Z inflating: flutter/bin/cache/artifacts/material_fonts/RobotoCondensed-LightItalic.ttf
2023-02-03T06:20:28.1372200Z inflating: flutter/bin/cache/artifacts/material_fonts/Roboto-ThinItalic.ttf
2023-02-03T06:20:28.1391230Z inflating: flutter/bin/cache/artifacts/material_fonts/RobotoCondensed-Regular.ttf
2023-02-03T06:20:28.1410330Z inflating: flutter/bin/cache/artifacts/material_fonts/Roboto-BoldItalic.ttf
2023-02-03T06:20:28.1430010Z inflating: flutter/bin/cache/artifacts/material_fonts/Roboto-LightItalic.ttf
2023-02-03T06:20:28.1554290Z inflating: flutter/bin/cache/artifacts/material_fonts/MaterialIcons-Regular.otf
2023-02-03T06:20:28.1573720Z inflating: flutter/bin/cache/artifacts/material_fonts/Roboto-Italic.ttf
2023-02-03T06:20:28.1577290Z inflating: flutter/bin/cache/artifacts/material_fonts/Roboto_LICENSE.txt
2023-02-03T06:20:28.1598000Z inflating: flutter/bin/cache/artifacts/material_fonts/Roboto-BlackItalic.ttf
2023-02-03T06:20:28.1616120Z inflating: flutter/bin/cache/artifacts/material_fonts/Roboto-Bold.ttf
2023-02-03T06:20:28.1634500Z inflating: flutter/bin/cache/artifacts/material_fonts/Roboto-Thin.ttf
2023-02-03T06:20:28.1652950Z inflating: flutter/bin/cache/artifacts/material_fonts/Roboto-Black.ttf
2023-02-03T06:20:28.1653810Z creating: flutter/bin/cache/artifacts/gradle_wrapper/ 2023-02-03T06:20:28.1655340Z creating: flutter/bin/cache/artifacts/gradle_wrapper/gradle/ 2023-02-03T06:20:28.1658850Z creating: flutter/bin/cache/artifacts/gradle_wrapper/gradle/wrapper/ 2023-02-03T06:20:28.1664890Z inflating: flutter/bin/cache/artifacts/gradle_wrapper/gradle/wrapper/gradle-wrapper.jar
2023-02-03T06:20:28.1667760Z inflating: flutter/bin/cache/artifacts/gradle_wrapper/gradlew
2023-02-03T06:20:28.1671390Z inflating: flutter/bin/cache/artifacts/gradle_wrapper/gradlew.bat
2023-02-03T06:20:28.1673110Z creating: flutter/bin/cache/artifacts/usbmuxd/ 2023-02-03T06:20:28.1681620Z inflating: flutter/bin/cache/artifacts/usbmuxd/libusbmuxd-2.0.6.dylib
2023-02-03T06:20:28.1686740Z inflating: flutter/bin/cache/artifacts/usbmuxd/iproxy
2023-02-03T06:20:28.1692170Z inflating: flutter/bin/cache/artifacts/usbmuxd/COPYING
2023-02-03T06:20:28.1693240Z creating: flutter/bin/cache/artifacts/openssl/ 2023-02-03T06:20:28.1697000Z inflating: flutter/bin/cache/artifacts/openssl/LICENSE
2023-02-03T06:20:28.1747900Z inflating: flutter/bin/cache/artifacts/openssl/libssl.1.1.dylib
2023-02-03T06:20:28.1947970Z inflating: flutter/bin/cache/artifacts/openssl/libcrypto.1.1.dylib
2023-02-03T06:20:28.1948960Z creating: flutter/bin/cache/artifacts/engine/ 2023-02-03T06:20:28.1950430Z creating: flutter/bin/cache/artifacts/engine/android-arm-release/ 2023-02-03T06:20:28.2289560Z inflating: flutter/bin/cache/artifacts/engine/android-arm-release/flutter.jar
2023-02-03T06:20:28.2291070Z creating: flutter/bin/cache/artifacts/engine/android-arm-release/darwin-x64/ 2023-02-03T06:20:28.3066610Z inflating: flutter/bin/cache/artifacts/engine/android-arm-release/darwin-x64/gen_snapshot
2023-02-03T06:20:28.3068400Z creating: flutter/bin/cache/artifacts/engine/ios-profile/ 2023-02-03T06:20:28.3069230Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/LICENSE
2023-02-03T06:20:28.3958100Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/gen_snapshot_arm64
2023-02-03T06:20:28.3960410Z creating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ 2023-02-03T06:20:28.3961810Z creating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/ 2023-02-03T06:20:28.3963240Z creating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/ 2023-02-03T06:20:28.3964750Z creating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/_CodeSignature/ 2023-02-03T06:20:28.3966340Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/_CodeSignature/CodeResources
2023-02-03T06:20:28.4039630Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/icudtl.dat
2023-02-03T06:20:29.0425950Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Flutter
2023-02-03T06:20:29.0427050Z creating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/ 2023-02-03T06:20:29.0431810Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterEngine.h
2023-02-03T06:20:29.0436110Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterChannels.h
2023-02-03T06:20:29.0441120Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterPlugin.h
2023-02-03T06:20:29.0444780Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterAppDelegate.h
2023-02-03T06:20:29.0449100Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterTexture.h
2023-02-03T06:20:29.0452020Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterEngineGroup.h
2023-02-03T06:20:29.0455180Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterPlatformViews.h
2023-02-03T06:20:29.0459180Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterHeadlessDartRunner.h
2023-02-03T06:20:29.0465220Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterCodecs.h
2023-02-03T06:20:29.0469190Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/Flutter.h
2023-02-03T06:20:29.0472550Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterViewController.h
2023-02-03T06:20:29.0476500Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterMacros.h
2023-02-03T06:20:29.0480110Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterDartProject.h
2023-02-03T06:20:29.0485020Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterPluginAppLifeCycleDelegate.h
2023-02-03T06:20:29.0488900Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterBinaryMessenger.h
2023-02-03T06:20:29.0496390Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterCallbackCache.h
2023-02-03T06:20:29.0498490Z creating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Modules/ 2023-02-03T06:20:29.0499580Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Modules/module.modulemap
2023-02-03T06:20:29.0501950Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Info.plist
2023-02-03T06:20:29.0503510Z creating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/ 2023-02-03T06:20:29.0505510Z creating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/ 2023-02-03T06:20:29.0506990Z creating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/_CodeSignature/ 2023-02-03T06:20:29.0511450Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/_CodeSignature/CodeResources
2023-02-03T06:20:29.0597680Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/icudtl.dat
2023-02-03T06:20:29.2228460Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Flutter
2023-02-03T06:20:29.2229660Z creating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/ 2023-02-03T06:20:29.2234030Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/FlutterEngine.h
2023-02-03T06:20:29.2238780Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/FlutterChannels.h
2023-02-03T06:20:29.2243100Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/FlutterPlugin.h
2023-02-03T06:20:29.2246680Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/FlutterAppDelegate.h
2023-02-03T06:20:29.2249800Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/FlutterTexture.h
2023-02-03T06:20:29.2253720Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/FlutterEngineGroup.h
2023-02-03T06:20:29.2258770Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/FlutterPlatformViews.h
2023-02-03T06:20:29.2267520Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/FlutterHeadlessDartRunner.h
2023-02-03T06:20:29.2269440Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/FlutterCodecs.h
2023-02-03T06:20:29.2273210Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/Flutter.h
2023-02-03T06:20:29.2277940Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/FlutterViewController.h
2023-02-03T06:20:29.2287940Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/FlutterMacros.h
2023-02-03T06:20:29.2289610Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/FlutterDartProject.h
2023-02-03T06:20:29.2290900Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/FlutterPluginAppLifeCycleDelegate.h
2023-02-03T06:20:29.2293310Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/FlutterBinaryMessenger.h
2023-02-03T06:20:29.2297160Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/FlutterCallbackCache.h
2023-02-03T06:20:29.2299360Z creating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Modules/ 2023-02-03T06:20:29.2302430Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Modules/module.modulemap
2023-02-03T06:20:29.2305420Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/ios-arm64/Flutter.framework/Info.plist
2023-02-03T06:20:29.2310390Z inflating: flutter/bin/cache/artifacts/engine/ios-profile/Flutter.xcframework/Info.plist
2023-02-03T06:20:29.2313180Z creating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/ 2023-02-03T06:20:29.2315500Z creating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/ 2023-02-03T06:20:29.2317300Z linking: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Resources -> Versions/Current/Resources 2023-02-03T06:20:29.2318490Z creating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/ 2023-02-03T06:20:29.2319390Z creating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/ 2023-02-03T06:20:29.2320730Z creating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/_CodeSignature/ 2023-02-03T06:20:29.2325050Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/_CodeSignature/CodeResources
2023-02-03T06:20:29.2328580Z creating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Resources/ 2023-02-03T06:20:29.2409950Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Resources/icudtl.dat
2023-02-03T06:20:29.2414200Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Resources/Info.plist
2023-02-03T06:20:29.2416550Z creating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Headers/ 2023-02-03T06:20:29.2468200Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Headers/FlutterEngine.h
2023-02-03T06:20:29.2470730Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Headers/FlutterChannels.h
2023-02-03T06:20:29.2472900Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Headers/FlutterAppDelegate.h
2023-02-03T06:20:29.2474290Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Headers/FlutterMacOS.h
2023-02-03T06:20:29.2475440Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Headers/FlutterTexture.h
2023-02-03T06:20:29.2476380Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Headers/FlutterPluginMacOS.h
2023-02-03T06:20:29.2477420Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Headers/FlutterPlatformViews.h
2023-02-03T06:20:29.2478940Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Headers/FlutterPluginRegistrarMacOS.h
2023-02-03T06:20:29.2479970Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Headers/FlutterCodecs.h
2023-02-03T06:20:29.2481000Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Headers/FlutterViewController.h
2023-02-03T06:20:29.2481930Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Headers/FlutterMacros.h
2023-02-03T06:20:29.2483470Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Headers/FlutterDartProject.h
2023-02-03T06:20:29.2484410Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Headers/FlutterBinaryMessenger.h
2023-02-03T06:20:29.2485370Z creating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Modules/ 2023-02-03T06:20:29.2486290Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/Modules/module.modulemap
2023-02-03T06:20:29.6623620Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/A/FlutterMacOS
2023-02-03T06:20:29.6624870Z linking: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Versions/Current -> A 2023-02-03T06:20:29.6626870Z linking: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Headers -> Versions/Current/Headers 2023-02-03T06:20:29.6629760Z linking: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/Modules -> Versions/Current/Modules 2023-02-03T06:20:29.6632470Z linking: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework/FlutterMacOS -> Versions/Current/FlutterMacOS 2023-02-03T06:20:29.7552180Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/gen_snapshot_arm64
2023-02-03T06:20:29.8352760Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/gen_snapshot_x64
2023-02-03T06:20:29.9202710Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/gen_snapshot
2023-02-03T06:20:30.0471350Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64-profile/FlutterMacOS.framework.zip
2023-02-03T06:20:30.0472360Z creating: flutter/bin/cache/artifacts/engine/android-arm/ 2023-02-03T06:20:30.1359480Z inflating: flutter/bin/cache/artifacts/engine/android-arm/flutter.jar
2023-02-03T06:20:30.1360250Z creating: flutter/bin/cache/artifacts/engine/darwin-x64/ 2023-02-03T06:20:30.1398870Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/LICENSE.impellerc.md
2023-02-03T06:20:30.1401650Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/LICENSE.font-subset.md
2023-02-03T06:20:30.1408450Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/vm_isolate_snapshot.bin
2023-02-03T06:20:30.1409370Z creating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/ 2023-02-03T06:20:30.1410380Z linking: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Resources -> Versions/Current/Resources 2023-02-03T06:20:30.1412140Z creating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/ 2023-02-03T06:20:30.1414450Z creating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/ 2023-02-03T06:20:30.1415460Z creating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/_CodeSignature/ 2023-02-03T06:20:30.1419070Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/_CodeSignature/CodeResources
2023-02-03T06:20:30.1420960Z creating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Resources/ 2023-02-03T06:20:30.1503540Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Resources/icudtl.dat
2023-02-03T06:20:30.1506240Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Resources/Info.plist
2023-02-03T06:20:30.1517360Z creating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Headers/ 2023-02-03T06:20:30.1524460Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Headers/FlutterEngine.h
2023-02-03T06:20:30.1527910Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Headers/FlutterChannels.h
2023-02-03T06:20:30.1530400Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Headers/FlutterAppDelegate.h
2023-02-03T06:20:30.1540360Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Headers/FlutterMacOS.h
2023-02-03T06:20:30.1541810Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Headers/FlutterTexture.h
2023-02-03T06:20:30.1544600Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Headers/FlutterPluginMacOS.h
2023-02-03T06:20:30.1548290Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Headers/FlutterPlatformViews.h
2023-02-03T06:20:30.1553210Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Headers/FlutterPluginRegistrarMacOS.h
2023-02-03T06:20:30.1554750Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Headers/FlutterCodecs.h
2023-02-03T06:20:30.1556160Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Headers/FlutterViewController.h
2023-02-03T06:20:30.1557150Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Headers/FlutterMacros.h
2023-02-03T06:20:30.1558060Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Headers/FlutterDartProject.h
2023-02-03T06:20:30.1559990Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Headers/FlutterBinaryMessenger.h
2023-02-03T06:20:30.1561490Z creating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Modules/ 2023-02-03T06:20:30.1566340Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/Modules/module.modulemap
2023-02-03T06:20:30.8484690Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/A/FlutterMacOS
2023-02-03T06:20:30.8485930Z linking: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Versions/Current -> A 2023-02-03T06:20:30.8488620Z linking: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Headers -> Versions/Current/Headers 2023-02-03T06:20:30.8490660Z linking: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/Modules -> Versions/Current/Modules 2023-02-03T06:20:30.8495850Z linking: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework/FlutterMacOS -> Versions/Current/FlutterMacOS 2023-02-03T06:20:30.9357980Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/impellerc
2023-02-03T06:20:31.2018020Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/flutter_tester
2023-02-03T06:20:31.2509620Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/isolate_snapshot.bin
2023-02-03T06:20:31.2593510Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/icudtl.dat
2023-02-03T06:20:31.3447370Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/gen_snapshot_arm64
2023-02-03T06:20:31.3691410Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/const_finder.dart.snapshot
2023-02-03T06:20:31.3692930Z extracting: flutter/bin/cache/artifacts/engine/darwin-x64/without_entitlements.txt
2023-02-03T06:20:31.3754320Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/libpath_ops.dylib
2023-02-03T06:20:31.7211510Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot
2023-02-03T06:20:31.7217630Z creating: flutter/bin/cache/artifacts/engine/darwin-x64/shader_lib/ 2023-02-03T06:20:31.7219680Z creating: flutter/bin/cache/artifacts/engine/darwin-x64/shader_lib/impeller/ 2023-02-03T06:20:31.7225750Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/shader_lib/impeller/constants.glsl
2023-02-03T06:20:31.7239120Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/shader_lib/impeller/color.glsl
2023-02-03T06:20:31.7242730Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/shader_lib/impeller/types.glsl
2023-02-03T06:20:31.7244980Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/shader_lib/impeller/branching.glsl
2023-02-03T06:20:31.7247380Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/shader_lib/impeller/gaussian.glsl
2023-02-03T06:20:31.7250020Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/shader_lib/impeller/gradient.glsl
2023-02-03T06:20:31.7254780Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/shader_lib/impeller/blending.glsl
2023-02-03T06:20:31.7257240Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/shader_lib/impeller/transform.glsl
2023-02-03T06:20:31.7259160Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/shader_lib/impeller/texture.glsl
2023-02-03T06:20:31.7261100Z creating: flutter/bin/cache/artifacts/engine/darwin-x64/shader_lib/flutter/ 2023-02-03T06:20:31.7262240Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/shader_lib/flutter/runtime_effect.glsl
2023-02-03T06:20:31.8116730Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/gen_snapshot_x64
2023-02-03T06:20:31.8156030Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/libtessellator.dylib
2023-02-03T06:20:31.8285320Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/font-subset
2023-02-03T06:20:31.8324940Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/LICENSE.path_ops.md
2023-02-03T06:20:31.9222100Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/gen_snapshot
2023-02-03T06:20:32.1328690Z inflating: flutter/bin/cache/artifacts/engine/darwin-x64/FlutterMacOS.framework.zip
2023-02-03T06:20:32.1329660Z creating: flutter/bin/cache/artifacts/engine/android-x86/ 2023-02-03T06:20:32.2251690Z inflating: flutter/bin/cache/artifacts/engine/android-x86/flutter.jar
2023-02-03T06:20:32.2254380Z creating: flutter/bin/cache/artifacts/engine/android-x64-profile/ 2023-02-03T06:20:32.2853130Z inflating: flutter/bin/cache/artifacts/engine/android-x64-profile/flutter.jar
2023-02-03T06:20:32.2854870Z creating: flutter/bin/cache/artifacts/engine/android-x64-profile/darwin-x64/ 2023-02-03T06:20:32.3704540Z inflating: flutter/bin/cache/artifacts/engine/android-x64-profile/darwin-x64/gen_snapshot
2023-02-03T06:20:32.3707860Z creating: flutter/bin/cache/artifacts/engine/android-arm64/ 2023-02-03T06:20:32.4661620Z inflating: flutter/bin/cache/artifacts/engine/android-arm64/flutter.jar
2023-02-03T06:20:32.4675450Z creating: flutter/bin/cache/artifacts/engine/android-arm64-release/ 2023-02-03T06:20:32.5103610Z inflating: flutter/bin/cache/artifacts/engine/android-arm64-release/flutter.jar
2023-02-03T06:20:32.5198080Z creating: flutter/bin/cache/artifacts/engine/android-arm64-release/darwin-x64/ 2023-02-03T06:20:32.5879790Z inflating: flutter/bin/cache/artifacts/engine/android-arm64-release/darwin-x64/gen_snapshot
2023-02-03T06:20:32.5880510Z creating: flutter/bin/cache/artifacts/engine/ios/ 2023-02-03T06:20:32.5885490Z inflating: flutter/bin/cache/artifacts/engine/ios/LICENSE
2023-02-03T06:20:32.6732810Z inflating: flutter/bin/cache/artifacts/engine/ios/gen_snapshot_arm64
2023-02-03T06:20:32.6736060Z creating: flutter/bin/cache/artifacts/engine/ios/Flutter.xcframework/ 2023-02-03T06:20:32.6738300Z creating: flutter/bin/cache/artifacts/engine/ios/Flutter.xcframework/ios-arm64_x86_64-simulator/ 2023-02-03T06:20:32.6739480Z creating: flutter/bin/cache/artifacts/engine/ios/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/ 2023-02-03T06:20:32.6740660Z creating: flutter/bin/cache/artifacts/engine/ios/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/_CodeSignature/ 2023-02-03T06:20:32.6743730Z inflating: flutter/bin/cache/artifacts/engine/ios/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/_CodeSignature/CodeResources
2023-02-03T06:20:32.6827440Z inflating: flutter/bin/cache/artifacts/engine/ios/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/icudtl.dat
2023-02-03T06:20:33.3306320Z inflating: flutter/bin/cache/artifacts/engine/ios/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Flutter
2023-02-03T06:20:33.3307520Z creating: flutter/bin/cache/artifacts/engine/ios/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/ 2023-02-03T06:20:33.3311820Z inflating: flutter/bin/cache/artifacts/engine/ios/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterEngine.h
2023-02-03T06:20:33.3317040Z inflating: flutter/bin/cache/artifacts/engine/ios/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterChannels.h
2023-02-03T06:20:33.3320570Z inflating:

MohammedBakali commented 1 year ago

@KonstantinTyukalov Facing same issue..! any update on it ?

pczhu commented 1 year ago

the same issue.

github-actions[bot] commented 11 months ago

This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days

antonoddbit commented 6 months ago

@ANISHSINZEROTECH could you fix the issue? Got same issue