JuliaCI / julia-buildkite

Buildkite configuration files for Base Julia CI
8 stars 15 forks source link

Upload x86_64-w64 failed every time #406

Open inkydragon opened 4 hours ago

inkydragon commented 4 hours ago

This task always seems to fail.

https://buildkite.com/julialang/julia-master-scheduled/builds?branch=master

Preparing Setup program executable
   Updating icons (SETUP.E32)
   Updating version info (SETUP.E32)
   Running Sign Tool mysigntool: bash.exe '/c/workdir/.buildkite/utilities/windows/codesign.sh' "C:\workdir\uninst.e32.tmp"
   ERROR: Missing AZURE_* secret variables!
   Sign Tool command failed (Sign Tool command failed with exit code 0x1). Will retry (2 tries left).
   Running Sign Tool mysigntool: bash.exe '/c/workdir/.buildkite/utilities/windows/codesign.sh' "C:\workdir\uninst.e32.tmp"
   ERROR: Missing AZURE_* secret variables!
   Sign Tool command failed (Sign Tool command failed with exit code 0x1). Will retry (1 tries left).
   Running Sign Tool mysigntool: bash.exe '/c/workdir/.buildkite/utilities/windows/codesign.sh' "C:\workdir\uninst.e32.tmp"
   ERROR: Missing AZURE_* secret variables!
Error in C:\workdir\.buildkite\utilities\windows\build-installer.iss: Sign Tool command failed with exit code 0x1.

https://github.com/JuliaCI/julia-buildkite/blob/0a56a6175a196cea2be0e9d88d480f025cb2f386/utilities/windows/codesign.sh#L51-L56

DilumAluthge commented 4 hours ago

So, we migrated the regular upload jobs to using the new Microsoft Trusted Signing, but we never applied the same changes to the scheduled upload jobs. @staticfloat @gbaraldi Could you take a look?