You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/08/10 13:49:49 UTC

[GitHub] [beam] damccorm opened a new pull request, #22656: Revert "Persist ghprbPullId parameter in seed job"

damccorm opened a new pull request, #22656:
URL: https://github.com/apache/beam/pull/22656

   Reverts apache/beam#22579
   
   This seems to have broken the seed job as Pablo suggested it might (since merging, only seed jobs for PRs have worked - https://ci-beam.apache.org/job/beam_SeedJob/ - I don't really understand why that is, but it seems likely this is the culprit)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] TheNeuralBit commented on pull request #22656: Revert "Persist ghprbPullId parameter in seed job"

Posted by GitBox <gi...@apache.org>.
TheNeuralBit commented on PR #22656:
URL: https://github.com/apache/beam/pull/22656#issuecomment-1211342770

   I filed https://github.com/apache/beam/issues/22676, unfortunately updating the URIs had no effect


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] TheNeuralBit commented on pull request #22656: Revert "Persist ghprbPullId parameter in seed job"

Posted by GitBox <gi...@apache.org>.
TheNeuralBit commented on PR #22656:
URL: https://github.com/apache/beam/pull/22656#issuecomment-1211250260

   I tried to manually trigger the seed job, now it's getting:
   ```
   ERROR:root:Couldn't generate the list of committers
   Traceback (most recent call last):
     File "main.py", line 70, in get_committers_github_usernames
       people = connection.search_s(
     File "/home/jenkins/jenkins-slave/workspace/beam_SeedJob/.test-infra/jenkins/committers_list_generator/ve3/lib/python3.8/site-packages/ldap/ldapobject.py", line 631, in search_s
       return self.search_ext_s(base,scope,filterstr,attrlist,attrsonly,None,None,timeout=self.timeout)
     File "/home/jenkins/jenkins-slave/workspace/beam_SeedJob/.test-infra/jenkins/committers_list_generator/ve3/lib/python3.8/site-packages/ldap/ldapobject.py", line 624, in search_ext_s
       msgid = self.search_ext(base,scope,filterstr,attrlist,attrsonly,serverctrls,clientctrls,timeout,sizelimit)
     File "/home/jenkins/jenkins-slave/workspace/beam_SeedJob/.test-infra/jenkins/committers_list_generator/ve3/lib/python3.8/site-packages/ldap/ldapobject.py", line 614, in search_ext
       return self._ldap_call(
     File "/home/jenkins/jenkins-slave/workspace/beam_SeedJob/.test-infra/jenkins/committers_list_generator/ve3/lib/python3.8/site-packages/ldap/ldapobject.py", line 128, in _ldap_call
       result = func(*args,**kwargs)
   ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'errno': 107, 'ctrls': [], 'info': 'Transport endpoint is not connected'}
   
   The above exception was the direct cause of the following exception:
   
   Traceback (most recent call last):
     File "main.py", line 142, in <module>
       generate_groovy(args.output_dir, args.ldap_uris, args.cert_path)
     File "main.py", line 53, in generate_groovy
       github_usernames=get_committers_github_usernames(
     File "main.py", line 104, in get_committers_github_usernames
       raise CommittersGeneratorException("Could not fetch LDAP data") from e
   CommittersGeneratorException: Could not fetch LDAP data
   ```
   
   Asking in #asfinfra the-asf.slack.com. Looks like there was downtime on these LDAP servers recently


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] TheNeuralBit commented on pull request #22656: Revert "Persist ghprbPullId parameter in seed job"

Posted by GitBox <gi...@apache.org>.
TheNeuralBit commented on PR #22656:
URL: https://github.com/apache/beam/pull/22656#issuecomment-1211237981

   Thanks, for posterity the error log is:
   ```
   Started by timer
   Running as SYSTEM
   [EnvInject] - Loading node environment variables.
   Building remotely on [apache-beam-jenkins-2](https://ci-beam.apache.org/computer/apache-beam-jenkins-2) (beam) in workspace /home/jenkins/jenkins-slave/workspace/beam_SeedJob
   The recommended git tool is: NONE
   No credentials specified
   FATAL: Invalid refspec refs/pull//*
   java.lang.IllegalArgumentException: Invalid refspec refs/pull//*
   	at org.eclipse.jgit.transport.RefSpec.checkValid(RefSpec.java:507)
   	at org.eclipse.jgit.transport.RefSpec.<init>(RefSpec.java:159)
   	at org.eclipse.jgit.transport.RefSpec.<init>(RefSpec.java:194)
   	at hudson.plugins.git.GitSCM.getRefSpecs(GitSCM.java:614)
   	at hudson.plugins.git.GitSCM.getParamExpandedRepo(GitSCM.java:528)
   	at hudson.plugins.git.GitSCM.getParamExpandedRepos(GitSCM.java:515)
   	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1207)
   	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1307)
   	at hudson.scm.SCM.checkout(SCM.java:540)
   	at hudson.model.AbstractProject.checkout(AbstractProject.java:1215)
   	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:645)
   	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
   	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:517)
   	at hudson.model.Run.execute(Run.java:1896)
   	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
   	at hudson.model.ResourceController.execute(ResourceController.java:101)
   	at hudson.model.Executor.run(Executor.java:442)
   Not sending mail to unregistered user alexey.inkin@akvelon.com
   Not sending mail to unregistered user noreply@github.com
   Not sending mail to unregistered user anandinguva98@gmail.com
   Not sending mail to unregistered user 108862444+oborysevych@users.noreply.github.com
   Sending e-mails to: builds@beam.apache.org
   Finished: FAILURE
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] TheNeuralBit merged pull request #22656: Revert "Persist ghprbPullId parameter in seed job"

Posted by GitBox <gi...@apache.org>.
TheNeuralBit merged PR #22656:
URL: https://github.com/apache/beam/pull/22656


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] TheNeuralBit commented on pull request #22656: Revert "Persist ghprbPullId parameter in seed job"

Posted by GitBox <gi...@apache.org>.
TheNeuralBit commented on PR #22656:
URL: https://github.com/apache/beam/pull/22656#issuecomment-1211267781

   Apparently the URIs have changed, I'll send a PR


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #22656: Revert "Persist ghprbPullId parameter in seed job"

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #22656:
URL: https://github.com/apache/beam/pull/22656#issuecomment-1210704665

   Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm commented on pull request #22656: Revert "Persist ghprbPullId parameter in seed job"

Posted by GitBox <gi...@apache.org>.
damccorm commented on PR #22656:
URL: https://github.com/apache/beam/pull/22656#issuecomment-1210702923

   R: @TheNeuralBit 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org