Skip to content

Conditionally set C++17 for latest pytorch versions #1569

Conditionally set C++17 for latest pytorch versions

Conditionally set C++17 for latest pytorch versions #1569

Triggered via pull request May 15, 2024 15:18
Status Failure
Total duration 8m 30s
Artifacts 1

CI.yml

on: pull_request
Matrix: unix
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
Linux (CUDA 12.4, Python 3.12, PyTorch 2.3)
The process '/home/runner/miniconda3/condabin/mamba' failed with exit code 1
MacOS (Python 3.9, PyTorch 1.9)
Process completed with exit code 8.
Linux (CUDA 12.4, Python 3.12, PyTorch 2.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux (CUDA 12.4, Python 3.12, PyTorch 2.3)
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/
Linux (CUDA 12.4, Python 3.12, PyTorch 2.3)
WARNING conda.conda_libmamba_solver.solver:_prepare_problems_message(772): Failed to explain problems Traceback (most recent call last): File "/home/runner/miniconda3/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 769, in _prepare_problems_message explained_errors = self.solver.explain_problems() RuntimeError: std::get: wrong index for variant
Linux (CUDA 12.4, Python 3.12, PyTorch 2.3)
WARNING conda.conda_libmamba_solver.solver:_prepare_problems_message(772): Failed to explain problems Traceback (most recent call last): File "/home/runner/miniconda3/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 769, in _prepare_problems_message explained_errors = self.solver.explain_problems() RuntimeError: std::get: wrong index for variant
Linux (CUDA 12.4, Python 3.12, PyTorch 2.3)
WARNING conda.conda_libmamba_solver.solver:_prepare_problems_message(772): Failed to explain problems Traceback (most recent call last): File "/home/runner/miniconda3/lib/python3.10/site-packages/conda/env/installers/conda.py", line 50, in install unlink_link_transaction = solver.solve_for_transaction( File "/home/runner/miniconda3/lib/python3.10/site-packages/conda/core/solve.py", line 148, in solve_for_transaction unlink_precs, link_precs = self.solve_for_diff( File "/home/runner/miniconda3/lib/python3.10/site-packages/conda/core/solve.py", line 217, in solve_for_diff final_precs = self.solve_final_state( File "/home/runner/miniconda3/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 223, in solve_final_state out_state = self._solving_loop(in_state, out_state, index) File "/home/runner/miniconda3/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 336, in _solving_loop solved = self._solve_attempt(in_state, out_state, index, attempt=attempt + 1) File "/home/runner/miniconda3/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 414, in _solve_attempt new_conflicts = self._maybe_raise_for_problems( File "/home/runner/miniconda3/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 748, in _maybe_raise_for_problems raise exc conda_libmamba_solver.exceptions.LibMambaUnsatisfiableError: Encountered problems while solving: - nothing provides cudatoolkit 7.5* needed by pytorch-0.2.0-py27cuda7.5cudnn5.1_0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/miniconda3/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 769, in _prepare_problems_message explained_errors = self.solver.explain_problems() RuntimeError: std::get: wrong index for variant
Linux (CUDA 12.4, Python 3.12, PyTorch 2.3)
WARNING conda.conda_libmamba_solver.solver:_prepare_problems_message(772): Failed to explain problems Traceback (most recent call last): File "/home/runner/miniconda3/lib/python3.10/site-packages/conda/env/installers/conda.py", line 50, in install unlink_link_transaction = solver.solve_for_transaction( File "/home/runner/miniconda3/lib/python3.10/site-packages/conda/core/solve.py", line 148, in solve_for_transaction unlink_precs, link_precs = self.solve_for_diff( File "/home/runner/miniconda3/lib/python3.10/site-packages/conda/core/solve.py", line 217, in solve_for_diff final_precs = self.solve_final_state( File "/home/runner/miniconda3/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 223, in solve_final_state out_state = self._solving_loop(in_state, out_state, index) File "/home/runner/miniconda3/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 336, in _solving_loop solved = self._solve_attempt(in_state, out_state, index, attempt=attempt + 1) File "/home/runner/miniconda3/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 414, in _solve_attempt new_conflicts = self._maybe_raise_for_problems( File "/home/runner/miniconda3/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 748, in _maybe_raise_for_problems raise exc conda_libmamba_solver.exceptions.LibMambaUnsatisfiableError: Encountered problems while solving: - nothing provides cudatoolkit 7.5* needed by pytorch-0.2.0-py27cuda7.5cudnn5.1_0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/miniconda3/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 769, in _prepare_problems_message explained_errors = self.solver.explain_problems() RuntimeError: std::get: wrong index for variant
Linux (CUDA 12.4, Python 3.12, PyTorch 2.3)
LibMambaUnsatisfiableError: Encountered problems while solving: - nothing provides cudatoolkit 7.5* needed by pytorch-0.2.0-py27cuda7.5cudnn5.1_0
Linux (CUDA 11.0, Python 3.7, PyTorch 1.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, Jimver/cuda-toolkit@v0.2.10. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux (CUDA 11.0, Python 3.7, PyTorch 1.11)
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/
MacOS (Python 3.9, PyTorch 1.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
MacOS (Python 3.9, PyTorch 1.9)
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/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "install-log". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
install-log Expired
1.1 MB