runtime icon indicating copy to clipboard operation
runtime copied to clipboard

[8.0][ios][arm64][mono] Build error: SecKeychainUnlock signing-certs.keychain-db: user name or passphrase incorrect

Open carlossanlop opened this issue 1 year ago • 5 comments

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=663779 Build error leg or test failing: net8.0-ios-Release-arm64-Mono_Release

Error Message

{
  "ErrorMessage" : [
      "security: SecKeychainUnlock signing-certs.keychain-db: The user name or passphrase you entered is not correct.",
      "ERROR: WORKLOAD TIMED OUT - Killing user command.."
  ],
  "BuildRetry" : false,
  "ExcludeConsoleLog" : false
}
  • PR: https://github.com/dotnet/runtime/pull/101823
  • Queue: ios-arm64 Release AllSubsets_Mono
  • Job result: https://dev.azure.com/dnceng-public/public/_build/results?buildId=663779&view=logs&j=7f49df26-8126-5de3-bf2f-6ac6bde01830&t=c62b6a8c-bf71-5057-7f45-9c355fe0b802&l=57
  • Log file: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-101823-merge-37861f4604b94dd188/System.Runtime.Tests/1/console.da6c67dd.log?helixlogtype=result
  • Output:
  [196/196] aot-instances.dll -> aot-instances.dll.s, aot-instances.dll-llvm.o, aot-instances.aotdata
  Running: cmake -S. -BSystem.Runtime.Tests -GXcode -DTARGETS_APPLE_MOBILE=1 -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0
  Using working directory: /tmp/helix/working/99F2085F/w/B1F40915/e/apple_build/AppBundle/
  Exit code: 0
  Running: xcodebuild ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO -arch arm64 -sdk iphoneos -configuration Release
  Using working directory: /tmp/helix/working/99F2085F/w/B1F40915/e/apple_build/AppBundle/System.Runtime.Tests
  Exit code: 0
  
  APP size: 1712.7 Mb.
  
  Xcode: /tmp/helix/working/99F2085F/w/B1F40915/e/apple_build/AppBundle/System.Runtime.Tests/System.Runtime.Tests.xcodeproj
  App: /tmp/helix/working/99F2085F/w/B1F40915/e/apple_build/AppBundle/System.Runtime.Tests/Release-iphoneos/System.Runtime.Tests.app
  App moved to: /private/tmp/helix/working/99F2085F/w/B1F40915/e/System.Runtime.Tests.app/
Signing /tmp/helix/working/99F2085F/w/B1F40915/e/System.Runtime.Tests.app
    "/Users/helix-runner/Library/Keychains/signing-certs.keychain-db"
security: SecKeychainUnlock signing-certs.keychain-db: The user name or passphrase you entered is not correct.
ERROR: WORKLOAD TIMED OUT - Killing user command..

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=663779 Error message validated: [security: SecKeychainUnlock signing-certs.keychain-db: The user name or passphrase you entered is not correct. ERROR: WORKLOAD TIMED OUT - Killing user command..] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 5/3/2024 1:08:34 AM UTC

Report

Build Definition Test Pull Request
664858 dotnet/runtime System.Runtime.Tests.WorkItemExecution dotnet/runtime#101853
664789 dotnet/runtime System.Runtime.Tests.WorkItemExecution dotnet/runtime#101850
664560 dotnet/runtime System.Runtime.Tests.WorkItemExecution dotnet/runtime#101844
664282 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution dotnet/runtime#101836
664190 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution dotnet/runtime#101717
664107 dotnet/runtime iOS.Device.LibraryMode.Test.WorkItemExecution
663982 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution
663779 dotnet/runtime System.Runtime.Tests.WorkItemExecution dotnet/runtime#101823
663696 dotnet/runtime iOS.Device.LibraryMode.Test.WorkItemExecution dotnet/runtime#101773
663579 dotnet/runtime System.Runtime.Tests.WorkItemExecution dotnet/runtime#101814
663454 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution
663336 dotnet/runtime System.Runtime.Tests.WorkItemExecution dotnet/runtime#101762

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 12

carlossanlop avatar May 03 '24 01:05 carlossanlop

Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos See info in area-owners.md if you want to be subscribed.

Tagging subscribers to this area: @directhex See info in area-owners.md if you want to be subscribed.

@matouskozak could you please check if this is an infra issue? It somehow reminds me of something, but I can't quite remember what...

vitek-karas avatar May 03 '24 11:05 vitek-karas

@matouskozak could you please check if this is an infra issue? It somehow reminds me of something, but I can't quite remember what...

It looks like an infra issue. I checked the first few hits and it keeps happening on DNCENGMAC050 machine. Could it be related to https://github.com/dotnet/dnceng/issues/2667 @AlitzelMendez ?

matouskozak avatar May 03 '24 12:05 matouskozak

yes, it seems to be related to this :) I will put the machine offline and do more debugging on the machine

AlitzelMendez avatar May 03 '24 18:05 AlitzelMendez

removing blocking-clean-ci as it has not failed in 30 days

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0

jeffschwMSFT avatar Jun 03 '24 21:06 jeffschwMSFT

The machine is back running without issues. Closing.

matouskozak avatar Jun 12 '24 03:06 matouskozak