Feature/devcontainer pytest integration #314
ci.yaml
on: pull_request
Matrix: test-devcontainers
test-notebooks
1m 14s
lint
16s
publish-test-results
6s
Annotations
5 errors and 4 warnings
|
test-devcontainers (src/sample_cpu_project, cpu-project)
Dev container exec failed: (exit code: 3)
|
|
test-devcontainers (src/sample_cpu_project, cpu-project)
Dev container exec failed: (exit code: 3)
|
|
test-devcontainers (src/sample_pytorch_gpu_project, gpu-project)
Command failed: docker run --sig-proxy=false -a STDOUT -a STDERR --mount type=bind,source=/home/runner/work/dstoolkit-devcontainers/dstoolkit-devcontainers,target=/workspaces/dstoolkit-devcontainers --mount type=bind,src=/home/runner/work/_temp/_runner_file_commands/set_output_8e7a3d73-a93b-47e2-8d90-ac162d8cecf7,dst=/mnt/github/output --mount type=bind,src=/home/runner/work/_temp/_runner_file_commands/set_env_8e7a3d73-a93b-47e2-8d90-ac162d8cecf7,dst=/mnt/github/env --mount type=bind,src=/home/runner/work/_temp/_runner_file_commands/add_path_8e7a3d73-a93b-47e2-8d90-ac162d8cecf7,dst=/mnt/github/path --mount type=bind,src=/home/runner/work/_temp/_runner_file_commands/step_summary_8e7a3d73-a93b-47e2-8d90-ac162d8cecf7,dst=/mnt/github/step-summary -l devcontainer.local_folder=/home/runner/work/dstoolkit-devcontainers/dstoolkit-devcontainers/src/sample_pytorch_gpu_project -l devcontainer.config_file=/home/runner/work/dstoolkit-devcontainers/dstoolkit-devcontainers/src/sample_pytorch_gpu_project/.devcontainer/devcontainer.json --gpus all --env-file ../../.env --entrypoint /bin/sh vsc-sample_pytorch_gpu_project-1879de8aabe26c9f7d45a09234e393db4c07085d5550ba302becd8d80f61c484 -c echo Container started
trap "exit 0" 15
exec "$@"
while sleep 1 & wait $!; do :; done -
|
|
test-devcontainers (src/sample_pytorch_gpu_project, gpu-project)
Dev container up failed: Command failed: docker run --sig-proxy=false -a STDOUT -a STDERR --mount type=bind,source=/home/runner/work/dstoolkit-devcontainers/dstoolkit-devcontainers,target=/workspaces/dstoolkit-devcontainers --mount type=bind,src=/home/runner/work/_temp/_runner_file_commands/set_output_8e7a3d73-a93b-47e2-8d90-ac162d8cecf7,dst=/mnt/github/output --mount type=bind,src=/home/runner/work/_temp/_runner_file_commands/set_env_8e7a3d73-a93b-47e2-8d90-ac162d8cecf7,dst=/mnt/github/env --mount type=bind,src=/home/runner/work/_temp/_runner_file_commands/add_path_8e7a3d73-a93b-47e2-8d90-ac162d8cecf7,dst=/mnt/github/path --mount type=bind,src=/home/runner/work/_temp/_runner_file_commands/step_summary_8e7a3d73-a93b-47e2-8d90-ac162d8cecf7,dst=/mnt/github/step-summary -l devcontainer.local_folder=/home/runner/work/dstoolkit-devcontainers/dstoolkit-devcontainers/src/sample_pytorch_gpu_project -l devcontainer.config_file=/home/runner/work/dstoolkit-devcontainers/dstoolkit-devcontainers/src/sample_pytorch_gpu_project/.devcontainer/devcontainer.json --gpus all --env-file ../../.env --entrypoint /bin/sh vsc-sample_pytorch_gpu_project-1879de8aabe26c9f7d45a09234e393db4c07085d5550ba302becd8d80f61c484 -c echo Container started
trap "exit 0" 15
exec "$@"
while sleep 1 & wait $!; do :; done - (exit code: undefined)
An error occurred setting up the container.
|
|
publish-test-results
Error: The process '/usr/bin/git' failed with exit code 128
|
|
test-devcontainers (src/sample_cpu_project, cpu-project)
No files were found with the provided path: src/sample_cpu_project/coverage.xml. No artifacts will be uploaded.
|
|
test-devcontainers (src/sample_cpu_project, cpu-project)
No files were found with the provided path: src/sample_cpu_project/test-results.xml. No artifacts will be uploaded.
|
|
test-devcontainers (src/sample_pytorch_gpu_project, gpu-project)
No files were found with the provided path: src/sample_pytorch_gpu_project/coverage.xml. No artifacts will be uploaded.
|
|
test-devcontainers (src/sample_pytorch_gpu_project, gpu-project)
No files were found with the provided path: src/sample_pytorch_gpu_project/test-results.xml. No artifacts will be uploaded.
|