lando / lando

A development tool for all your projects that is fast, easy, powerful and liberating
https://lando.dev
GNU General Public License v3.0
4.1k stars 544 forks source link

Lando start hangs #3471

Closed ericstroo closed 1 year ago

ericstroo commented 1 year ago

On the latest ubuntu and lando 3.6.4 (Docker 20.10.21) the start process hangs on every site

lando start -vvv
lando 13:16:51 DEBUG ==> No update available. 
lando 13:16:51 VERBOSE ==> starting bootstrap at level app... 
lando 13:16:51 VERBOSE ==> config bootstrap beginning... 
lando 13:16:51 DEBUG ==> emitting event pre-bootstrap-config 
lando 13:16:51 DEBUG ==> plugin lando-core loaded from /snapshot/cli/plugins/lando-core/index.js 
lando 13:16:51 DEBUG ==> plugin lando-events loaded from /snapshot/cli/plugins/lando-events/index.js 
lando 13:16:51 DEBUG ==> plugin lando-networking loaded from /snapshot/cli/plugins/lando-networking/index.js 
lando 13:16:51 DEBUG ==> plugin lando-proxy loaded from /snapshot/cli/plugins/lando-proxy/index.js 
lando 13:16:51 DEBUG ==> plugin lando-recipes loaded from /snapshot/cli/plugins/lando-recipes/index.js 
lando 13:16:51 DEBUG ==> plugin lando-services loaded from /snapshot/cli/plugins/lando-services/index.js 
lando 13:16:51 DEBUG ==> plugin lando-sharing loaded from /snapshot/cli/plugins/lando-sharing/index.js 
lando 13:16:51 DEBUG ==> plugin lando-test loaded from /snapshot/cli/plugins/lando-test/index.js 
lando 13:16:51 DEBUG ==> plugin lando-tooling loaded from /snapshot/cli/plugins/lando-tooling/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/acquia loaded from /snapshot/cli/node_modules/@lando/acquia/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/apache loaded from /snapshot/cli/node_modules/@lando/apache/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/backdrop loaded from /snapshot/cli/node_modules/@lando/backdrop/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/compose loaded from /snapshot/cli/node_modules/@lando/compose/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/dotnet loaded from /snapshot/cli/node_modules/@lando/dotnet/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/drupal loaded from /snapshot/cli/node_modules/@lando/drupal/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/elasticsearch loaded from /snapshot/cli/node_modules/@lando/elasticsearch/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/go loaded from /snapshot/cli/node_modules/@lando/go/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/joomla loaded from /snapshot/cli/node_modules/@lando/joomla/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/lagoon loaded from /snapshot/cli/node_modules/@lando/lagoon/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/lamp loaded from /snapshot/cli/node_modules/@lando/lamp/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/laravel loaded from /snapshot/cli/node_modules/@lando/laravel/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/lemp loaded from /snapshot/cli/node_modules/@lando/lemp/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/mailhog loaded from /snapshot/cli/node_modules/@lando/mailhog/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/mariadb loaded from /snapshot/cli/node_modules/@lando/mariadb/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/mean loaded from /snapshot/cli/node_modules/@lando/mean/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/memcached loaded from /snapshot/cli/node_modules/@lando/memcached/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/mongo loaded from /snapshot/cli/node_modules/@lando/mongo/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/mssql loaded from /snapshot/cli/node_modules/@lando/mssql/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/mysql loaded from /snapshot/cli/node_modules/@lando/mysql/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/nginx loaded from /snapshot/cli/node_modules/@lando/nginx/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/node loaded from /snapshot/cli/node_modules/@lando/node/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/pantheon loaded from /snapshot/cli/node_modules/@lando/pantheon/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/php loaded from /snapshot/cli/node_modules/@lando/php/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/phpmyadmin loaded from /snapshot/cli/node_modules/@lando/phpmyadmin/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/platformsh loaded from /snapshot/cli/node_modules/@lando/platformsh/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/postgres loaded from /snapshot/cli/node_modules/@lando/postgres/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/python loaded from /snapshot/cli/node_modules/@lando/python/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/redis loaded from /snapshot/cli/node_modules/@lando/redis/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/ruby loaded from /snapshot/cli/node_modules/@lando/ruby/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/solr loaded from /snapshot/cli/node_modules/@lando/solr/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/symfony loaded from /snapshot/cli/node_modules/@lando/symfony/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/tomcat loaded from /snapshot/cli/node_modules/@lando/tomcat/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/varnish loaded from /snapshot/cli/node_modules/@lando/varnish/index.js 
lando 13:16:51 DEBUG ==> plugin @lando/wordpress loaded from /snapshot/cli/node_modules/@lando/wordpress/index.js 
lando 13:16:51 DEBUG ==> emitting event post-bootstrap-config 
lando 13:16:51 VERBOSE ==> building proxy config... 
lando 13:16:51 VERBOSE ==> config bootstrap completed. 
lando 13:16:51 VERBOSE ==> tasks bootstrap beginning... 
lando 13:16:51 DEBUG ==> emitting event pre-bootstrap-tasks 
lando 13:16:51 DEBUG ==> autoloaded task config 
lando 13:16:51 DEBUG ==> autoloaded task destroy 
lando 13:16:51 DEBUG ==> autoloaded task info 
lando 13:16:51 DEBUG ==> autoloaded task list 
lando 13:16:51 DEBUG ==> autoloaded task logs 
lando 13:16:51 DEBUG ==> autoloaded task poweroff 
lando 13:16:51 DEBUG ==> autoloaded task rebuild 
lando 13:16:51 DEBUG ==> autoloaded task restart 
lando 13:16:51 DEBUG ==> autoloaded task share 
lando 13:16:51 DEBUG ==> autoloaded task start 
lando 13:16:51 DEBUG ==> autoloaded task stop 
lando 13:16:51 DEBUG ==> autoloaded task version 
lando 13:16:51 DEBUG ==> autoloaded task init 
lando 13:16:51 DEBUG ==> autoloaded task ssh 
lando 13:16:51 DEBUG ==> emitting event post-bootstrap-tasks 
lando 13:16:51 VERBOSE ==> tasks bootstrap completed. 
lando 13:16:51 VERBOSE ==> engine bootstrap beginning... 
lando 13:16:51 DEBUG ==> emitting event pre-bootstrap-engine 
lando 13:16:51 DEBUG ==> automoved scripts from /snapshot/cli/plugins/lando-core/scripts to /home/eric/.lando/scripts and set to mode 755 
lando 13:16:51 DEBUG ==> automoved scripts from /snapshot/cli/plugins/lando-proxy/scripts to /home/eric/.lando/scripts and set to mode 755 
lando 13:16:51 DEBUG ==> automoved scripts from /snapshot/cli/plugins/lando-recipes/scripts to /home/eric/.lando/scripts and set to mode 755 
lando 13:16:51 DEBUG ==> automoved scripts from /snapshot/cli/plugins/lando-services/scripts to /home/eric/.lando/scripts and set to mode 755 
lando 13:16:51 DEBUG ==> automoved scripts from /snapshot/cli/plugins/lando-sharing/scripts to /home/eric/.lando/scripts and set to mode 755 
lando 13:16:51 DEBUG ==> automoved scripts from /snapshot/cli/node_modules/@lando/acquia/scripts to /home/eric/.lando/scripts and set to mode 755 
lando 13:16:51 DEBUG ==> automoved scripts from /snapshot/cli/node_modules/@lando/lagoon/scripts to /home/eric/.lando/scripts and set to mode 755 
lando 13:16:51 DEBUG ==> automoved scripts from /snapshot/cli/node_modules/@lando/pantheon/scripts to /home/eric/.lando/scripts and set to mode 755 
lando 13:16:51 DEBUG ==> automoved scripts from /snapshot/cli/node_modules/@lando/platformsh/scripts to /home/eric/.lando/scripts and set to mode 755 
lando 13:16:51 DEBUG ==> emitting event post-bootstrap-engine 
lando 13:16:51 VERBOSE ==> engine bootstrap completed. 
lando 13:16:51 VERBOSE ==> app bootstrap beginning... 
lando 13:16:51 DEBUG ==> emitting event pre-bootstrap-app 
lando 13:16:51 DEBUG ==> autoloaded builder LandoCompose 
lando 13:16:51 DEBUG ==> autoloaded builder LandoAppserver 
lando 13:16:51 DEBUG ==> autoloaded builder LandoService 
lando 13:16:51 DEBUG ==> autoloaded builder LandoUtility 
lando 13:16:51 DEBUG ==> autoloaded builder LandoWebServer 
lando 13:16:51 DEBUG ==> autoloaded builder LandoDrupal 
lando 13:16:51 DEBUG ==> autoloaded builder LandoLaemp 
lando 13:16:51 DEBUG ==> autoloaded builder LandoAppserver 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformAppserver 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformService 
lando 13:16:51 DEBUG ==> autoloaded builder LandoCa 
lando 13:16:51 DEBUG ==> autoloaded builder LandoProxy 
lando 13:16:51 DEBUG ==> autoloaded builder LandoInit 
lando 13:16:51 DEBUG ==> autoloaded builder LandoMounter 
lando 13:16:51 DEBUG ==> autoloaded builder LandoApache 
lando 13:16:51 DEBUG ==> autoloaded builder LandoCompose 
lando 13:16:51 DEBUG ==> autoloaded builder LandoDotNet 
lando 13:16:51 DEBUG ==> autoloaded builder LandoElasticSearch 
lando 13:16:51 DEBUG ==> autoloaded builder LandoGo 
lando 13:16:51 DEBUG ==> autoloaded builder LandoLagoonElasticsearch 
lando 13:16:51 DEBUG ==> autoloaded builder LandoLagoonMariaDb 
lando 13:16:51 DEBUG ==> autoloaded builder LandoLagoonNginx 
lando 13:16:51 DEBUG ==> autoloaded builder LandoLagoonNone 
lando 13:16:51 DEBUG ==> autoloaded builder LandoLagoonPhp 
lando 13:16:51 DEBUG ==> autoloaded builder LandoLagoonPhp 
lando 13:16:51 DEBUG ==> autoloaded builder LandoLagoonPostgres 
lando 13:16:51 DEBUG ==> autoloaded builder LandoLagoonRedis 
lando 13:16:51 DEBUG ==> autoloaded builder LandoLagoonSolr 
lando 13:16:51 DEBUG ==> autoloaded builder LandoLagoonVarnish 
lando 13:16:51 DEBUG ==> autoloaded builder LandoMailHog 
lando 13:16:51 DEBUG ==> autoloaded builder LandoMariaDb 
lando 13:16:51 DEBUG ==> autoloaded builder LandoMemcached 
lando 13:16:51 DEBUG ==> autoloaded builder LandoMongoDb 
lando 13:16:51 DEBUG ==> autoloaded builder LandoMsSql 
lando 13:16:51 DEBUG ==> autoloaded builder LandoMySql 
lando 13:16:51 DEBUG ==> autoloaded builder LandoNginx 
lando 13:16:51 DEBUG ==> autoloaded builder LandoNode 
lando 13:16:51 DEBUG ==> autoloaded builder PantheonMariaDb 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPhp 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPma 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformshChromeHeadless 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformsElasticsearch 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformshInfluxdb 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformshKafka 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformshMariaDB 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformshMemcached 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformsMongoDB 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformshMySQL 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformshPhp 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformshPostgres 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformshRabbitmq 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformshRedis 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformshSolr 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformshVarnish 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPostgres 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPython 
lando 13:16:51 DEBUG ==> autoloaded builder LandoRedis 
lando 13:16:51 DEBUG ==> autoloaded builder LandoRuby 
lando 13:16:51 DEBUG ==> autoloaded builder LandoSolr 
lando 13:16:51 DEBUG ==> autoloaded builder LandoTomcat 
lando 13:16:51 DEBUG ==> autoloaded builder LandoVarnish 
lando 13:16:51 DEBUG ==> autoloaded builder LandoAcquia 
lando 13:16:51 DEBUG ==> autoloaded builder LandoBackdrop 
lando 13:16:51 DEBUG ==> autoloaded builder LandoDrupal10 
lando 13:16:51 DEBUG ==> autoloaded builder LandoDrupal6 
lando 13:16:51 DEBUG ==> autoloaded builder LandoDrupal7 
lando 13:16:51 DEBUG ==> autoloaded builder LandoDrupal8 
lando 13:16:51 DEBUG ==> autoloaded builder LandoDrupal9 
lando 13:16:51 DEBUG ==> autoloaded builder LandoJoomla 
lando 13:16:51 DEBUG ==> autoloaded builder LandoLagoon 
lando 13:16:51 DEBUG ==> autoloaded builder LandoLamp 
lando 13:16:51 DEBUG ==> autoloaded builder LandoLaravel 
lando 13:16:51 DEBUG ==> autoloaded builder LandoLamp 
lando 13:16:51 DEBUG ==> autoloaded builder LandoMean 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPantheon 
lando 13:16:51 DEBUG ==> autoloaded builder LandoPlatformsh 
lando 13:16:51 DEBUG ==> autoloaded builder LandoSymfony 
lando 13:16:51 DEBUG ==> autoloaded builder LandoWordPress 
lando 13:16:51 DEBUG ==> emitting event post-bootstrap-app 
lando 13:16:51 VERBOSE ==> app bootstrap completed. 
lando 13:16:51 VERBOSE ==> bootstrap completed. 
lando 13:16:51 DEBUG ==> emitting event post-bootstrap 
lando 13:16:51 VERBOSE ==> docker-engine exists: true 
lando 13:16:51 VERBOSE ==> docker-compose exists: true 
lando 13:16:51 DEBUG ==> emitting event cli-answers 
lando 13:16:51 DEBUG ==> emitting event cli-start-answers 
lando 13:16:51 DEBUG ==> emitting event cli-run 
lando 13:16:51 DEBUG ==> emitting event cli-start-run 
lando 13:16:51 INFO ==> loading app springforum from config files 0=/home/eric/Repos/conference-site/.lando.yml
lando 13:16:51 DEBUG ==> app springforum has config name=springforum, recipe=wordpress, excludes=[vendor, node_modules, modules/contrib], php=7.4, via=nginx, database=mariadb, xdebug=true, php=php.ini, type=mailhog, hogfrom=[appserver], type=phpmyadmin, hosts=[database], type=node, build=[npm install], gulp-cli=latest, PHP_IDE_CONFIG=serverName=appserver, service=node, service=node, service=node, service=node, service=appserver, cmd=[wp user update 1 --user_email=test@test.com, wp user update 1 --user_pass=admin], service=appserver, level=app, cmd=/app/connect.sh --mode=puDB, passthrough=true, alias=[e], describe=What environment are we using, type=list, choices=[DEV, STG, PRD], message=What environment should we pull, default=DEV, weight=600, service=appserver, level=app, cmd=sh /app/connect.sh --mode=plDB, passthrough=true, alias=[e], describe=What environment are we using, type=list, choices=[DEV, STG, PRD], message=What environment should we pull, default=DEV, weight=600, service=appserver, level=app, cmd=[/app/connect.sh --mode=plFS], passthrough=true, alias=[e], describe=What environment are we using, type=list, choices=[DEV, STG, PRD], message=What environment should we pull, default=DEV, weight=600, service=appserver, level=app, cmd=[/app/connect.sh --mode=puFS], passthrough=true, alias=[e], describe=What environment are we using, type=list, choices=[DEV, STG, PRD], message=What environment should we pull, default=DEV, weight=600, service=appserver, cmd=[wp core download && wp config create --dbname=wordpress --dbuser=wordpress --dbpass=wordpress --dbhost=database], post-start=[if [ ! -f wp-config.php ]; then wp core download && wp config create --dbname=wordpress --dbuser=wordpress --dbpass=wordpress --dbhost=database && wp core install --url=http://$LANDO_APP_NAME.$LANDO_DOMAIN --title=$LANDO_APP_NAME --admin_user=admin --admin_email=admin@admin.com ; fi, composer update], env_file=[acf.env, gf.env]
Let's get this party started! Starting app springforum...
springforum 13:16:51 INFO ==> starting app... 
springforum 13:16:51 VERBOSE ==> initiatilizing app at /home/eric/Repos/conference-site... 
lando       13:16:51 DEBUG ==> plugin lando-core loaded from /snapshot/cli/plugins/lando-core/app.js 
lando       13:16:51 DEBUG ==> plugin lando-events loaded from /snapshot/cli/plugins/lando-events/app.js 
lando       13:16:51 DEBUG ==> plugin lando-networking loaded from /snapshot/cli/plugins/lando-networking/app.js 
springforum 13:16:51 VERBOSE ==> proxy settings detected. 
lando       13:16:51 DEBUG ==> plugin lando-proxy loaded from /snapshot/cli/plugins/lando-proxy/app.js 
lando       13:16:51 DEBUG ==> plugin lando-recipes loaded from /snapshot/cli/plugins/lando-recipes/app.js 
lando       13:16:51 DEBUG ==> plugin lando-services loaded from /snapshot/cli/plugins/lando-services/app.js 
lando       13:16:51 DEBUG ==> plugin lando-sharing loaded from /snapshot/cli/plugins/lando-sharing/app.js 
lando       13:16:51 DEBUG ==> plugin lando-tooling loaded from /snapshot/cli/plugins/lando-tooling/app.js 
lando       13:16:51 DEBUG ==> plugin @lando/acquia loaded from /snapshot/cli/node_modules/@lando/acquia/app.js 
lando       13:16:51 DEBUG ==> plugin @lando/lagoon loaded from /snapshot/cli/node_modules/@lando/lagoon/app.js 
lando       13:16:51 DEBUG ==> plugin @lando/pantheon loaded from /snapshot/cli/node_modules/@lando/pantheon/app.js 
lando       13:16:51 DEBUG ==> plugin @lando/platformsh loaded from /snapshot/cli/node_modules/@lando/platformsh/app.js 
springforum 13:16:51 DEBUG ==> emitting event pre-init 
springforum 13:16:51 VERBOSE ==> building wordpress recipe named 
lando       13:16:51 VERBOSE ==> proxy is ON. 
lando       13:16:51 VERBOSE ==> Setting the default proxy certificate /certs/cert.crt 
springforum 13:16:51 VERBOSE ==> building php service appserver 
springforum 13:16:51 VERBOSE ==> building mariadb service database 
springforum 13:16:51 VERBOSE ==> building mailhog service mailhog 
springforum 13:16:51 VERBOSE ==> building phpmyadmin service pma 
springforum 13:16:51 VERBOSE ==> building node service node 
springforum 13:16:51 DEBUG ==> emitting event post-init 
springforum 13:16:51 DEBUG ==> adding hostnames to the app... 
springforum 13:16:51 DEBUG ==> hostnames added to appserver_nginx 0=appserver_nginx.springforum.internal
springforum 13:16:51 DEBUG ==> hostnames added to appserver 0=appserver.springforum.internal
springforum 13:16:51 DEBUG ==> hostnames added to database 0=database.springforum.internal
springforum 13:16:51 DEBUG ==> hostnames added to mailhog 0=mailhog.springforum.internal
springforum 13:16:51 DEBUG ==> hostnames added to pma 0=pma.springforum.internal
springforum 13:16:51 DEBUG ==> hostnames added to node 0=node.springforum.internal
springforum 13:16:51 VERBOSE ==> attempting to find open services... 
lando       13:16:51 DEBUG ==> engine is up. 
lando       13:16:51 DEBUG ==> docker is running. 
springforum 13:16:51 DEBUG ==> engine is up. 
springforum 13:16:51 VERBOSE ==> refreshing certificates... 0=appserver_nginx, 1=appserver, 2=database, 3=mailhog, 4=pma, 5=node
springforum 13:16:51 VERBOSE ==> perm sweeping flagged non-root containers ... 0=database
springforum 13:16:51 VERBOSE ==> analyzing user ssh keys... using 2 of 2 
springforum 13:16:51 DEBUG ==> key config...  none 
springforum 13:16:51 VERBOSE ==> additional tooling detected 
springforum 13:16:51 DEBUG ==> adding app cli task composer 
springforum 13:16:51 DEBUG ==> adding app cli task db-import <file> 
springforum 13:16:51 DEBUG ==> adding app cli task db-export [file] 
springforum 13:16:51 DEBUG ==> adding app cli task php 
springforum 13:16:51 DEBUG ==> adding app cli task mysql 
springforum 13:16:51 DEBUG ==> adding app cli task wp 
springforum 13:16:51 DEBUG ==> adding app cli task npm 
springforum 13:16:51 DEBUG ==> adding app cli task node 
springforum 13:16:51 DEBUG ==> adding app cli task gulp 
springforum 13:16:51 DEBUG ==> adding app cli task yarn 
springforum 13:16:51 DEBUG ==> adding app cli task admin:reset 
springforum 13:16:51 DEBUG ==> adding app cli task upload:db 
springforum 13:16:51 DEBUG ==> adding app cli task download:db 
springforum 13:16:51 DEBUG ==> adding app cli task download:media 
springforum 13:16:51 DEBUG ==> adding app cli task upload:media 
springforum 13:16:51 DEBUG ==> adding app cli task install:wordpress 
springforum 13:16:51 VERBOSE ==> setting LANDO_INFO... 
springforum 13:16:51 DEBUG ==> ensuring exposed ports on appserver_nginx are bound to 127.0.0.1 
springforum 13:16:51 DEBUG ==> ensuring exposed ports on appserver_nginx are bound to 127.0.0.1 
springforum 13:16:51 DEBUG ==> ensuring exposed ports on database are bound to 127.0.0.1 
springforum 13:16:51 DEBUG ==> ensuring exposed ports on mailhog are bound to 127.0.0.1 
springforum 13:16:51 DEBUG ==> ensuring exposed ports on pma are bound to 127.0.0.1 
springforum 13:16:51 VERBOSE ==> app is ready! 
springforum 13:16:51 DEBUG ==> emitting event ready 
springforum 13:16:51 VERBOSE ==> discovering dynamic portforward info... 
springforum 13:16:51 VERBOSE ==> reporting start action to report=true, url=https://metrics.lando.dev, report=true, url=https://metrics.lando.dev
springforum 13:16:51 DEBUG ==> reported data command=lando start, context=local, devMode=false, instance=551c468694ab2c596fcd357dbe5f8c70e6e8cae6, nodeVersion=v14.18.3, mode=cli, type=Linux, platform=linux, release=5.15.0-53-generic, arch=x64, product=lando, version=3.6.4, app=df2869e4f12f5eb7c5b88ed5aaee3d3ec348eaa8, type=wordpress, services=[php:7.4, mariadb, mailhog, phpmyadmin, node], action=start, created=2022-11-22T21:16:51.903Z
springforum 13:16:51 DEBUG ==> emitting event pre-start 
lando       13:16:51 VERBOSE ==> about to scan urls 
lando       13:16:51 DEBUG ==> scanning data urls=[http://127.0.0.1:80, http://127.0.0.1:8000, http://127.0.0.1:8080, http://127.0.0.1:8888, http://127.0.0.1:8008], max=1, waitCodes=[]
lando       13:16:51 VERBOSE ==> about to scan urls 
lando       13:16:51 DEBUG ==> scanning data urls=[https://127.0.0.1:443, https://127.0.0.1:444, https://127.0.0.1:4433, https://127.0.0.1:4444, https://127.0.0.1:4443], max=1, waitCodes=[]
lando       13:16:51 DEBUG ==> checking to see if http://127.0.0.1:80 is ready. 
lando       13:16:51 DEBUG ==> checking to see if http://127.0.0.1:8000 is ready. 
lando       13:16:51 DEBUG ==> checking to see if http://127.0.0.1:8080 is ready. 
lando       13:16:51 DEBUG ==> checking to see if http://127.0.0.1:8888 is ready. 
lando       13:16:51 DEBUG ==> checking to see if http://127.0.0.1:8008 is ready. 
lando       13:16:51 DEBUG ==> checking to see if https://127.0.0.1:443 is ready. 
lando       13:16:51 DEBUG ==> checking to see if https://127.0.0.1:444 is ready. 
lando       13:16:51 DEBUG ==> checking to see if https://127.0.0.1:4433 is ready. 
lando       13:16:51 DEBUG ==> checking to see if https://127.0.0.1:4444 is ready. 
lando       13:16:51 DEBUG ==> checking to see if https://127.0.0.1:4443 is ready. 
lando       13:16:51 DEBUG ==> scan failed for http://127.0.0.1:80 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:80
lando       13:16:51 DEBUG ==> No response for http://127.0.0.1:80. Setting to bad 
lando       13:16:51 DEBUG ==> http://127.0.0.1:80 not currently accessible 
lando       13:16:51 DEBUG ==> scan failed for http://127.0.0.1:8000 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:8000
lando       13:16:51 DEBUG ==> No response for http://127.0.0.1:8000. Setting to bad 
lando       13:16:51 DEBUG ==> http://127.0.0.1:8000 not currently accessible 
lando       13:16:51 DEBUG ==> scan failed for http://127.0.0.1:8888 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:8888
lando       13:16:51 DEBUG ==> No response for http://127.0.0.1:8888. Setting to bad 
lando       13:16:51 DEBUG ==> http://127.0.0.1:8888 not currently accessible 
lando       13:16:51 DEBUG ==> scan failed for http://127.0.0.1:8008 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:8008
lando       13:16:51 DEBUG ==> No response for http://127.0.0.1:8008. Setting to bad 
lando       13:16:51 DEBUG ==> http://127.0.0.1:8008 not currently accessible 
lando       13:16:51 DEBUG ==> scan failed for https://127.0.0.1:443 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:443
lando       13:16:51 DEBUG ==> No response for https://127.0.0.1:443. Setting to bad 
lando       13:16:51 DEBUG ==> https://127.0.0.1:443 not currently accessible 
lando       13:16:51 DEBUG ==> scan failed for https://127.0.0.1:444 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:444
lando       13:16:51 DEBUG ==> No response for https://127.0.0.1:444. Setting to bad 
lando       13:16:51 DEBUG ==> https://127.0.0.1:444 not currently accessible 
lando       13:16:51 DEBUG ==> scan failed for https://127.0.0.1:4433 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:4433
lando       13:16:51 DEBUG ==> No response for https://127.0.0.1:4433. Setting to bad 
lando       13:16:51 DEBUG ==> https://127.0.0.1:4433 not currently accessible 
lando       13:16:51 DEBUG ==> scan failed for https://127.0.0.1:4444 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:4444
lando       13:16:51 DEBUG ==> No response for https://127.0.0.1:4444. Setting to bad 
lando       13:16:51 DEBUG ==> https://127.0.0.1:4444 not currently accessible 
lando       13:16:51 DEBUG ==> scan failed for https://127.0.0.1:4443 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:4443
lando       13:16:51 DEBUG ==> No response for https://127.0.0.1:4443. Setting to bad 
lando       13:16:51 DEBUG ==> https://127.0.0.1:4443 not currently accessible 
lando       13:16:52 VERBOSE ==> checking docker version compatibility... 
lando       13:16:52 DEBUG ==> compatibility results name=compose, link=https://docs.docker.com/compose/install/#install-compose-on-linux-systems, wants=1.23.0 - 1.30.0, version=1.29.2, semversion=1.29.2, semmin=1.23.0, semmax=1.30.0, dockerVersion=true, satisfied=true, name=engine, link=https://docs.docker.com/engine/install/, wants=18.09.3 - 20.10.99, version=20.10.21, semversion=20.10.21, semmin=18.9.3, semmax=20.10.99, dockerVersion=true, satisfied=true
lando       13:16:52 DEBUG ==> checking to see if http://127.0.0.1:80 is ready. 
lando       13:16:52 DEBUG ==> checking to see if http://127.0.0.1:8000 is ready. 
lando       13:16:52 DEBUG ==> checking to see if http://127.0.0.1:8888 is ready. 
lando       13:16:52 DEBUG ==> checking to see if http://127.0.0.1:8008 is ready. 
lando       13:16:52 DEBUG ==> checking to see if https://127.0.0.1:443 is ready. 
lando       13:16:52 DEBUG ==> checking to see if https://127.0.0.1:444 is ready. 
lando       13:16:52 DEBUG ==> checking to see if https://127.0.0.1:4433 is ready. 
lando       13:16:52 DEBUG ==> checking to see if https://127.0.0.1:4444 is ready. 
lando       13:16:52 DEBUG ==> checking to see if https://127.0.0.1:4443 is ready. 
lando       13:16:52 DEBUG ==> scan failed for http://127.0.0.1:80 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:80
lando       13:16:52 DEBUG ==> No response for http://127.0.0.1:80. Setting to bad 
lando       13:16:52 DEBUG ==> http://127.0.0.1:80 not currently accessible 
lando       13:16:52 DEBUG ==> scan failed for http://127.0.0.1:8000 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:8000
lando       13:16:52 DEBUG ==> No response for http://127.0.0.1:8000. Setting to bad 
lando       13:16:52 DEBUG ==> http://127.0.0.1:8000 not currently accessible 
lando       13:16:52 DEBUG ==> scan failed for http://127.0.0.1:8888 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:8888
lando       13:16:52 DEBUG ==> No response for http://127.0.0.1:8888. Setting to bad 
lando       13:16:52 DEBUG ==> http://127.0.0.1:8888 not currently accessible 
lando       13:16:52 DEBUG ==> scan failed for http://127.0.0.1:8008 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:8008
lando       13:16:52 DEBUG ==> No response for http://127.0.0.1:8008. Setting to bad 
lando       13:16:52 DEBUG ==> http://127.0.0.1:8008 not currently accessible 
lando       13:16:52 DEBUG ==> scan failed for https://127.0.0.1:443 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:443
lando       13:16:52 DEBUG ==> No response for https://127.0.0.1:443. Setting to bad 
lando       13:16:52 DEBUG ==> https://127.0.0.1:443 not currently accessible 
lando       13:16:52 DEBUG ==> scan failed for https://127.0.0.1:444 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:444
lando       13:16:52 DEBUG ==> No response for https://127.0.0.1:444. Setting to bad 
lando       13:16:52 DEBUG ==> https://127.0.0.1:444 not currently accessible 
lando       13:16:52 DEBUG ==> scan failed for https://127.0.0.1:4433 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:4433
lando       13:16:52 DEBUG ==> No response for https://127.0.0.1:4433. Setting to bad 
lando       13:16:52 DEBUG ==> https://127.0.0.1:4433 not currently accessible 
lando       13:16:52 DEBUG ==> scan failed for https://127.0.0.1:4444 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:4444
lando       13:16:52 DEBUG ==> No response for https://127.0.0.1:4444. Setting to bad 
lando       13:16:52 DEBUG ==> https://127.0.0.1:4444 not currently accessible 
lando       13:16:52 DEBUG ==> scan failed for https://127.0.0.1:4443 code=ECONNREFUSED, message=connect ECONNREFUSED 127.0.0.1:4443
lando       13:16:52 DEBUG ==> No response for https://127.0.0.1:4443. Setting to bad 
lando       13:16:52 DEBUG ==> https://127.0.0.1:4443 not currently accessible 
lando       13:16:52 DEBUG ==> http://127.0.0.1:80 not currently accessible 
lando       13:16:52 DEBUG ==> http://127.0.0.1:8000 not currently accessible 
lando       13:16:52 DEBUG ==> http://127.0.0.1:8888 not currently accessible 
lando       13:16:52 DEBUG ==> http://127.0.0.1:8008 not currently accessible 
lando       13:16:52 DEBUG ==> https://127.0.0.1:443 not currently accessible 
lando       13:16:52 DEBUG ==> https://127.0.0.1:444 not currently accessible 
lando       13:16:52 DEBUG ==> https://127.0.0.1:4433 not currently accessible 
lando       13:16:52 DEBUG ==> https://127.0.0.1:4444 not currently accessible 
lando       13:16:52 DEBUG ==> https://127.0.0.1:4443 not currently accessible 
lando       13:16:52 VERBOSE ==> scan completed. 
lando       13:16:52 DEBUG ==> scan results. url=https://127.0.0.1:443, status=false, color=red, url=https://127.0.0.1:444, status=false, color=red, url=https://127.0.0.1:4433, status=false, color=red, url=https://127.0.0.1:4444, status=false, color=red, url=https://127.0.0.1:4443, status=false, color=red
springforum 13:16:52 DEBUG ==> metrics post to https://metrics.lando.dev failed with 400 (Bad Request) No Living connections 
springforum 13:16:52 DEBUG ==> metrics post to https://metrics.lando.dev failed with 400 (Bad Request) No Living connections 
ericstroo commented 1 year ago

Tracked this down to a VPN program's firewall rules (that were running on my system even when the vpn was not). Marking as closed.

primerg commented 1 year ago

I experienced the same issue metrics post to https://metrics.lando.dev failed with 400 (Bad Request) No Living connections . I turned off my local apache and it finally worked.