Running with gitlab-runner 17.8.3 (690ce25c)
  on runners@uwm KDwYUvDRh, system ID: s_63509cf08136
Resolving secrets
section_start:1740684991:prepare_executor
Preparing the "docker" executor
Using Docker executor with image docker:latest ...
Authenticating with credentials from /root/.docker/config.json
Pulling docker image docker:latest ...
Using docker image sha256:a16883c008163adb075db2220e6aa6283dae884d212c7d45bc484ef8c41c48ff for docker:latest with digest docker@sha256:0336b60f3134d98d26a069856780f9e58dbc3219cde49ca85be14c8e3c3446e2 ...
section_end:1740684993:prepare_executor
section_start:1740684993:prepare_script
Preparing environment
Running on runner-kdwyuvdrh-project-5079-concurrent-0 via runners.ligo.uwm.edu...
section_end:1740684994:prepare_script
section_start:1740684994:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/geoffrey.mo/gwcelery/.git/
Checking out c42d9872 as detached HEAD (ref is improve-llhoft-data-logging)...
Removing .cache/
Removing .coverage-test-poetry-python3-12
Removing .pytest_cache/
Removing coverage-test-poetry-python3-12.xml
Removing dump.rdb
Removing gwcelery/__pycache__/
Removing gwcelery/conf/__pycache__/
Removing gwcelery/data/__pycache__/
Removing gwcelery/data/first2years/__pycache__/
Removing gwcelery/email/__pycache__/
Removing gwcelery/igwn_alert/__pycache__/
Removing gwcelery/kafka/__pycache__/
Removing gwcelery/sentry/__pycache__/
Removing gwcelery/sentry/integrations/__pycache__/
Removing gwcelery/tasks/__pycache__/
Removing gwcelery/tests/__pycache__/
Removing gwcelery/tests/data/__pycache__/
Removing gwcelery/tools/__pycache__/
Removing gwcelery/util/__pycache__/
Removing gwcelery/voevent/__pycache__/
Removing htmlcov/
Removing junit-test-poetry-python3-12.xml

Skipping Git submodules setup
section_end:1740684995:get_sources
section_start:1740684995:step_script
Executing "step_script" stage of the job script
Using docker image sha256:a16883c008163adb075db2220e6aa6283dae884d212c7d45bc484ef8c41c48ff for docker:latest with digest docker@sha256:0336b60f3134d98d26a069856780f9e58dbc3219cde49ca85be14c8e3c3446e2 ...
$ IMAGE_TAG=$CI_REGISTRY_IMAGE:${CI_COMMIT_REF_NAME/\//-}
$ docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Login Succeeded

WARNING! Your credentials are stored unencrypted in '/root/.docker/config.json'.
Configure a credential helper to remove this warning. See
https://docs.docker.com/go/credential-store/

$ docker build -t $IMAGE_TAG .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2.11kB done
#1 DONE 0.1s

#2 [internal] load metadata for docker.io/library/python:3.11
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/library/python:3.11-slim
#3 DONE 0.4s

#4 [internal] load .dockerignore
#4 transferring context: 2B done
#4 DONE 0.1s

#5 [app 1/5] FROM docker.io/library/python:3.11-slim@sha256:614c8691ab74150465ec9123378cd4dde7a6e57be9e558c3108df40664667a4c
#5 DONE 0.0s

#6 [build 1/7] FROM docker.io/library/python:3.11
#6 DONE 0.0s

#7 [internal] load build context
#7 transferring context: 44.65MB 0.5s done
#7 DONE 0.6s

#6 [build 1/7] FROM docker.io/library/python:3.11
#6 CACHED

#8 [build 2/7] WORKDIR /app
#8 DONE 0.2s

#9 [build 3/7] COPY . ./
#9 DONE 0.4s

#10 [build 4/7] RUN pip install --upgrade pip
#10 2.046 Requirement already satisfied: pip in /usr/local/lib/python3.11/site-packages (24.0)
#10 2.209 Collecting pip
#10 2.293   Downloading pip-25.0.1-py3-none-any.whl.metadata (3.7 kB)
#10 2.316 Downloading pip-25.0.1-py3-none-any.whl (1.8 MB)
#10 2.507    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 10.1 MB/s eta 0:00:00
#10 2.569 Installing collected packages: pip
#10 2.569   Attempting uninstall: pip
#10 2.572     Found existing installation: pip 24.0
#10 2.624     Uninstalling pip-24.0:
#10 2.850       Successfully uninstalled pip-24.0
#10 3.944 Successfully installed pip-25.0.1
#10 3.945 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#10 DONE 4.4s

#11 [build 5/7] RUN pip install     poetry==1.8.1 	poetry-dynamic-versioning
#11 0.923 Collecting poetry==1.8.1
#11 1.006   Downloading poetry-1.8.1-py3-none-any.whl.metadata (6.8 kB)
#11 1.053 Collecting poetry-dynamic-versioning
#11 1.066   Downloading poetry_dynamic_versioning-1.7.1-py3-none-any.whl.metadata (21 kB)
#11 1.117 Collecting build<2.0.0,>=1.0.3 (from poetry==1.8.1)
#11 1.131   Downloading build-1.2.2.post1-py3-none-any.whl.metadata (6.5 kB)
#11 1.174 Collecting cachecontrol<0.15.0,>=0.14.0 (from cachecontrol[filecache]<0.15.0,>=0.14.0->poetry==1.8.1)
#11 1.188   Downloading cachecontrol-0.14.2-py3-none-any.whl.metadata (3.1 kB)
#11 1.235 Collecting cleo<3.0.0,>=2.1.0 (from poetry==1.8.1)
#11 1.248   Downloading cleo-2.1.0-py3-none-any.whl.metadata (12 kB)
#11 1.272 Collecting crashtest<0.5.0,>=0.4.1 (from poetry==1.8.1)
#11 1.287   Downloading crashtest-0.4.1-py3-none-any.whl.metadata (1.1 kB)
#11 1.414 Collecting dulwich<0.22.0,>=0.21.2 (from poetry==1.8.1)
#11 1.428   Downloading dulwich-0.21.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.3 kB)
#11 1.461 Collecting fastjsonschema<3.0.0,>=2.18.0 (from poetry==1.8.1)
#11 1.475   Downloading fastjsonschema-2.21.1-py3-none-any.whl.metadata (2.2 kB)
#11 1.505 Collecting installer<0.8.0,>=0.7.0 (from poetry==1.8.1)
#11 1.520   Downloading installer-0.7.0-py3-none-any.whl.metadata (936 bytes)
#11 1.569 Collecting keyring<25.0.0,>=24.0.0 (from poetry==1.8.1)
#11 1.583   Downloading keyring-24.3.1-py3-none-any.whl.metadata (20 kB)
#11 1.612 Collecting packaging>=23.1 (from poetry==1.8.1)
#11 1.625   Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
#11 1.645 Collecting pexpect<5.0.0,>=4.7.0 (from poetry==1.8.1)
#11 1.658   Downloading pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB)
#11 1.685 Collecting pkginfo<2.0.0,>=1.9.4 (from poetry==1.8.1)
#11 1.697   Downloading pkginfo-1.12.1.2-py3-none-any.whl.metadata (13 kB)
#11 1.725 Collecting platformdirs<5,>=3.0.0 (from poetry==1.8.1)
#11 1.738   Downloading platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
#11 1.773 Collecting poetry-core==1.9.0 (from poetry==1.8.1)
#11 1.787   Downloading poetry_core-1.9.0-py3-none-any.whl.metadata (3.5 kB)
#11 1.818 Collecting poetry-plugin-export<2.0.0,>=1.6.0 (from poetry==1.8.1)
#11 1.832   Downloading poetry_plugin_export-1.9.0-py3-none-any.whl.metadata (3.1 kB)
#11 1.854 Collecting pyproject-hooks<2.0.0,>=1.0.0 (from poetry==1.8.1)
#11 1.869   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
#11 1.915 Collecting requests<3.0,>=2.26 (from poetry==1.8.1)
#11 1.928   Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
#11 1.959 Collecting requests-toolbelt<2.0.0,>=1.0.0 (from poetry==1.8.1)
#11 1.974   Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl.metadata (14 kB)
#11 2.005 Collecting shellingham<2.0,>=1.5 (from poetry==1.8.1)
#11 2.020   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
#11 2.059 Collecting tomlkit<1.0.0,>=0.11.4 (from poetry==1.8.1)
#11 2.073   Downloading tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB)
#11 2.118 Collecting trove-classifiers>=2022.5.19 (from poetry==1.8.1)
#11 2.131   Downloading trove_classifiers-2025.2.18.16-py3-none-any.whl.metadata (2.3 kB)
#11 2.195 Collecting virtualenv<21.0.0,>=20.23.0 (from poetry==1.8.1)
#11 2.208   Downloading virtualenv-20.29.2-py3-none-any.whl.metadata (4.5 kB)
#11 2.257 Collecting dunamai<2.0.0,>=1.21.0 (from poetry-dynamic-versioning)
#11 2.270   Downloading dunamai-1.23.0-py3-none-any.whl.metadata (10 kB)
#11 2.308 Collecting jinja2<4,>=2.11.1 (from poetry-dynamic-versioning)
#11 2.322   Downloading jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB)
#11 2.420 Collecting msgpack<2.0.0,>=0.5.2 (from cachecontrol<0.15.0,>=0.14.0->cachecontrol[filecache]<0.15.0,>=0.14.0->poetry==1.8.1)
#11 2.434   Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB)
#11 2.477 Collecting filelock>=3.8.0 (from cachecontrol[filecache]<0.15.0,>=0.14.0->poetry==1.8.1)
#11 2.490   Downloading filelock-3.17.0-py3-none-any.whl.metadata (2.9 kB)
#11 3.018 Collecting rapidfuzz<4.0.0,>=3.0.0 (from cleo<3.0.0,>=2.1.0->poetry==1.8.1)
#11 3.030   Downloading rapidfuzz-3.12.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
#11 3.073 Collecting urllib3>=1.25 (from dulwich<0.22.0,>=0.21.2->poetry==1.8.1)
#11 3.086   Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB)
#11 3.159 Collecting MarkupSafe>=2.0 (from jinja2<4,>=2.11.1->poetry-dynamic-versioning)
#11 3.173   Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
#11 3.206 Collecting jaraco.classes (from keyring<25.0.0,>=24.0.0->poetry==1.8.1)
#11 3.220   Downloading jaraco.classes-3.4.0-py3-none-any.whl.metadata (2.6 kB)
#11 3.266 Collecting importlib-metadata>=4.11.4 (from keyring<25.0.0,>=24.0.0->poetry==1.8.1)
#11 3.280   Downloading importlib_metadata-8.6.1-py3-none-any.whl.metadata (4.7 kB)
#11 3.316 Collecting SecretStorage>=3.2 (from keyring<25.0.0,>=24.0.0->poetry==1.8.1)
#11 3.330   Downloading SecretStorage-3.3.3-py3-none-any.whl.metadata (4.0 kB)
#11 3.358 Collecting jeepney>=0.4.2 (from keyring<25.0.0,>=24.0.0->poetry==1.8.1)
#11 3.372   Downloading jeepney-0.9.0-py3-none-any.whl.metadata (1.2 kB)
#11 3.395 Collecting ptyprocess>=0.5 (from pexpect<5.0.0,>=4.7.0->poetry==1.8.1)
#11 3.411   Downloading ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB)
#11 3.431 INFO: pip is looking at multiple versions of poetry-plugin-export to determine which version is compatible with other requirements. This could take a while.
#11 3.431 Collecting poetry-plugin-export<2.0.0,>=1.6.0 (from poetry==1.8.1)
#11 3.444   Downloading poetry_plugin_export-1.8.0-py3-none-any.whl.metadata (2.8 kB)
#11 3.564 Collecting charset-normalizer<4,>=2 (from requests<3.0,>=2.26->poetry==1.8.1)
#11 3.579   Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)
#11 3.609 Collecting idna<4,>=2.5 (from requests<3.0,>=2.26->poetry==1.8.1)
#11 3.623   Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
#11 3.679 Collecting certifi>=2017.4.17 (from requests<3.0,>=2.26->poetry==1.8.1)
#11 3.691   Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB)
#11 3.728 Collecting distlib<1,>=0.3.7 (from virtualenv<21.0.0,>=20.23.0->poetry==1.8.1)
#11 3.741   Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
#11 3.785 Collecting zipp>=3.20 (from importlib-metadata>=4.11.4->keyring<25.0.0,>=24.0.0->poetry==1.8.1)
#11 3.800   Downloading zipp-3.21.0-py3-none-any.whl.metadata (3.7 kB)
#11 3.979 Collecting cryptography>=2.0 (from SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry==1.8.1)
#11 3.993   Downloading cryptography-44.0.1-cp39-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB)
#11 4.035 Collecting more-itertools (from jaraco.classes->keyring<25.0.0,>=24.0.0->poetry==1.8.1)
#11 4.048   Downloading more_itertools-10.6.0-py3-none-any.whl.metadata (37 kB)
#11 4.188 Collecting cffi>=1.12 (from cryptography>=2.0->SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry==1.8.1)
#11 4.200   Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
#11 4.225 Collecting pycparser (from cffi>=1.12->cryptography>=2.0->SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry==1.8.1)
#11 4.239   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
#11 4.258 Downloading poetry-1.8.1-py3-none-any.whl (248 kB)
#11 4.295 Downloading poetry_core-1.9.0-py3-none-any.whl (309 kB)
#11 4.312 Downloading poetry_dynamic_versioning-1.7.1-py3-none-any.whl (20 kB)
#11 4.325 Downloading build-1.2.2.post1-py3-none-any.whl (22 kB)
#11 4.339 Downloading cachecontrol-0.14.2-py3-none-any.whl (21 kB)
#11 4.354 Downloading cleo-2.1.0-py3-none-any.whl (78 kB)
#11 4.369 Downloading crashtest-0.4.1-py3-none-any.whl (7.6 kB)
#11 4.391 Downloading dulwich-0.21.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (516 kB)
#11 4.408 Downloading dunamai-1.23.0-py3-none-any.whl (26 kB)
#11 4.421 Downloading fastjsonschema-2.21.1-py3-none-any.whl (23 kB)
#11 4.436 Downloading installer-0.7.0-py3-none-any.whl (453 kB)
#11 4.452 Downloading jinja2-3.1.5-py3-none-any.whl (134 kB)
#11 4.467 Downloading keyring-24.3.1-py3-none-any.whl (38 kB)
#11 4.489 Downloading packaging-24.2-py3-none-any.whl (65 kB)
#11 4.499 Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
#11 4.512 Downloading pkginfo-1.12.1.2-py3-none-any.whl (32 kB)
#11 4.525 Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
#11 4.541 Downloading poetry_plugin_export-1.8.0-py3-none-any.whl (10 kB)
#11 4.557 Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
#11 4.572 Downloading requests-2.32.3-py3-none-any.whl (64 kB)
#11 4.591 Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
#11 4.606 Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
#11 4.620 Downloading tomlkit-0.13.2-py3-none-any.whl (37 kB)
#11 4.634 Downloading trove_classifiers-2025.2.18.16-py3-none-any.whl (13 kB)
#11 4.650 Downloading virtualenv-20.29.2-py3-none-any.whl (4.3 MB)
#11 4.701    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 90.1 MB/s eta 0:00:00
#11 4.713 Downloading certifi-2025.1.31-py3-none-any.whl (166 kB)
#11 4.727 Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB)
#11 4.742 Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#11 4.758 Downloading filelock-3.17.0-py3-none-any.whl (16 kB)
#11 4.772 Downloading idna-3.10-py3-none-any.whl (70 kB)
#11 4.791 Downloading importlib_metadata-8.6.1-py3-none-any.whl (26 kB)
#11 4.806 Downloading jeepney-0.9.0-py3-none-any.whl (49 kB)
#11 4.820 Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB)
#11 4.835 Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (403 kB)
#11 4.853 Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
#11 4.869 Downloading rapidfuzz-3.12.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)
#11 4.900    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 114.1 MB/s eta 0:00:00
#11 4.912 Downloading SecretStorage-3.3.3-py3-none-any.whl (15 kB)
#11 4.925 Downloading urllib3-2.3.0-py3-none-any.whl (128 kB)
#11 4.938 Downloading jaraco.classes-3.4.0-py3-none-any.whl (6.8 kB)
#11 4.952 Downloading cryptography-44.0.1-cp39-abi3-manylinux_2_34_x86_64.whl (4.2 MB)
#11 4.995    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 113.0 MB/s eta 0:00:00
#11 5.008 Downloading zipp-3.21.0-py3-none-any.whl (9.6 kB)
#11 5.021 Downloading more_itertools-10.6.0-py3-none-any.whl (63 kB)
#11 5.036 Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB)
#11 5.052 Downloading pycparser-2.22-py3-none-any.whl (117 kB)
#11 5.235 Installing collected packages: trove-classifiers, ptyprocess, fastjsonschema, distlib, zipp, urllib3, tomlkit, shellingham, rapidfuzz, pyproject-hooks, pycparser, poetry-core, platformdirs, pkginfo, pexpect, packaging, msgpack, more-itertools, MarkupSafe, jeepney, installer, idna, filelock, crashtest, charset-normalizer, certifi, virtualenv, requests, jinja2, jaraco.classes, importlib-metadata, dunamai, dulwich, cleo, cffi, build, requests-toolbelt, poetry-dynamic-versioning, cryptography, cachecontrol, SecretStorage, keyring, poetry-plugin-export, poetry
#11 8.394 Successfully installed MarkupSafe-3.0.2 SecretStorage-3.3.3 build-1.2.2.post1 cachecontrol-0.14.2 certifi-2025.1.31 cffi-1.17.1 charset-normalizer-3.4.1 cleo-2.1.0 crashtest-0.4.1 cryptography-44.0.1 distlib-0.3.9 dulwich-0.21.7 dunamai-1.23.0 fastjsonschema-2.21.1 filelock-3.17.0 idna-3.10 importlib-metadata-8.6.1 installer-0.7.0 jaraco.classes-3.4.0 jeepney-0.9.0 jinja2-3.1.5 keyring-24.3.1 more-itertools-10.6.0 msgpack-1.1.0 packaging-24.2 pexpect-4.9.0 pkginfo-1.12.1.2 platformdirs-4.3.6 poetry-1.8.1 poetry-core-1.9.0 poetry-dynamic-versioning-1.7.1 poetry-plugin-export-1.8.0 ptyprocess-0.7.0 pycparser-2.22 pyproject-hooks-1.2.0 rapidfuzz-3.12.1 requests-2.32.3 requests-toolbelt-1.0.0 shellingham-1.5.4 tomlkit-0.13.2 trove-classifiers-2025.2.18.16 urllib3-2.3.0 virtualenv-20.29.2 zipp-3.21.0
#11 8.394 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
#11 DONE 8.8s

#12 [build 6/7] RUN poetry export -f requirements.txt -o requirements.txt
#12 1.323 Warning: poetry-plugin-export will not be installed by default in a future version of Poetry.
#12 1.323 In order to avoid a breaking change and make your automation forward-compatible, please install poetry-plugin-export explicitly. See https://python-poetry.org/docs/plugins/#using-plugins for details on how to install a plugin.
#12 1.323 To disable this warning run 'poetry config warnings.export false'.
#12 1.514 The lock file might not be compatible with the current version of Poetry.
#12 1.514 Upgrade Poetry to ensure the lock file is read properly or, alternatively, regenerate the lock file with the `poetry lock` command.
#12 DONE 2.4s

#13 [build 7/7] RUN poetry build -f wheel
#13 1.084 Creating virtualenv gwcelery-9TtSrW0h-py3.11 in /root/.cache/pypoetry/virtualenvs
#13 1.820 Building gwcelery (2.1.1.dev363+c42d9872)
#13 1.828   - Building wheel
#13 2.812   - Built gwcelery-2.1.1.dev363+c42d9872-py3-none-any.whl
#13 DONE 3.1s

#14 [install 2/9] RUN apt-get update &&     apt-get install -y --no-install-recommends         libkrb5-dev && 	rm -rf /var/lib/apt /var/lib/dpkg /var/lib/cache /var/lib/log
#14 0.496 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
#14 0.532 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#14 0.545 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#14 0.680 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB]
#14 0.843 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [13.5 kB]
#14 0.961 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [246 kB]
#14 2.197 Fetched 9306 kB in 2s (5320 kB/s)
#14 2.197 Reading package lists...
#14 2.880 Reading package lists...
#14 3.455 Building dependency tree...
#14 3.584 Reading state information...
#14 3.740 libkrb5-dev is already the newest version (1.20.1-2+deb12u2).
#14 3.740 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#14 DONE 4.1s

#15 [install 3/9] WORKDIR /app
#15 DONE 0.2s

#16 [install 4/9] COPY --from=build /app/requirements.txt /app
#16 DONE 0.2s

#17 [install 5/9] COPY --from=build /app/dist/*.whl /app
#17 DONE 0.2s

#18 [install 6/9] RUN python -m venv /opt/venv
#18 DONE 5.5s

#19 [install 7/9] RUN pip install --upgrade pip
#19 0.753 Requirement already satisfied: pip in /opt/venv/lib/python3.11/site-packages (24.0)
#19 0.936 Collecting pip
#19 1.013   Downloading pip-25.0.1-py3-none-any.whl.metadata (3.7 kB)
#19 1.036 Downloading pip-25.0.1-py3-none-any.whl (1.8 MB)
#19 1.231    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 9.9 MB/s eta 0:00:00
#19 1.289 Installing collected packages: pip
#19 1.289   Attempting uninstall: pip
#19 1.292     Found existing installation: pip 24.0
#19 1.343     Uninstalling pip-24.0:
#19 1.613       Successfully uninstalled pip-24.0
#19 2.681 Successfully installed pip-25.0.1
#19 DONE 3.2s

#20 [install 8/9] RUN pip install -r requirements.txt
#20 1.025 Ignoring async-timeout: markers 'python_version >= "3.11" and python_full_version < "3.11.3"' don't match your environment
#20 1.028 Ignoring colorama: markers 'python_version >= "3.11" and python_version < "3.13" and (platform_system == "Windows" or sys_platform == "win32")' don't match your environment
#20 1.038 Ignoring tensorflow-intel: markers 'python_version >= "3.11" and python_version < "3.13" and sys_platform != "darwin" and platform_system == "Windows"' don't match your environment
#20 1.038 Ignoring tensorflow: markers 'python_version >= "3.11" and python_version < "3.13" and sys_platform == "darwin"' don't match your environment
#20 1.131 Collecting absl-py==2.1.0 (from -r requirements.txt (line 1))
#20 1.208   Downloading absl_py-2.1.0-py3-none-any.whl (133 kB)
#20 1.270 Collecting adc-streaming==2.3.2 (from -r requirements.txt (line 4))
#20 1.285   Downloading adc_streaming-2.3.2-py3-none-any.whl (13 kB)
#20 1.319 Collecting amqp==5.2.0 (from -r requirements.txt (line 7))
#20 1.332   Downloading amqp-5.2.0-py3-none-any.whl (50 kB)
#20 1.383 Collecting asciitree==0.3.3 (from -r requirements.txt (line 10))
#20 1.398   Downloading asciitree-0.3.3.tar.gz (4.0 kB)
#20 1.412   Installing build dependencies: started
#20 3.200   Installing build dependencies: finished with status 'done'
#20 3.202   Getting requirements to build wheel: started
#20 3.422   Getting requirements to build wheel: finished with status 'done'
#20 3.425   Preparing metadata (pyproject.toml): started
#20 3.626   Preparing metadata (pyproject.toml): finished with status 'done'
#20 3.681 Collecting astroplan==0.9.1 (from -r requirements.txt (line 12))
#20 3.697   Downloading astroplan-0.9.1.tar.gz (140 kB)
#20 3.755   Installing build dependencies: started
#20 5.975   Installing build dependencies: finished with status 'done'
#20 5.977   Getting requirements to build wheel: started
#20 6.159   Getting requirements to build wheel: finished with status 'done'
#20 6.163   Preparing metadata (pyproject.toml): started
#20 6.542   Preparing metadata (pyproject.toml): finished with status 'done'
#20 6.586 Collecting astropy-healpix==1.0.3 (from -r requirements.txt (line 14))
#20 6.600   Downloading astropy_healpix-1.0.3-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB)
#20 6.678 Collecting astropy-iers-data==0.2024.9.30.0.32.59 (from -r requirements.txt (line 25))
#20 6.691   Downloading astropy_iers_data-0.2024.9.30.0.32.59-py3-none-any.whl (1.9 MB)
#20 6.850      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 13.3 MB/s eta 0:00:00
#20 6.997 Collecting astropy==6.1.4 (from -r requirements.txt (line 28))
#20 7.010   Downloading astropy-6.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.2 MB)
#20 7.297      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 36.8 MB/s eta 0:00:00
#20 7.368 Collecting asttokens==2.4.1 (from -r requirements.txt (line 58))
#20 7.382   Downloading asttokens-2.4.1-py2.py3-none-any.whl (27 kB)
#20 7.403 Collecting astunparse==1.6.3 (from -r requirements.txt (line 61))
#20 7.416   Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB)
#20 7.441 Collecting attrs==23.2.0 (from -r requirements.txt (line 67))
#20 7.454   Downloading attrs-23.2.0-py3-none-any.whl (60 kB)
#20 7.480 Collecting authlib==1.3.1 (from -r requirements.txt (line 70))
#20 7.493   Downloading Authlib-1.3.1-py2.py3-none-any.whl (223 kB)
#20 7.517 Collecting automat==22.10.0 (from -r requirements.txt (line 73))
#20 7.530   Downloading Automat-22.10.0-py2.py3-none-any.whl (26 kB)
#20 7.559 Collecting bilby-cython==0.4.2 (from -r requirements.txt (line 76))
#20 7.573   Downloading bilby.cython-0.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
#20 7.591      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 65.3 MB/s eta 0:00:00
#20 7.623 Collecting bilby-pipe==1.4.2 (from -r requirements.txt (line 90))
#20 7.637   Downloading bilby_pipe-1.4.2-py3-none-any.whl (40.8 MB)
#20 8.042      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 MB 101.2 MB/s eta 0:00:00
#20 8.194 Collecting bilby==2.3.0 (from -r requirements.txt (line 93))
#20 8.207   Downloading bilby-2.3.0-py3-none-any.whl (2.3 MB)
#20 8.229      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 108.5 MB/s eta 0:00:00
#20 8.269 Collecting billiard==4.2.0 (from -r requirements.txt (line 99))
#20 8.282   Downloading billiard-4.2.0-py3-none-any.whl (86 kB)
#20 8.303 Collecting blinker==1.7.0 (from -r requirements.txt (line 102))
#20 8.316   Downloading blinker-1.7.0-py3-none-any.whl (13 kB)
#20 8.391 Collecting blosc2==2.5.1 (from -r requirements.txt (line 105))
#20 8.404   Downloading blosc2-2.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB)
#20 8.445      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 109.6 MB/s eta 0:00:00
#20 8.508 Collecting cachelib==0.9.0 (from -r requirements.txt (line 135))
#20 8.522   Downloading cachelib-0.9.0-py3-none-any.whl (15 kB)
#20 8.564 Collecting celery==5.3.6 (from -r requirements.txt (line 138))
#20 8.577   Downloading celery-5.3.6-py3-none-any.whl (422 kB)
#20 8.631 Collecting certifi==2024.7.4 (from -r requirements.txt (line 144))
#20 8.644   Downloading certifi-2024.7.4-py3-none-any.whl (162 kB)
#20 8.742 Collecting cffi==1.16.0 (from -r requirements.txt (line 147))
#20 8.755   Downloading cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (464 kB)
#20 8.860 Collecting charset-normalizer==3.3.2 (from -r requirements.txt (line 200))
#20 8.873   Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB)
#20 8.897 Collecting ciecplib==0.8.1 (from ciecplib[kerberos]==0.8.1->-r requirements.txt (line 291))
#20 8.909   Downloading ciecplib-0.8.1-py3-none-any.whl (64 kB)
#20 8.929 Collecting click-didyoumean==0.3.1 (from -r requirements.txt (line 294))
#20 8.942   Downloading click_didyoumean-0.3.1-py3-none-any.whl (3.6 kB)
#20 8.961 Collecting click-plugins==1.1.1 (from -r requirements.txt (line 297))
#20 8.974   Downloading click_plugins-1.1.1-py2.py3-none-any.whl (7.5 kB)
#20 8.995 Collecting click-repl==0.3.0 (from -r requirements.txt (line 300))
#20 9.008   Downloading click_repl-0.3.0-py3-none-any.whl (10 kB)
#20 9.036 Collecting click==8.1.7 (from -r requirements.txt (line 303))
#20 9.050   Downloading click-8.1.7-py3-none-any.whl (97 kB)
#20 9.074 Collecting cloudpickle==3.0.0 (from -r requirements.txt (line 306))
#20 9.087   Downloading cloudpickle-3.0.0-py3-none-any.whl (20 kB)
#20 9.105 Collecting comet==3.1.0 (from -r requirements.txt (line 312))
#20 9.118   Downloading Comet-3.1.0.tar.gz (35 kB)
#20 9.145   Installing build dependencies: started
#20 11.06   Installing build dependencies: finished with status 'done'
#20 11.07   Getting requirements to build wheel: started
#20 11.27   Getting requirements to build wheel: finished with status 'done'
#20 11.27   Preparing metadata (pyproject.toml): started
#20 11.47   Preparing metadata (pyproject.toml): finished with status 'done'
#20 11.50 Collecting configargparse==1.7 (from -r requirements.txt (line 314))
#20 11.51   Downloading ConfigArgParse-1.7-py3-none-any.whl (25 kB)
#20 11.57 Collecting confluent-kafka==2.3.0 (from -r requirements.txt (line 317))
#20 11.58   Downloading confluent_kafka-2.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB)
#20 11.62      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 111.2 MB/s eta 0:00:00
#20 11.66 Collecting constantly==23.10.4 (from -r requirements.txt (line 352))
#20 11.67   Downloading constantly-23.10.4-py3-none-any.whl (13 kB)
#20 11.74 Collecting contourpy==1.2.1 (from -r requirements.txt (line 355))
#20 11.75   Downloading contourpy-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (306 kB)
#20 11.78 Collecting corner==2.2.2 (from -r requirements.txt (line 400))
#20 11.79   Downloading corner-2.2.2-py3-none-any.whl (15 kB)
#20 11.94 Collecting cryptography==44.0.1 (from -r requirements.txt (line 403))
#20 11.95   Downloading cryptography-44.0.1-cp39-abi3-manylinux_2_34_x86_64.whl (4.2 MB)
#20 11.99      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 109.6 MB/s eta 0:00:00
#20 12.02 Collecting cycler==0.12.1 (from -r requirements.txt (line 435))
#20 12.04   Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB)
#20 12.09 Collecting dask==2024.4.0 (from dask[array]==2024.4.0->-r requirements.txt (line 438))
#20 12.10   Downloading dask-2024.4.0-py3-none-any.whl (1.2 MB)
#20 12.12      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 102.1 MB/s eta 0:00:00
#20 12.15 Collecting dateparser==1.2.0 (from -r requirements.txt (line 441))
#20 12.16   Downloading dateparser-1.2.0-py2.py3-none-any.whl (294 kB)
#20 12.19 Collecting decorator==5.1.1 (from -r requirements.txt (line 444))
#20 12.20   Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
#20 12.22 Collecting deepdish==0.3.7 (from -r requirements.txt (line 447))
#20 12.24   Downloading deepdish-0.3.7-py2.py3-none-any.whl (37 kB)
#20 12.27 Collecting dill==0.3.8 (from -r requirements.txt (line 450))
#20 12.29   Downloading dill-0.3.8-py3-none-any.whl (116 kB)
#20 12.31 Collecting dqsegdb2==1.2.1 (from -r requirements.txt (line 453))
#20 12.32   Downloading dqsegdb2-1.2.1-py3-none-any.whl (25 kB)
#20 12.34 Collecting dynesty==2.1.3 (from -r requirements.txt (line 456))
#20 12.36   Downloading dynesty-2.1.3-py2.py3-none-any.whl (107 kB)
#20 12.38 Collecting emcee==3.1.4 (from -r requirements.txt (line 459))
#20 12.39   Downloading emcee-3.1.4-py2.py3-none-any.whl (46 kB)
#20 12.42 Collecting executing==2.0.1 (from -r requirements.txt (line 462))
#20 12.43   Downloading executing-2.0.1-py2.py3-none-any.whl (24 kB)
#20 12.60 Collecting fastavro==1.9.4 (from -r requirements.txt (line 465))
#20 12.61   Downloading fastavro-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB)
#20 12.64      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 109.9 MB/s eta 0:00:00
#20 12.67 Collecting fasteners==0.19 (from -r requirements.txt (line 497))
#20 12.68   Downloading fasteners-0.19-py3-none-any.whl (18 kB)
#20 12.71 Collecting flask-caching==2.1.0 (from -r requirements.txt (line 500))
#20 12.72   Downloading Flask_Caching-2.1.0-py3-none-any.whl (28 kB)
#20 12.75 Collecting flask==2.3.3 (from -r requirements.txt (line 503))
#20 12.76   Downloading flask-2.3.3-py3-none-any.whl (96 kB)
#20 12.82 Collecting flatbuffers==24.3.25 (from -r requirements.txt (line 506))
#20 12.83   Downloading flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB)
#20 12.85 Collecting flower==2.0.1 (from -r requirements.txt (line 509))
#20 12.87   Downloading flower-2.0.1-py2.py3-none-any.whl (383 kB)
#20 12.99 Collecting fonttools==4.50.0 (from -r requirements.txt (line 512))
#20 13.00   Downloading fonttools-4.50.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB)
#20 13.05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 109.6 MB/s eta 0:00:00
#20 13.11 Collecting fsspec==2024.3.1 (from -r requirements.txt (line 555))
#20 13.12   Downloading fsspec-2024.3.1-py3-none-any.whl (171 kB)
#20 13.15 Collecting future==1.0.0 (from -r requirements.txt (line 558))
#20 13.17   Downloading future-1.0.0-py3-none-any.whl (491 kB)
#20 13.22 Collecting gast==0.5.4 (from -r requirements.txt (line 561))
#20 13.24   Downloading gast-0.5.4-py3-none-any.whl (19 kB)
#20 13.30 Collecting google-pasta==0.2.0 (from -r requirements.txt (line 564))
#20 13.31   Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB)
#20 13.33 Collecting gracedb-sdk==0.2.0 (from -r requirements.txt (line 568))
#20 13.35   Downloading gracedb_sdk-0.2.0-py3-none-any.whl (36 kB)
#20 13.83 Collecting grpcio==1.62.1 (from -r requirements.txt (line 571))
#20 13.84   Downloading grpcio-1.62.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB)
#20 13.89      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/5.5 MB 114.1 MB/s eta 0:00:00
#20 13.95 Collecting gssapi==1.8.3 (from -r requirements.txt (line 626))
#20 13.96   Downloading gssapi-1.8.3.tar.gz (94 kB)
#20 14.00   Installing build dependencies: started
#20 17.04   Installing build dependencies: finished with status 'done'
#20 17.04   Getting requirements to build wheel: started
#20 21.01   Getting requirements to build wheel: finished with status 'done'
#20 21.01   Preparing metadata (pyproject.toml): started
#20 21.66   Preparing metadata (pyproject.toml): finished with status 'done'
#20 21.69 Collecting gwdatafind==1.2.0 (from -r requirements.txt (line 651))
#20 21.70   Downloading gwdatafind-1.2.0-py3-none-any.whl (45 kB)
#20 21.74 Collecting gwosc==0.7.1 (from -r requirements.txt (line 654))
#20 21.75   Downloading gwosc-0.7.1-py3-none-any.whl (27 kB)
#20 21.78 Collecting gwpy==3.0.11 (from -r requirements.txt (line 657))
#20 21.79   Downloading gwpy-3.0.11-py3-none-any.whl (1.4 MB)
#20 21.80      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 109.2 MB/s eta 0:00:00
#20 21.83 Collecting gwskynet==2.5.2 (from -r requirements.txt (line 660))
#20 21.84   Downloading GWSkyNet-2.5.2-py3-none-any.whl (68 kB)
#20 21.89 Collecting h5py==3.12.1 (from -r requirements.txt (line 663))
#20 21.90   Downloading h5py-3.12.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB)
#20 21.95      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/5.5 MB 113.9 MB/s eta 0:00:00
#20 22.00 Collecting healpy==1.17.3 (from -r requirements.txt (line 690))
#20 22.02   Downloading healpy-1.17.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.5 MB)
#20 22.09      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/8.5 MB 114.0 MB/s eta 0:00:00
#20 22.14 Collecting hop-client==0.9.0 (from -r requirements.txt (line 708))
#20 22.15   Downloading hop_client-0.9.0-py3-none-any.whl (37 kB)
#20 22.17 Collecting hpmoc==1.0.0 (from -r requirements.txt (line 711))
#20 22.18   Downloading hpmoc-1.0.0-py3-none-any.whl (107 kB)
#20 22.22 Collecting humanize==4.9.0 (from -r requirements.txt (line 714))
#20 22.23   Downloading humanize-4.9.0-py3-none-any.whl (126 kB)
#20 22.25 Collecting hyperlink==21.0.0 (from -r requirements.txt (line 717))
#20 22.26   Downloading hyperlink-21.0.0-py2.py3-none-any.whl (74 kB)
#20 22.28 Collecting idna==3.7 (from -r requirements.txt (line 720))
#20 22.30   Downloading idna-3.7-py3-none-any.whl (66 kB)
#20 22.32 Collecting igwn-alert==0.6.3 (from -r requirements.txt (line 723))
#20 22.33   Downloading igwn_alert-0.6.3-py2.py3-none-any.whl (27 kB)
#20 22.35 Collecting igwn-auth-utils==1.1.0 (from -r requirements.txt (line 726))
#20 22.36   Downloading igwn_auth_utils-1.1.0-py3-none-any.whl (26 kB)
#20 22.38 Collecting igwn-gwalert-schema==1.0.0 (from -r requirements.txt (line 729))
#20 22.40   Downloading igwn_gwalert_schema-1.0.0-py3-none-any.whl (18 kB)
#20 22.42 Collecting igwn-segments==2.0.0 (from -r requirements.txt (line 732))
#20 22.43   Downloading igwn_segments-2.0.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl (110 kB)
#20 22.46 Collecting imapclient==3.0.1 (from -r requirements.txt (line 759))
#20 22.47   Downloading IMAPClient-3.0.1-py2.py3-none-any.whl (182 kB)
#20 22.51 Collecting importlib-metadata==7.1.0 (from -r requirements.txt (line 762))
#20 22.53   Downloading importlib_metadata-7.1.0-py3-none-any.whl (24 kB)
#20 22.55 Collecting incremental==24.7.2 (from -r requirements.txt (line 765))
#20 22.56   Downloading incremental-24.7.2-py3-none-any.whl (20 kB)
#20 22.61 Collecting ipython==8.18.1 (from -r requirements.txt (line 768))
#20 22.62   Downloading ipython-8.18.1-py3-none-any.whl (808 kB)
#20 22.63      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 808.2/808.2 kB 118.2 MB/s eta 0:00:00
#20 22.67 Collecting itsdangerous==2.1.2 (from -r requirements.txt (line 771))
#20 22.68   Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB)
#20 22.70 Collecting jedi==0.19.1 (from -r requirements.txt (line 774))
#20 22.71   Downloading jedi-0.19.1-py2.py3-none-any.whl (1.6 MB)
#20 22.73      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 104.6 MB/s eta 0:00:00
#20 22.77 Collecting jinja2==3.1.5 (from -r requirements.txt (line 777))
#20 22.79   Downloading jinja2-3.1.5-py3-none-any.whl (134 kB)
#20 22.82 Collecting joblib==1.3.2 (from -r requirements.txt (line 780))
#20 22.83   Downloading joblib-1.3.2-py3-none-any.whl (302 kB)
#20 22.90 Collecting keras==3.6.0 (from -r requirements.txt (line 783))
#20 22.91   Downloading keras-3.6.0-py3-none-any.whl (1.2 MB)
#20 22.92      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 113.7 MB/s eta 0:00:00
#20 22.98 Collecting kiwisolver==1.4.5 (from -r requirements.txt (line 786))
#20 22.99   Downloading kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB)
#20 23.01      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 109.2 MB/s eta 0:00:00
#20 23.05 Collecting kombu==5.3.6 (from -r requirements.txt (line 891))
#20 23.06   Downloading kombu-5.3.6-py3-none-any.whl (200 kB)
#20 23.36 Collecting lalsuite==7.25.1 (from -r requirements.txt (line 894))
#20 23.37   Downloading lalsuite-7.25.1-cp311-cp311-manylinux_2_28_x86_64.whl (40.4 MB)
#20 23.81      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.4/40.4 MB 91.5 MB/s eta 0:00:00
#20 23.96 Collecting libclang==18.1.1 (from -r requirements.txt (line 910))
#20 23.97   Downloading libclang-18.1.1-py2.py3-none-manylinux2010_x86_64.whl (24.5 MB)
#20 24.19      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.5/24.5 MB 115.5 MB/s eta 0:00:00
#20 24.28 Collecting ligo-em-bright==1.2.2 (from -r requirements.txt (line 921))
#20 24.29   Downloading ligo_em_bright-1.2.2-py3-none-any.whl (30 kB)
#20 24.32 Collecting ligo-followup-advocate==1.2.11 (from -r requirements.txt (line 924))
#20 24.33   Downloading ligo_followup_advocate-1.2.11-py3-none-any.whl (2.1 MB)
#20 24.35      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 115.4 MB/s eta 0:00:00
#20 24.38 Collecting ligo-gracedb==2.12.0 (from -r requirements.txt (line 927))
#20 24.40   Downloading ligo-gracedb-2.12.0.tar.gz (2.3 MB)
#20 24.42      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 110.8 MB/s eta 0:00:00
#20 24.49   Installing build dependencies: started
#20 26.37   Installing build dependencies: finished with status 'done'
#20 26.37   Getting requirements to build wheel: started
#20 26.58   Getting requirements to build wheel: finished with status 'done'
#20 26.59   Preparing metadata (pyproject.toml): started
#20 26.79   Preparing metadata (pyproject.toml): finished with status 'done'
#20 26.82 Collecting ligo-raven==3.2 (from -r requirements.txt (line 929))
#20 26.84   Downloading ligo-raven-3.2.tar.gz (35 kB)
#20 26.86   Installing build dependencies: started
#20 28.68   Installing build dependencies: finished with status 'done'
#20 28.68   Getting requirements to build wheel: started
#20 28.85   Getting requirements to build wheel: finished with status 'done'
#20 28.85   Installing backend dependencies: started
#20 29.61   Installing backend dependencies: finished with status 'done'
#20 29.61   Preparing metadata (pyproject.toml): started
#20 29.83   Preparing metadata (pyproject.toml): finished with status 'done'
#20 29.85 Collecting ligo-rrt-chat==0.1.5 (from -r requirements.txt (line 931))
#20 29.87   Downloading ligo_rrt_chat-0.1.5-py3-none-any.whl (6.9 kB)
#20 29.89 Collecting ligo-segments==1.4.0 (from -r requirements.txt (line 934))
#20 29.90   Downloading ligo-segments-1.4.0.tar.gz (51 kB)
#20 29.92   Installing build dependencies: started
#20 31.82   Installing build dependencies: finished with status 'done'
#20 31.82   Getting requirements to build wheel: started
#20 32.01   Getting requirements to build wheel: finished with status 'done'
#20 32.02   Preparing metadata (pyproject.toml): started
#20 32.23   Preparing metadata (pyproject.toml): finished with status 'done'
#20 32.29 Collecting ligo-skymap==2.2.1 (from -r requirements.txt (line 943))
#20 32.31   Downloading ligo.skymap-2.2.1-cp310-abi3-manylinux_2_28_x86_64.whl (21.7 MB)
#20 32.67      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.7/21.7 MB 60.2 MB/s eta 0:00:00
#20 32.76 Collecting ligotimegps==2.0.1 (from -r requirements.txt (line 949))
#20 32.78   Downloading ligotimegps-2.0.1-py2.py3-none-any.whl (19 kB)
#20 32.84 Collecting llvmlite==0.42.0 (from -r requirements.txt (line 952))
#20 32.85   Downloading llvmlite-0.42.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (43.8 MB)
#20 33.54      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 MB 63.5 MB/s eta 0:00:00
#20 33.70 Collecting locket==1.0.0 (from -r requirements.txt (line 974))
#20 33.71   Downloading locket-1.0.0-py2.py3-none-any.whl (4.4 kB)
#20 33.73 Collecting lscsoft-glue==4.0.0 (from -r requirements.txt (line 977))
#20 33.75   Downloading lscsoft_glue-4.0.0-py3-none-any.whl (46 kB)
#20 33.97 Collecting lxml==5.2.1 (from -r requirements.txt (line 980))
#20 33.99   Downloading lxml-5.2.1-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB)
#20 34.07      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 61.2 MB/s eta 0:00:00
#20 34.12 Collecting markdown-it-py==3.0.0 (from -r requirements.txt (line 1135))
#20 34.13   Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
#20 34.17 Collecting markdown==3.6 (from -r requirements.txt (line 1138))
#20 34.18   Downloading Markdown-3.6-py3-none-any.whl (105 kB)
#20 34.24 Collecting markupsafe==2.1.5 (from -r requirements.txt (line 1141))
#20 34.25   Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB)
#20 34.27 Collecting matplotlib-inline==0.1.6 (from -r requirements.txt (line 1202))
#20 34.28   Downloading matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB)
#20 34.40 Collecting matplotlib==3.9.2 (from -r requirements.txt (line 1205))
#20 34.42   Downloading matplotlib-3.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB)
#20 34.55      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 64.7 MB/s eta 0:00:00
#20 34.60 Collecting mdurl==0.1.2 (from -r requirements.txt (line 1246))
#20 34.61   Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
#20 34.64 Collecting ml-dtypes==0.3.2 (from -r requirements.txt (line 1249))
#20 34.66   Downloading ml_dtypes-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB)
#20 34.69      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 61.3 MB/s eta 0:00:00
#20 34.77 Collecting msgpack==1.0.8 (from -r requirements.txt (line 1267))
#20 34.78   Downloading msgpack-1.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (409 kB)
#20 34.81 Collecting namex==0.0.8 (from -r requirements.txt (line 1324))
#20 34.82   Downloading namex-0.0.8-py3-none-any.whl (5.8 kB)
#20 34.85 Collecting ndindex==1.8 (from -r requirements.txt (line 1327))
#20 34.86   Downloading ndindex-1.8-py3-none-any.whl (91 kB)
#20 34.89 Collecting networkx==3.3 (from -r requirements.txt (line 1330))
#20 34.91   Downloading networkx-3.3-py3-none-any.whl (1.7 MB)
#20 34.94      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 59.2 MB/s eta 0:00:00
#20 35.03 Collecting numba==0.59.1 (from -r requirements.txt (line 1333))
#20 35.05   Downloading numba-0.59.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.7 MB)
#20 35.11      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 61.0 MB/s eta 0:00:00
#20 35.17 Collecting numcodecs==0.12.1 (from -r requirements.txt (line 1355))
#20 35.18   Downloading numcodecs-0.12.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB)
#20 35.31      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/7.9 MB 61.2 MB/s eta 0:00:00
#20 35.40 Collecting numexpr==2.10.0 (from -r requirements.txt (line 1377))
#20 35.41   Downloading numexpr-2.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (378 kB)
#20 35.65 Collecting numpy==1.26.4 (from -r requirements.txt (line 1407))
#20 35.66   Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB)
#20 35.93      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 69.1 MB/s eta 0:00:00
#20 36.03 Collecting opt-einsum==3.3.0 (from -r requirements.txt (line 1444))
#20 36.04   Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB)
#20 36.10 Collecting optree==0.13.0 (from -r requirements.txt (line 1447))
#20 36.12   Downloading optree-0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (367 kB)
#20 36.15 Collecting p-astro==1.0.1 (from -r requirements.txt (line 1536))
#20 36.17   Downloading p_astro-1.0.1.tar.gz (318 kB)
#20 36.20   Installing build dependencies: started
#20 38.10   Installing build dependencies: finished with status 'done'
#20 38.10   Getting requirements to build wheel: started
#20 38.29   Getting requirements to build wheel: finished with status 'done'
#20 38.29   Installing backend dependencies: started
#20 39.01   Installing backend dependencies: finished with status 'done'
#20 39.01   Preparing metadata (pyproject.toml): started
#20 39.23   Preparing metadata (pyproject.toml): finished with status 'done'
#20 39.26 Collecting packaging==24.2 (from -r requirements.txt (line 1538))
#20 39.28   Downloading packaging-24.2-py3-none-any.whl (65 kB)
#20 39.39 Collecting pandas==2.2.3 (from -r requirements.txt (line 1541))
#20 39.40   Downloading pandas-2.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.1 MB)
#20 39.61      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.1/13.1 MB 62.9 MB/s eta 0:00:00
#20 39.72 Collecting parso==0.8.3 (from -r requirements.txt (line 1584))
#20 39.74   Downloading parso-0.8.3-py2.py3-none-any.whl (100 kB)
#20 39.76 Collecting partd==1.4.1 (from -r requirements.txt (line 1587))
#20 39.77   Downloading partd-1.4.1-py3-none-any.whl (18 kB)
#20 39.80 Collecting patsy==0.5.6 (from -r requirements.txt (line 1590))
#20 39.81   Downloading patsy-0.5.6-py2.py3-none-any.whl (233 kB)
#20 39.85 Collecting pesummary==1.3.2 (from -r requirements.txt (line 1593))
#20 39.86   Downloading pesummary-1.3.2-py3-none-any.whl (1.1 MB)
#20 39.88      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 63.2 MB/s eta 0:00:00
#20 39.92 Collecting pexpect==4.9.0 (from -r requirements.txt (line 1596))
#20 39.93   Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
#20 40.09 Collecting pillow==10.3.0 (from -r requirements.txt (line 1599))
#20 40.10   Downloading pillow-10.3.0-cp311-cp311-manylinux_2_28_x86_64.whl (4.5 MB)
#20 40.16      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 74.4 MB/s eta 0:00:00
#20 40.20 Collecting platformdirs==4.2.0 (from -r requirements.txt (line 1669))
#20 40.22   Downloading platformdirs-4.2.0-py3-none-any.whl (17 kB)
#20 40.27 Collecting plotly==5.20.0 (from -r requirements.txt (line 1672))
#20 40.28   Downloading plotly-5.20.0-py3-none-any.whl (15.7 MB)
#20 40.52      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.7/15.7 MB 65.2 MB/s eta 0:00:00
#20 40.74 Collecting pluggy==1.4.0 (from -r requirements.txt (line 1675))
#20 40.76   Downloading pluggy-1.4.0-py3-none-any.whl (20 kB)
#20 40.77 Collecting precession==2.0.4 (from -r requirements.txt (line 1678))
#20 40.79   Downloading precession-2.0.4.tar.gz (39 kB)
#20 40.80   Installing build dependencies: started
#20 42.71   Installing build dependencies: finished with status 'done'
#20 42.71   Getting requirements to build wheel: started
#20 42.91   Getting requirements to build wheel: finished with status 'done'
#20 42.91   Preparing metadata (pyproject.toml): started
#20 43.11   Preparing metadata (pyproject.toml): finished with status 'done'
#20 43.14 Collecting prometheus-client==0.20.0 (from -r requirements.txt (line 1680))
#20 43.16   Downloading prometheus_client-0.20.0-py3-none-any.whl (54 kB)
#20 43.19 Collecting prompt-toolkit==3.0.43 (from -r requirements.txt (line 1683))
#20 43.21   Downloading prompt_toolkit-3.0.43-py3-none-any.whl (386 kB)
#20 43.36 Collecting protobuf==4.25.3 (from -r requirements.txt (line 1686))
#20 43.37   Downloading protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl (294 kB)
#20 43.39 Collecting ptemcee==1.0.0 (from -r requirements.txt (line 1698))
#20 43.41   Downloading ptemcee-1.0.0.tar.gz (17 kB)
#20 43.42   Installing build dependencies: started
#20 45.30   Installing build dependencies: finished with status 'done'
#20 45.30   Getting requirements to build wheel: started
#20 45.51   Getting requirements to build wheel: finished with status 'done'
#20 45.51   Preparing metadata (pyproject.toml): started
#20 45.72   Preparing metadata (pyproject.toml): finished with status 'done'
#20 45.75 Collecting ptyprocess==0.7.0 (from -r requirements.txt (line 1700))
#20 45.76   Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
#20 45.78 Collecting pure-eval==0.2.2 (from -r requirements.txt (line 1703))
#20 45.79   Downloading pure_eval-0.2.2-py3-none-any.whl (11 kB)
#20 45.82 Collecting py-cpuinfo==9.0.0 (from -r requirements.txt (line 1706))
#20 45.83   Downloading py_cpuinfo-9.0.0-py3-none-any.whl (22 kB)
#20 45.86 Collecting pyasn1-modules==0.4.0 (from -r requirements.txt (line 1709))
#20 45.87   Downloading pyasn1_modules-0.4.0-py3-none-any.whl (181 kB)
#20 45.92 Collecting pyasn1==0.6.0 (from -r requirements.txt (line 1712))
#20 45.93   Downloading pyasn1-0.6.0-py2.py3-none-any.whl (85 kB)
#20 45.95 Collecting pycondor==0.6.0 (from -r requirements.txt (line 1715))
#20 45.96   Downloading PyCondor-0.6.0-py2.py3-none-any.whl (30 kB)
#20 45.98 Collecting pycparser==2.22 (from -r requirements.txt (line 1718))
#20 45.99   Downloading pycparser-2.22-py3-none-any.whl (117 kB)
#20 46.04 Collecting pyerfa==2.0.1.4 (from -r requirements.txt (line 1721))
#20 46.05   Downloading pyerfa-2.0.1.4-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB)
#20 46.13      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 738.7/738.7 kB 6.3 MB/s eta 0:00:00
#20 46.17 Collecting pyfftw==0.14.0 (from -r requirements.txt (line 1733))
#20 46.18   Downloading pyFFTW-0.14.0-cp311-cp311-manylinux_2_28_x86_64.whl (3.1 MB)
#20 46.25      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 49.9 MB/s eta 0:00:00
#20 46.28 Collecting pygcn==1.1.3 (from -r requirements.txt (line 1763))
#20 46.29   Downloading pygcn-1.1.3-py3-none-any.whl (30 kB)
#20 46.32 Collecting pygments==2.17.2 (from -r requirements.txt (line 1766))
#20 46.34   Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB)
#20 46.36      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 46.1 MB/s eta 0:00:00
#20 46.41 Collecting pyjwt==2.8.0 (from -r requirements.txt (line 1769))
#20 46.42   Downloading PyJWT-2.8.0-py3-none-any.whl (22 kB)
#20 46.45 Collecting pyopenssl==25.0.0 (from -r requirements.txt (line 1772))
#20 46.46   Downloading pyOpenSSL-25.0.0-py3-none-any.whl (56 kB)
#20 46.50 Collecting pyparsing==3.1.2 (from -r requirements.txt (line 1775))
#20 46.51   Downloading pyparsing-3.1.2-py3-none-any.whl (103 kB)
#20 46.53 Collecting python-dateutil==2.9.0.post0 (from -r requirements.txt (line 1778))
#20 46.55   Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
#20 46.57 Collecting python-ligo-lw==1.8.3 (from -r requirements.txt (line 1781))
#20 46.79   Downloading python-ligo-lw-1.8.3.tar.gz (2.3 MB)
#20 46.84      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 50.5 MB/s eta 0:00:00
#20 46.95   Installing build dependencies: started
#20 48.87   Installing build dependencies: finished with status 'done'
#20 48.87   Getting requirements to build wheel: started
#20 49.08   Getting requirements to build wheel: finished with status 'done'
#20 49.08   Preparing metadata (pyproject.toml): started
#20 49.29   Preparing metadata (pyproject.toml): finished with status 'done'
#20 49.35 Collecting pytz==2024.1 (from -r requirements.txt (line 1783))
#20 49.37   Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB)
#20 49.40 Collecting pyxdg==0.28 (from -r requirements.txt (line 1786))
#20 49.42   Downloading pyxdg-0.28-py2.py3-none-any.whl (49 kB)
#20 49.46 Collecting pyyaml==6.0.1 (from -r requirements.txt (line 1789))
#20 49.48   Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB)
#20 49.49      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 45.9 MB/s eta 0:00:00
#20 49.72 Collecting rapid-pe==0.1.1 (from -r requirements.txt (line 1841))
#20 49.74   Downloading rapid_pe-0.1.1-py3-none-any.whl (111 kB)
#20 49.87 Collecting rapidpe-rift-pipe==0.6.9 (from -r requirements.txt (line 1844))
#20 49.88   Downloading rapidpe_rift_pipe-0.6.9-py3-none-any.whl (65 kB)
#20 49.92 Collecting redis==5.0.3 (from -r requirements.txt (line 1847))
#20 49.93   Downloading redis-5.0.3-py3-none-any.whl (251 kB)
#20 50.22 Collecting regex==2023.12.25 (from -r requirements.txt (line 1850))
#20 50.23   Downloading regex-2023.12.25-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (785 kB)
#20 50.25      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 785.1/785.1 kB 51.0 MB/s eta 0:00:00
#20 50.29 Collecting reproject==0.14.0 (from -r requirements.txt (line 1944))
#20 50.30   Downloading reproject-0.14.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)
#20 50.34      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 50.7 MB/s eta 0:00:00
#20 50.37 Collecting requests-ecp==0.3.1 (from -r requirements.txt (line 1961))
#20 50.38   Downloading requests_ecp-0.3.1-py3-none-any.whl (29 kB)
#20 50.40 Collecting requests-gracedb==0.1.4 (from -r requirements.txt (line 1967))
#20 50.42   Downloading requests_gracedb-0.1.4-py3-none-any.whl (30 kB)
#20 50.44 Collecting requests-gssapi==1.3.0 (from -r requirements.txt (line 1970))
#20 50.45   Downloading requests_gssapi-1.3.0-py3-none-any.whl (12 kB)
#20 50.49 Collecting requests==2.32.2 (from -r requirements.txt (line 1973))
#20 50.51   Downloading requests-2.32.2-py3-none-any.whl (63 kB)
#20 50.55 Collecting rich==13.9.2 (from -r requirements.txt (line 1976))
#20 50.57   Downloading rich-13.9.2-py3-none-any.whl (242 kB)
#20 50.70 Collecting rift==0.0.15.11 (from -r requirements.txt (line 1979))
#20 50.71   Downloading RIFT-0.0.15.11.tar.gz (756 kB)
#20 50.73      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.0/756.0 kB 48.9 MB/s eta 0:00:00
#20 50.83   Installing build dependencies: started
#20 53.04   Installing build dependencies: finished with status 'done'
#20 53.04   Getting requirements to build wheel: started
#20 53.21   Getting requirements to build wheel: finished with status 'done'
#20 53.22   Installing backend dependencies: started
#20 55.13   Installing backend dependencies: finished with status 'done'
#20 55.13   Preparing metadata (pyproject.toml): started
#20 55.53   Preparing metadata (pyproject.toml): finished with status 'done'
#20 55.55 Collecting safe-netrc==1.0.1 (from -r requirements.txt (line 1981))
#20 55.57   Downloading safe_netrc-1.0.1-py3-none-any.whl (10 kB)
#20 55.65 Collecting scikit-learn==1.5.1 (from -r requirements.txt (line 1984))
#20 55.66   Downloading scikit_learn-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB)
#20 55.92      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 53.4 MB/s eta 0:00:00
#20 56.08 Collecting scipy==1.13.1 (from -r requirements.txt (line 2006))
#20 56.09   Downloading scipy-1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.6 MB)
#20 56.77      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.6/38.6 MB 56.5 MB/s eta 0:00:00
#20 56.94 Collecting scitokens==1.8.1 (from -r requirements.txt (line 2032))
#20 56.95   Downloading scitokens-1.8.1-py3-none-any.whl (31 kB)
#20 56.97 Collecting seaborn==0.12.2 (from -r requirements.txt (line 2035))
#20 56.99   Downloading seaborn-0.12.2-py3-none-any.whl (293 kB)
#20 57.05 Collecting sentry-sdk==2.13.0 (from sentry-sdk[flask,tornado]==2.13.0->-r requirements.txt (line 2038))
#20 57.07   Downloading sentry_sdk-2.13.0-py2.py3-none-any.whl (309 kB)
#20 57.10 Collecting service-identity==24.1.0 (from -r requirements.txt (line 2041))
#20 57.12   Downloading service_identity-24.1.0-py3-none-any.whl (12 kB)
#20 57.24 Collecting setuptools==73.0.1 (from -r requirements.txt (line 2044))
#20 57.25   Downloading setuptools-73.0.1-py3-none-any.whl (2.3 MB)
#20 57.30      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 54.0 MB/s eta 0:00:00
#20 57.40 Collecting shapely==2.0.6 (from -r requirements.txt (line 2047))
#20 57.42   Downloading shapely-2.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB)
#20 57.46      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 53.4 MB/s eta 0:00:00
#20 57.50 Collecting six==1.16.0 (from -r requirements.txt (line 2090))
#20 57.52   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
#20 57.54 Collecting stack-data==0.6.3 (from -r requirements.txt (line 2093))
#20 57.55   Downloading stack_data-0.6.3-py3-none-any.whl (24 kB)
#20 57.60 Collecting statsmodels==0.14.1 (from -r requirements.txt (line 2096))
#20 57.62   Downloading statsmodels-0.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.8 MB)
#20 57.82      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.8/10.8 MB 52.9 MB/s eta 0:00:00
#20 57.91 Collecting tables==3.10.1 (from -r requirements.txt (line 2126))
#20 57.92   Downloading tables-3.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.6 MB)
#20 58.04      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/7.6 MB 63.3 MB/s eta 0:00:00
#20 58.09 Collecting tabulate==0.9.0 (from -r requirements.txt (line 2143))
#20 58.10   Downloading tabulate-0.9.0-py3-none-any.whl (35 kB)
#20 58.13 Collecting tenacity==8.2.3 (from -r requirements.txt (line 2146))
#20 58.14   Downloading tenacity-8.2.3-py3-none-any.whl (24 kB)
#20 58.16 Collecting tensorboard-data-server==0.7.2 (from -r requirements.txt (line 2149))
#20 58.18   Downloading tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl (6.6 MB)
#20 58.29      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 57.0 MB/s eta 0:00:00
#20 58.35 Collecting tensorboard==2.17.1 (from -r requirements.txt (line 2153))
#20 58.36   Downloading tensorboard-2.17.1-py3-none-any.whl (5.5 MB)
#20 58.46      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/5.5 MB 56.3 MB/s eta 0:00:00
#20 58.54 Collecting tensorflow-cpu==2.17.0 (from -r requirements.txt (line 2155))
#20 58.56   Downloading tensorflow_cpu-2.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (221.2 MB)
#20 62.73      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 221.2/221.2 MB 53.1 MB/s eta 0:00:00
#20 63.53 Collecting tensorflow-io-gcs-filesystem==0.36.0 (from -r requirements.txt (line 2169))
#20 63.55   Downloading tensorflow_io_gcs_filesystem-0.36.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB)
#20 63.62      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.1/5.1 MB 68.8 MB/s eta 0:00:00
#20 63.66 Collecting termcolor==2.4.0 (from -r requirements.txt (line 2200))
#20 63.67   Downloading termcolor-2.4.0-py3-none-any.whl (7.7 kB)
#20 63.69 Collecting threadpoolctl==3.4.0 (from -r requirements.txt (line 2203))
#20 63.71   Downloading threadpoolctl-3.4.0-py3-none-any.whl (17 kB)
#20 63.73 Collecting toml==0.10.2 (from -r requirements.txt (line 2206))
#20 63.74   Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
#20 63.76 Collecting toolz==0.12.1 (from -r requirements.txt (line 2209))
#20 63.78   Downloading toolz-0.12.1-py3-none-any.whl (56 kB)
#20 63.82 Collecting tornado==6.4.2 (from -r requirements.txt (line 2212))
#20 63.83   Downloading tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (437 kB)
#20 63.88 Collecting tqdm==4.66.4 (from -r requirements.txt (line 2224))
#20 63.89   Downloading tqdm-4.66.4-py3-none-any.whl (78 kB)
#20 63.92 Collecting traitlets==5.14.2 (from -r requirements.txt (line 2227))
#20 63.93   Downloading traitlets-5.14.2-py3-none-any.whl (85 kB)
#20 63.97 Collecting twisted==24.7.0 (from -r requirements.txt (line 2230))
#20 63.98   Downloading twisted-24.7.0-py3-none-any.whl (3.2 MB)
#20 64.03      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 70.9 MB/s eta 0:00:00
#20 64.26 Collecting typing-extensions==4.10.0 (from -r requirements.txt (line 2233))
#20 64.28   Downloading typing_extensions-4.10.0-py3-none-any.whl (33 kB)
#20 64.30 Collecting tzdata==2024.1 (from -r requirements.txt (line 2236))
#20 64.31   Downloading tzdata-2024.1-py2.py3-none-any.whl (345 kB)
#20 64.34 Collecting tzlocal==5.2 (from -r requirements.txt (line 2239))
#20 64.36   Downloading tzlocal-5.2-py3-none-any.whl (17 kB)
#20 64.39 Collecting urllib3==2.2.2 (from -r requirements.txt (line 2242))
#20 64.40   Downloading urllib3-2.2.2-py3-none-any.whl (121 kB)
#20 64.43 Collecting vine==5.1.0 (from -r requirements.txt (line 2245))
#20 64.44   Downloading vine-5.1.0-py3-none-any.whl (9.6 kB)
#20 64.46 Collecting voeventlib==1.2 (from -r requirements.txt (line 2248))
#20 64.47   Downloading VOEventLib-1.2-py3-none-any.whl (20 kB)
#20 64.50 Collecting wcwidth==0.2.13 (from -r requirements.txt (line 2251))
#20 64.51   Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
#20 64.54 Collecting werkzeug==3.0.6 (from -r requirements.txt (line 2254))
#20 64.55   Downloading werkzeug-3.0.6-py3-none-any.whl (227 kB)
#20 64.59 Collecting wheel==0.43.0 (from -r requirements.txt (line 2257))
#20 64.60   Downloading wheel-0.43.0-py3-none-any.whl (65 kB)
#20 64.69 Collecting wrapt==1.14.1 (from -r requirements.txt (line 2260))
#20 64.70   Downloading wrapt-1.14.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB)
#20 64.73 Collecting xmltodict==0.13.0 (from -r requirements.txt (line 2335))
#20 64.75   Downloading xmltodict-0.13.0-py2.py3-none-any.whl (10.0 kB)
#20 64.78 Collecting zarr==2.17.1 (from -r requirements.txt (line 2338))
#20 64.79   Downloading zarr-2.17.1-py3-none-any.whl (207 kB)
#20 64.82 Collecting zipp==3.19.2 (from -r requirements.txt (line 2341))
#20 64.84   Downloading zipp-3.19.2-py3-none-any.whl (9.0 kB)
#20 64.94 Collecting zope-interface==6.2 (from -r requirements.txt (line 2344))
#20 64.95   Downloading zope.interface-6.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (249 kB)
#20 65.02 Collecting zstandard==0.22.0 (from -r requirements.txt (line 2381))
#20 65.04   Downloading zstandard-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB)
#20 65.11      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 70.9 MB/s eta 0:00:00
#20 67.66 Building wheels for collected packages: asciitree, astroplan, comet, gssapi, ligo-gracedb, ligo-raven, ligo-segments, p-astro, precession, ptemcee, python-ligo-lw, rift
#20 67.66   Building wheel for asciitree (pyproject.toml): started
#20 67.90   Building wheel for asciitree (pyproject.toml): finished with status 'done'
#20 67.91   Created wheel for asciitree: filename=asciitree-0.3.3-py3-none-any.whl size=5069 sha256=bbe9c9d811f5f70c8f93b9f080be6e84716f118c2c23c464aa3889e8440fcabc
#20 67.91   Stored in directory: /tmp/pip-ephem-wheel-cache-nnxduzep/wheels/71/c1/da/23077eb3b87d24d6f3852ed1ed1a1ac2d3c885ad6ebd2b4a07
#20 67.92   Building wheel for astroplan (pyproject.toml): started
#20 68.41   Building wheel for astroplan (pyproject.toml): finished with status 'done'
#20 68.41   Created wheel for astroplan: filename=astroplan-0.9.1-py3-none-any.whl size=84451 sha256=2a5df33caff83362c4572ec92c1ae88971207c8c777717f0869c270ccd6d72ef
#20 68.41   Stored in directory: /tmp/pip-ephem-wheel-cache-nnxduzep/wheels/4b/fd/f7/11c469800e1c787f272cd4ca8699c6618ceaa8a22014f495dc
#20 68.42   Building wheel for comet (pyproject.toml): started
#20 68.72   Building wheel for comet (pyproject.toml): finished with status 'done'
#20 68.72   Created wheel for comet: filename=comet-3.1.0-py3-none-any.whl size=57671 sha256=09555b1f221d77e2042e1a5721e0fd8d5ef3e44567de6321f7bbdf4c5d14e12a
#20 68.72   Stored in directory: /tmp/pip-ephem-wheel-cache-nnxduzep/wheels/80/9a/1d/ac583644f16e70d69f953c6402881a7eb63b72a82de5d7ff52
#20 68.72   Building wheel for gssapi (pyproject.toml): started
#20 129.5   Building wheel for gssapi (pyproject.toml): still running...
#20 148.6   Building wheel for gssapi (pyproject.toml): finished with status 'done'
#20 148.6   Created wheel for gssapi: filename=gssapi-1.8.3-cp311-cp311-linux_x86_64.whl size=4963172 sha256=e6190ab0715e3bf9dcc10ea63e6665eb3261b38e675562987d39d4fbe4e963f2
#20 148.6   Stored in directory: /tmp/pip-ephem-wheel-cache-nnxduzep/wheels/99/85/53/8e91f74206372b0029a141a2fceeca8866fc8b1122d6d49d92
#20 148.6   Building wheel for ligo-gracedb (pyproject.toml): started
#20 149.1   Building wheel for ligo-gracedb (pyproject.toml): finished with status 'done'
#20 149.1   Created wheel for ligo-gracedb: filename=ligo_gracedb-2.12.0-py2.py3-none-any.whl size=2287216 sha256=cd6de1f7653001dd381fa3f8689f0473f1e35b116856c3e6a1858135187ad3cf
#20 149.1   Stored in directory: /tmp/pip-ephem-wheel-cache-nnxduzep/wheels/1c/ba/dd/1db8ad2f2a7be25c1738f83e4ed4a0d1be5e5a5ccb9894f8fb
#20 149.1   Building wheel for ligo-raven (pyproject.toml): started
#20 149.3   Building wheel for ligo-raven (pyproject.toml): finished with status 'done'
#20 149.3   Created wheel for ligo-raven: filename=ligo_raven-3.2-py3-none-any.whl size=48471 sha256=9d2e407763d460d3ed46baecd9f85627af7585febcfa552ffd8fa05e4ff5460e
#20 149.3   Stored in directory: /tmp/pip-ephem-wheel-cache-nnxduzep/wheels/56/b0/3e/42d5a7b87f767615b62d741d4d289533fa00408bb6956f02eb
#20 149.4   Building wheel for ligo-segments (pyproject.toml): started
#20 151.1   Building wheel for ligo-segments (pyproject.toml): finished with status 'done'
#20 151.1   Created wheel for ligo-segments: filename=ligo_segments-1.4.0-cp311-cp311-linux_x86_64.whl size=109415 sha256=51f749e911dfc97b69276ffbf084aaac2568fc825f2eb11bac128278b4f60ab5
#20 151.1   Stored in directory: /tmp/pip-ephem-wheel-cache-nnxduzep/wheels/02/2b/93/c2ee2b6f4ea9572ee4f5ade0115c4bd0887be6228328740dae
#20 151.1   Building wheel for p-astro (pyproject.toml): started
#20 151.4   Building wheel for p-astro (pyproject.toml): finished with status 'done'
#20 151.4   Created wheel for p-astro: filename=p_astro-1.0.1-py3-none-any.whl size=317734 sha256=abdfc5bff03c8de461f83dcfd95bf6d34fd5b583798c8649da06094c8dc028b9
#20 151.4   Stored in directory: /tmp/pip-ephem-wheel-cache-nnxduzep/wheels/7c/b1/90/3a18c9e958d0d04b1828e99c8de5309b54105e759c48c9dbf5
#20 151.4   Building wheel for precession (pyproject.toml): started
#20 151.6   Building wheel for precession (pyproject.toml): finished with status 'done'
#20 151.6   Created wheel for precession: filename=precession-2.0.4-py3-none-any.whl size=38909 sha256=0a8ea345909d510052bff56b48e8411f3ea856922cb3354bd00bb4cd9de4dcce
#20 151.6   Stored in directory: /tmp/pip-ephem-wheel-cache-nnxduzep/wheels/83/32/9d/62c1117000b3e1ed7b0cc576bb771a0cd71b7e0183bc7169c2
#20 151.6   Building wheel for ptemcee (pyproject.toml): started
#20 151.9   Building wheel for ptemcee (pyproject.toml): finished with status 'done'
#20 151.9   Created wheel for ptemcee: filename=ptemcee-1.0.0-py3-none-any.whl size=18587 sha256=48c46189a84e775b58ce3275696fdf0959b4c9bc386820d151d75dd82f7b60b2
#20 151.9   Stored in directory: /tmp/pip-ephem-wheel-cache-nnxduzep/wheels/3b/41/28/3471e4eb939f80c9ad8f8727c176c075d7898db6f775470485
#20 151.9   Building wheel for python-ligo-lw (pyproject.toml): started
#20 153.0   Building wheel for python-ligo-lw (pyproject.toml): finished with status 'done'
#20 153.0   Created wheel for python-ligo-lw: filename=python_ligo_lw-1.8.3-cp311-cp311-linux_x86_64.whl size=156728 sha256=a14280ae25642b1f428e0e7979bad444fb41d30f471df697da5aecba307ff5b8
#20 153.0   Stored in directory: /tmp/pip-ephem-wheel-cache-nnxduzep/wheels/dc/3a/a1/2400e079ce9e36a572fa67ccd3645e87b9abba772b6a7dfe98
#20 153.0   Building wheel for rift (pyproject.toml): started
#20 153.6   Building wheel for rift (pyproject.toml): finished with status 'done'
#20 153.6   Created wheel for rift: filename=rift-0.0.15.11-py3-none-any.whl size=826774 sha256=c550d95385a397c3499d778d76b63cd199198134a55e26c55d75f56293192c52
#20 153.6   Stored in directory: /tmp/pip-ephem-wheel-cache-nnxduzep/wheels/e2/40/38/a8ab6662cec65ba34afef00473a379eaca04626c61650f6522
#20 153.6 Successfully built asciitree astroplan comet gssapi ligo-gracedb ligo-raven ligo-segments p-astro precession ptemcee python-ligo-lw rift
#20 154.4 Installing collected packages: wcwidth, pyxdg, pytz, py-cpuinfo, pure-eval, ptyprocess, namex, libclang, igwn-segments, flatbuffers, dynesty, confluent-kafka, asciitree, zstandard, zipp, xmltodict, wrapt, wheel, voeventlib, vine, urllib3, tzlocal, tzdata, typing-extensions, traitlets, tqdm, tornado, toolz, toml, threadpoolctl, termcolor, tensorflow-io-gcs-filesystem, tensorboard-data-server, tenacity, tabulate, six, setuptools, safe-netrc, regex, redis, pyyaml, pyparsing, pyjwt, pygments, pycparser, pyasn1, protobuf, prompt-toolkit, prometheus-client, pluggy, platformdirs, pillow, pexpect, parso, packaging, numpy, networkx, ndindex, msgpack, mdurl, markupsafe, markdown, lxml, locket, llvmlite, ligotimegps, kiwisolver, joblib, itsdangerous, imapclient, igwn-gwalert-schema, idna, humanize, grpcio, gast, future, fsspec, fonttools, fasteners, fastavro, executing, dill, decorator, cycler, constantly, configargparse, cloudpickle, click, charset-normalizer, certifi, cachelib, blinker, billiard, attrs, astropy-iers-data, absl-py, zope-interface, werkzeug, shapely, sentry-sdk, scipy, requests, python-dateutil, pygcn, pyfftw, pyerfa, pycondor, pyasn1-modules, ptemcee, plotly, patsy, partd, optree, opt-einsum, numexpr, numcodecs, numba, ml-dtypes, matplotlib-inline, markdown-it-py, ligo-segments, jinja2, jedi, incremental, importlib-metadata, hyperlink, h5py, gssapi, google-pasta, emcee, contourpy, click-repl, click-plugins, click-didyoumean, cffi, blosc2, bilby-cython, automat, astunparse, asttokens, amqp, zarr, twisted, tensorboard, tables, stack-data, scikit-learn, rich, requests-gssapi, requests-ecp, precession, pandas, matplotlib, ligo-rrt-chat, kombu, gwosc, flask, dateparser, dask, cryptography, astropy, statsmodels, service-identity, seaborn, scitokens, requests-gracedb, pyopenssl, keras, ipython, healpy, flask-caching, deepdish, corner, comet, ciecplib, celery, authlib, astropy-healpix, astroplan, tensorflow-cpu, reproject, lscsoft-glue, igwn-auth-utils, hpmoc, gracedb-sdk, flower, bilby, adc-streaming, python-ligo-lw, ligo-gracedb, lalsuite, hop-client, gwdatafind, dqsegdb2, p-astro, ligo-skymap, ligo-em-bright, igwn-alert, gwpy, rift, rapid-pe, pesummary, ligo-raven, ligo-followup-advocate, gwskynet, rapidpe-rift-pipe, bilby-pipe
#20 156.7   Attempting uninstall: setuptools
#20 156.7     Found existing installation: setuptools 65.5.0
#20 156.7     Uninstalling setuptools-65.5.0:
#20 156.8       Successfully uninstalled setuptools-65.5.0
#20 227.3 Successfully installed absl-py-2.1.0 adc-streaming-2.3.2 amqp-5.2.0 asciitree-0.3.3 astroplan-0.9.1 astropy-6.1.4 astropy-healpix-1.0.3 astropy-iers-data-0.2024.9.30.0.32.59 asttokens-2.4.1 astunparse-1.6.3 attrs-23.2.0 authlib-1.3.1 automat-22.10.0 bilby-2.3.0 bilby-cython-0.4.2 bilby-pipe-1.4.2 billiard-4.2.0 blinker-1.7.0 blosc2-2.5.1 cachelib-0.9.0 celery-5.3.6 certifi-2024.7.4 cffi-1.16.0 charset-normalizer-3.3.2 ciecplib-0.8.1 click-8.1.7 click-didyoumean-0.3.1 click-plugins-1.1.1 click-repl-0.3.0 cloudpickle-3.0.0 comet-3.1.0 configargparse-1.7 confluent-kafka-2.3.0 constantly-23.10.4 contourpy-1.2.1 corner-2.2.2 cryptography-44.0.1 cycler-0.12.1 dask-2024.4.0 dateparser-1.2.0 decorator-5.1.1 deepdish-0.3.7 dill-0.3.8 dqsegdb2-1.2.1 dynesty-2.1.3 emcee-3.1.4 executing-2.0.1 fastavro-1.9.4 fasteners-0.19 flask-2.3.3 flask-caching-2.1.0 flatbuffers-24.3.25 flower-2.0.1 fonttools-4.50.0 fsspec-2024.3.1 future-1.0.0 gast-0.5.4 google-pasta-0.2.0 gracedb-sdk-0.2.0 grpcio-1.62.1 gssapi-1.8.3 gwdatafind-1.2.0 gwosc-0.7.1 gwpy-3.0.11 gwskynet-2.5.2 h5py-3.12.1 healpy-1.17.3 hop-client-0.9.0 hpmoc-1.0.0 humanize-4.9.0 hyperlink-21.0.0 idna-3.7 igwn-alert-0.6.3 igwn-auth-utils-1.1.0 igwn-gwalert-schema-1.0.0 igwn-segments-2.0.0 imapclient-3.0.1 importlib-metadata-7.1.0 incremental-24.7.2 ipython-8.18.1 itsdangerous-2.1.2 jedi-0.19.1 jinja2-3.1.5 joblib-1.3.2 keras-3.6.0 kiwisolver-1.4.5 kombu-5.3.6 lalsuite-7.25.1 libclang-18.1.1 ligo-em-bright-1.2.2 ligo-followup-advocate-1.2.11 ligo-gracedb-2.12.0 ligo-raven-3.2 ligo-rrt-chat-0.1.5 ligo-segments-1.4.0 ligo-skymap-2.2.1 ligotimegps-2.0.1 llvmlite-0.42.0 locket-1.0.0 lscsoft-glue-4.0.0 lxml-5.2.1 markdown-3.6 markdown-it-py-3.0.0 markupsafe-2.1.5 matplotlib-3.9.2 matplotlib-inline-0.1.6 mdurl-0.1.2 ml-dtypes-0.3.2 msgpack-1.0.8 namex-0.0.8 ndindex-1.8 networkx-3.3 numba-0.59.1 numcodecs-0.12.1 numexpr-2.10.0 numpy-1.26.4 opt-einsum-3.3.0 optree-0.13.0 p-astro-1.0.1 packaging-24.2 pandas-2.2.3 parso-0.8.3 partd-1.4.1 patsy-0.5.6 pesummary-1.3.2 pexpect-4.9.0 pillow-10.3.0 platformdirs-4.2.0 plotly-5.20.0 pluggy-1.4.0 precession-2.0.4 prometheus-client-0.20.0 prompt-toolkit-3.0.43 protobuf-4.25.3 ptemcee-1.0.0 ptyprocess-0.7.0 pure-eval-0.2.2 py-cpuinfo-9.0.0 pyasn1-0.6.0 pyasn1-modules-0.4.0 pycondor-0.6.0 pycparser-2.22 pyerfa-2.0.1.4 pyfftw-0.14.0 pygcn-1.1.3 pygments-2.17.2 pyjwt-2.8.0 pyopenssl-25.0.0 pyparsing-3.1.2 python-dateutil-2.9.0.post0 python-ligo-lw-1.8.3 pytz-2024.1 pyxdg-0.28 pyyaml-6.0.1 rapid-pe-0.1.1 rapidpe-rift-pipe-0.6.9 redis-5.0.3 regex-2023.12.25 reproject-0.14.0 requests-2.32.2 requests-ecp-0.3.1 requests-gracedb-0.1.4 requests-gssapi-1.3.0 rich-13.9.2 rift-0.0.15.11 safe-netrc-1.0.1 scikit-learn-1.5.1 scipy-1.13.1 scitokens-1.8.1 seaborn-0.12.2 sentry-sdk-2.13.0 service-identity-24.1.0 setuptools-73.0.1 shapely-2.0.6 six-1.16.0 stack-data-0.6.3 statsmodels-0.14.1 tables-3.10.1 tabulate-0.9.0 tenacity-8.2.3 tensorboard-2.17.1 tensorboard-data-server-0.7.2 tensorflow-cpu-2.17.0 tensorflow-io-gcs-filesystem-0.36.0 termcolor-2.4.0 threadpoolctl-3.4.0 toml-0.10.2 toolz-0.12.1 tornado-6.4.2 tqdm-4.66.4 traitlets-5.14.2 twisted-24.7.0 typing-extensions-4.10.0 tzdata-2024.1 tzlocal-5.2 urllib3-2.2.2 vine-5.1.0 voeventlib-1.2 wcwidth-0.2.13 werkzeug-3.0.6 wheel-0.43.0 wrapt-1.14.1 xmltodict-0.13.0 zarr-2.17.1 zipp-3.19.2 zope-interface-6.2 zstandard-0.22.0
#20 DONE 255.6s

#21 [install 9/9] RUN pip install --no-deps *.whl
#21 0.908 Processing ./gwcelery-2.1.1.dev363+c42d9872-py3-none-any.whl
#21 0.956 Installing collected packages: gwcelery
#21 1.245 Successfully installed gwcelery-2.1.1.dev363+c42d9872
#21 DONE 1.9s

#5 [app 1/5] FROM docker.io/library/python:3.11-slim@sha256:614c8691ab74150465ec9123378cd4dde7a6e57be9e558c3108df40664667a4c
#5 CACHED

#22 [app 2/5] COPY --from=install /opt/venv /opt/venv
#22 DONE 15.1s

#23 [app 3/5] RUN apt-get update &&     apt-get install -y --no-install-recommends         libkrb5-dev && 	rm -rf /var/lib/apt /var/lib/dpkg /var/lib/cache /var/lib/log
#23 0.482 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
#23 0.521 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#23 0.535 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#23 0.687 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB]
#23 1.534 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [13.5 kB]
#23 1.534 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [246 kB]
#23 2.768 Fetched 9306 kB in 2s (4023 kB/s)
#23 2.768 Reading package lists...
#23 3.529 Reading package lists...
#23 4.152 Building dependency tree...
#23 4.281 Reading state information...
#23 4.428 The following additional packages will be installed:
#23 4.428   comerr-dev krb5-multidev libc-dev-bin libc6-dev libcrypt-dev libgssrpc4
#23 4.428   libkadm5clnt-mit12 libkadm5srv-mit12 libkdb5-10 libnsl-dev libtirpc-dev
#23 4.429   linux-libc-dev rpcsvc-proto
#23 4.430 Suggested packages:
#23 4.430   doc-base krb5-doc glibc-doc manpages-dev krb5-user
#23 4.430 Recommended packages:
#23 4.430   manpages manpages-dev libc-devtools
#23 4.576 The following NEW packages will be installed:
#23 4.577   comerr-dev krb5-multidev libc-dev-bin libc6-dev libcrypt-dev libgssrpc4
#23 4.577   libkadm5clnt-mit12 libkadm5srv-mit12 libkdb5-10 libkrb5-dev libnsl-dev
#23 4.578   libtirpc-dev linux-libc-dev rpcsvc-proto
#23 4.642 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.
#23 4.642 Need to get 4878 kB of archives.
#23 4.642 After this operation, 22.9 MB of additional disk space will be used.
#23 4.642 Get:1 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u9 [46.7 kB]
#23 4.677 Get:2 http://deb.debian.org/debian-security bookworm-security/main amd64 linux-libc-dev amd64 6.1.128-1 [2103 kB]
#23 4.802 Get:3 http://deb.debian.org/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB]
#23 4.816 Get:4 http://deb.debian.org/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB]
#23 5.070 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
#23 5.072 Get:6 http://deb.debian.org/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
#23 5.147 Get:7 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u9 [1904 kB]
#23 5.287 Get:8 http://deb.debian.org/debian bookworm/main amd64 comerr-dev amd64 2.1-1.47.0-2 [51.4 kB]
#23 5.289 Get:9 http://deb.debian.org/debian bookworm/main amd64 libgssrpc4 amd64 1.20.1-2+deb12u2 [58.2 kB]
#23 5.292 Get:10 http://deb.debian.org/debian bookworm/main amd64 libkdb5-10 amd64 1.20.1-2+deb12u2 [40.6 kB]
#23 5.294 Get:11 http://deb.debian.org/debian bookworm/main amd64 libkadm5srv-mit12 amd64 1.20.1-2+deb12u2 [52.9 kB]
#23 5.297 Get:12 http://deb.debian.org/debian bookworm/main amd64 libkadm5clnt-mit12 amd64 1.20.1-2+deb12u2 [41.1 kB]
#23 5.299 Get:13 http://deb.debian.org/debian bookworm/main amd64 krb5-multidev amd64 1.20.1-2+deb12u2 [125 kB]
#23 5.305 Get:14 http://deb.debian.org/debian bookworm/main amd64 libkrb5-dev amd64 1.20.1-2+deb12u2 [14.8 kB]
#23 5.469 debconf: delaying package configuration, since apt-utils is not installed
#23 5.516 Fetched 4878 kB in 1s (6778 kB/s)
#23 5.553 Selecting previously unselected package libc-dev-bin.
#23 5.553 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6686 files and directories currently installed.)
#23 5.570 Preparing to unpack .../00-libc-dev-bin_2.36-9+deb12u9_amd64.deb ...
#23 5.572 Unpacking libc-dev-bin (2.36-9+deb12u9) ...
#23 5.614 Selecting previously unselected package linux-libc-dev:amd64.
#23 5.618 Preparing to unpack .../01-linux-libc-dev_6.1.128-1_amd64.deb ...
#23 5.620 Unpacking linux-libc-dev:amd64 (6.1.128-1) ...
#23 5.822 Selecting previously unselected package libcrypt-dev:amd64.
#23 5.824 Preparing to unpack .../02-libcrypt-dev_1%3a4.4.33-2_amd64.deb ...
#23 5.841 Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ...
#23 5.901 Selecting previously unselected package libtirpc-dev:amd64.
#23 5.905 Preparing to unpack .../03-libtirpc-dev_1.3.3+ds-1_amd64.deb ...
#23 5.907 Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ...
#23 5.963 Selecting previously unselected package libnsl-dev:amd64.
#23 5.965 Preparing to unpack .../04-libnsl-dev_1.3.0-2_amd64.deb ...
#23 5.967 Unpacking libnsl-dev:amd64 (1.3.0-2) ...
#23 6.017 Selecting previously unselected package rpcsvc-proto.
#23 6.020 Preparing to unpack .../05-rpcsvc-proto_1.4.3-1_amd64.deb ...
#23 6.022 Unpacking rpcsvc-proto (1.4.3-1) ...
#23 6.076 Selecting previously unselected package libc6-dev:amd64.
#23 6.081 Preparing to unpack .../06-libc6-dev_2.36-9+deb12u9_amd64.deb ...
#23 6.083 Unpacking libc6-dev:amd64 (2.36-9+deb12u9) ...
#23 6.323 Selecting previously unselected package comerr-dev:amd64.
#23 6.326 Preparing to unpack .../07-comerr-dev_2.1-1.47.0-2_amd64.deb ...
#23 6.331 Unpacking comerr-dev:amd64 (2.1-1.47.0-2) ...
#23 6.388 Selecting previously unselected package libgssrpc4:amd64.
#23 6.391 Preparing to unpack .../08-libgssrpc4_1.20.1-2+deb12u2_amd64.deb ...
#23 6.396 Unpacking libgssrpc4:amd64 (1.20.1-2+deb12u2) ...
#23 6.450 Selecting previously unselected package libkdb5-10:amd64.
#23 6.454 Preparing to unpack .../09-libkdb5-10_1.20.1-2+deb12u2_amd64.deb ...
#23 6.456 Unpacking libkdb5-10:amd64 (1.20.1-2+deb12u2) ...
#23 6.511 Selecting previously unselected package libkadm5srv-mit12:amd64.
#23 6.514 Preparing to unpack .../10-libkadm5srv-mit12_1.20.1-2+deb12u2_amd64.deb ...
#23 6.517 Unpacking libkadm5srv-mit12:amd64 (1.20.1-2+deb12u2) ...
#23 6.574 Selecting previously unselected package libkadm5clnt-mit12:amd64.
#23 6.578 Preparing to unpack .../11-libkadm5clnt-mit12_1.20.1-2+deb12u2_amd64.deb ...
#23 6.580 Unpacking libkadm5clnt-mit12:amd64 (1.20.1-2+deb12u2) ...
#23 6.632 Selecting previously unselected package krb5-multidev:amd64.
#23 6.635 Preparing to unpack .../12-krb5-multidev_1.20.1-2+deb12u2_amd64.deb ...
#23 6.638 Unpacking krb5-multidev:amd64 (1.20.1-2+deb12u2) ...
#23 6.703 Selecting previously unselected package libkrb5-dev:amd64.
#23 6.706 Preparing to unpack .../13-libkrb5-dev_1.20.1-2+deb12u2_amd64.deb ...
#23 6.709 Unpacking libkrb5-dev:amd64 (1.20.1-2+deb12u2) ...
#23 6.773 Setting up linux-libc-dev:amd64 (6.1.128-1) ...
#23 6.780 Setting up libgssrpc4:amd64 (1.20.1-2+deb12u2) ...
#23 6.787 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
#23 6.793 Setting up rpcsvc-proto (1.4.3-1) ...
#23 6.799 Setting up libnsl-dev:amd64 (1.3.0-2) ...
#23 6.806 Setting up libcrypt-dev:amd64 (1:4.4.33-2) ...
#23 6.827 Setting up libc-dev-bin (2.36-9+deb12u9) ...
#23 6.835 Setting up libkadm5clnt-mit12:amd64 (1.20.1-2+deb12u2) ...
#23 6.842 Setting up libkdb5-10:amd64 (1.20.1-2+deb12u2) ...
#23 6.849 Setting up libkadm5srv-mit12:amd64 (1.20.1-2+deb12u2) ...
#23 6.856 Setting up libc6-dev:amd64 (2.36-9+deb12u9) ...
#23 6.863 Setting up comerr-dev:amd64 (2.1-1.47.0-2) ...
#23 6.872 Setting up krb5-multidev:amd64 (1.20.1-2+deb12u2) ...
#23 6.879 Setting up libkrb5-dev:amd64 (1.20.1-2+deb12u2) ...
#23 6.887 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#23 DONE 10.8s

#24 [app 4/5] RUN groupadd 1000 &&     useradd --uid 1000 --gid 1000 -m gwcelery
#24 DONE 0.9s

#25 [app 5/5] WORKDIR /home/gwcelery
#25 DONE 0.2s

#26 exporting to image
#26 exporting layers
#26 exporting layers 61.3s done
#26 writing image sha256:53aa11b1641db0570efc2037a6868f282c931fcc1892e746bd58f8191de3d43b done
#26 naming to containers.ligo.org/geoffrey.mo/gwcelery:improve-llhoft-data-logging done
#26 DONE 61.3s
$ docker push $IMAGE_TAG
The push refers to repository [containers.ligo.org/geoffrey.mo/gwcelery]
5f70bf18a086: Preparing
584e2baab017: Preparing
37b2d15a5cf6: Preparing
75992a2ffc5a: Preparing
7dc6e2444864: Preparing
1482d10861f7: Preparing
02e5dc3ed962: Preparing
5f1ee22ffb5e: Preparing
02e5dc3ed962: Waiting
1482d10861f7: Waiting
5f1ee22ffb5e: Waiting
5f70bf18a086: Layer already exists
7dc6e2444864: Layer already exists
02e5dc3ed962: Layer already exists
1482d10861f7: Layer already exists
5f1ee22ffb5e: Layer already exists
584e2baab017: Pushed
37b2d15a5cf6: Pushed
75992a2ffc5a: Pushed
improve-llhoft-data-logging: digest: sha256:b200d5b5e8b2dddc83d9ea73551bc72033b6f202c905b14f48d9d24182d373ad size: 1997
$ if [ "${CI_COMMIT_TAG:0:1}" = "v" ] # collapsed multi-line command
section_end:1740685610:step_script
section_start:1740685610:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1740685610:cleanup_file_variables
Job succeeded