Skip to content

Instantly share code, notes, and snippets.

@ElijahLynn
Last active January 20, 2023 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ElijahLynn/14a1470d3a344b16489b6b9678e28956 to your computer and use it in GitHub Desktop.
Save ElijahLynn/14a1470d3a344b16489b6b9678e28956 to your computer and use it in GitHub Desktop.
drud/ddev/issue/4570
Running bash [-c /tmp/test_ddev.sh]
======= Existing project config =========
These config files were loaded for project va-gov-cms: [/home/elijah/Projects/va.gov/va.gov-cms/.ddev/config.yaml]
name: va-gov-cms
type: drupal9
docroot: docroot
php_version: 8.1
webserver_type: nginx-fpm
webimage: drud/ddev-webserver:v1.21.4
router_http_port: 80
router_https_port: 443
additional_hostnames: [va-gov-storybook]
additional_fqdns: []
database: {mariadb 10.3}
hooks: map[post-import-db:[map[exec:drush deploy]] post-start:[map[exec:./scripts/install_task_runner.sh] map[composer:install] map[composer:va:theme:compile] map[composer:va:web:install]]]
mailhog_port: 8025
mailhog_https_port: 8026
phpmyadmin_port: 8036
phpmyadmin_https_port: 8037
webimage_extra_packages: [build-essential chrpath libssl-dev libxft-dev libfreetype6-dev libfreetype6 libfontconfig1-dev libfontconfig1 python libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb]
project_tld: ddev.site
use_dns_when_possible: true
composer_version: 2
disable_settings_management: true
nodejs_version: 16
default_container_timeout: 120
======= Creating dummy project named tryddevproject-15360 in ../tryddevproject-15360 =========
OS Information: Linux archlinux 6.1.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 14 Jan 2023 13:09:35 +0000 x86_64 GNU/Linux
User information: uid=1000(elijah) gid=985(users) groups=985(users),108(vboxusers),150(wireshark),971(docker),984(systemd-journal),995(audio),998(wheel),1001(tfenv)
DDEV version: ITEM VALUE
DDEV version v1.21.4
architecture amd64
db drud/ddev-dbserver-mariadb-10.4:v1.21.4
dba phpmyadmin:5
ddev-ssh-agent drud/ddev-ssh-agent:v1.21.4
docker 20.10.22
docker-compose v2.14.0
docker-platform archlinux
mutagen 0.16.0
os linux
router drud/ddev-router:v1.21.4
web drud/ddev-webserver:v1.21.4
PROXY settings: HTTP_PROXY='' HTTPS_PROXY='' http_proxy='' NO_PROXY=''
======= DDEV global info =========
Global configuration:
instrumentation-opt-in=true
omit-containers=[]
mutagen-enabled=false
nfs-mount-enabled=false
router-bind-all-interfaces=false
internet-detection-timeout-ms=3000
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
project-tld=
xdebug-ide-location=
no-bind-mounts=false
use-traefik=false
======= DOCKER info =========
docker location: -rwxr-xr-x 1 root root 44232360 Dec 20 12:42 /usr/bin/docker
docker version:
Client:
Version: 20.10.22
API version: 1.41
Go version: go1.19.4
Git commit: 3a2c30b63a
Built: Tue Dec 20 20:43:40 2022
OS/Arch: linux/amd64
Context: default
Experimental: true
Server:
Engine:
Version: 20.10.22
API version: 1.41 (minimum version 1.12)
Go version: go1.19.4
Git commit: 42c8b31499
Built: Tue Dec 20 20:42:46 2022
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: v1.6.14
GitCommit: 9ba4b250366a5ddde94bb7c9d1def331423aa323.m
runc:
Version: 1.1.4
GitCommit:
docker-init:
Version: 0.19.0
GitCommit: de40ad0
DOCKER_DEFAULT_PLATFORM=notset
======= Mutagen Info =========
======= Docker Info =========
Docker platform: archlinux
Using docker context: default (unix:///var/run/docker.sock)
docker-compose: v2.14.0
Using DOCKER_HOST=unix:///var/run/docker.sock
Docker version: 20.10.22
Docker disk space:
docker: Error response from daemon: failed to create endpoint vigorous_bouman on network bridge: failed to add the host (veth9766b1b) <=> sandbox (veth33c66e2) pair interfaces: operation not supported.
Failed removing custom certs/traefik configuration: failed to StartContainer: API error (500): failed to create endpoint eloquent_keldysh on network bridge: failed to add the host (veth7998d21) <=> sandbox (veth18272a0) pair interfaces: operation not supported
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
789b61f6d2ae pygmystack/ssh-agent "/run.sh ssh-agent" 4 weeks ago Exited (2) 2 weeks ago amazeeio-ssh-agent
863de03a99c9 pygmystack/mailhog "MailHog" 4 weeks ago Exited (2) 2 weeks ago amazeeio-mailhog
336d6285c3aa pygmystack/haproxy "/app/docker-entrypo…" 4 weeks ago Exited (137) 2 weeks ago amazeeio-haproxy
85b8b2ab9fa0 pygmystack/dnsmasq "dnsmasq -k --log-fa…" 4 weeks ago Exited (0) 2 weeks ago amazeeio-dnsmasq
047aa9b60754 drud/ddev-webserver:v1.19.3-1 "sh -c 'mkdir -p /mn…" 6 months ago Exited (255) 6 months ago 80/tcp, 8025/tcp CopyIntoVolume_cahkjqdyylym
Creating a new ddev project config in the current directory (/home/elijah/Projects/va.gov/tryddevproject-15360)
Once completed, your configuration will be written to /home/elijah/Projects/va.gov/tryddevproject-15360/.ddev/config.yaml

Configuring unrecognized codebase as project type 'php' at /home/elijah/Projects/va.gov/tryddevproject-15360/web
failed to RunSimpleContainer to inspect database version/type: failed to StartContainer: API error (500): failed to create endpoint elegant_benz on network bridge: failed to add the host (veth6e6bdb7) <=> sandbox (vethf2f61ee) pair interfaces: operation not supported, output=
Network ddev_default created
Failed to get project(s): could not find a project in /home/elijah/Projects/va.gov/tryddevproject-15360. Have you run 'ddev config'? Please specify a project name or change directories: no .ddev/config.yaml file was found in this directory or any parent
┌────────────┬─────────┬──────────────────────────────┬─────┬───────────┐
│ NAME │ STATUS │ LOCATION │ URL │ TYPE │
├────────────┼─────────┼──────────────────────────────┼─────┼───────────┤
│ va-gov-cms │ stopped │ ~/Projects/va.gov/va.gov-cms │ │ drupal9 │
├────────────┼─────────┼──────────────────────────────┼─────┼───────────┤
│ Router │ stopped │ ~/.ddev │ │ original: │
│ │ │ │ │ v1.21.4 │
└────────────┴─────────┴──────────────────────────────┴─────┴───────────┘
Failed to describe project(s): could not find a project in /home/elijah/Projects/va.gov/tryddevproject-15360. Have you run 'ddev config'? Please specify a project name or change directories: no .ddev/config.yaml file was found in this directory or any parent
============= ddev logs =========
GetRequestedProjects() failed: could not find a project in /home/elijah/Projects/va.gov/tryddevproject-15360. Have you run 'ddev config'? Please specify a project name or change directories: no .ddev/config.yaml file was found in this directory or any parent
============= contents of /mnt/ddev_config =========
Error: No such container: ddev-d9-db
======== Curl of site from inside container:
Failed to exec command: could not find a project in /home/elijah/Projects/va.gov/tryddevproject-15360. Have you run 'ddev config'? Please specify a project name or change directories: no .ddev/config.yaml file was found in this directory or any parent
======== curl -I of http://tryddevproject-15360.ddev.site from outside:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to tryddevproject-15360.ddev.site port 80 after 64 ms: Couldn't connect to server
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-15360'
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