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

[QA-1585] Noticed errors in cos_container logs pertaining to nbconvert incompatibility issue #263

Merged
merged 24 commits into from
Oct 26, 2021

Conversation

xuscrbw
Copy link
Collaborator

@xuscrbw xuscrbw commented Oct 7, 2021

Was troubleshooting QA-1585. The issue seems to be tied to kernel flakiness.

We noticed a few Asyncio errors, which let us to this known issue. jupyter/notebook#6164

We are updating the jupyter config to use AsyncMappingKernelManager to hopefully resolve this issue

While trying to merge the PR, noticed that we had an error related to cwltool:

ERROR: Cannot install cwltool because these package versions have conflicting dependencies.

The conflict is caused by:
schema-salad 4.5.20191229160203 depends on rdflib-jsonld<0.5.0 and >=0.3.0
schema-salad 4.5.20191204060541 depends on rdflib-jsonld<0.5.0 and >=0.3.0
schema-salad 4.5.20191203162929 depends on rdflib-jsonld<0.5.0 and >=0.3.0
schema-salad 4.5.20191023134839 depends on rdflib-jsonld<0.5.0 and >=0.3.0
schema-salad 4.5.20191017101802 ...

Have tried to fix this by unpinning the cwltool version in terra-jupyter-r

@Qi77Qi
Copy link
Collaborator

Qi77Qi commented Oct 25, 2021

hi @ravi9, we're trying to fix an issue where the jupyter kernel fails to start up properly sometimes. The only thing changed in this PR is this, but for some reason, the gatk-ovtf image fails to build. Let us know if you have any insights. Since the latest ovtf image is currently broken as I understand it (gpu is broken), we might release the fix for all other images first, and will table the fix for ovtf for now.

@ravi9
Copy link
Collaborator

ravi9 commented Oct 25, 2021

Hi @Qi77Qi , I will build it locally with this commit and debug the issue.

@ravi9
Copy link
Collaborator

ravi9 commented Oct 25, 2021

Hi @Qi77Qi, looking at the error: /bin/bash: pytest: command not found , Is it something related to the test framework setup ?

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.

3 participants