Created
April 9, 2022 23:11
-
-
Save shaal/d53bfac95e7b33b2cb409d69c524f64f to your computer and use it in GitHub Desktop.
`ddev debug test` in DrupalPod
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
| Running bash [-c /tmp/test_ddev.sh] | |
| OS Information: Linux shaal-drupalpod-v9ck724xx1q 5.16.19-051619-generic #202204081339 SMP PREEMPT Fri Apr 8 14:06:22 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux | |
| User information: uid=33333(gitpod) gid=33333(gitpod) groups=33333(gitpod) | |
| DDEV version: ITEM VALUE | |
| DDEV version v1.19.1 | |
| architecture amd64 | |
| db drud/ddev-dbserver-mariadb-10.3:v1.19.0 | |
| dba phpmyadmin:5 | |
| ddev-ssh-agent drud/ddev-ssh-agent:v1.19.0 | |
| docker 20.10.12 | |
| docker-compose v2.3.3 | |
| docker-platform shaal-drupalpod-v9ck724xx1q | |
| mutagen 0.12.0 | |
| os linux | |
| router drud/ddev-router:v1.19.0 | |
| web drud/ddev-webserver:v1.19.0-1 | |
| ======= DDEV global info ========= | |
| Global configuration: | |
| instrumentation-opt-in=false | |
| omit-containers=[] | |
| mutagen-enabled=false | |
| nfs-mount-enabled=false | |
| router-bind-all-interfaces=false | |
| internet-detection-timeout-ms=750 | |
| disable-http2=false | |
| use-letsencrypt=false | |
| letsencrypt-email= | |
| table-style=default | |
| simple-formatting=false | |
| auto-restart-containers=false | |
| use-hardened-images=false | |
| fail-on-hook-fail=false | |
| required-docker-compose-version= | |
| use-docker-compose-from-path=false | |
| no-bind-mounts=false | |
| ======= DOCKER info ========= | |
| docker location: -rwxr-xr-x 1 root root 61886208 Dec 13 11:43 /usr/bin/docker | |
| ======= Mutagen Info ========= | |
| ======= Docker Info ========= | |
| Docker platform: shaal-drupalpod-v9ck724xx1q | |
| Using docker context: default (unix:///var/run/docker.sock) | |
| docker-compose: v2.3.3 | |
| Using DOCKER_HOST=unix:///var/run/docker.sock | |
| Docker version: 20.10.12 | |
| Able to run simple container that mounts a volume. | |
| Able to use internet inside container. | |
| Docker disk space: | |
| Filesystem Size Used Available Use% Mounted on | |
| overlay 30.0G 5.0G 25.0G 17% / | |
| Container ddev-drupalpod-dba Removed | |
| Container ddev-drupalpod-db Removed | |
| Container ddev-drupalpod-web Removed | |
| Container ddev-drupalpod-chromedriver Removed | |
| Network ddev-drupalpod_default Removed | |
| 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-15438) | |
| Once completed, your configuration will be written to /home/gitpod/tmp/tryddevproject-15438/.ddev/config.yaml | |
| Found a php codebase at /home/gitpod/tmp/tryddevproject-15438 | |
| Project type has no settings paths configured, so not creating settings file. | |
| Configuration complete. You may now run 'ddev start'. | |
| Network ddev_default created | |
| Starting tryddevproject-15438... | |
| Failed to start tryddevproject-15438: host port 3306 has already been allocated to project drupalpod | |
| ┌──────────────────────┬─────────┬────────────────────────────┬─────┬─────────┐ | |
| │ NAME │ TYPE │ LOCATION │ URL │ STATUS │ | |
| ├──────────────────────┼─────────┼────────────────────────────┼─────┼─────────┤ | |
| │ drupalpod │ drupal9 │ /workspace/DrupalPod │ │ stopped │ | |
| ├──────────────────────┼─────────┼────────────────────────────┼─────┼─────────┤ | |
| │ tryddevproject-15438 │ php │ ~/tmp/tryddevproject-15438 │ │ stopped │ | |
| ├──────────────────────┼─────────┼────────────────────────────┼─────┼─────────┤ | |
| │ Router │ │ stopped │ │ │ | |
| └──────────────────────┴─────────┴────────────────────────────┴─────┴─────────┘ | |
| ========= web container healthcheck ====== | |
| Error: No such object: ddev-tryddevproject-15438-web | |
| + curl --fail -I tryddevproject-15438.ddev.site | |
| curl: (7) Failed to connect to tryddevproject-15438.ddev.site port 80: Connection refused | |
| + '[' 7 -ne 0 ']' | |
| + set +x | |
| Unable to curl the requested project Please provide this output in a new gist at gist.github.com. | |
| Please delete this project after debugging with 'ddev delete -Oy tryddevproject-15438' | |
| Failed running test_ddev.sh: exit status 1 | |
| . You can run it manually with `curl -sL -O https://raw.githubusercontent.com/drud/ddev/master/cmd/ddev/cmd/scripts/test_ddev.sh && bash test_ddev.sh` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment