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

Fixing the nightly build #916

Merged
merged 2 commits into from
Feb 21, 2022
Merged

Fixing the nightly build #916

merged 2 commits into from
Feb 21, 2022

Conversation

germa89
Copy link
Collaborator

@germa89 germa89 commented Feb 21, 2022

Summary

Fix nightly documentation building issue.

Description

The log was taking forever and showing these messages:

E0218 04:10:56.185307217 3027 fork_posix.cc:70] Fork support is only compatible with the epoll1 and poll polling strategies
E0218 04:10:56.210220687 3027 fork_posix.cc:70] Fork support is only compatible with the epoll1 and poll polling strategies
E0218 04:10:56.235387859 3027 fork_posix.cc:70] Fork support is only compatible with the epoll1 and poll polling strategies
E0218 04:10:56.259668122 3027 fork_posix.cc:70] Fork support is only compatible with the epoll1 and poll polling strategies
E0218 04:10:56.288337332 3027 fork_posix.cc:70] Fork support is only compatible with the epoll1 and poll polling strategies
E0218 04:10:56.316517137 3027 fork_posix.cc:70] Fork support is only compatible with the epoll1 and poll polling strategies
E0218 04:10:56.344221037 3027 fork_posix.cc:70] Fork support is only compatible with the epoll1 and poll polling strategies
E0218 04:10:56.385278582 3027 fork_posix.cc:70] Fork support is only compatible with the epoll1 and poll polling strategies
E0218 04:10:56.410993360 3027 fork_posix.cc:70] Fork support is only compatible with the epoll1 and poll polling strategies

The log ends up with:

waiting for workers...
Error: The operation was canceled.

Fix

The issue was related to the last update of grpcio to 1.44. So we pinning it down to 1.43 during documentation building workflow only.

Notes

Closes #913

@germa89 germa89 added Bug CI/CD Related with CICD, Github Actions, etc labels Feb 21, 2022
@germa89 germa89 self-assigned this Feb 21, 2022
@germa89 germa89 enabled auto-merge (squash) February 21, 2022 13:04
@germa89 germa89 changed the title Ci/fixing the nightly build Fixing the nightly build Feb 21, 2022
@codecov
Copy link

codecov bot commented Feb 21, 2022

Codecov Report

Merging #916 (8237fdf) into main (a59baf6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #916   +/-   ##
=======================================
  Coverage   72.49%   72.49%           
=======================================
  Files          39       39           
  Lines        5682     5682           
=======================================
  Hits         4119     4119           
  Misses       1563     1563           

Copy link
Collaborator

@akaszynski akaszynski left a comment

Choose a reason for hiding this comment

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

Excellent detective work @germa89. We may consider making an upper limit in our setup.py, but for now this works.

@germa89 germa89 merged commit 3350f89 into main Feb 21, 2022
@germa89 germa89 deleted the ci/fixing-the-nightly-build branch February 21, 2022 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Related with CICD, Github Actions, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants