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

Fix eclipse-openj9/openj9#17694 #7048

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

mingweiarthurli
Copy link
Contributor

This pull request is to fix eclipse-openj9/openj9#17694 by adding the corresponding string of TR_Vlog_BI to TR_VerboseLog::_vlogTable.

@jdmpapin jdmpapin self-assigned this Jun 28, 2023
@jdmpapin
Copy link
Contributor

Jenkins build all

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Thank you for supporting the project, and congratulations on your first contribution! A project committer will shortly review your contribution. In the mean time, if you haven't had a chance please skim over the contribution guidelines which all pull requests must adhere to. If the ECA pull request check fails, have a look at the instructions for signing the ECA in the legal considerations section.

If you run into any problems our community will be happy to assist you in any way we can. There are a number of recommended ways to interact with the community. We encourage you to ask questions, or drop by to say hello.

@jdmpapin
Copy link
Contributor

Jenkins build all

@jdmpapin
Copy link
Contributor

Not sure why the Jenkins build hasn't launched. Trying one more time

@jdmpapin
Copy link
Contributor

Jenkins build all

@jdmpapin
Copy link
Contributor

jenkins build all

@jdmpapin
Copy link
Contributor

Jenkins build all

@mingweiarthurli
Copy link
Contributor Author

mingweiarthurli commented Jun 28, 2023

Hi @jdmpapin, the Jenkins build for both aix_ppc-64 and linux_ppc-64_le_gcc have immidiately failed due to the failure of git reset --hard. I guess there may be some problems with the Jenkins configuration?

https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/3807/console

GitHub pull request #7048 of commit 63e5820d375736f84a5010300d24efe7a5354dfa, no merge conflicts.
Setting status of 63e5820d375736f84a5010300d24efe7a5354dfa to PENDING with url https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/3807/ and message: 'Build started for merge commit.'
Using context: continuous-integration/eclipse-omr/pr/aix_ppc-64
Checking out git https://github.com/eclipse/omr.git into /var/jenkins/workspace/PullRequest-aix_ppc-64@script/f1b4e3a3353e2a04b36d7c5a888d95b6fe1db22d26c47e5585ae4003ac51b37e to read buildenv/jenkins/omrbuild.groovy
The recommended git tool is: git
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/PullRequest-aix_ppc-64@script/f1b4e3a3353e2a04b36d7c5a888d95b6fe1db22d26c47e5585ae4003ac51b37e/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://github.com/eclipse/omr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1003)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1245)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1309)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
	at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:159)
	at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:70)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:312)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: Unable to create '/var/jenkins/workspace/PullRequest-aix_ppc-64@script/f1b4e3a3353e2a04b36d7c5a888d95b6fe1db22d26c47e5585ae4003ac51b37e/.git/index.lock': File exists.

https://ci.eclipse.org/omr/job/PullRequest-linux_ppc-64_le_gcc/4074/console

GitHub pull request #7048 of commit 63e5820d375736f84a5010300d24efe7a5354dfa, no merge conflicts.
Setting status of 63e5820d375736f84a5010300d24efe7a5354dfa to PENDING with url https://ci.eclipse.org/omr/job/PullRequest-linux_ppc-64_le_gcc/4074/ and message: 'Build started for merge commit.'
Using context: continuous-integration/eclipse-omr/pr/linux_ppc-64_le_gcc
Checking out git https://github.com/eclipse/omr.git into /var/jenkins/workspace/PullRequest-linux_ppc-64_le_gcc@script/f1b4e3a3353e2a04b36d7c5a888d95b6fe1db22d26c47e5585ae4003ac51b37e to read buildenv/jenkins/omrbuild.groovy
The recommended git tool is: git
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/PullRequest-linux_ppc-64_le_gcc@script/f1b4e3a3353e2a04b36d7c5a888d95b6fe1db22d26c47e5585ae4003ac51b37e/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://github.com/eclipse/omr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1003)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1245)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1309)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
	at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:159)
	at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:70)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:312)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: Unable to create '/var/jenkins/workspace/PullRequest-linux_ppc-64_le_gcc@script/f1b4e3a3353e2a04b36d7c5a888d95b6fe1db22d26c47e5585ae4003ac51b37e/.git/index.lock': File exists.

@jdmpapin
Copy link
Contributor

Failed to fetch from https://github.com/eclipse/omr.git

Jenkins build aix,plinux

@jdmpapin
Copy link
Contributor

Jenkins build aix,plinux

@mingweiarthurli
Copy link
Contributor Author

mingweiarthurli commented Jun 28, 2023

Jenkins build failed again with the same output.

Sorry that I didn't mentioned there was a hint for this error provided by Git:

Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.

I'm not sure if this is because the several previous build attempts have generated some leftovers, but I have seen some similar cases and seems related to an unresolved Jenkins bug. A Stack Overflow answer recommends to wipe out the repository:
https://stackoverflow.com/questions/31129417/jenkins-not-able-to-fetch-code-from-remote-git/47783130#47783130
https://issues.jenkins.io/browse/JENKINS-12513

@jdmpapin
Copy link
Contributor

Jenkins build aix

@jdmpapin
Copy link
Contributor

Jenkins build plinux

@jdmpapin jdmpapin merged commit 6b5f1b7 into eclipse-omr:master Jun 29, 2023
@jdmpapin
Copy link
Contributor

@mingweiarthurli, thanks for the fix!

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

Successfully merging this pull request may close these issues.

cmdLineTester_criu_jitPostRestore failing in OMR acceptance on alinux
2 participants