We're seeing intermittent failures in our Jenkins CI pipeline,
when using 2 executors to run 2 builds in parallel.
errSecInternalComponent
Command CodeSign failed with a nonzero exit code
We're using:
but we've tried very hard not to use anything shared
(except still using the same build user).
Any ideas much appreciated.
when using 2 executors to run 2 builds in parallel.
errSecInternalComponent
Command CodeSign failed with a nonzero exit code
We're using:
fastlane 2.171.0
match+gym
separate temporary keychains
but same account to build with
but we've tried very hard not to use anything shared
(except still using the same build user).
Any ideas much appreciated.
-
—
ehardebeck
Add a CommentI'm seeing this same issue, two parallel Jenkins jobs that run xcodebuild and in one CodeSign usually fails with the same output as above. Running the jobs individually never fails. Not using temporary keychains just the login keychain. Not using fastlane either. This looks like some kind of concurrency bug in CodeSign?
Anyone have any solution or constructive suggestions?
Since there's no crash there's obviously no crash log. Nor is there any console logging from CodeSign