Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#7253 submodule fail: Try actions/checkout@v4 #7256

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

derekbruening
Copy link
Contributor

Updates the actions/checkout to v4 in all our workflows in an attempt to avoid the submodule failures we've seen recently.

Issue: #7253

Updates the actions/checkout to v4 in all our workflows in an attempt
to avoid the submodule failures we've seen recently.

Issue: #7253
@derekbruening
Copy link
Contributor Author

Going to go ahead and merge this to see if the post-merge works; we can re-run the post-merge tests a few times and see if it remains green.

@derekbruening derekbruening merged commit c676bf3 into master Feb 7, 2025
19 checks passed
@derekbruening derekbruening deleted the i7253-checkout-v4 branch February 7, 2025 01:25
@derekbruening
Copy link
Contributor Author

It was all green on master merge: https://github.com/DynamoRIO/dynamorio/actions/runs/13191268308/job/36824537297
I will now re-run the 3 aarch tests.

@derekbruening
Copy link
Contributor Author

Green on re-run: https://github.com/DynamoRIO/dynamorio/actions/runs/13191268308

Trying a 3rd time: if green will declare that this is the fix.

@derekbruening
Copy link
Contributor Author

@ivankyluk
Copy link
Contributor

I got the same error with actions/checkout@v4: https://github.com/DynamoRIO/dynamorio/actions/runs/13204570399/job/36864603044?pr=7255

Run actions/checkout@v4
Syncing repository: DynamoRIO/dynamorio
Getting Git version info
  Working directory is '/opt/actions-runner/_work/dynamorio/dynamorio'
  /usr/bin/git version
  git version 2.25.1
  :
Fetching submodules
  /usr/bin/git submodule sync
  /usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1
  Submodule 'third_party/elfutils' (https://sourceware.org/git/elfutils.git) registered for path 'third_party/elfutils'
  Submodule 'third_party/libipt' (https://github.com/intel/libipt.git) registered for path 'third_party/libipt'
  Submodule 'third_party/zlib' (https://github.com/madler/zlib.git) registered for path 'third_party/zlib'
  Cloning into '/opt/actions-runner/_work/dynamorio/dynamorio/third_party/elfutils'...
  Cloning into '/opt/actions-runner/_work/dynamorio/dynamorio/third_party/libipt'...
  Cloning into '/opt/actions-runner/_work/dynamorio/dynamorio/third_party/zlib'...
  Error: error: RPC failed; curl 16 Error in the HTTP2 framing layer
  Error: fatal: the remote end hung up unexpectedly
  Fetched in submodule path 'third_party/elfutils', but it did not contain c1058da5a450e33e[72](https://github.com/DynamoRIO/dynamorio/actions/runs/13204570399/job/36864603044?pr=7255#step:2:81)b72abb53bc3ffd7f6b361b. Direct fetching of that commit failed.
  Error: The process '/usr/bin/git' failed with exit code 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants