Skip to content

Datajoint pipeline PR into main branch #113

Datajoint pipeline PR into main branch

Datajoint pipeline PR into main branch #113

Triggered via pull request April 25, 2024 17:28
Status Failure
Total duration 11m 31s
Artifacts

build_env_run_tests.yml

on: pull_request
Matrix: Build env using pip and pyproject.toml
Matrix: build_env_run_tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 18 warnings
Build env and run tests on ubuntu-latest
Process completed with exit code 1.
Build env and run tests on macos-latest
The process '/Users/runner/miniconda3/condabin/mamba' failed with exit code 1
Build env using pip and pyproject.toml (macos-latest, 3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build env using pip and pyproject.toml (macos-latest, 3.11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build env using pip and pyproject.toml (windows-latest, 3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build env using pip and pyproject.toml (windows-latest, 3.11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build env using pip and pyproject.toml (ubuntu-latest, 3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build env using pip and pyproject.toml (ubuntu-latest, 3.11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build env and run tests on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, conda-incubator/setup-miniconda@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build env and run tests on ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build env and run tests on ubuntu-latest
Mamba support is still experimental and can result in differently solved environments!
Build env and run tests on macos-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, conda-incubator/setup-miniconda@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build env and run tests on macos-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build env and run tests on macos-latest
Mamba support is still experimental and can result in differently solved environments!
Build env and run tests on macos-latest
Pip subprocess error:
Build env and run tests on macos-latest
Running command git clone --filter=blob:none --quiet https://github.com/datajoint-company/datajoint-utilities.git /private/var/folders/3m/p59k4qdj0f17st0gn2cmj3640000gn/T/pip-req-build-ta81zf0l Running command git clone --filter=blob:none --quiet https://github.com/datajoint/datajoint-python.git /private/var/folders/3m/p59k4qdj0f17st0gn2cmj3640000gn/T/pip-install-bqfcpqg7/datajoint_db23006173a94284b15a2ad15493678b error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [48 lines of output] /Users/runner/miniconda3/envs/aeon/lib/python3.11/site-packages/setuptools/__init__.py:81: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "/private/var/folders/3m/p59k4qdj0f17st0gn2cmj3640000gn/T/pip-install-bqfcpqg7/datajoint_db23006173a94284b15a2ad15493678b/setup.py", line 26, in <module> setup( File "/Users/runner/miniconda3/envs/aeon/lib/python3.11/site-packages/setuptools/__init__.py", line 103, in setup _install_setup_requires(attrs) File "/Users/runner/miniconda3/envs/aeon/lib/python3.11/site-packages/setuptools/__init__.py", line 76, in _install_setup_requires _fetch_build_eggs(dist) File "/Users/runner/miniconda3/envs/aeon/lib/python3.11/site-packages/setuptools/__init__.py", line 81, in _fetch_build_eggs dist.fetch_build_eggs(dist.setup_requires) File "/Users/runner/miniconda3/envs/aeon/lib/python3.11/site-packages/setuptools/dist.py", line 640, in fetch_build_eggs return _fetch_build_eggs(self, requires) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/envs/aeon/lib/python3.11/site-packages/setuptools/installer.py", line 38, in _fetch_build_eggs resolved_dists = pkg_resources.working_set.resolve( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/envs/aeon/lib/python3.11/site-packages/pkg_resources/__init__.py", line 798, in resolve dist = self._resolve_dist( ^^^^^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/envs/aeon/lib/python3.11/site-packages/pkg_resources/__init__.py", line 834, in _resolve_dist dist = best[req.key] = env.best_match( ^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/envs/aeon/lib/python3.11/site-packages/pkg_resources/__init__.py", line 1104, in best_match return self.obtain(req, installer) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/envs/aeon/lib/python3.11/site-packages/pkg_resources/__init__.py", line 1115, in obtain return installer(requirement) if installer else None ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/envs/aeon/lib/python3.11/site-packages/setuptools/installer.py", line 106, in _fetch_build_egg_no_warn wheel.install_as_egg(dist_location) File "/Users/runner/miniconda3/envs/aeon/lib/python3.11/site-packages/setuptools/wheel.py", line 120, in install_as_egg self._install_as_egg(destination_eggdir, zf) File "/Users/runner/miniconda3/envs/aeon/lib/python3.11/site-packages/setuptools/wheel.py", line 128, in _install_as_egg self._convert_metadata(zf, destination_eggdir, dist_info, egg_info) File "/Users/runner/miniconda3/envs/aeon/lib/python3.11/site-packages/setuptools/wheel.py", line 173, in _convert_metadata
Build env and run tests on macos-latest
CondaEnvException: Pip failed
Build env and run tests on windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, conda-incubator/setup-miniconda@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build env and run tests on windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build env and run tests on windows-latest
Mamba support is still experimental and can result in differently solved environments!