workaround for https://github.com/devcontainers/ci/issues/375 #2
Annotations
2 errors
|
test
Command failed: docker run --sig-proxy=false -a STDOUT -a STDERR --mount source=/home/runner/work/singularity/singularity,target=/workspace,type=bind,consistency=cached,relabel=private --mount type=volume,src=dind-var-lib-postgresql-156205j93uqlmom2pghmn95qvem8r1etlhimj23ag3hb1adl86ol,dst=/var/lib/postgresql/data --mount type=bind,src=/home/runner/work/_temp/_runner_file_commands/set_output_a0d4e345-8ee7-4ac4-88ad-9f41090fde9e,dst=/mnt/github/output --mount type=bind,src=/home/runner/work/_temp/_runner_file_commands/set_env_a0d4e345-8ee7-4ac4-88ad-9f41090fde9e,dst=/mnt/github/env --mount type=bind,src=/home/runner/work/_temp/_runner_file_commands/add_path_a0d4e345-8ee7-4ac4-88ad-9f41090fde9e,dst=/mnt/github/path --mount type=bind,src=/home/runner/work/_temp/_runner_file_commands/step_summary_a0d4e345-8ee7-4ac4-88ad-9f41090fde9e,dst=/mnt/github/step-summary -l devcontainer.local_folder=/home/runner/work/singularity/singularity -l devcontainer.config_file=/home/runner/work/singularity/singularity/.devcontainer/devcontainer.json -e GOPATH=/home/vscode/go -e MYSQL_DATABASE=singularity -e MYSQL_USER=singularity -e MYSQL_PASSWORD=singularity -e MYSQL_SOCKET=/tmp/mysql.sock -u vscode --userns=keep-id --init --privileged --cap-add SYS_PTRACE --security-opt seccomp=unconfined --entrypoint /bin/sh vsc-singularity-7a51b12e962e2ea396fa104fea473277055c87e258961ddd6fe3c46a7edb6f48-features-uid -c echo Container started
trap "exit 0" 15
/usr/local/share/pq-init.sh
exec "$@"
while sleep 1 & wait $!; do :; done -
|
|
test
Dev container up failed: Command failed: docker run --sig-proxy=false -a STDOUT -a STDERR --mount source=/home/runner/work/singularity/singularity,target=/workspace,type=bind,consistency=cached,relabel=private --mount type=volume,src=dind-var-lib-postgresql-156205j93uqlmom2pghmn95qvem8r1etlhimj23ag3hb1adl86ol,dst=/var/lib/postgresql/data --mount type=bind,src=/home/runner/work/_temp/_runner_file_commands/set_output_a0d4e345-8ee7-4ac4-88ad-9f41090fde9e,dst=/mnt/github/output --mount type=bind,src=/home/runner/work/_temp/_runner_file_commands/set_env_a0d4e345-8ee7-4ac4-88ad-9f41090fde9e,dst=/mnt/github/env --mount type=bind,src=/home/runner/work/_temp/_runner_file_commands/add_path_a0d4e345-8ee7-4ac4-88ad-9f41090fde9e,dst=/mnt/github/path --mount type=bind,src=/home/runner/work/_temp/_runner_file_commands/step_summary_a0d4e345-8ee7-4ac4-88ad-9f41090fde9e,dst=/mnt/github/step-summary -l devcontainer.local_folder=/home/runner/work/singularity/singularity -l devcontainer.config_file=/home/runner/work/singularity/singularity/.devcontainer/devcontainer.json -e GOPATH=/home/vscode/go -e MYSQL_DATABASE=singularity -e MYSQL_USER=singularity -e MYSQL_PASSWORD=singularity -e MYSQL_SOCKET=/tmp/mysql.sock -u vscode --userns=keep-id --init --privileged --cap-add SYS_PTRACE --security-opt seccomp=unconfined --entrypoint /bin/sh vsc-singularity-7a51b12e962e2ea396fa104fea473277055c87e258961ddd6fe3c46a7edb6f48-features-uid -c echo Container started
trap "exit 0" 15
/usr/local/share/pq-init.sh
exec "$@"
while sleep 1 & wait $!; do :; done - (exit code: undefined)
An error occurred setting up the container.
|