Skip to content

Instantly share code, notes, and snippets.

@jenlampton
Created June 27, 2024 02:11
Show Gist options
  • Save jenlampton/d5e95e885f22411962fff38787d25cd7 to your computer and use it in GitHub Desktop.
Save jenlampton/d5e95e885f22411962fff38787d25cd7 to your computer and use it in GitHub Desktop.
======== Please make sure that you have already looked at troubleshooting guide ========
Troubleshooting guide: https://ddev.readthedocs.io/en/stable/users/usage/troubleshooting/
Simple things to check:
* ddev poweroff
* Restart Docker Provider
* Reboot computer
* Temporarily disable VPN and firewall
Press any key to continue:
======== Output file will be in /var/folders/mw/_p1cl_rx69b3ll553w9cdvcc0000gn/T/ddev-debug-test.txt ========
======== Existing project config ========
ddev installation alternate locations:
/usr/local/bin/ddev
/usr/local/bin/ddev
These config files were loaded for project backdrop: [/Users/jlampton/Sites/_backdrop/backdrop-jenlampton/.ddev/config.yaml]
name: backdrop
type: backdrop
php_version: 8.1
webserver_type: nginx-fpm
webimage: ddev/ddev-webserver:v1.23.2
additional_hostnames: []
additional_fqdns: []
database: {mariadb 10.4}
project_tld: ddev.site
use_dns_when_possible: true
composer_version: 2
nodejs_version: 20
default_container_timeout: 120
======== existing project customizations ========
======== installed DDEV add-ons ========
No registered add-ons were found. Add-ons installed before DDEV v1.22.0 will not be listed.
Update them with `ddev get` so they'll be shown.
======== mutagen situation ========
looking for #ddev-generated in mutagen.yml in project /Users/jlampton/Sites/_backdrop/backdrop-jenlampton
#ddev-generated
unmodified #ddev-generated found in .ddev/mutagen/mutagen.yml
======== Creating dummy project named tryddevproject-11740 in ../tryddevproject-11740 ========
Creating a new DDEV project config in the current directory (/Users/jlampton/Sites/_backdrop/tryddevproject-11740)
Once completed, your configuration will be written to /Users/jlampton/Sites/_backdrop/tryddevproject-11740/.ddev/config.yaml
Configuring a 'php' project named 'tryddevproject-11740' with docroot 'web' at '/Users/jlampton/Sites/_backdrop/tryddevproject-11740/web'.
For full details use 'ddev describe'.
Configuration complete. You may now run 'ddev start'.
======== OS Information ========
Darwin MacBook-Pro.localdomain 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000 arm64
ProductName: macOS
ProductVersion: 14.5
BuildVersion: 23F79
======== User information ========
uid=501(jlampton) gid=20(staff) groups=20(staff),12(everyone),61(localaccounts),79(_appserverusr),80(admin),81(_appserveradm),98(_lpadmin),701(com.apple.sharepoint.group.1),33(_appstore),100(_lpoperator),204(_developer),250(_analyticsusers),395(com.apple.access_ftp),398(com.apple.access_screensharing),399(com.apple.access_ssh),400(com.apple.access_remote_ae)
======== DDEV version ========
ITEM VALUE
DDEV version v1.23.2
architecture arm64
cgo_enabled 0
db ddev/ddev-dbserver-mariadb-10.11:v1.23.2
ddev-ssh-agent ddev/ddev-ssh-agent:v1.23.2
docker 26.1.4
docker-api 1.45
docker-compose v2.27.0
docker-platform docker-desktop
global-ddev-dir /Users/jlampton/.ddev
mutagen 0.17.2
os darwin
router ddev/ddev-traefik-router:v1.23.2
web ddev/ddev-webserver:v1.23.2
======== proxy settings ========
HTTP_PROXY=''
HTTPS_PROXY=''
http_proxy=''
NO_PROXY=''
======== DDEV global info ========
developer-mode=false
disable-http2=false
fail-on-hook-fail=false
instrumentation-opt-in=true
instrumentation-queue-size=0
instrumentation-reporting-interval=0s
instrumentation-user=
internet-detection-timeout-ms=3000
last-started-version=v1.23.2
letsencrypt-email=
mailpit-http-port=8025
mailpit-https-port=8026
mkcert-caroot=/Users/jlampton/Library/Application Support/mkcert
no-bind-mounts=false
omit-containers=[]
performance-mode=mutagen
project-tld=ddev.site
required-docker-compose-version=v2.27.0
router=traefik
router-bind-all-interfaces=false
router-http-port=80
router-https-port=443
simple-formatting=false
table-style=bright
traefik-monitor-port=10999
use-docker-compose-from-path=false
use-hardened-images=false
use-letsencrypt=false
wsl2-no-windows-hosts-mgt=false
xdebug-ide-location=
======== DOCKER provider info ========
docker client location: lrwxr-xr-x@ 1 root wheel 54 Apr 11 20:03 /usr/local/bin/docker -> /Applications/Docker.app/Contents/Resources/bin/docker
docker client alternate locations:
/usr/local/bin/docker
/usr/local/bin/docker
Docker provider: docker-desktop
Docker Desktop Version: Docker Desktop for Mac 4.31.0 build 153195
docker version:
Client:
Version: 26.1.4
API version: 1.45
Go version: go1.21.11
Git commit: 5650f9b
Built: Wed Jun 5 11:26:02 2024
OS/Arch: darwin/arm64
Context: default
Server: Docker Desktop 4.31.0 (153195)
Engine:
Version: 26.1.4
API version: 1.45 (minimum version 1.24)
Go version: go1.21.11
Git commit: de5c9cf
Built: Wed Jun 5 11:29:12 2024
OS/Arch: linux/arm64
Experimental: false
containerd:
Version: 1.6.33
GitCommit: d2d58213f83a351ca8f528a95fbd145f5654e957
runc:
Version: 1.1.12
GitCommit: v1.1.12-0-g51d5e94
docker-init:
Version: 0.19.0
GitCommit: de40ad0
DOCKER_DEFAULT_PLATFORM=notset
Docker platform: docker-desktop
Using Docker context: default (unix:///Users/jlampton/.docker/run/docker.sock)
docker-compose: v2.27.0
Using DOCKER_HOST=unix:///Users/jlampton/.docker/run/docker.sock
Docker version: 26.1.4
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 58.4G 29.1G 26.2G 53% /
======== Existing docker containers ========
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
======== mkcert information ========
/opt/homebrew/bin/mkcert
/opt/homebrew/bin/mkcert
/usr/local/bin/mkcert
/usr/local/bin/mkcert
/Users/jlampton/Library/Application Support/mkcert
total 16
-r-------- 1 jlampton staff 2484 Mar 11 19:42 rootCA-key.pem
-rw-r--r-- 1 jlampton staff 1826 Mar 11 19:42 rootCA.pem
======== ping attempt on ddev.site ========
PING dkdkd.ddev.site (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.051 ms
--- dkdkd.ddev.site ping statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.051/0.051/0.051/nan ms
======== ddev debug refresh ========
Rebuilding project images...
Rebuilding web image with `/Users/jlampton/.ddev/bin/docker-compose -f /Users/jlampton/Sites/_backdrop/tryddevproject-11740/.ddev/.ddev-docker-compose-full.yaml build web --no-cache`
#0 building with "default" instance using docker driver
#1 [web internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.25kB done
#1 DONE 0.0s
#2 [web internal] load metadata for docker.io/ddev/ddev-webserver:v1.23.2
#2 DONE 0.0s
#3 [web internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [web 1/7] FROM docker.io/ddev/ddev-webserver:v1.23.2
#4 CACHED
#5 [web 2/7] RUN (groupadd --gid 20 "jlampton" || groupadd "jlampton" || true) && (useradd -l -m -s "/bin/bash" --gid "jlampton" --comment '' --uid 501 "jlampton" || useradd -l -m -s "/bin/bash" --gid "jlampton" --comment '' "jlampton" || useradd -l -m -s "/bin/bash" --gid "20" --comment '' "jlampton" || useradd -l -m -s "/bin/bash" --comment '' jlampton )
#5 0.100 groupadd: GID '20' already exists
#5 0.126 useradd warning: jlampton's uid 501 outside of the UID_MIN 1000 and UID_MAX 60000 range.
#5 DONE 0.2s
#6 [web 3/7] RUN export XDEBUG_MODE=off; composer self-update --stable || composer self-update --stable || true; composer self-update --2 || composer self-update --2 || true
#6 0.396 Storing "stable" as default update channel for the next self-update run.
#6 0.649 You are already using the latest available Composer version 2.7.7 (stable channel).
#6 1.099 You are already using the latest available Composer version 2.7.7 (2.x channel).
#6 DONE 1.1s
#7 [web 4/7] RUN mkdir -p /home/jlampton && chown jlampton /home/jlampton && chmod 600 /home/jlampton/.pgpass
#7 DONE 0.1s
#8 [web 5/7] RUN apt-get update
#8 0.240 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
#8 0.267 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#8 0.277 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#8 0.281 Get:4 https://packages.sury.org/php bookworm InRelease [7542 B]
#8 0.293 Get:5 https://deb.nodesource.com/node_20.x nodistro InRelease [12.1 kB]
#8 0.309 Get:6 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
#8 0.408 Get:7 https://dl.cloudsmith.io/public/platformsh/cli/deb/debian bookworm InRelease [3675 B]
#8 0.451 Get:8 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages [8094 B]
#8 0.544 Get:10 https://dl.cloudsmith.io/public/platformsh/upsun-cli/deb/debian bookworm InRelease [3675 B]
#8 0.596 Get:11 http://nginx.org/packages/debian bookworm InRelease [2866 B]
#8 0.603 Get:12 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
#8 0.604 Get:13 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [158 kB]
#8 0.663 Get:14 https://dl.cloudsmith.io/public/symfony/stable/deb/debian bookworm InRelease [4422 B]
#8 0.693 Get:9 https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian bookworm InRelease [4625 B]
#8 0.737 Get:16 https://packages.sury.org/php bookworm/main arm64 Packages [222 kB]
#8 0.749 Get:17 https://dl.cloudsmith.io/public/platformsh/cli/deb/debian bookworm/main arm64 Packages [3299 B]
#8 0.761 Get:15 https://dlm.mariadb.com/repo/maxscale/latest/apt bookworm InRelease [9341 B]
#8 0.787 Get:18 http://nginx.org/packages/debian bookworm/nginx arm64 Packages [12.1 kB]
#8 0.830 Get:19 https://dl.cloudsmith.io/public/platformsh/upsun-cli/deb/debian bookworm/main arm64 Packages [2310 B]
#8 0.917 Get:20 https://dl.cloudsmith.io/public/symfony/stable/deb/debian bookworm/main arm64 Packages [7095 B]
#8 1.025 Get:21 https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian bookworm/main arm64 Packages [34.9 kB]
#8 1.294 Get:22 https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian bookworm/main amd64 Packages [41.5 kB]
#8 1.730 Get:23 https://dlm.mariadb.com/repo/maxscale/latest/apt bookworm/main arm64 Packages [554 B]
#8 2.007 Get:24 https://dlm.mariadb.com/repo/maxscale/latest/apt bookworm/main amd64 Packages [553 B]
#8 2.025 Fetched 9492 kB in 2s (5167 kB/s)
#8 2.025 Reading package lists...
#8 DONE 2.4s
#9 [web 6/7] RUN curl -I https://www.google.com
#9 0.116 % Total % Received % Xferd Average Speed Time Time Time Current
#9 0.116 Dload Upload Total Spent Left Speed
#9 0.116
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
#9 0.168 HTTP/2 200
#9 0.168 content-type: text/html; charset=ISO-8859-1
#9 0.168 content-security-policy-report-only: object-src 'none';base-uri 'self';script-src 'nonce-wkGuLbgqV4J0Ku6IcIoe4A' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp
#9 0.168 p3p: CP="This is not a P3P policy! See g.co/p3phelp for more info."
#9 0.168 date: Thu, 27 Jun 2024 02:09:39 GMT
#9 0.168 server: gws
#9 0.168 x-xss-protection: 0
#9 0.168 x-frame-options: SAMEORIGIN
#9 0.168 expires: Thu, 27 Jun 2024 02:09:39 GMT
#9 0.168 cache-control: private
#9 0.168 set-cookie: AEC=AQTF6HzO48imq9d5WWqVUULkyOf31lO7ATeXNgedCizjPX0l5ileGs6i0A; expires=Tue, 24-Dec-2024 02:09:39 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax
#9 0.168 set-cookie: NID=515=mswu0F9DqazLnCLpuxigOYmYEPlxmat2DtEo65V008Os5Ka-vo0Mlsu1WmSe_qQ6IptFurP3bUoKCqeCj1afy_e7c8l6Pw6PfyxPWtwKf0e7aQFrLueeKdpxsfHDw_pHu7smRnbHCtHlp6niwOwHcdDgaWxR13ahcs9yu8DmCF4; expires=Fri, 27-Dec-2024 02:09:39 GMT; path=/; domain=.google.com; HttpOnly
#9 0.168 alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
#9 0.168
#9 DONE 0.2s
#10 [web 7/7] RUN chmod 777 /run/php
#10 DONE 0.1s
#11 [web] exporting to image
#11 exporting layers 0.0s done
#11 writing image sha256:1857f04eb1ee97a9385ebc726f6a62de630e5cad30de76a6ec6e7459c963facc done
#11 naming to docker.io/ddev/ddev-webserver:v1.23.2-tryddevproject-11740-built done
#11 DONE 0.1s
Refreshed Docker cache for project tryddevproject-11740 in 4s
Network ddev_default created
Container ddev-ssh-agent Created
Container ddev-ssh-agent Started
ssh-agent container is running: If you want to add authentication to the ssh-agent container, run 'ddev auth ssh' to enable your keys.
v1.23.2: Pulling from ddev/ddev-dbserver-mariadb-10.11
9b10a938e284: Pulling fs layer
331be689e5be: Pulling fs layer
1e6bbb859570: Pulling fs layer
b73d9b054a67: Pulling fs layer
41019807b3c9: Pulling fs layer
e1c9aaf48af4: Pulling fs layer
a1b3ef3d99d5: Pulling fs layer
7271026b1c97: Pulling fs layer
4f4fb700ef54: Pulling fs layer
6c25265908fc: Pulling fs layer
5f125235c07d: Pulling fs layer
9b122cf0e75e: Pulling fs layer
ebead02e0561: Pulling fs layer
597384a5c99e: Pulling fs layer
8180c487fd77: Pulling fs layer
1acdf08966b8: Pulling fs layer
b81fdfc679de: Pulling fs layer
f1ddae6d812f: Pulling fs layer
56063cccaa2d: Pulling fs layer
38c417ebaec1: Pulling fs layer
ae3e27c26cda: Pulling fs layer
d4fb7a7ab524: Pulling fs layer
9446ed6677fe: Pulling fs layer
246f980fabce: Pulling fs layer
b73d9b054a67: Waiting
ebead02e0561: Waiting
597384a5c99e: Waiting
8180c487fd77: Waiting
1acdf08966b8: Waiting
b81fdfc679de: Waiting
f1ddae6d812f: Waiting
246f980fabce: Waiting
56063cccaa2d: Waiting
41019807b3c9: Waiting
e1c9aaf48af4: Waiting
a1b3ef3d99d5: Waiting
7271026b1c97: Waiting
4f4fb700ef54: Waiting
6c25265908fc: Waiting
5f125235c07d: Waiting
9b122cf0e75e: Waiting
9446ed6677fe: Waiting
38c417ebaec1: Waiting
d4fb7a7ab524: Waiting
ae3e27c26cda: Waiting
331be689e5be: Verifying Checksum
331be689e5be: Download complete
1e6bbb859570: Verifying Checksum
1e6bbb859570: Download complete
b73d9b054a67: Verifying Checksum
b73d9b054a67: Download complete
41019807b3c9: Verifying Checksum
41019807b3c9: Download complete
9b10a938e284: Verifying Checksum
9b10a938e284: Download complete
a1b3ef3d99d5: Verifying Checksum
a1b3ef3d99d5: Download complete
7271026b1c97: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
6c25265908fc: Verifying Checksum
6c25265908fc: Download complete
9b10a938e284: Pull complete
331be689e5be: Pull complete
1e6bbb859570: Pull complete
b73d9b054a67: Pull complete
41019807b3c9: Pull complete
9b122cf0e75e: Verifying Checksum
9b122cf0e75e: Download complete
ebead02e0561: Verifying Checksum
ebead02e0561: Download complete
e1c9aaf48af4: Verifying Checksum
e1c9aaf48af4: Download complete
597384a5c99e: Verifying Checksum
597384a5c99e: Download complete
8180c487fd77: Verifying Checksum
8180c487fd77: Download complete
1acdf08966b8: Verifying Checksum
1acdf08966b8: Download complete
f1ddae6d812f: Verifying Checksum
f1ddae6d812f: Download complete
b81fdfc679de: Verifying Checksum
b81fdfc679de: Download complete
56063cccaa2d: Verifying Checksum
56063cccaa2d: Download complete
38c417ebaec1: Verifying Checksum
38c417ebaec1: Download complete
e1c9aaf48af4: Pull complete
a1b3ef3d99d5: Pull complete
7271026b1c97: Pull complete
4f4fb700ef54: Pull complete
ae3e27c26cda: Verifying Checksum
ae3e27c26cda: Download complete
5f125235c07d: Verifying Checksum
5f125235c07d: Download complete
d4fb7a7ab524: Verifying Checksum
d4fb7a7ab524: Download complete
6c25265908fc: Pull complete
246f980fabce: Verifying Checksum
246f980fabce: Download complete
9446ed6677fe: Verifying Checksum
9446ed6677fe: Download complete
5f125235c07d: Pull complete
9b122cf0e75e: Pull complete
ebead02e0561: Pull complete
597384a5c99e: Pull complete
8180c487fd77: Pull complete
1acdf08966b8: Pull complete
b81fdfc679de: Pull complete
f1ddae6d812f: Pull complete
56063cccaa2d: Pull complete
38c417ebaec1: Pull complete
ae3e27c26cda: Pull complete
d4fb7a7ab524: Pull complete
9446ed6677fe: Pull complete
246f980fabce: Pull complete
Digest: sha256:6fa68f3698fc312032456c8fd76c354660b183cd5e6e93b06643a917f5355762
Status: Downloaded newer image for ddev/ddev-dbserver-mariadb-10.11:v1.23.2
docker.io/ddev/ddev-dbserver-mariadb-10.11:v1.23.2
Building project images...
..Project images built in 2s.
Network ddev-tryddevproject-11740_default Created
Container ddev-tryddevproject-11740-db Created
Container ddev-tryddevproject-11740-web Created
Container ddev-tryddevproject-11740-web Started
Container ddev-tryddevproject-11740-db Started
Starting Mutagen sync process...
Mutagen sync flush completed in 1s.
For details on sync status 'ddev mutagen st tryddevproject-11740 -l'
Waiting for containers to become ready: [web db]
Starting ddev-router if necessary...
Container ddev-router Created
Container ddev-router Started
Waiting for additional project containers to become ready...
All project containers are now ready.
======== Project startup ========
Starting tryddevproject-11740...
2024-06-26T19:10:08.437 Pulled image for ddev/ddev-webserver:v1.23.2
2024-06-26T19:10:08.439 Pulled image for busybox:stable
2024-06-26T19:10:08.441 Pulled image for ddev/ddev-ssh-agent:v1.23.2
2024-06-26T19:10:08.443 Pulled image for ddev/ddev-traefik-router:v1.23.2
2024-06-26T19:10:09.098 GetDockerContext: contextInfo='default unix:///Users/jlampton/.docker/run/docker.sock'
2024-06-26T19:10:09.098 Using Docker context default (unix:///Users/jlampton/.docker/run/docker.sock)
2024-06-26T19:10:09.537 chowning /mnt/ddev-global-cache and /var/lib/mysql to 501
2024-06-26T19:10:10.299 done chowning /mnt/ddev-global-cache and /var/lib/mysql to 501
2024-06-26T19:10:10.346 host.docker.internal='' because no other case was discovered
2024-06-26T19:10:10.514 Pulled image for ddev/ddev-webserver:v1.23.2
2024-06-26T19:10:10.516 Pulled image for ddev/ddev-dbserver-mariadb-10.11:v1.23.2
2024-06-26T19:10:10.519 Pulled image for ddev/ddev-ssh-agent:v1.23.2
2024-06-26T19:10:10.521 Pulled image for ddev/ddev-traefik-router:v1.23.2
Building project images...
2024-06-26T19:10:10.524 Executing docker-compose -f /Users/jlampton/Sites/_backdrop/tryddevproject-11740/.ddev/.ddev-docker-compose-full.yaml build --progress=plain
.Project images built in 1s.
2024-06-26T19:10:11.528 Executing docker-compose -f /Users/jlampton/Sites/_backdrop/tryddevproject-11740/.ddev/.ddev-docker-compose-full.yaml up -d
Container ddev-tryddevproject-11740-web Recreate
Container ddev-tryddevproject-11740-db Recreate
Container ddev-tryddevproject-11740-db Recreated
Container ddev-tryddevproject-11740-web Recreated
Container ddev-tryddevproject-11740-db Started
Container ddev-tryddevproject-11740-web Started
2024-06-26T19:10:22.223 VIRTUAL_HOST=tryddevproject-11740.ddev.site for web
2024-06-26T19:10:22.224 HTTP_EXPOSE=80:80,8025:8025 for web
2024-06-26T19:10:22.224 HTTPS_EXPOSE=443:80,8026:8025 for web
2024-06-26T19:10:22.679 Copied /Users/jlampton/Sites/_backdrop/tryddevproject-11740/.ddev/traefik:CopyIntoVolume_mvxuuyufmhld into /mnt/v/traefik in 46.63ms
2024-06-26T19:10:22.704 Exec chown -R 501 /mnt/v/traefik stdout=, stderr=, err=<nil>
2024-06-26T19:10:22.841 Copied Traefik certs in /Users/jlampton/Sites/_backdrop/tryddevproject-11740/.ddev/traefik/certs to ddev-global-cache/traefik
Starting Mutagen sync process...
2024-06-26T19:10:22.972 Using Mutagen config file /Users/jlampton/Sites/_backdrop/tryddevproject-11740/.ddev/mutagen/mutagen.yml
2024-06-26T19:10:24.043 Mutagen status after sync: ok
Mutagen sync flush completed in 1s.
For details on sync status 'ddev mutagen st tryddevproject-11740 -l'
2024-06-26T19:10:24.044 Running /start.sh in ddev-webserver
Waiting for containers to become ready: [web db]
2024-06-26T19:10:27.438 Copied /Users/jlampton/.ddev/commands:CopyIntoVolume_pecsagyeloyx into /mnt/v/global-commands in 40.465417ms
2024-06-26T19:10:27.466 Exec chown -R 501 /mnt/v/global-commands stdout=, stderr=, err=<nil>
2024-06-26T19:10:27.686 Testing to see if /mnt/ddev_config is properly mounted
Starting ddev-router if necessary...
2024-06-26T19:10:28.235 Copied /Users/jlampton/.ddev/traefik:CopyIntoVolume_jbwnawcnqaen into /mnt/v/traefik in 42.238084ms
2024-06-26T19:10:28.268 Exec chown -R 501 /mnt/v/traefik stdout=, stderr=, err=<nil>
2024-06-26T19:10:28.402 Copied global Traefik config in /Users/jlampton/.ddev/traefik/certs to ddev-global-cache/traefik
Container ddev-router Running
2024-06-26T19:10:28.483 Waiting for ddev-router to become ready. docker inspect --format "{{json .State.Health }}" ddev-router
2024-06-26T19:10:28.988 ddev-router is ready
Waiting for additional project containers to become ready...
All project containers are now ready.
Successfully started tryddevproject-11740
Project can be reached at https://tryddevproject-11740.ddev.site https://127.0.0.1:49823
======== Curl of site from inside container ========
% 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
HTTP/1.1 200 OK
Server: nginx
Date: Thu, 27 Jun 2024 02:10:32 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Vary: Accept-Encoding
======== curl -I of http://127.0.0.1:49822 (web container http docker bind port) 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
HTTP/1.1 200 OK
Server: nginx
Date: Thu, 27 Jun 2024 02:10:32 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Vary: Accept-Encoding
======== curl -I of http://tryddevproject-11740.ddev.site (router http URL) 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
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Date: Thu, 27 Jun 2024 02:10:32 GMT
Server: nginx
Vary: Accept-Encoding
======== Full curl of http://tryddevproject-11740.ddev.site (router http URL) 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
100 286 0 286 0 0 25976 0 --:--:-- --:--:-- --:--:-- 28600
Success accessing database... db via TCP/IP<br />
ddev is working.<br />
The output file for Discord or issue queue is in
<b>/var/folders/mw/_p1cl_rx69b3ll553w9cdvcc0000gn/T/ddev-debug-test.txt</b><br />
file:///var/folders/mw/_p1cl_rx69b3ll553w9cdvcc0000gn/T/ddev-debug-test.txt<br />
======== Full curl of https://tryddevproject-11740.ddev.site (router https URL) 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: (35) Recv failure: Connection reset by peer
======== Curl google.com to check internet access and VPN ========
% 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
HTTP/2 200
content-type: text/html; charset=ISO-8859-1
content-security-policy-report-only: object-src 'none';base-uri 'self';script-src 'nonce-i0YBKMkByA0Ne146fPeCrw' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp
p3p: CP="This is not a P3P policy! See g.co/p3phelp for more info."
date: Thu, 27 Jun 2024 02:10:32 GMT
server: gws
x-xss-protection: 0
x-frame-options: SAMEORIGIN
expires: Thu, 27 Jun 2024 02:10:32 GMT
cache-control: private
set-cookie: AEC=AQTF6HzgUT7CorqHxB-Rz8Jfz3B7MTFjO5IlM5fsTVFOrsMrH1AKvtYIPEs; expires=Tue, 24-Dec-2024 02:10:32 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax
set-cookie: NID=515=xPwCHSnkJARpado12QVFHHNHP6m-M7ITP0nA4EU1MN3cYrJxPDGtxsUJS6sIkUCFINtTWLx_ng8E8nOJ3q3lbpk4kAi6hFgO8OjARzPN89xXqxj0astV_5XRC-_uCBudg0DhQf4eJy_O3gy4GP9sAWjVpwf1vH-M5bm-tP72AYU; expires=Fri, 27-Dec-2024 02:10:32 GMT; path=/; domain=.google.com; HttpOnly
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
======== host.docker.internal status ========
PING host.docker.internal (192.168.65.254) 56(84) bytes of data.
64 bytes from 192.168.65.254 (192.168.65.254): icmp_seq=1 ttl=63 time=0.540 ms
--- host.docker.internal ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.540/0.540/0.540/0.000 ms
======== Project ownership on host ========
drwxr-xr-x 4 jlampton staff 128 Jun 26 19:09 ../tryddevproject-11740
======== Project ownership in container ========
drwxr-xr-x 4 jlampton dialout 4096 Jun 27 02:09 //var/www/html
======== In-container filesystem ========
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/vda1 ext4 61202244 31931284 26129636 55% /var/www
======== Thanks for running the diagnostic! ========
Running ddev launch in 3 seconds
Running ddev launch
Waiting for ddev launch to complete before deleting project
Cleanup: deleting test project tryddevproject-11740
Container ddev-tryddevproject-11740-db Stopped
Container ddev-tryddevproject-11740-web Stopped
Container ddev-tryddevproject-11740-web Stopped
Container ddev-tryddevproject-11740-db Stopped
Container ddev-tryddevproject-11740-db Removed
Container ddev-tryddevproject-11740-web Removed
Network ddev-tryddevproject-11740_default Removed
Volume tryddevproject-11740-mariadb for project tryddevproject-11740 was deleted
Volume tryddevproject-11740-postgres for project tryddevproject-11740 was deleted
Volume tryddevproject-11740_project_mutagen for project tryddevproject-11740 was deleted
Project tryddevproject-11740 was deleted. Your code and configuration are unchanged.
Please remove the files from this test with 'rm -r ../tryddevproject-11740'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment