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

notebook failing with various different errors in builderbot #6

Open
jkingslake opened this issue Aug 20, 2021 · 4 comments
Open

notebook failing with various different errors in builderbot #6

jkingslake opened this issue Aug 20, 2021 · 4 comments

Comments

@jkingslake
Copy link

Hi,
I have a notebook that successfully runs in us-central1-b.gcp.pangeo.io (on the smallest server), which I want to include in the examples gallery.
When I commit changes to this repo, the builderbot runs, but fails while running that notebook. Details here.

First it failed with a KilledWorker error at
qmean.plot(size=10)
where qmean is a 580kb xarray.

Then I commented this line out and tried again and it failed with a KilledWorker error at
V.isel(par_esia=1, par_ppq=2, par_prec=2).plot.line(x="time",size=10);
where V is 128kb xarray.
(why am i using Pangeo for such small data!?! It starts out big and ends up small :-) ).

Then I reran the whole thing uncommented and it failed at a much earlier stage before the notebook even starts a cluster.

The other three notebooks in the repo run in builderbot without a problem.

Any thoughts on what could be causing this, given that it runs fine on central1-b.gcp.pangeo.io? Or what I can try to get around it?

Thanks!

@jkingslake
Copy link
Author

@rabernat is this related to the binder issue you fixed by using the new image here?

@rabernat
Copy link
Contributor

rabernat commented Oct 1, 2021

Maybe. It can't hurt to try to update the image.

@jkingslake
Copy link
Author

so, pangeo-glaciology-examples/binder-gallery.yaml already points to the repo you updated with pangeo-gallery/default-binder@a095b36, correct? So, should the image already be updated?

@jkingslake
Copy link
Author

sorry, if am misunderstanding. In any case, the build failed again when i tried it after pangeo-gallery/default-binder@a095b36:

Details here: https://github.com/ldeo-glaciology/pangeo-glaciology-examples/runs/3771815856?check_suite_focus=true

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

No branches or pull requests

2 participants