Created
September 2, 2021 12:31
-
-
Save shaal/04896f67428722c4743384ed7685e2ee to your computer and use it in GitHub Desktop.
test_ddev.sh in https://github.com/shaal/DrupalPod/pull/34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OS Information: Linux ws-dd0b0b4e-8614-4775-97ab-f8d3625deb26 5.4.0-1046-gke #48-Ubuntu SMP Thu Jun 17 19:16:06 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux | |
ITEM VALUE | |
DDEV version v1.18.0-rc1 | |
architecture amd64 | |
db drud/ddev-dbserver-mariadb-10.3:20210729_cspitzlay_mysql_history | |
dba phpmyadmin:5 | |
ddev-ssh-agent drud/ddev-ssh-agent:v1.17.0 | |
docker 19.03.15 | |
docker-compose 1.29.2 | |
mutagen 0.12.0-beta5 | |
os linux | |
router drud/ddev-router:v1.17.6 | |
web drud/ddev-webserver:20210823_bump_upstream_webserver | |
docker location: -rwxr-xr-x 1 root root 84993512 Jan 30 2021 /usr/bin/docker | |
======= Mutagen Info ========= | |
======= Docker Info ========= | |
Docker disk space: | |
Unable to find image 'busybox:latest' locally | |
latest: Pulling from library/busybox | |
8ec32b265e94: Pull complete | |
Digest: sha256:b37dd066f59a4961024cf4bed74cae5e68ac26b48807292bd12198afa3ecb778 | |
Status: Downloaded newer image for busybox:latest | |
Filesystem Size Used Available Use% Mounted on | |
overlay 1.1T 186.7G 937.4G 17% / | |
Removed any existing custom TLS certificates | |
Stopping ddev-drupalpod-web ... | |
Stopping ddev-drupalpod-dba ... | |
Stopping ddev-drupalpod-db ... | |
Stopping ddev-drupalpod-web ... done | |
Stopping ddev-drupalpod-dba ... done | |
Stopping ddev-drupalpod-db ... done | |
Removing container: ddev-drupalpod-web | |
Removing container: ddev-drupalpod-dba | |
Removing container: ddev-drupalpod-db | |
Project drupalpod has been stopped. | |
The ddev-ssh-agent container has been removed. When you start it again you will have to use 'ddev auth ssh' to provide key authentication again. | |
Existing docker containers: | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
Creating a new ddev project config in the current directory (/home/gitpod/tmp/tryddevproject-10298) | |
Once completed, your configuration will be written to /home/gitpod/tmp/tryddevproject-10298/.ddev/config.yaml | |
Found a php codebase at /home/gitpod/tmp/tryddevproject-10298 | |
Project type has no settings paths configured, so not creating settings file. | |
Configuration complete. You may now run 'ddev start'. | |
Starting tryddevproject-10298... | |
Building ddev-ssh-agent | |
Creating ddev-ssh-agent ... | |
Creating ddev-ssh-agent ... done | |
ssh-agent container is running: If you want to add authentication to the ssh-agent container, run 'ddev auth ssh' to enable your keys. | |
Running Command=ip address show dev docker0 | |
Building db | |
Building web | |
Creating ddev-tryddevproject-10298-db ... | |
Creating ddev-tryddevproject-10298-db ... done | |
Creating ddev-tryddevproject-10298-dba ... | |
Creating ddev-tryddevproject-10298-web ... | |
Creating ddev-tryddevproject-10298-web ... done | |
Creating ddev-tryddevproject-10298-dba ... done | |
Project type has no settings paths configured, so not creating settings file. | |
Project type has no settings paths configured, so not creating settings file. | |
Successfully started tryddevproject-10298 | |
Project can be reached at http://127.0.0.1:32770 | |
Thanks for running the diagnostic. It was successful. | |
Please provide the output of this script in a new gist at gist.github.com | |
Running ddev launch in 5 seconds | |
/home/gitpod/tmp/tryddevproject-10298/.ddev/commands/host/launch: line 61: xdg-open: command not found | |
Failed to run launch ; error=exit status 127 | |
Please delete this project after debugging with 'ddev delete -Oy tryddevproject-10298' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment