dotnet / dnceng

.NET Engineering Services
MIT License
22 stars 15 forks source link

[dnceng-bot] Branch `dotnet/main` can't be mirrored to Azdo fast forward branch #3194

Open dotnet-maestro-bot opened 5 days ago

dotnet-maestro-bot commented 5 days ago

Branch main in dotnet/dotnet repo can't be mirrored from GitHub to Azure DevOps main via fast forward. There was unexpected error during the mirroring process.

unpacking the sent packfile failed on the remote this tool can't detect it, but typical reason is VS403654: The push was rejected because it contains one or more secrets.

Problem need to be resolved to unblock the code flow.

You can troubleshoot the issue by:

Please close this issue once the problem is resolved.

pavelsavara commented 4 days ago

this is probably another manifestation of https://github.com/dotnet/runtime/issues/104021#issuecomment-2191483362

/src/libraries/Common/tests/System/Security/Cryptography/X509Certificates/TestData.cs(2710,1-26) : SEC101/013 : PemPrivateKey

cc @akoeplinger @mmitche

akoeplinger commented 4 days ago

Ugh right. We need to push an empty commit with the **BYPASS_SECRET_SCANNING** message to the repo.

premun commented 4 days ago

Done https://github.com/dotnet/dotnet/commit/5ce49add0c6c2b5245e351c340cea71785b945a4

pavelsavara commented 4 days ago

hmm, it didn't help, we still have unpacking the sent packfile failed on the remote in the mirroring pipeline

akoeplinger commented 4 days ago

It's fixed now.

pavelsavara commented 1 day ago

I don't have permissions, somebody please close this issue.