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

Using retry function to clone stf #3738

Merged
merged 1 commit into from
Jun 9, 2022
Merged

Conversation

renfeiw
Copy link
Contributor

@renfeiw renfeiw commented Jun 7, 2022

Signed-off-by: renfeiw [email protected]

@renfeiw
Copy link
Contributor Author

renfeiw commented Jun 7, 2022

related PR: adoptium/TKG#328

@renfeiw
Copy link
Contributor Author

renfeiw commented Jun 7, 2022

retry output:

11:21:30  clone_stf:
11:21:30       [exec] git clone -q https://github.com/adoptium123/STF.git
11:21:31       [exec] fatal: could not read Username for 'https://github.com/': No such device or address
11:21:31       [exec] error code: 128. Sleep 300 secs, then retry 1...
11:26:44       [exec] check for STF. If found, the file will be removed.
11:26:44       [exec] git clone -q https://github.com/adoptium123/STF.git
11:26:44       [exec] fatal: could not read Username for 'https://github.com/': No such device or address
11:26:44       [exec] error code: 128. Sleep 300 secs, then retry 2...
11:31:41       [exec] check for STF. If found, the file will be removed.
11:31:41       [exec] git clone -q https://github.com/adoptium123/STF.git
11:31:41       [exec] fatal: could not read Username for 'https://github.com/': No such device or address
11:31:41       [exec] error code: 128. Sleep 300 secs, then retry 3...
11:36:42       [exec] check for STF. If found, the file will be removed.
11:36:42       [exec] git clone -q https://github.com/adoptium123/STF.git
11:36:42       [exec] fatal: could not read Username for 'https://github.com/': No such device or address
11:36:42       [exec] error code: 128. Sleep 300 secs, then retry 4...
11:41:39       [exec] check for STF. If found, the file will be removed.
11:41:39       [exec] git clone -q https://github.com/adoptium123/STF.git
11:41:39       [exec] error code: 128. Sleep 300 secs, then retry 5...
11:41:39       [exec] fatal: could not read Username for 'https://github.com/': No such device or address
11:46:37       [exec] check for STF. If found, the file will be removed.
11:46:37       [exec] git clone -q https://github.com/adoptium123/STF.git
11:46:37       [exec] fatal: could not read Username for 'https://github.com/': No such device or address

@renfeiw
Copy link
Contributor Author

renfeiw commented Jun 7, 2022

Grinder/24563; verify failed cases: Grinder/24579, Grinder/24580/

@renfeiw renfeiw marked this pull request as ready for review June 7, 2022 19:22
@renfeiw renfeiw requested review from llxia and smlambert June 7, 2022 19:22
Copy link
Contributor

@llxia llxia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@karianna
Copy link
Contributor

karianna commented Jun 8, 2022

@renfeiw looks like lots of failing checks?

@llxia
Copy link
Contributor

llxia commented Jun 8, 2022

PR test failure is not related to this PR - Error: ENOENT: no such file or directory, chdir '/home/runner/work/aqa-tests/aqa-tests' -> 'aqa-tests'. PR test expects users to use aqa-tests , but the old repo openjdk-testes is used.

I think the PR test (run aqa) should accept openjdk-testes.

@llxia
Copy link
Contributor

llxia commented Jun 8, 2022

Issue created at run-aqa: adoptium/run-aqa#129

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.

4 participants