Guest User

Untitled

a guest
Aug 26th, 2025
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.63 KB | Help | 0 0
  1. Please make sure you have already looked at troubleshooting guide:
  2. https://ddev.readthedocs.io/en/stable/users/usage/troubleshooting/
  3. Simple things to check:
  4. * Use latest stable DDEV version
  5. * ddev poweroff
  6. * Restart Docker Provider
  7. * Reboot computer
  8. * Temporarily disable VPN and firewall
  9. * Remove customizations like 'docker-compose.*.yaml' and PHP/Apache/Nginx config while debugging.
  10. Resulting output will be written to:
  11. /tmp/ddev-debug-test.txt
  12. file:///tmp/ddev-debug-test.txt
  13. Please provide the file for support in Discord or the issue queue.
  14. Doing ddev poweroff but will restart projects at completion
  15. 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.
  16.  
  17.  
  18. ======== Output file will be in /tmp/ddev-debug-test.txt ========
  19.  
  20.  
  21. ======== Existing project config ========
  22. ddev installation alternate locations:
  23. /usr/local/bin/ddev
  24.  
  25. These config files were loaded for project test: [/home/igor/Documents/test/.ddev/config.yaml]
  26. name: test
  27. type: php
  28. docroot: .
  29. php_version: 8.3
  30. webserver_type: nginx-fpm
  31. webimage: ddev/ddev-webserver:v1.24.7
  32. additional_hostnames: []
  33. additional_fqdns: []
  34. database: {mariadb 10.11}
  35. project_tld: ddev.site
  36. use_dns_when_possible: true
  37. composer_version: 2
  38. nodejs_version: 22
  39. default_container_timeout: 120
  40.  
  41.  
  42. ======== existing project customizations ========
  43.  
  44.  
  45. ======== installed DDEV add-ons ========
  46. No registered add-ons were found.
  47.  
  48.  
  49. ======== WSL2 information ========
  50.  
  51.  
  52. ======== mutagen situation ========
  53. looking for #ddev-generated in mutagen.yml in project /home/igor/Documents/test
  54.  
  55. .ddev/mutagen/mutagen.yml not found
  56.  
  57.  
  58. ======== Creating dummy project named tryddevproject-20752 in ../tryddevproject-20752 ========
  59. Creating a new DDEV project config in the current directory (/home/igor/Documents/tryddevproject-20752)
  60. Once completed, your configuration will be written to /home/igor/Documents/tryddevproject-20752/.ddev/config.yaml
  61.  
  62. Configuring a 'php' project named 'tryddevproject-20752' with docroot 'web' at '/home/igor/Documents/tryddevproject-20752/web'.
  63. For full details use 'ddev describe'.
  64. Configuration complete. You may now run 'ddev start'.
  65.  
  66.  
  67. ======== OS Information ========
  68. Linux pop-os 6.12.10-76061203-generic #202412060638~1753385872~22.04~dc2e00d SMP PREEMPT_DYNAMIC Thu J x86_64 x86_64 x86_64 GNU/Linux
  69.  
  70.  
  71. ======== User information ========
  72. uid=1000(igor) gid=1000(igor) groups=1000(igor),4(adm),27(sudo),46(plugdev),124(lpadmin),998(docker),999(ollama)
  73.  
  74.  
  75. ======== DDEV version ========
  76. ITEM VALUE
  77. DDEV version v1.24.7
  78. architecture amd64
  79. cgo_enabled 0
  80. db ddev/ddev-dbserver-mariadb-10.11:v1.24.7
  81. ddev-environment linux
  82. ddev-ssh-agent ddev/ddev-ssh-agent:v1.24.7
  83. docker 28.3.3
  84. docker-api 1.51
  85. docker-compose v2.38.2
  86. docker-platform linux-docker
  87. global-ddev-dir /home/igor/.ddev
  88. go-version go1.24.5
  89. mutagen 0.18.1
  90. os linux
  91. router ddev/ddev-traefik-router:v1.24.7
  92. web ddev/ddev-webserver:v1.24.7
  93. xhgui-image ddev/ddev-xhgui:v1.24.7
  94.  
  95.  
  96.  
  97. ======== proxy settings ========
  98.  
  99. HTTP_PROXY=''
  100. HTTPS_PROXY=''
  101. http_proxy=''
  102. NO_PROXY=''
  103.  
  104.  
  105.  
  106. ======== DDEV global info ========
  107. developer-mode=false
  108. fail-on-hook-fail=false
  109. instrumentation-opt-in=false
  110. instrumentation-queue-size=0
  111. instrumentation-reporting-interval=0s
  112. instrumentation-user=
  113. internet-detection-timeout-ms=3000
  114. last-started-version=v1.24.7
  115. letsencrypt-email=
  116. mailpit-http-port=8025
  117. mailpit-https-port=8026
  118. mkcert-caroot=/home/igor/.local/share/mkcert
  119. no-bind-mounts=false
  120. omit-containers=[]
  121. performance-mode=none
  122. project-tld=ddev.site
  123. required-docker-compose-version=v2.38.2
  124. router-bind-all-interfaces=false
  125. router-http-port=80
  126. router-https-port=443
  127. simple-formatting=false
  128. table-style=default
  129. traefik-monitor-port=10999
  130. use-docker-compose-from-path=false
  131. use-hardened-images=false
  132. use-letsencrypt=false
  133. wsl2-no-windows-hosts-mgt=false
  134. xdebug-ide-location=
  135. xhgui-http-port=
  136. xhgui-https-port=
  137. xhprof-mode=
  138.  
  139.  
  140. ======== DOCKER provider info ========
  141. docker client location: -rwxr-xr-x 1 root root 45250800 Jul 25 08:34 /usr/bin/docker
  142.  
  143. docker client alternate locations:
  144. /usr/bin/docker
  145. /bin/docker
  146.  
  147. Docker provider: linux-docker
  148.  
  149.  
  150. ======== docker version ========
  151. Client: Docker Engine - Community
  152. Version: 28.3.3
  153. API version: 1.51
  154. Go version: go1.24.5
  155. Git commit: 980b856
  156. Built: Fri Jul 25 11:34:04 2025
  157. OS/Arch: linux/amd64
  158. Context: default
  159.  
  160. Server: Docker Engine - Community
  161. Engine:
  162. Version: 28.3.3
  163. API version: 1.51 (minimum version 1.24)
  164. Go version: go1.24.5
  165. Git commit: bea959c
  166. Built: Fri Jul 25 11:34:04 2025
  167. OS/Arch: linux/amd64
  168. Experimental: false
  169. containerd:
  170. Version: 1.7.27
  171. GitCommit: 05044ec0a9a75232cad458027ca83437aae3f4da
  172. runc:
  173. Version: 1.2.5
  174. GitCommit: v1.2.5-0-g59923ef
  175. docker-init:
  176. Version: 0.19.0
  177. GitCommit: de40ad0
  178.  
  179.  
  180. ======== docker context ls ========
  181. NAME DESCRIPTION DOCKER ENDPOINT ERROR
  182. default * Current DOCKER_HOST based configuration unix:///var/run/docker.sock
  183.  
  184. DOCKER_HOST=unix:///var/run/docker.sock
  185. DOCKER_DEFAULT_PLATFORM=notset
  186.  
  187.  
  188. ======== ddev debug dockercheck ========
  189. Docker platform: linux-docker
  190. Using Docker context: default (unix:///var/run/docker.sock)
  191. docker-compose: v2.38.2
  192. Using DOCKER_HOST=unix:///var/run/docker.sock
  193. Docker version: 28.3.3
  194. Docker API version: 1.51
  195. Able to run simple container that mounts a volume.
  196. Able to use internet inside container.
  197.  
  198. Docker disk space:
  199. Filesystem Size Used Available Use% Mounted on
  200. overlay 3.6T 363.2G 3.0T 10% /
  201.  
  202.  
  203. ======== Existing docker containers ========
  204. CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
  205. a3ef8cf5a0cd phpmyadmin/phpmyadmin:5.1 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj1_pma_1
  206. 2d7861e9818f bitnami/mariadb:10.11.8 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj1_database_1
  207. d523580619bf bitnami/mysql:8.0.40 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj1_mariadb_1
  208. c3e267465b1d devwithlando/php:8.1-apache-5 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj1_appserver_1
  209. f3fc8d48683b node:18 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj1_node_1
  210. 299301be5b1f phpmyadmin/phpmyadmin:5.1 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj2_pma_1
  211. 5247b2bfb8bd bitnami/mysql:8.0.40 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj2_mariadb_1
  212. 1aa80933f54c bitnami/mysql:5.7.43-debian-11-r73 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj2_database_1
  213. 8cf0abfcc23a devwithlando/php:8.1-apache-5 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj2_appserver_1
  214. 346064151c6f node:18 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj2_node_1
  215. 2af80be11e80 phpmyadmin/phpmyadmin:5.1 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj3_pma_1
  216. 9d0cb0ff37a4 bitnami/mysql:5.7.43-debian-11-r73 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj3_database_1
  217. 459bad0f4086 bitnami/mysql:8.0.40 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj3_mariadb_1
  218. 9ef0dea9d851 devwithlando/php:8.1-apache-5 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj3_appserver_1
  219. cb1902f8aec6 node:18 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj3_node_1
  220. 10bc01e15a61 bitnami/mariadb:10.3.39-debian-11-r5 "/lando-entrypoint.s…" 16 hours ago Exited (137) 16 hours ago orthopedceph_database_1
  221. 6f4862d727fc devwithlando/php:8.1-apache-5 "/lando-entrypoint.s…" 16 hours ago Exited (137) 16 hours ago orthopedceph_appserver_1
  222. ed01d7a4c4ca node:16 "/lando-entrypoint.s…" 16 hours ago Exited (137) 16 hours ago orthopedceph_node_1
  223. bc672665ff73 bitnami/mysql:5.7.43-debian-11-r73 "/lando-entrypoint.s…" 40 hours ago Exited (137) 40 hours ago wp_database_1
  224. 99d6bdab63ef devwithlando/php:7.4-apache-5 "/lando-entrypoint.s…" 40 hours ago Exited (137) 40 hours ago wp_appserver_1
  225. e12dc4304fe4 node:14 "/lando-entrypoint.s…" 40 hours ago Exited (137) 40 hours ago wp_node_1
  226. 2d406a8eb089 traefik:2.2.0 "/lando-entrypoint.s…" 40 hours ago Exited (137) 13 minutes ago landoproxyhyperion5000gandalfedition_proxy_1
  227. 246dbdf8c872 hello-world "/hello" 41 hours ago Exited (0) 41 hours ago dreamy_cerf
  228.  
  229.  
  230. ======== docker system df ========
  231. TYPE TOTAL ACTIVE SIZE RECLAIMABLE
  232. Images 30 12 10.29GB 3.957GB (38%)
  233. Containers 23 0 1.068GB 1.068GB (100%)
  234. Local Volumes 61 46 42.29GB 13.07GB (30%)
  235. Build Cache 117 0 28.8MB 28.8MB
  236.  
  237. Tips:
  238. 1. Periodically check your Docker filesystem usage with 'docker system df'
  239. 2. Use 'docker builder prune' to remove unused Docker build cache (it doesn't remove your data)
  240. 3. To remove all containers and images (it doesn't remove your data):
  241. ```
  242. ddev poweroff
  243. docker rm -f $(docker ps -aq) || true
  244. docker rmi -f $(docker images -q)
  245. ```
  246. (DDEV images will be downloaded again on 'ddev start')
  247.  
  248.  
  249. ======== mkcert information ========
  250. /usr/local/bin/mkcert
  251. /usr/bin/mkcert
  252. /bin/mkcert
  253. CAROOT= WSLENV= JAVA_HOME=
  254. /home/igor/.local/share/mkcert
  255. total 8
  256. -r-------- 1 igor igor 2484 Aug 24 14:34 rootCA-key.pem
  257. -rw-r--r-- 1 igor igor 1708 Aug 24 14:34 rootCA.pem
  258.  
  259.  
  260. ======== ping attempt on ddev.site ========
  261. PING dkdkd.ddev.site (127.0.0.1) 56(84) bytes of data.
  262. 64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.022 ms
  263.  
  264. --- dkdkd.ddev.site ping statistics ---
  265. 1 packets transmitted, 1 received, 0% packet loss, time 0ms
  266. rtt min/avg/max/mdev = 0.022/0.022/0.022/0.000 ms
  267.  
  268.  
  269. ======== curl information ========
  270. /usr/bin/curl
  271. /bin/curl
  272.  
  273.  
  274. ======== ddev debug rebuild ========
  275. Rebuilding project images without Docker cache...
  276. Executing `/home/igor/.ddev/bin/docker-compose -f /home/igor/Documents/tryddevproject-20752/.ddev/.ddev-docker-compose-full.yaml --progress plain build web --no-cache`
  277. #0 building with "default" instance using docker driver
  278.  
  279. #1 [web internal] load build definition from Dockerfile
  280. #1 transferring dockerfile: 1.53kB done
  281. #1 DONE 0.0s
  282.  
  283. #2 [web internal] load metadata for docker.io/ddev/ddev-webserver:v1.24.7
  284. #2 DONE 0.0s
  285.  
  286. #3 [web internal] load .dockerignore
  287. #3 transferring context: 2B done
  288. #3 DONE 0.0s
  289.  
  290. #4 [web 1/9] FROM docker.io/ddev/ddev-webserver:v1.24.7
  291. #4 CACHED
  292.  
  293. #5 [web 2/9] RUN getent group tty || groupadd tty
  294. #5 0.173 tty:x:5:
  295. #5 DONE 0.2s
  296.  
  297. #6 [web 3/9] RUN (groupadd --gid 1000 "igor" || groupadd "igor" || true) && (useradd -G tty -l -m -s "/bin/bash" --gid "igor" --comment '' --uid 1000 "igor" || useradd -G tty -l -m -s "/bin/bash" --gid "igor" --comment '' "igor" || useradd -G tty -l -m -s "/bin/bash" --gid "1000" --comment '' "igor" || useradd -G tty -l -m -s "/bin/bash" --comment '' igor )
  298. #6 DONE 0.6s
  299.  
  300. #7 [web 4/9] RUN mkdir -p /home/igor && chown igor /home/igor && chmod 600 /home/igor/.pgpass
  301. #7 DONE 0.3s
  302.  
  303. #8 [web 5/9] RUN export XDEBUG_MODE=off; composer self-update --stable || composer self-update --stable || true; composer self-update --2 || log-stderr.sh composer self-update --2 || true
  304. #8 0.354 Storing "stable" as default update channel for the next self-update run.
  305. #8 1.336 Upgrading to version 2.8.11 (stable channel).
  306. #8 1.503
  307. #8 2.831 Use composer self-update --rollback to return to version 2.8.10
  308. #8 3.657 You are already using the latest available Composer version 2.8.11 (2.x channel).
  309. #8 DONE 3.7s
  310.  
  311. #9 [web 6/9] RUN timeout 30 apt-get update || true
  312. #9 0.462 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
  313. #9 0.501 Get:2 https://packages.sury.org/php bookworm InRelease [7551 B]
  314. #9 0.535 Get:3 https://apt.postgresql.org/pub/repos/apt bookworm-pgdg InRelease [107 kB]
  315. #9 0.598 Get:4 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
  316. #9 0.598 Get:5 https://packages.sury.org/php bookworm/main amd64 Packages [259 kB]
  317. #9 0.670 Get:6 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
  318. #9 0.735 Get:7 https://apt.postgresql.org/pub/repos/apt bookworm-pgdg/main amd64 Packages [392 kB]
  319. #9 0.735 Get:8 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB]
  320. #9 1.045 Get:10 https://dl.cloudsmith.io/public/platformsh/cli/deb/debian bookworm InRelease [3675 B]
  321. #9 1.052 Get:11 http://nginx.org/packages/debian bookworm InRelease [3293 B]
  322. #9 1.336 Get:12 https://dl.cloudsmith.io/public/platformsh/upsun-cli/deb/debian bookworm InRelease [3681 B]
  323. #9 1.343 Get:13 http://nginx.org/packages/debian bookworm/nginx amd64 Packages [21.4 kB]
  324. #9 1.586 Get:9 https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian bookworm InRelease [4628 B]
  325. #9 1.628 Get:14 https://dl.cloudsmith.io/public/symfony/stable/deb/debian bookworm InRelease [4422 B]
  326. #9 1.916 Get:15 https://dl.cloudsmith.io/public/platformsh/cli/deb/debian bookworm/main amd64 Packages [4917 B]
  327. #9 1.963 Get:16 http://packages.blackfire.io/debian any InRelease [29.2 kB]
  328. #9 2.231 Get:18 https://dl.cloudsmith.io/public/platformsh/upsun-cli/deb/debian bookworm/main amd64 Packages [3783 B]
  329. #9 2.429 Get:19 https://dl.cloudsmith.io/public/symfony/stable/deb/debian bookworm/main amd64 Packages [8747 B]
  330. #9 2.437 Get:17 https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian bookworm/main arm64 Packages [34.4 kB]
  331. #9 3.022 Get:20 https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian bookworm/main amd64 Packages [40.0 kB]
  332. #9 3.723 Get:21 http://packages.blackfire.io/debian any/main amd64 Packages [34.3 kB]
  333. #9 3.880 Get:22 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B]
  334. #9 3.906 Get:23 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [277 kB]
  335. #9 4.369 Fetched 10.3 MB in 4s (2516 kB/s)
  336. #9 4.369 Reading package lists...
  337. #9 DONE 4.7s
  338.  
  339. #10 [web 7/9] RUN curl --connect-timeout 10 --max-time 20 --fail -I https://www.google.com || true
  340. #10 0.234 % Total % Received % Xferd Average Speed Time Time Time Current
  341. #10 0.234 Dload Upload Total Spent Left Speed
  342. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0HTTP/2 200
  343. #10 0.438 content-type: text/html; charset=ISO-8859-1
  344. #10 0.438 content-security-policy-report-only: object-src 'none';base-uri 'self';script-src 'nonce-nli2UQ5rqIoxK0X1Uxz_8w' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp
  345. #10 0.438 accept-ch: Sec-CH-Prefers-Color-Scheme
  346. #10 0.438 p3p: CP="This is not a P3P policy! See g.co/p3phelp for more info."
  347. #10 0.438 date: Tue, 26 Aug 2025 12:13:51 GMT
  348. #10 0.438 server: gws
  349. #10 0.438 x-xss-protection: 0
  350. #10 0.438 x-frame-options: SAMEORIGIN
  351. #10 0.438 expires: Tue, 26 Aug 2025 12:13:51 GMT
  352. #10 0.438 cache-control: private
  353. #10 0.438 set-cookie: AEC=AVh_V2gCl32Bf9VVcbXkFB_GxnNtxp6h2ScAytlfjoKkBLicMMSfa3XNNA; expires=Sun, 22-Feb-2026 12:13:51 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax
  354. #10 0.438 set-cookie: NID=525=cvyngu5CK_FIqDFiGN3lmaNjauabg8My-Nd8Eb7qU0ZfCi79wL9wy8ApsxfFPW1DTOiCtw47dLWU4VDYulBG4lv5zwpq-zCXCIA__QB7ZbjOwcoCewqDS9-a0zQS9JcovC_NzwGOdkmFKuXmwkC0fe1q2j464FaSxZ6PzMzEJSGqUilajbtXxghf45ZMiIp2tFFaDXIZgM5-lxY; expires=Wed, 25-Feb-2026 12:13:51 GMT; path=/; domain=.google.com; HttpOnly
  355. #10 0.438 alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
  356. #10 0.438
  357. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  358. #10 DONE 0.5s
  359.  
  360. #11 [web 8/9] RUN chmod 777 /run/php /var/log
  361. #11 DONE 0.3s
  362.  
  363. #12 [web 9/9] RUN mkdir -p /tmp/xhprof && chmod -R ugo+w /etc/php /var/lib/php /tmp/xhprof
  364. #12 DONE 6.1s
  365.  
  366. #13 [web] exporting to image
  367. #13 exporting layers
  368. #13 exporting layers 0.3s done
  369. #13 writing image sha256:a2928207b8c5c173c3ab77d807940ce1becfa963c3e2280d02c7935163f04fb1
  370. #13 writing image sha256:a2928207b8c5c173c3ab77d807940ce1becfa963c3e2280d02c7935163f04fb1 done
  371. #13 naming to docker.io/ddev/ddev-webserver:v1.24.7-tryddevproject-20752-built 0.0s done
  372. #13 DONE 0.3s
  373.  
  374. #14 [web] resolving provenance for metadata file
  375. #14 DONE 0.0s
  376. web Built
  377. Rebuilt web service cache for tryddevproject-20752 in 17s
  378. Network ddev_default created
  379. Container ddev-ssh-agent Created
  380. Container ddev-ssh-agent Started
  381. ssh-agent container is running: If you want to add authentication to the ssh-agent container, run 'ddev auth ssh' to enable your keys.
  382. Using custom web-build configuration:
  383. - /home/igor/Documents/tryddevproject-20752/.ddev/web-build/Dockerfile.test
  384.  
  385. Custom configuration is updated on restart.
  386. If you don't see your custom configuration taking effect, run 'ddev restart'.
  387. Building project images....
  388. Project images built in 1s.
  389. Network ddev-tryddevproject-20752_default Created
  390. Container ddev-tryddevproject-20752-web Created
  391. Container ddev-tryddevproject-20752-db Created
  392. Container ddev-tryddevproject-20752-db Started
  393. Container ddev-tryddevproject-20752-web Started
  394. Waiting for containers to become ready: [web db]
  395. Starting ddev-router if necessary...
  396. Container ddev-router Created
  397. Container ddev-router Started
  398. Restarted tryddevproject-20752
  399.  
  400.  
  401. ======== Project startup ========
  402. Starting tryddevproject-20752...
  403. 2025-08-26T09:14:25.235 GetAvailableRouterPort(): Router is healthy and running
  404. 2025-08-26T09:14:25.236 GetAvailableRouterPort(): proposedPort 80 already bound on ddev-router, accepting it
  405. 2025-08-26T09:14:25.237 GetAvailableRouterPort(): Router is healthy and running
  406. 2025-08-26T09:14:25.238 GetAvailableRouterPort(): proposedPort 443 already bound on ddev-router, accepting it
  407. 2025-08-26T09:14:25.240 GetAvailableRouterPort(): Router is healthy and running
  408. 2025-08-26T09:14:25.241 GetAvailableRouterPort(): proposedPort 8025 already bound on ddev-router, accepting it
  409. 2025-08-26T09:14:25.242 GetAvailableRouterPort(): Router is healthy and running
  410. 2025-08-26T09:14:25.242 GetAvailableRouterPort(): proposedPort 8026 already bound on ddev-router, accepting it
  411. 2025-08-26T09:14:25.266 Pulled image for ddev/ddev-webserver:v1.24.7
  412. 2025-08-26T09:14:25.266 Pulled image for busybox:stable
  413. 2025-08-26T09:14:25.266 Pulled image for ddev/ddev-utilities
  414. 2025-08-26T09:14:25.267 Pulled image for ddev/ddev-ssh-agent:v1.24.7
  415. 2025-08-26T09:14:25.267 Pulled image for ddev/ddev-traefik-router:v1.24.7
  416. 2025-08-26T09:14:25.955 chowning /mnt/ddev-global-cache and /var/lib/mysql to 1000
  417. 2025-08-26T09:14:26.315 done chowning /mnt/ddev-global-cache and /var/lib/mysql to 1000
  418. Using custom web-build configuration:
  419. - /home/igor/Documents/tryddevproject-20752/.ddev/web-build/Dockerfile.test
  420.  
  421. Custom configuration is updated on restart.
  422. If you don't see your custom configuration taking effect, run 'ddev restart'.
  423. 2025-08-26T09:14:26.328 host.docker.internal='' runtime.GOOS==linux (or WSL2 mirrored mode) and docker 20.10+
  424. 2025-08-26T09:14:26.335 Using automatically detected timezone: TZ=America/Sao_Paulo
  425. 2025-08-26T09:14:26.377 Pulled image for ddev/ddev-dbserver-mariadb-10.11:v1.24.7
  426. 2025-08-26T09:14:26.377 Pulled image for ddev/ddev-webserver:v1.24.7
  427. 2025-08-26T09:14:26.378 Pulled image for ddev/ddev-ssh-agent:v1.24.7
  428. 2025-08-26T09:14:26.379 Pulled image for ddev/ddev-traefik-router:v1.24.7
  429. Building project images...
  430. 2025-08-26T09:14:26.380 Executing docker-compose -f /home/igor/Documents/tryddevproject-20752/.ddev/.ddev-docker-compose-full.yaml build --progress=plain
  431. .
  432. Project images built in 1s.
  433. 2025-08-26T09:14:27.727 Removing dangling images for the project ddev-tryddevproject-20752
  434. 2025-08-26T09:14:27.732 Executing docker-compose -f /home/igor/Documents/tryddevproject-20752/.ddev/.ddev-docker-compose-full.yaml up -d
  435. Container ddev-tryddevproject-20752-web Recreate
  436. Container ddev-tryddevproject-20752-db Recreate
  437. Container ddev-tryddevproject-20752-db Recreated
  438. Container ddev-tryddevproject-20752-web Recreated
  439. Container ddev-tryddevproject-20752-db Started
  440. Container ddev-tryddevproject-20752-web Started
  441. 2025-08-26T09:14:38.902 VIRTUAL_HOST=tryddevproject-20752.ddev.site for xhgui
  442. 2025-08-26T09:14:38.902 HTTP_EXPOSE=8143:80 for xhgui
  443. 2025-08-26T09:14:38.902 HTTPS_EXPOSE=8142:80 for xhgui
  444. 2025-08-26T09:14:38.902 VIRTUAL_HOST=tryddevproject-20752.ddev.site for web
  445. 2025-08-26T09:14:38.902 HTTP_EXPOSE=80:80,8025:8025 for web
  446. 2025-08-26T09:14:38.902 HTTPS_EXPOSE=443:80,8026:8025 for web
  447. 2025-08-26T09:14:39.324 Copied /home/igor/Documents/tryddevproject-20752/.ddev/traefik:CopyIntoVolume_ripgzutvqevt into /mnt/v/traefik in 36.487344ms
  448. 2025-08-26T09:14:39.365 Exec chown -R 1000 /mnt/v/traefik stdout=, stderr=, err=<nil>
  449. 2025-08-26T09:14:39.522 Copied Traefik certs in /home/igor/Documents/tryddevproject-20752/.ddev/traefik/certs to ddev-global-cache/traefik
  450. 2025-08-26T09:14:39.522 Running /start.sh in ddev-webserver
  451. Waiting for containers to become ready: [web db]
  452. 2025-08-26T09:14:46.461 Copied /home/igor/.ddev/commands:CopyIntoVolume_srtvjlxcjrra into /mnt/v/global-commands in 33.409892ms
  453. 2025-08-26T09:14:46.487 Exec chown -R 1000 /mnt/v/global-commands stdout=, stderr=, err=<nil>
  454. 2025-08-26T09:14:46.725 Testing to see if /mnt/ddev_config is properly mounted
  455. 2025-08-26T09:14:46.820 Getting stderr output from 'log-stderr.sh --show'
  456. Starting ddev-router if necessary...
  457. 2025-08-26T09:14:47.309 Copied /home/igor/.ddev/traefik:CopyIntoVolume_kxqgkkzkpdec into /mnt/v/traefik in 46.542557ms
  458. 2025-08-26T09:14:47.343 Exec chown -R 1000 /mnt/v/traefik stdout=, stderr=, err=<nil>
  459. 2025-08-26T09:14:47.489 Copied global Traefik config in /home/igor/.ddev/traefik/certs to ddev-global-cache/traefik
  460. 2025-08-26T09:14:47.530 Waiting for ddev-router to become ready, timeout=60
  461. 2025-08-26T09:14:48.034 ddev-router is ready
  462. Successfully started tryddevproject-20752
  463. Your project can be reached at https://tryddevproject-20752.ddev.site
  464. See 'ddev describe' for alternate URLs.
  465.  
  466.  
  467. ======== curl -I of http://127.0.0.1 from inside container ========
  468. % Total % Received % Xferd Average Speed Time Time Time Current
  469. Dload Upload Total Spent Left Speed
  470. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0HTTP/1.1 200 OK
  471. Server: nginx
  472. Date: Tue, 26 Aug 2025 12:14:49 GMT
  473. Content-Type: text/html; charset=UTF-8
  474. Connection: keep-alive
  475. Vary: Accept-Encoding
  476.  
  477. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  478.  
  479.  
  480. ======== curl -I of http://127.0.0.1:32880 (web container http docker bind port) from outside ========
  481. % Total % Received % Xferd Average Speed Time Time Time Current
  482. Dload Upload Total Spent Left Speed
  483. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  484. HTTP/1.1 200 OK
  485. Server: nginx
  486. Date: Tue, 26 Aug 2025 12:14:49 GMT
  487. Content-Type: text/html; charset=UTF-8
  488. Connection: keep-alive
  489. Vary: Accept-Encoding
  490.  
  491.  
  492.  
  493. ======== curl -I of http://tryddevproject-20752.ddev.site (router http URL) from outside ========
  494. % Total % Received % Xferd Average Speed Time Time Time Current
  495. Dload Upload Total Spent Left Speed
  496. 0 19 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  497. curl: (22) The requested URL returned error: 404
  498. HTTP/1.1 404 Not Found
  499. Content-Type: text/plain; charset=utf-8
  500. X-Content-Type-Options: nosniff
  501. Date: Tue, 26 Aug 2025 12:14:49 GMT
  502. Content-Length: 19
  503.  
  504.  
  505.  
  506. ======== Full curl of http://tryddevproject-20752.ddev.site (router http URL) from outside ========
  507. % Total % Received % Xferd Average Speed Time Time Time Current
  508. Dload Upload Total Spent Left Speed
  509. 100 19 100 19 0 0 96 0 --:--:-- --:--:-- --:--:-- 96
  510. 404 page not found
  511.  
  512.  
  513. ======== Full curl of https://tryddevproject-20752.ddev.site (router https URL) from outside ========
  514. % Total % Received % Xferd Average Speed Time Time Time Current
  515. Dload Upload Total Spent Left Speed
  516. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  517. curl: (60) SSL certificate problem: self-signed certificate
  518. More details here: https://curl.se/docs/sslcerts.html
  519.  
  520. curl failed to verify the legitimacy of the server and therefore could not
  521. establish a secure connection to it. To learn more about this situation and
  522. how to fix it, please visit the web page mentioned above.
  523.  
  524.  
  525. ======== curl -I of https://www.google.com to check internet access and VPN ========
  526. % Total % Received % Xferd Average Speed Time Time Time Current
  527. Dload Upload Total Spent Left Speed
  528. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  529. HTTP/2 200
  530. content-type: text/html; charset=ISO-8859-1
  531. content-security-policy-report-only: object-src 'none';base-uri 'self';script-src 'nonce-P_wgDL6CpDY7bZWSgi4czg' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp
  532. accept-ch: Sec-CH-Prefers-Color-Scheme
  533. p3p: CP="This is not a P3P policy! See g.co/p3phelp for more info."
  534. date: Tue, 26 Aug 2025 12:14:50 GMT
  535. server: gws
  536. x-xss-protection: 0
  537. x-frame-options: SAMEORIGIN
  538. expires: Tue, 26 Aug 2025 12:14:50 GMT
  539. cache-control: private
  540. set-cookie: AEC=AVh_V2h4HxAMdbKPhoMyEB80RlupdaxsIuxtX0-Ry8JrxHMl8sjFLcaoCPg; expires=Sun, 22-Feb-2026 12:14:50 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax
  541. set-cookie: NID=525=ozpEa2j5Csk_xfc6pYlMjWRub-xwYHyIq5wHcXLrIpsRlPJAtFez6Po_TMfSGwZki7fymXWb47aKxXTZhZJYKWoWOZwfG6BkQtA2VbmBqoq-upFIf7Fb6mbwRCDKDrqQkx1Umz8u8W2xJuCLniB6-3uOEfPvI6c4H-oZkZNoxvnvfFxYuLNl5VWw6Ko-ohgGx-3ghJhbHEf-nQ; expires=Wed, 25-Feb-2026 12:14:50 GMT; path=/; domain=.google.com; HttpOnly
  542. alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
  543.  
  544.  
  545.  
  546. ======== host.docker.internal status ========
  547. PING host.docker.internal (172.17.0.1) 56(84) bytes of data.
  548. 64 bytes from host.docker.internal (172.17.0.1): icmp_seq=1 ttl=64 time=0.066 ms
  549.  
  550. --- host.docker.internal ping statistics ---
  551. 1 packets transmitted, 1 received, 0% packet loss, time 0ms
  552. rtt min/avg/max/mdev = 0.066/0.066/0.066/0.000 ms
  553.  
  554.  
  555. ======== Project ownership on host ========
  556. drwxrwxr-x 4 igor igor 4096 Aug 26 09:13 ../tryddevproject-20752
  557.  
  558.  
  559. ======== Project ownership in container ========
  560. drwxrwxr-x 4 igor igor 4096 Aug 26 09:13 //var/www/html
  561.  
  562.  
  563. ======== In-container filesystem ========
  564. Filesystem Type 1K-blocks Used Available Use% Mounted on
  565. /dev/mapper/data-root ext4 3839610152 380955604 3263538312 11% /var/www/html
  566.  
  567.  
  568. ======== Thanks for running the diagnostic! ========
  569. Running ddev launch in 3 seconds
  570. Running ddev launch
  571. Waiting for ddev launch to complete before deleting project
  572. Opening in existing browser session.
  573.  
  574.  
  575. Cleanup: deleting test project tryddevproject-20752
  576. Container ddev-tryddevproject-20752-db Stopped
  577. Container ddev-tryddevproject-20752-web Stopped
  578. Container ddev-tryddevproject-20752-db Stopped
  579. Container ddev-tryddevproject-20752-web Stopped
  580. Container ddev-tryddevproject-20752-db Removed
  581. Container ddev-tryddevproject-20752-web Removed
  582. Network ddev-tryddevproject-20752_default Removed
  583. Volume tryddevproject-20752-mariadb for project tryddevproject-20752 was deleted
  584. Volume tryddevproject-20752-postgres for project tryddevproject-20752 was deleted
  585. Image ddev/ddev-webserver:v1.24.7-tryddevproject-20752-built for project tryddevproject-20752 was deleted
  586. Image ddev/ddev-dbserver-mariadb-10.11:v1.24.7-tryddevproject-20752-built for project tryddevproject-20752 was deleted
  587. Project tryddevproject-20752 was deleted. Your code and configuration are unchanged.
  588. Optionally, run `docker builder prune` to clean unused builder cache.
  589.  
  590. Please remove the files from this test with 'rm -r ../tryddevproject-20752'
  591.  
  592.  
  593. ==== Restarting previously-running DDEV projects====
  594. Output file written to:
  595. /tmp/ddev-debug-test.txt
  596. file:///tmp/ddev-debug-test.txt
  597. Please provide the file for support in Discord or the issue queue.
Advertisement
Add Comment
Please, Sign In to add comment