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/07/07 16:08:38 UTC

[GitHub] [beam] ahmedabu98 opened a new issue, #22184: [Bug]: Seed Job failing with AttributeError for 'ldap' module

ahmedabu98 opened a new issue, #22184:
URL: https://github.com/apache/beam/issues/22184

   ### What happened?
   
   e.g. https://ci-beam.apache.org/job/beam_SeedJob/9949/console
   
   ```
   INFO:root:Generating Committers.groovy
   Traceback (most recent call last):
     File "main.py", line 143, 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 66, in get_committers_github_usernames
       ldap.set_option(ldap.OPT_X_TLS, ldap.OPT_X_TLS_DEMAND)
   AttributeError: module 'ldap' has no attribute 'OPT_X_TLS'
   + echo 'ERROR: Failed to fetch committers'
   ERROR: Failed to fetch committers
   ```
   
   Also affects standalone seed job (https://ci-beam.apache.org/job/beam_SeedJob_Standalone/8489/console)
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: testing


-- 
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.apache.org

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


[GitHub] [beam] ahmedabu98 commented on issue #22184: [Bug]: Seed Job failing with AttributeError for 'ldap' module

Posted by GitBox <gi...@apache.org>.
ahmedabu98 commented on issue #22184:
URL: https://github.com/apache/beam/issues/22184#issuecomment-1177890117

   .remove-labels tests


-- 
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] Abacn commented on issue #22184: [Bug]: Seed Job failing with AttributeError for 'ldap' module

Posted by GitBox <gi...@apache.org>.
Abacn commented on issue #22184:
URL: https://github.com/apache/beam/issues/22184#issuecomment-1180695699

   Sounds related to the recent change on pyhton-ldap package: https://pypi.org/project/python-ldap/#history
   
   Release time coincidence with the time the job begins to fail. 


-- 
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] ahmedabu98 commented on issue #22184: [Bug]: Seed Job failing with AttributeError for 'ldap' module

Posted by GitBox <gi...@apache.org>.
ahmedabu98 commented on issue #22184:
URL: https://github.com/apache/beam/issues/22184#issuecomment-1180704603

   Sounds right, release notes mentions that OPT_X_TLS is deprecated: https://github.com/python-ldap/python-ldap/releases


-- 
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] ahmedabu98 commented on issue #22184: [Bug]: Seed Job failing with AttributeError for 'ldap' module

Posted by GitBox <gi...@apache.org>.
ahmedabu98 commented on issue #22184:
URL: https://github.com/apache/beam/issues/22184#issuecomment-1177865632

   .add-labels tests


-- 
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] ahmedabu98 commented on issue #22184: [Bug]: Seed Job failing with AttributeError for 'ldap' module

Posted by GitBox <gi...@apache.org>.
ahmedabu98 commented on issue #22184:
URL: https://github.com/apache/beam/issues/22184#issuecomment-1177891340

   .add-labels test-failures


-- 
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 closed issue #22184: [Bug]: Seed Job failing with AttributeError for 'ldap' module

Posted by GitBox <gi...@apache.org>.
damccorm closed issue #22184: [Bug]: Seed Job failing with AttributeError for 'ldap' module
URL: https://github.com/apache/beam/issues/22184


-- 
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