volkamerlab / teachopencadd

TeachOpenCADD: a teaching platform for computer-aided drug design (CADD) using open source packages and data

Home Page:https://projects.volkamerlab.org/teachopencadd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T020: CI fails for MacOS runs

mbackenkoehler opened this issue · comments

Great! Then we probably can forgo a disclaimer in the notebook.

There might be more at play here. Now T021 breaks in the macOS CI. And if I get the output below correctly, everything after fails, as well.
image

I think T019 might actually cause the problems, since there we have the first failure and after that, everything has a dead kernel.

2023-05-24T10:01:21.5627080Z FAILED teachopencadd/talktorials/T019_md_simulation/talktorial.ipynb::Cell 3
2023-05-24T10:01:21.5627380Z FAILED teachopencadd/talktorials/T019_md_simulation/talktorial.ipynb::Cell 12
2023-05-24T10:01:21.5627680Z FAILED teachopencadd/talktorials/T019_md_simulation/talktorial.ipynb::Cell 14
2023-05-24T10:01:21.5627990Z FAILED teachopencadd/talktorials/T019_md_simulation/talktorial.ipynb::Cell 15
2023-05-24T10:01:21.5628290Z FAILED teachopencadd/talktorials/T019_md_simulation/talktorial.ipynb::Cell 17
2023-05-24T10:01:21.5628580Z FAILED teachopencadd/talktorials/T019_md_simulation/talktorial.ipynb::Cell 18
2023-05-24T10:01:21.5628870Z FAILED teachopencadd/talktorials/T019_md_simulation/talktorial.ipynb::Cell 19
2023-05-24T10:01:21.5629160Z FAILED teachopencadd/talktorials/T019_md_simulation/talktorial.ipynb::Cell 20
2023-05-24T10:01:21.5629470Z FAILED teachopencadd/talktorials/T019_md_simulation/talktorial.ipynb::Cell 21
2023-05-24T10:01:21.5629770Z FAILED teachopencadd/talktorials/T019_md_simulation/talktorial.ipynb::Cell 22
2023-05-24T10:01:21.5630070Z FAILED teachopencadd/talktorials/T019_md_simulation/talktorial.ipynb::Cell 23
2023-05-24T10:01:21.5630410Z FAILED teachopencadd/talktorials/T018_automated_cadd_pipeline/talktorial.ipynb::Cell 44
2023-05-24T10:01:21.5631120Z ERROR teachopencadd/talktorials/T021_one_hot_encoding/talktorial.ipynb::Cell 0 - RuntimeError: Kernel died before replying to kernel_info
2023-05-24T10:01:21.5632260Z ERROR teachopencadd/talktorials/T021_one_hot_encoding/talktorial.ipynb::Cell 1 - RuntimeError: Kernel died before replying to kernel_info
2023-05-24T10:01:21.5633260Z ERROR teachopencadd/talktorials/T021_one_hot_encoding/talktorial.ipynb::Cell 2 - RuntimeError: Kernel died before replying to kernel_info
2023-05-24T10:01:21.5633950Z ERROR teachopencadd/talktorials/T021_one_hot_encoding/talktorial.ipynb::Cell 3 - RuntimeError: Kernel died before replying to kernel_info
2023-05-24T10:01:21.5634620Z ERROR teachopencadd/talktorials/T021_one_hot_encoding/talktorial.ipynb::Cell 4 - RuntimeError: Kernel died before replying to kernel_info
2023-05-24T10:01:21.5635290Z ERROR teachopencadd/talktorials/T021_one_hot_encoding/talktorial.ipynb::Cell 5 - RuntimeError: Kernel died before replying to kernel_info
2023-05-24T10:01:21.5635960Z ERROR teachopencadd/talktorials/T021_one_hot_encoding/talktorial.ipynb::Cell 6 - RuntimeError: Kernel died before replying to kernel_info
2023-05-24T10:01:21.5637080Z ERROR teachopencadd/talktorials/T021_one_hot_encoding/talktorial.ipynb::Cell 7 - RuntimeError: Kernel died before replying to kernel_info
2023-05-24T10:01:21.5638180Z ERROR teachopencadd/talktorials/T021_one_hot_encoding/talktorial.ipynb::Cell 8 - RuntimeError: Kernel died before replying to kernel_info
2023-05-24T10:01:21.5638870Z ERROR teachopencadd/talktorials/T021_one_hot_encoding/talktorial.ipynb::Cell 9 - RuntimeError: Kernel died before replying to kernel_info

In T019 the command from openff.toolkit.topology import Molecule, Topology fails with CalledProcessError: Command '['antechamber', '-L']' died with <Signals.SIGKILL: 9>.