Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot update Lando/breaks my setup #83

Open
camscotthbi opened this issue Jan 9, 2025 · 8 comments
Open

Cannot update Lando/breaks my setup #83

camscotthbi opened this issue Jan 9, 2025 · 8 comments

Comments

@camscotthbi
Copy link

cameronscott@stpcorpcottmbp2 upstream % /bin/bash -c "$(curl -fsSL https://get.lando.dev/setup-lando.sh)"
this script is about to:

- prompt for sudo password
- download lando v3.23.22-slim to /Users/cameronscott/.lando/bin
- create syslink in /usr/local/bin
- run lando setup
- run lando shellenv --add

Press RETURN/ENTER to continue or any other key to abort:
please enter sudo password:
Password:
downloading https://github.com/lando/core/releases/download/v3.23.22/lando-macos-arm64-v3.23.22-slim to /Users/cameronscott/.lando/bin/lando
######################################################################### 100.0%
downloaded lando v3.23.22 to /Users/cameronscott/.lando/bin/lando

   __                __       ____    __            __
  / /  ___ ____  ___/ /__    / __/__ / /___ _____  / /
 / /__/ _ `/ _ \/ _  / _ \  _\ \/ -_) __/ // / _ \/_/ 
/____/\_,_/_//_/\_,_/\___/ /___/\__/\__/\_,_/ .__(_)  
                                           /_/        

lando setup is a hidden convenience command to help you satisify the
dependencies needed to run Lando. Typically it includes the installation and
setup of some combination of the below:

◼ Common Lando Plugins
◼ Docker Desktop
◼ Docker Compose

However, if you already have the needed dependencies it will happily do nothing
and exit. It will attempt to install plugins first and then it will run any
needed setup tasks.

For more information on customizing setup please run lando setup --help
or visit https://docs.lando.dev/cli/setup.html

Generating plugin installation matrix... done [see table below]
 ⠹ Adding @lando/mongo@latest          Installing
 ⠹ Adding @lando/mssql@latest          Installing
 ⠹ Adding @lando/mysql@latest          Installing
 ⠹ Adding @lando/nginx@latest          Installing
 ⠹ Adding @lando/node@latest           Installing
 ⠹ Adding @lando/pantheon@latest       Installing
 ⠹ Adding @lando/php@latest            Installing
 ⠹ Adding @lando/phpmyadmin@latest     Installing
 ⠹ Adding @lando/platformsh@latest     Installing
 ⠹ Adding @lando/postgres@latest       Installing
 ⠹ Adding @lando/python@latest         Installing
 ⠹ Adding @lando/redis@latest          Installing
 ⠹ Adding @lando/ruby@latest           Installing
 ⠹ Adding @lando/solr@latest           Installing
 ⠹ Adding @lando/symfony@latest        Installing
 ⠹ Adding @lando/tomcat@latest         Installing
 ⠹ Adding @lando/varnish@latest        Installing
 ⠹ Adding @lando/wordpress@latest      Installing
ERROR: Failed during: /Users/cameronscott/.lando/bin/lando setup

And it breaks. I've ChatGPTd the hell out of this, I cannot get Lando to upgrade at all.

The only thing that works is the newest GUI installer...

@reynoldsalec
Copy link
Member

Out of curiosity, have you tried running lando setup --debug after the script fails? I would presume it would simply fail again, but might give you some more information on where it's failing.

@maciej-zi-mb
Copy link

I believe this is the same issue as #81 and I'm having the same issue right now

@camscotthbi
Copy link
Author

I've had to go back to Docker for the time being. Here's the debug @reynoldsalec

cameronscott@stpcorpcottmbp2 upstream % lando setup --debug
  lando starting 'lando' version '3.23.24' runtime selector... +0ms
  lando merged in additional config source from file '/snapshot/core/config.yml' +7ms
  lando merged in additional config source from file '/Users/cameronscott/.lando/config.yml' +0ms
  lando merged in additional config source from 'LANDO_*' envvars with data {} +0ms
  lando final assembled minconf is {
  lando   configSources: [
  lando     '/snapshot/core/config.yml',
  lando     '/Users/cameronscott/.lando/config.yml'
  lando   ],
  lando   envPrefix: 'LANDO',
  lando   landoFile: '.lando.yml',
  lando   preLandoFiles: [
  lando     '.lando.base.yml',
  lando     '.lando.dist.yml',
  lando     '.lando.recipe.yml',
  lando     '.lando.upstream.yml'
  lando   ],
  lando   postLandoFiles: [ '.lando.local.yml', '.lando.user.yml' ],
  lando   runtime: 3,
  lando   srcRoot: '/snapshot/core',
  lando   userConfRoot: '/Users/cameronscott/.lando',
  lando   product: 'lando',
  lando   channel: 'stable',
  lando   domain: 'lndo.site',
  lando   hyperdrive: 'hyperdrive',
  lando   mode: 'cli',
  lando   stats: [ { report: true, url: 'https://metrics.lando.dev' } ],
  lando   dockerSupportedVersions: {
  lando     compose: {
  lando       satisfies: '1.x.x || 2.x.x',
  lando       recommendUpdate: '<=2.24.6',
  lando       tested: '<=2.30.99',
  lando       link: [Object]
  lando     },
  lando     desktop: {
  lando       satisfies: '>=4.0.0 <5',
  lando       tested: '<=4.36.99',
  lando       recommendUpdate: '<=4.34.0',
  lando       link: [Object]
  lando     },
  lando     engine: { satisfies: '>=18 <28', tested: '<=27.3.1', link: [Object] }
  lando   }
  lando } +0ms
  lando detected an app 'upstreamtv' at '/Users/cameronscott/Documents/GitHub/upstream' +5ms
  lando starting lando with 'v3' runtime using cli { ENVPREFIX: undefined, LOGLEVELCONSOLE: 4, USERCONFROOT: undefined, COREBASE: '/snapshot/core' } +2ms
  lando using cli config { args: [ '--dns-result-order=ipv4first' ], commit: false, coreBase: true, dev: false, entrypoint: '/usr/local/bin/lando', file: '/Users/cameronscott/.data/lando/v3.23.24/lando', installPath: '/Users/cameronscott/.lando/bin', packaged: true, plugin: '/snapshot/core', slim: true, source: false } +12ms
  lando using cli config { args: [ '--dns-result-order=ipv4first' ], commit: false, coreBase: true, dev: false, entrypoint: '/usr/local/bin/lando', file: '/Users/cameronscott/.data/lando/v3.23.24/lando', installPath: '/Users/cameronscott/.lando/bin', packaged: true, plugin: '/snapshot/core', slim: true, source: false } +7ms
  lando starting bootstrap at level APP...  +1ms
  lando config bootstrap beginning...  +2ms
  lando emitting event pre-bootstrap-config  +0ms
  lando no core detected loading from '/snapshot/core'  +3ms
  lando plugin '@lando/core' loaded from /snapshot/core/index.js  +1ms
  lando plugin '@lando/healthcheck' loaded from /snapshot/core/plugins/healthcheck/index.js  +0ms
  lando plugin '@lando/networking' loaded from /snapshot/core/plugins/networking/index.js  +1ms
  lando plugin '@lando/proxy' loaded from /snapshot/core/plugins/proxy/index.js  +1ms
  lando plugin '@lando/scanner' loaded from /snapshot/core/plugins/scanner/index.js  +0ms
  lando plugin '@lando/sharing' loaded from /snapshot/core/plugins/sharing/index.js  +0ms
  lando plugin '@lando/test' loaded from /snapshot/core/plugins/test/index.js  +0ms
  lando plugin '@lando/apache' loaded from /Users/cameronscott/.lando/plugins/@lando/apache/index.js  +1ms
  lando plugin '@lando/compose' loaded from /Users/cameronscott/.lando/plugins/@lando/compose/index.js  +0ms
  lando emitting event post-bootstrap-config  +3ms
  lando building proxy config...  +0ms
  lando config bootstrap completed.  +1ms
  lando tasks bootstrap beginning...  +0ms
  lando emitting event pre-bootstrap-tasks  +0ms
  lando autoloaded global task config  +2ms
  lando autoloaded global task destroy  +0ms
  lando autoloaded global task exec  +0ms
  lando autoloaded global task info  +0ms
  lando autoloaded global task init  +1ms
  lando autoloaded global task list  +0ms
  lando autoloaded global task logs  +0ms
  lando autoloaded global task plugin-add  +0ms
  lando autoloaded global task plugin-login  +0ms
  lando autoloaded global task plugin-logout  +0ms
  lando autoloaded global task plugin-remove  +0ms
  lando autoloaded global task poweroff  +0ms
  lando autoloaded global task rebuild  +1ms
  lando autoloaded global task restart  +0ms
  lando autoloaded global task setup  +0ms
  lando autoloaded global task share  +1ms
  lando autoloaded global task shellenv  +0ms
  lando autoloaded global task ssh  +0ms
  lando autoloaded global task start  +0ms
  lando autoloaded global task stop  +0ms
  lando autoloaded global task update  +0ms
  lando autoloaded global task version  +0ms
  lando emitting event post-bootstrap-tasks  +2ms
  lando tasks bootstrap completed.  +0ms
  lando engine bootstrap beginning...  +0ms
  lando emitting event pre-bootstrap-engine  +0ms
  lando emitting event post-bootstrap-engine  +8ms
  lando engine bootstrap completed.  +0ms
  lando app bootstrap beginning...  +0ms
  lando emitting event pre-bootstrap-app  +0ms
  lando autodiscovered legacy api 3 builder _appserver  +1ms
  lando autodiscovered legacy api 3 builder _init  +0ms
  lando autodiscovered legacy api 3 builder _lando  +0ms
  lando autodiscovered legacy api 3 builder _landoutil  +0ms
  lando autodiscovered legacy api 4 builder _service  +0ms
  lando autodiscovered legacy api 3 builder _service  +0ms
  lando autodiscovered legacy api 3 builder _webserver  +0ms
  lando autodiscovered legacy api 4 builder lando  +0ms
  lando autodiscovered legacy api 3 builder lando  +0ms
  lando autodiscovered legacy api 3 builder _proxy  +0ms
  lando autodiscovered legacy api 3 builder _mounter  +0ms
  lando autodiscovered legacy api 3 builder apache  +0ms
  lando autodiscovered legacy api 3 builder compose  +0ms
  lando emitting event post-bootstrap-app  +1ms
  lando app bootstrap completed.  +1ms
  lando bootstrap completed.  +0ms
  lando emitting event post-bootstrap  +0ms
  lando emitting event almost-ready  +0ms
  lando using docker-compose false  +1ms
  lando emitting event ready  +0ms
  lando loading app upstreamtv from config files 0=/Users/cameronscott/Documents/GitHub/upstream/.lando.yml +1ms
  lando app upstreamtv has config name=upstreamtv, recipe=pantheon, framework=wordpress, site=upstreamtv, id=f2c15e05-b0a4-4320-8a6e-3aadf90c1bd7, type=solr:8.11.2, portforward=true, core=my_solr_core +0ms
  upstreamtv initiatilizing app at /Users/cameronscott/Documents/GitHub/upstream...  +0ms
  lando plugin '@lando/core' loaded from /snapshot/core/app.js  +2ms
  lando plugin '@lando/healthcheck' loaded from /snapshot/core/plugins/healthcheck/app.js  +0ms
  lando plugin '@lando/networking' loaded from /snapshot/core/plugins/networking/app.js  +0ms
  upstreamtv proxy settings detected.  +2ms
  lando plugin '@lando/proxy' loaded from /snapshot/core/plugins/proxy/app.js  +1ms
  lando plugin '@lando/scanner' loaded from /snapshot/core/plugins/scanner/app.js  +0ms
  lando plugin '@lando/sharing' loaded from /snapshot/core/plugins/sharing/app.js  +0ms
  upstreamtv emitting event pre-init  +0ms
  upstreamtv WARN pantheon is not a supported recipe type.  +0ms
  upstreamtv building pantheon recipe named upstreamtv  +1ms
node:internal/process/promises:391
    triggerUncaughtException(err, true /* fromPromise */);
    ^

Error: Could not find a service builder called pantheon in the builder registry!
    at Factory.get (/snapshot/core/lib/factory.js)
    at /snapshot/core/hooks/app-add-recipes.js
    at AsyncEvents.<anonymous> (/snapshot/core/app.js)
From previous event:
    at AsyncEvents.handle (/snapshot/core/lib/events.js)
    at /snapshot/core/lib/events.js
    at process.processImmediate (node:internal/timers:483:21)
From previous event:
    at AsyncEvents.emit (/snapshot/core/lib/events.js)
    at /snapshot/core/lib/app.js
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Node.js v20.18.0

@sovetski
Copy link

sovetski commented Feb 3, 2025

any update please?

@pirog
Copy link
Member

pirog commented Feb 3, 2025

Try going into a directory that does not contain a landofile and rerun the script and/or lando setup from there.

@camscottFS
Copy link

It does not matter what directoy I am in, it fails regardless.

@camscottFS
Copy link

camscottFS commented Feb 3, 2025

I reran lando setup --debug in a blank directory and lando seemed to install.

  lando starting 'lando' version '3.23.26' runtime selector... +0ms
  lando merged in additional config source from file '/snapshot/core/config.yml' +12ms
  lando merged in additional config source from file '/Users/cameronscott/.lando/config.yml' +0ms
  lando merged in additional config source from 'LANDO_*' envvars with data {} +1ms
  lando final assembled minconf is {
  lando   configSources: [
  lando     '/snapshot/core/config.yml',
  lando     '/Users/cameronscott/.lando/config.yml'
  lando   ],
  lando   envPrefix: 'LANDO',
  lando   landoFile: '.lando.yml',
  lando   preLandoFiles: [
  lando     '.lando.base.yml',
  lando     '.lando.dist.yml',
  lando     '.lando.recipe.yml',
  lando     '.lando.upstream.yml'
  lando   ],
  lando   postLandoFiles: [ '.lando.local.yml', '.lando.user.yml' ],
  lando   runtime: 3,
  lando   srcRoot: '/snapshot/core',
  lando   userConfRoot: '/Users/cameronscott/.lando',
  lando   product: 'lando',
  lando   channel: 'stable',
  lando   domain: 'lndo.site',
  lando   hyperdrive: 'hyperdrive',
  lando   mode: 'cli',
  lando   stats: [ { report: true, url: 'https://metrics.lando.dev' } ],
  lando   dockerSupportedVersions: {
  lando     compose: {
  lando       satisfies: '1.x.x || 2.x.x',
  lando       recommendUpdate: '<=2.24.6',
  lando       tested: '<=2.32.99',
  lando       link: [Object]
  lando     },
  lando     desktop: {
  lando       satisfies: '>=4.0.0 <5',
  lando       tested: '<=4.37.99',
  lando       recommendUpdate: '<=4.36',
  lando       link: [Object]
  lando     },
  lando     engine: { satisfies: '>=18 <28', tested: '<=27.5.99', link: [Object] }
  lando   }
  lando } +0ms
  lando starting lando with 'v3' runtime using cli { ENVPREFIX: undefined, LOGLEVELCONSOLE: 4, USERCONFROOT: undefined, COREBASE: '/snapshot/core' } +5ms
  lando using cli config { args: [ '--dns-result-order=ipv4first' ], commit: false, coreBase: true, dev: false, entrypoint: '/usr/local/bin/lando', file: '/Users/cameronscott/.data/lando/v3.23.26/lando', installPath: '/Users/cameronscott/.lando/bin', packaged: true, plugin: '/snapshot/core', slim: true, source: false } +15ms
  lando using cli config { args: [ '--dns-result-order=ipv4first' ], commit: false, coreBase: true, dev: false, entrypoint: '/usr/local/bin/lando', file: '/Users/cameronscott/.data/lando/v3.23.26/lando', installPath: '/Users/cameronscott/.lando/bin', packaged: true, plugin: '/snapshot/core', slim: true, source: false } +12ms
  lando using cli config { args: [ '--dns-result-order=ipv4first' ], commit: false, coreBase: true, dev: false, entrypoint: '/usr/local/bin/lando', file: '/Users/cameronscott/.data/lando/v3.23.26/lando', installPath: '/Users/cameronscott/.lando/bin', packaged: true, plugin: '/snapshot/core', slim: true, source: false } +4ms
  lando using cli config { args: [ '--dns-result-order=ipv4first' ], commit: false, coreBase: true, dev: false, entrypoint: '/usr/local/bin/lando', file: '/Users/cameronscott/.data/lando/v3.23.26/lando', installPath: '/Users/cameronscott/.lando/bin', packaged: true, plugin: '/snapshot/core', slim: true, source: false } +3ms
  lando starting bootstrap at level app...  +1ms
  lando config bootstrap beginning...  +12ms
  lando emitting event pre-bootstrap-config  +1ms
  lando no core detected loading from '/snapshot/core'  +7ms
  lando plugin '@lando/core' loaded from /snapshot/core/index.js  +1ms
  lando plugin '@lando/healthcheck' loaded from /snapshot/core/plugins/healthcheck/index.js  +1ms
  lando plugin '@lando/networking' loaded from /snapshot/core/plugins/networking/index.js  +1ms
  lando plugin '@lando/proxy' loaded from /snapshot/core/plugins/proxy/index.js  +0ms
  lando plugin '@lando/scanner' loaded from /snapshot/core/plugins/scanner/index.js  +0ms
  lando plugin '@lando/sharing' loaded from /snapshot/core/plugins/sharing/index.js  +1ms
  lando plugin '@lando/test' loaded from /snapshot/core/plugins/test/index.js  +0ms
  lando plugin '@lando/apache' loaded from /Users/cameronscott/.lando/plugins/@lando/apache/index.js  +1ms
  lando plugin '@lando/compose' loaded from /Users/cameronscott/.lando/plugins/@lando/compose/index.js  +1ms
  lando plugin '@lando/dotnet' loaded from /Users/cameronscott/.lando/plugins/@lando/dotnet/index.js  +0ms
  lando plugin '@lando/go' loaded from /Users/cameronscott/.lando/plugins/@lando/go/index.js  +1ms
  lando emitting event post-bootstrap-config  +2ms
  lando building proxy config...  +1ms
  lando config bootstrap completed.  +0ms
  lando tasks bootstrap beginning...  +0ms
  lando emitting event pre-bootstrap-tasks  +0ms
  lando autoloaded global task config  +2ms
  lando autoloaded global task destroy  +1ms
  lando autoloaded global task exec  +0ms
  lando autoloaded global task info  +0ms
  lando autoloaded global task init  +1ms
  lando autoloaded global task list  +0ms
  lando autoloaded global task logs  +0ms
  lando autoloaded global task plugin-add  +0ms
  lando autoloaded global task plugin-login  +0ms
  lando autoloaded global task plugin-logout  +0ms
  lando autoloaded global task plugin-remove  +0ms
  lando autoloaded global task poweroff  +0ms
  lando autoloaded global task rebuild  +0ms
  lando autoloaded global task restart  +0ms
  lando autoloaded global task setup  +1ms
  lando autoloaded global task share  +0ms
  lando autoloaded global task shellenv  +0ms
  lando autoloaded global task ssh  +0ms
  lando autoloaded global task start  +1ms
  lando autoloaded global task stop  +0ms
  lando autoloaded global task update  +0ms
  lando autoloaded global task version  +0ms
  lando emitting event post-bootstrap-tasks  +3ms
  lando tasks bootstrap completed.  +0ms
  lando engine bootstrap beginning...  +0ms
  lando emitting event pre-bootstrap-engine  +0ms
  lando emitting event post-bootstrap-engine  +13ms
  lando engine bootstrap completed.  +0ms
  lando app bootstrap beginning...  +0ms
  lando emitting event pre-bootstrap-app  +0ms
  lando autodiscovered legacy api 3 builder _appserver  +2ms
  lando autodiscovered legacy api 3 builder _init  +0ms
  lando autodiscovered legacy api 3 builder _lando  +0ms
  lando autodiscovered legacy api 3 builder _landoutil  +0ms
  lando autodiscovered legacy api 4 builder _service  +0ms
  lando autodiscovered legacy api 3 builder _service  +0ms
  lando autodiscovered legacy api 3 builder _webserver  +0ms
  lando autodiscovered legacy api 4 builder lando  +0ms
  lando autodiscovered legacy api 3 builder lando  +0ms
  lando autodiscovered legacy api 3 builder _proxy  +0ms
  lando autodiscovered legacy api 3 builder _mounter  +0ms
  lando autodiscovered legacy api 3 builder apache  +0ms
  lando autodiscovered legacy api 3 builder compose  +0ms
  lando autodiscovered legacy api 3 builder dotnet  +0ms
  lando autodiscovered legacy api 3 builder go  +0ms
  lando emitting event post-bootstrap-app  +0ms
  lando app bootstrap completed.  +3ms
  lando bootstrap completed.  +0ms
  lando emitting event post-bootstrap  +0ms
  lando emitting event almost-ready  +0ms
  lando using docker-compose false  +0ms
  lando emitting event ready  +1ms
  lando emitting event cli-answers  +0ms
  lando emitting event cli-setup-answers  +0ms
  lando emitting event cli-run  +0ms
  lando emitting event cli-setup-run  +0ms

   __                __       ____    __            __
  / /  ___ ____  ___/ /__    / __/__ / /___ _____  / /
 / /__/ _ `/ _ \/ _  / _ \  _\ \/ -_) __/ // / _ \/_/ 
/____/\_,_/_//_/\_,_/\___/ /___/\__/\__/\_,_/ .__(_)  
                                           /_/        

lando setup is a hidden convenience command to help you satisify the
dependencies needed to run Lando. Typically it includes the installation and
setup of some combination of the below:

◼ Common Lando Plugins
◼ Docker Desktop
◼ Docker Compose

However, if you already have the needed dependencies it will happily do nothing
and exit. It will attempt to install plugins first and then it will run any
needed setup tasks.

For more information on customizing setup please run lando setup --help
or visit https://docs.lando.dev/cli/setup.html

  lando emitting event pre-install-plugins  +113ms
  lando rebased install plugins {} on common ones %o @lando/acquia=latest, @lando/apache=latest, @lando/backdrop=latest, @lando/compose=latest, @lando/dotnet=latest, @lando/drupal=latest, @lando/elasticsearch=latest, @lando/go=latest, @lando/joomla=latest, @lando/lagoon=latest, @lando/lamp=latest, @lando/laravel=latest, @lando/lemp=latest, @lando/mailhog=latest, @lando/mariadb=latest, @lando/mean=latest, @lando/memcached=latest, @lando/mongo=latest, @lando/mssql=latest, @lando/mysql=latest, @lando/nginx=latest, @lando/node=latest, @lando/pantheon=latest, @lando/php=latest, @lando/phpmyadmin=latest, @lando/platformsh=latest, @lando/postgres=latest, @lando/python=latest, @lando/redis=latest, @lando/ruby=latest, @lando/solr=latest, @lando/symfony=latest, @lando/tomcat=latest, @lando/varnish=latest, @lando/wordpress=latest +0ms
  lando @lando/apache found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/apache'  +0ms
  lando @lando/apache instantiated plugin with status %o enabled=true, valid=true, installed=true +1ms
  lando @lando/compose found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/compose'  +0ms
  lando @lando/compose instantiated plugin with status %o enabled=true, valid=true, installed=true +1ms
  lando @lando/dotnet found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/dotnet'  +0ms
  lando @lando/dotnet instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/go found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/go'  +0ms
  lando @lando/go instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando retrieved plugin information for '@lando/lagoon@latest' from 'https://registry.npmjs.org/@lando/lagoon/-/lagoon-1.4.0.tgz' using %o  +168ms
  lando retrieved plugin information for '@lando/mailhog@latest' from 'https://registry.npmjs.org/@lando/mailhog/-/mailhog-1.2.3.tgz' using %o  +2ms
  lando retrieved plugin information for '@lando/acquia@latest' from 'https://registry.npmjs.org/@lando/acquia/-/acquia-1.6.1.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/mean@latest' from 'https://registry.npmjs.org/@lando/mean/-/mean-1.4.3.tgz' using %o  +9ms
  lando retrieved plugin information for '@lando/laravel@latest' from 'https://registry.npmjs.org/@lando/laravel/-/laravel-1.9.0.tgz' using %o  +2ms
  lando retrieved plugin information for '@lando/joomla@latest' from 'https://registry.npmjs.org/@lando/joomla/-/joomla-1.8.0.tgz' using %o  +4ms
  lando retrieved plugin information for '@lando/mariadb@latest' from 'https://registry.npmjs.org/@lando/mariadb/-/mariadb-1.6.3.tgz' using %o  +5ms
  lando retrieved plugin information for '@lando/elasticsearch@latest' from 'https://registry.npmjs.org/@lando/elasticsearch/-/elasticsearch-1.3.3.tgz' using %o  +0ms
  lando retrieved plugin information for '@lando/lemp@latest' from 'https://registry.npmjs.org/@lando/lemp/-/lemp-1.8.0.tgz' using %o  +2ms
  lando retrieved plugin information for '@lando/backdrop@latest' from 'https://registry.npmjs.org/@lando/backdrop/-/backdrop-1.7.0.tgz' using %o  +14ms
  lando retrieved plugin information for '@lando/drupal@latest' from 'https://registry.npmjs.org/@lando/drupal/-/drupal-1.12.0.tgz' using %o  +8ms
  lando retrieved plugin information for '@lando/mssql@latest' from 'https://registry.npmjs.org/@lando/mssql/-/mssql-1.4.3.tgz' using %o  +12ms
  lando retrieved plugin information for '@lando/lamp@latest' from 'https://registry.npmjs.org/@lando/lamp/-/lamp-1.8.1.tgz' using %o  +7ms
  lando retrieved plugin information for '@lando/nginx@latest' from 'https://registry.npmjs.org/@lando/nginx/-/nginx-1.4.4.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/mongo@latest' from 'https://registry.npmjs.org/@lando/mongo/-/mongo-1.2.3.tgz' using %o  +9ms
  lando retrieved plugin information for '@lando/node@latest' from 'https://registry.npmjs.org/@lando/node/-/node-1.4.0.tgz' using %o  +8ms
  lando retrieved plugin information for '@lando/memcached@latest' from 'https://registry.npmjs.org/@lando/memcached/-/memcached-1.3.3.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/phpmyadmin@latest' from 'https://registry.npmjs.org/@lando/phpmyadmin/-/phpmyadmin-1.3.3.tgz' using %o  +2ms
  lando retrieved plugin information for '@lando/platformsh@latest' from 'https://registry.npmjs.org/@lando/platformsh/-/platformsh-0.9.0.tgz' using %o  +7ms
  lando retrieved plugin information for '@lando/mysql@latest' from 'https://registry.npmjs.org/@lando/mysql/-/mysql-1.5.0.tgz' using %o  +4ms
  lando retrieved plugin information for '@lando/pantheon@latest' from 'https://registry.npmjs.org/@lando/pantheon/-/pantheon-1.9.5.tgz' using %o  +32ms
  lando retrieved plugin information for '@lando/redis@latest' from 'https://registry.npmjs.org/@lando/redis/-/redis-1.2.3.tgz' using %o  +6ms
  lando retrieved plugin information for '@lando/tomcat@latest' from 'https://registry.npmjs.org/@lando/tomcat/-/tomcat-1.2.3.tgz' using %o  +2ms
  lando retrieved plugin information for '@lando/postgres@latest' from 'https://registry.npmjs.org/@lando/postgres/-/postgres-1.4.4.tgz' using %o  +3ms
  lando retrieved plugin information for '@lando/php@latest' from 'https://registry.npmjs.org/@lando/php/-/php-1.7.1.tgz' using %o  +6ms
  lando retrieved plugin information for '@lando/solr@latest' from 'https://registry.npmjs.org/@lando/solr/-/solr-1.3.3.tgz' using %o  +3ms
  lando retrieved plugin information for '@lando/ruby@latest' from 'https://registry.npmjs.org/@lando/ruby/-/ruby-1.5.0.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/python@latest' from 'https://registry.npmjs.org/@lando/python/-/python-1.4.3.tgz' using %o  +9ms
  lando retrieved plugin information for '@lando/symfony@latest' from 'https://registry.npmjs.org/@lando/symfony/-/symfony-1.9.0.tgz' using %o  +27ms
  lando retrieved plugin information for '@lando/varnish@latest' from 'https://registry.npmjs.org/@lando/varnish/-/varnish-1.3.1.tgz' using %o  +21ms
  lando retrieved plugin information for '@lando/wordpress@latest' from 'https://registry.npmjs.org/@lando/wordpress/-/wordpress-1.8.0.tgz' using %o  +619ms
  lando emitting event post-install-plugins  +996ms
Generating plugin installation matrix... done [see table below]

 THING                       STATUS          COMMENT                           
 ─────────────────────────── ─────────────── ───────────────────────────────── 
 @lando/apache@latest        ✔ Installed     Dialed                            
 @lando/compose@latest       ✔ Installed     Dialed                            
 @lando/dotnet@latest        ✔ Installed     Dialed                            
 @lando/go@latest            ✔ Installed     Dialed                            
 @lando/acquia@latest        ⚠ Not Installed Will install @lando/acquia@latest 
 @lando/backdrop@latest      ⚠ Not Installed Will install @lando/backdrop@lat… 
 @lando/drupal@latest        ⚠ Not Installed Will install @lando/drupal@latest 
 @lando/elasticsearch@latest ⚠ Not Installed Will install @lando/elasticsearc… 
 @lando/joomla@latest        ⚠ Not Installed Will install @lando/joomla@latest 
 @lando/lagoon@latest        ⚠ Not Installed Will install @lando/lagoon@latest 
 @lando/lamp@latest          ⚠ Not Installed Will install @lando/lamp@latest   
 @lando/laravel@latest       ⚠ Not Installed Will install @lando/laravel@late… 
 @lando/lemp@latest          ⚠ Not Installed Will install @lando/lemp@latest   
 @lando/mailhog@latest       ⚠ Not Installed Will install @lando/mailhog@late… 
 @lando/mariadb@latest       ⚠ Not Installed Will install @lando/mariadb@late… 
 @lando/mean@latest          ⚠ Not Installed Will install @lando/mean@latest   
 @lando/memcached@latest     ⚠ Not Installed Will install @lando/memcached@la… 
 @lando/mongo@latest         ⚠ Not Installed Will install @lando/mongo@latest  
 @lando/mssql@latest         ⚠ Not Installed Will install @lando/mssql@latest  
 @lando/mysql@latest         ⚠ Not Installed Will install @lando/mysql@latest  
 @lando/nginx@latest         ⚠ Not Installed Will install @lando/nginx@latest  
 @lando/node@latest          ⚠ Not Installed Will install @lando/node@latest   
 @lando/pantheon@latest      ⚠ Not Installed Will install @lando/pantheon@lat… 
 @lando/php@latest           ⚠ Not Installed Will install @lando/php@latest    
 @lando/phpmyadmin@latest    ⚠ Not Installed Will install @lando/phpmyadmin@l… 
 @lando/platformsh@latest    ⚠ Not Installed Will install @lando/platformsh@l… 
 @lando/postgres@latest      ⚠ Not Installed Will install @lando/postgres@lat… 
 @lando/python@latest        ⚠ Not Installed Will install @lando/python@latest 
 @lando/redis@latest         ⚠ Not Installed Will install @lando/redis@latest  
 @lando/ruby@latest          ⚠ Not Installed Will install @lando/ruby@latest   
 @lando/solr@latest          ⚠ Not Installed Will install @lando/solr@latest   
 @lando/symfony@latest       ⚠ Not Installed Will install @lando/symfony@late… 
 @lando/tomcat@latest        ⚠ Not Installed Will install @lando/tomcat@latest 
 @lando/varnish@latest       ⚠ Not Installed Will install @lando/varnish@late… 
 @lando/wordpress@latest     ⚠ Not Installed Will install @lando/wordpress@la… 

Lando would like to install the 31 plugins listed above.
DO YOU CONSENT?: 
DO YOU CONSENT?: y
  lando emitting event pre-install-plugins  +4314ms
  lando @lando/apache found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/apache'  +0ms
  lando @lando/apache instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/compose found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/compose'  +0ms
  lando @lando/compose instantiated plugin with status %o enabled=true, valid=true, installed=true +2ms
  lando @lando/dotnet found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/dotnet'  +0ms
  lando @lando/dotnet instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/go found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/go'  +0ms
  lando @lando/go instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [STARTED] Adding @lando/acquia@latest Installing  +23ms
  lando [STARTED] Adding @lando/backdrop@latest Installing  +0ms
  lando [STARTED] Adding @lando/drupal@latest Installing  +0ms
  lando [STARTED] Adding @lando/elasticsearch@latest Installing  +0ms
  lando [STARTED] Adding @lando/joomla@latest Installing  +0ms
  lando [STARTED] Adding @lando/lagoon@latest Installing  +0ms
  lando [STARTED] Adding @lando/lamp@latest Installing  +0ms
  lando [STARTED] Adding @lando/laravel@latest Installing  +0ms
  lando [STARTED] Adding @lando/lemp@latest Installing  +0ms
  lando [STARTED] Adding @lando/mailhog@latest Installing  +1ms
  lando [STARTED] Adding @lando/mariadb@latest Installing  +0ms
  lando [STARTED] Adding @lando/mean@latest Installing  +0ms
  lando [STARTED] Adding @lando/memcached@latest Installing  +0ms
  lando [STARTED] Adding @lando/mongo@latest Installing  +0ms
  lando [STARTED] Adding @lando/mssql@latest Installing  +0ms
  lando [STARTED] Adding @lando/mysql@latest Installing  +0ms
  lando [STARTED] Adding @lando/nginx@latest Installing  +0ms
  lando [STARTED] Adding @lando/node@latest Installing  +0ms
  lando [STARTED] Adding @lando/pantheon@latest Installing  +0ms
  lando [STARTED] Adding @lando/php@latest Installing  +0ms
  lando [STARTED] Adding @lando/phpmyadmin@latest Installing  +0ms
  lando [STARTED] Adding @lando/platformsh@latest Installing  +0ms
  lando [STARTED] Adding @lando/postgres@latest Installing  +1ms
  lando [STARTED] Adding @lando/python@latest Installing  +0ms
  lando [STARTED] Adding @lando/redis@latest Installing  +0ms
  lando [STARTED] Adding @lando/ruby@latest Installing  +0ms
  lando [STARTED] Adding @lando/solr@latest Installing  +0ms
  lando [STARTED] Adding @lando/symfony@latest Installing  +0ms
  lando [STARTED] Adding @lando/tomcat@latest Installing  +0ms
  lando [STARTED] Adding @lando/varnish@latest Installing  +0ms
  lando [STARTED] Adding @lando/wordpress@latest Installing  +0ms
  lando retrieved plugin information for '@lando/lemp@latest' from 'https://registry.npmjs.org/@lando/lemp/-/lemp-1.8.0.tgz' using %o  +89ms
  lando retrieved plugin information for '@lando/elasticsearch@latest' from 'https://registry.npmjs.org/@lando/elasticsearch/-/elasticsearch-1.3.3.tgz' using %o  +6ms
  lando retrieved plugin information for '@lando/mean@latest' from 'https://registry.npmjs.org/@lando/mean/-/mean-1.4.3.tgz' using %o  +2ms
  lando retrieved plugin information for '@lando/mariadb@latest' from 'https://registry.npmjs.org/@lando/mariadb/-/mariadb-1.6.3.tgz' using %o  +3ms
  lando retrieved plugin information for '@lando/backdrop@latest' from 'https://registry.npmjs.org/@lando/backdrop/-/backdrop-1.7.0.tgz' using %o  +5ms
  lando retrieved plugin information for '@lando/drupal@latest' from 'https://registry.npmjs.org/@lando/drupal/-/drupal-1.12.0.tgz' using %o  +2ms
  lando retrieved plugin information for '@lando/laravel@latest' from 'https://registry.npmjs.org/@lando/laravel/-/laravel-1.9.0.tgz' using %o  +2ms
  lando retrieved plugin information for '@lando/joomla@latest' from 'https://registry.npmjs.org/@lando/joomla/-/joomla-1.8.0.tgz' using %o  +2ms
  lando retrieved plugin information for '@lando/mailhog@latest' from 'https://registry.npmjs.org/@lando/mailhog/-/mailhog-1.2.3.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/lamp@latest' from 'https://registry.npmjs.org/@lando/lamp/-/lamp-1.8.1.tgz' using %o  +7ms
  lando retrieved plugin information for '@lando/acquia@latest' from 'https://registry.npmjs.org/@lando/acquia/-/acquia-1.6.1.tgz' using %o  +9ms
  lando retrieved plugin information for '@lando/memcached@latest' from 'https://registry.npmjs.org/@lando/memcached/-/memcached-1.3.3.tgz' using %o  +8ms
  lando retrieved plugin information for '@lando/lagoon@latest' from 'https://registry.npmjs.org/@lando/lagoon/-/lagoon-1.4.0.tgz' using %o  +7ms
  lando retrieved plugin information for '@lando/mongo@latest' from 'https://registry.npmjs.org/@lando/mongo/-/mongo-1.2.3.tgz' using %o  +11ms
  lando retrieved plugin information for '@lando/mysql@latest' from 'https://registry.npmjs.org/@lando/mysql/-/mysql-1.5.0.tgz' using %o  +12ms
  lando retrieved plugin information for '@lando/php@latest' from 'https://registry.npmjs.org/@lando/php/-/php-1.7.1.tgz' using %o  +2ms
  lando retrieved plugin information for '@lando/pantheon@latest' from 'https://registry.npmjs.org/@lando/pantheon/-/pantheon-1.9.5.tgz' using %o  +7ms
  lando retrieved plugin information for '@lando/phpmyadmin@latest' from 'https://registry.npmjs.org/@lando/phpmyadmin/-/phpmyadmin-1.3.3.tgz' using %o  +11ms
  lando retrieved plugin information for '@lando/node@latest' from 'https://registry.npmjs.org/@lando/node/-/node-1.4.0.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/python@latest' from 'https://registry.npmjs.org/@lando/python/-/python-1.4.3.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/nginx@latest' from 'https://registry.npmjs.org/@lando/nginx/-/nginx-1.4.4.tgz' using %o  +8ms
  lando retrieved plugin information for '@lando/mssql@latest' from 'https://registry.npmjs.org/@lando/mssql/-/mssql-1.4.3.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/ruby@latest' from 'https://registry.npmjs.org/@lando/ruby/-/ruby-1.5.0.tgz' using %o  +5ms
  lando retrieved plugin information for '@lando/postgres@latest' from 'https://registry.npmjs.org/@lando/postgres/-/postgres-1.4.4.tgz' using %o  +9ms
  lando retrieved plugin information for '@lando/symfony@latest' from 'https://registry.npmjs.org/@lando/symfony/-/symfony-1.9.0.tgz' using %o  +9ms
  lando retrieved plugin information for '@lando/platformsh@latest' from 'https://registry.npmjs.org/@lando/platformsh/-/platformsh-0.9.0.tgz' using %o  +4ms
  lando retrieved plugin information for '@lando/lemp@latest' from 'https://registry.npmjs.org/@lando/lemp/-/lemp-1.8.0.tgz' using %o  +8ms
  lando retrieved plugin information for '@lando/redis@latest' from 'https://registry.npmjs.org/@lando/redis/-/redis-1.2.3.tgz' using %o  +33ms
  lando retrieved plugin information for '@lando/solr@latest' from 'https://registry.npmjs.org/@lando/solr/-/solr-1.3.3.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/wordpress@latest' from 'https://registry.npmjs.org/@lando/wordpress/-/wordpress-1.8.0.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/varnish@latest' from 'https://registry.npmjs.org/@lando/varnish/-/varnish-1.3.1.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/tomcat@latest' from 'https://registry.npmjs.org/@lando/tomcat/-/tomcat-1.2.3.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/mariadb@latest' from 'https://registry.npmjs.org/@lando/mariadb/-/mariadb-1.6.3.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/backdrop@latest' from 'https://registry.npmjs.org/@lando/backdrop/-/backdrop-1.7.0.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/mean@latest' from 'https://registry.npmjs.org/@lando/mean/-/mean-1.4.3.tgz' using %o  +2ms
  lando retrieved plugin information for '@lando/elasticsearch@latest' from 'https://registry.npmjs.org/@lando/elasticsearch/-/elasticsearch-1.3.3.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/drupal@latest' from 'https://registry.npmjs.org/@lando/drupal/-/drupal-1.12.0.tgz' using %o  +6ms
  lando retrieved plugin information for '@lando/joomla@latest' from 'https://registry.npmjs.org/@lando/joomla/-/joomla-1.8.0.tgz' using %o  +3ms
  lando retrieved plugin information for '@lando/mongo@latest' from 'https://registry.npmjs.org/@lando/mongo/-/mongo-1.2.3.tgz' using %o  +34ms
  lando retrieved plugin information for '@lando/acquia@latest' from 'https://registry.npmjs.org/@lando/acquia/-/acquia-1.6.1.tgz' using %o  +7ms
  lando retrieved plugin information for '@lando/php@latest' from 'https://registry.npmjs.org/@lando/php/-/php-1.7.1.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/phpmyadmin@latest' from 'https://registry.npmjs.org/@lando/phpmyadmin/-/phpmyadmin-1.3.3.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/laravel@latest' from 'https://registry.npmjs.org/@lando/laravel/-/laravel-1.9.0.tgz' using %o  +2ms
  lando retrieved plugin information for '@lando/lamp@latest' from 'https://registry.npmjs.org/@lando/lamp/-/lamp-1.8.1.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/memcached@latest' from 'https://registry.npmjs.org/@lando/memcached/-/memcached-1.3.3.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/lagoon@latest' from 'https://registry.npmjs.org/@lando/lagoon/-/lagoon-1.4.0.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/node@latest' from 'https://registry.npmjs.org/@lando/node/-/node-1.4.0.tgz' using %o  +2ms
  lando retrieved plugin information for '@lando/mailhog@latest' from 'https://registry.npmjs.org/@lando/mailhog/-/mailhog-1.2.3.tgz' using %o  +4ms
  lando retrieved plugin information for '@lando/pantheon@latest' from 'https://registry.npmjs.org/@lando/pantheon/-/pantheon-1.9.5.tgz' using %o  +5ms
  lando retrieved plugin information for '@lando/python@latest' from 'https://registry.npmjs.org/@lando/python/-/python-1.4.3.tgz' using %o  +31ms
  lando retrieved plugin information for '@lando/ruby@latest' from 'https://registry.npmjs.org/@lando/ruby/-/ruby-1.5.0.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/solr@latest' from 'https://registry.npmjs.org/@lando/solr/-/solr-1.3.3.tgz' using %o  +2ms
  lando retrieved plugin information for '@lando/mssql@latest' from 'https://registry.npmjs.org/@lando/mssql/-/mssql-1.4.3.tgz' using %o  +5ms
  lando retrieved plugin information for '@lando/nginx@latest' from 'https://registry.npmjs.org/@lando/nginx/-/nginx-1.4.4.tgz' using %o  +2ms
  lando retrieved plugin information for '@lando/redis@latest' from 'https://registry.npmjs.org/@lando/redis/-/redis-1.2.3.tgz' using %o  +3ms
  lando retrieved plugin information for '@lando/symfony@latest' from 'https://registry.npmjs.org/@lando/symfony/-/symfony-1.9.0.tgz' using %o  +13ms
  lando retrieved plugin information for '@lando/platformsh@latest' from 'https://registry.npmjs.org/@lando/platformsh/-/platformsh-0.9.0.tgz' using %o  +6ms
  lando retrieved plugin information for '@lando/wordpress@latest' from 'https://registry.npmjs.org/@lando/wordpress/-/wordpress-1.8.0.tgz' using %o  +1ms
  lando retrieved plugin information for '@lando/varnish@latest' from 'https://registry.npmjs.org/@lando/varnish/-/varnish-1.3.1.tgz' using %o  +6ms
  lando retrieved plugin information for '@lando/postgres@latest' from 'https://registry.npmjs.org/@lando/postgres/-/postgres-1.4.4.tgz' using %o  +9ms
  lando retrieved plugin information for '@lando/tomcat@latest' from 'https://registry.npmjs.org/@lando/tomcat/-/tomcat-1.2.3.tgz' using %o  +2ms
  lando retrieved plugin information for '@lando/mysql@latest' from 'https://registry.npmjs.org/@lando/mysql/-/mysql-1.5.0.tgz' using %o  +190ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/VGvlFXSyzZcaZQ4aXQMQp' from 'https://registry.npmjs.org/@lando/mariadb/-/mariadb-1.6.3.tgz' using %o  +261ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/VGvlFXSyzZcaZQ4aXQMQp' to '/Users/cameronscott/.lando/plugins/@lando/mariadb'  +188ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/mariadb/package.json' to include distribution info  +0ms
  lando @lando/mariadb found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/mariadb'  +0ms
  lando @lando/mariadb instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/mariadb@latest Installed  +1037ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/B8Ojb_81MYL3JyWsWVMzt' from 'https://registry.npmjs.org/@lando/memcached/-/memcached-1.3.3.tgz' using %o  +1080ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/B8Ojb_81MYL3JyWsWVMzt' to '/Users/cameronscott/.lando/plugins/@lando/memcached'  +212ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/memcached/package.json' to include distribution info  +0ms
  lando @lando/memcached found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/memcached'  +0ms
  lando @lando/memcached instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/memcached@latest Installed  +1293ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/QIGwA9V4cvIGvTpvHOjI4' from 'https://registry.npmjs.org/@lando/mailhog/-/mailhog-1.2.3.tgz' using %o  +404ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/QIGwA9V4cvIGvTpvHOjI4' to '/Users/cameronscott/.lando/plugins/@lando/mailhog'  +225ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/mailhog/package.json' to include distribution info  +1ms
  lando @lando/mailhog found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/mailhog'  +0ms
  lando @lando/mailhog instantiated plugin with status %o enabled=true, valid=true, installed=true +1ms
  lando [COMPLETED] Adding @lando/mailhog@latest Installed  +629ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/u_NyO7JuaRNNfs9BYuFdd' from 'https://registry.npmjs.org/@lando/mssql/-/mssql-1.4.3.tgz' using %o  +34ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/u_NyO7JuaRNNfs9BYuFdd' to '/Users/cameronscott/.lando/plugins/@lando/mssql'  +226ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/mssql/package.json' to include distribution info  +1ms
  lando @lando/mssql found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/mssql'  +0ms
  lando @lando/mssql instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/mssql@latest Installed  +260ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/usepFss8GC_dswt7OrYma' from 'https://registry.npmjs.org/@lando/solr/-/solr-1.3.3.tgz' using %o  +77ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/usepFss8GC_dswt7OrYma' to '/Users/cameronscott/.lando/plugins/@lando/solr'  +205ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/solr/package.json' to include distribution info  +0ms
  lando @lando/solr found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/solr'  +0ms
  lando @lando/solr instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/solr@latest Installed  +283ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/qTnRHFUpyDy4zhbvKxd8s' from 'https://registry.npmjs.org/@lando/nginx/-/nginx-1.4.4.tgz' using %o  +52ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/qTnRHFUpyDy4zhbvKxd8s' to '/Users/cameronscott/.lando/plugins/@lando/nginx'  +240ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/nginx/package.json' to include distribution info  +1ms
  lando @lando/nginx found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/nginx'  +0ms
  lando @lando/nginx instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/nginx@latest Installed  +293ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/TKuQ8fP5pHuYSAxcKflLi' from 'https://registry.npmjs.org/@lando/redis/-/redis-1.2.3.tgz' using %o  +75ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/TKuQ8fP5pHuYSAxcKflLi' to '/Users/cameronscott/.lando/plugins/@lando/redis'  +226ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/redis/package.json' to include distribution info  +0ms
  lando @lando/redis found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/redis'  +0ms
  lando @lando/redis instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/redis@latest Installed  +301ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/DbCLUQA3O9iQnbh23wWmz' from 'https://registry.npmjs.org/@lando/tomcat/-/tomcat-1.2.3.tgz' using %o  +132ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/DbCLUQA3O9iQnbh23wWmz' to '/Users/cameronscott/.lando/plugins/@lando/tomcat'  +239ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/tomcat/package.json' to include distribution info  +1ms
  lando @lando/tomcat found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/tomcat'  +0ms
  lando @lando/tomcat instantiated plugin with status %o enabled=true, valid=true, installed=true +1ms
  lando [COMPLETED] Adding @lando/tomcat@latest Installed  +372ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/90dONBdzTlZf8qXjKMS8O' from 'https://registry.npmjs.org/@lando/node/-/node-1.4.0.tgz' using %o  +224ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/90dONBdzTlZf8qXjKMS8O' to '/Users/cameronscott/.lando/plugins/@lando/node'  +242ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/node/package.json' to include distribution info  +0ms
  lando @lando/node found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/node'  +0ms
  lando @lando/node instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/node@latest Installed  +466ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/rA4leVbRgqK35cOSw39sX' from 'https://registry.npmjs.org/@lando/elasticsearch/-/elasticsearch-1.3.3.tgz' using %o  +42ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/rA4leVbRgqK35cOSw39sX' to '/Users/cameronscott/.lando/plugins/@lando/elasticsearch'  +227ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/elasticsearch/package.json' to include distribution info  +1ms
  lando @lando/elasticsearch found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/elasticsearch'  +0ms
  lando @lando/elasticsearch instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/elasticsearch@latest Installed  +269ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/COAKR6eV8aiEnyHYZkwcm' from 'https://registry.npmjs.org/@lando/phpmyadmin/-/phpmyadmin-1.3.3.tgz' using %o  +174ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/COAKR6eV8aiEnyHYZkwcm' to '/Users/cameronscott/.lando/plugins/@lando/phpmyadmin'  +237ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/phpmyadmin/package.json' to include distribution info  +0ms
  lando @lando/phpmyadmin found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/phpmyadmin'  +0ms
  lando @lando/phpmyadmin instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/phpmyadmin@latest Installed  +412ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/6XfDnlfr1U2Ixia2TO_9Q' from 'https://registry.npmjs.org/@lando/postgres/-/postgres-1.4.4.tgz' using %o  +6ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/6XfDnlfr1U2Ixia2TO_9Q' to '/Users/cameronscott/.lando/plugins/@lando/postgres'  +270ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/postgres/package.json' to include distribution info  +0ms
  lando @lando/postgres found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/postgres'  +0ms
  lando @lando/postgres instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/postgres@latest Installed  +276ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/r-6sO1ssWYpn0RLqm8oWm' from 'https://registry.npmjs.org/@lando/ruby/-/ruby-1.5.0.tgz' using %o  +10ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/r-6sO1ssWYpn0RLqm8oWm' to '/Users/cameronscott/.lando/plugins/@lando/ruby'  +234ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/ruby/package.json' to include distribution info  +0ms
  lando @lando/ruby found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/ruby'  +0ms
  lando @lando/ruby instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/ruby@latest Installed  +244ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/T-ysTcX3xHF870BGkrV6n' from 'https://registry.npmjs.org/@lando/varnish/-/varnish-1.3.1.tgz' using %o  +3ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/T-ysTcX3xHF870BGkrV6n' to '/Users/cameronscott/.lando/plugins/@lando/varnish'  +230ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/varnish/package.json' to include distribution info  +1ms
  lando @lando/varnish found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/varnish'  +0ms
  lando @lando/varnish instantiated plugin with status %o enabled=true, valid=true, installed=true +1ms
  lando [COMPLETED] Adding @lando/varnish@latest Installed  +234ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/S1HXC_SUujryVxxjst7qV' from 'https://registry.npmjs.org/@lando/mysql/-/mysql-1.5.0.tgz' using %o  +29ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/S1HXC_SUujryVxxjst7qV' to '/Users/cameronscott/.lando/plugins/@lando/mysql'  +244ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/mysql/package.json' to include distribution info  +1ms
  lando @lando/mysql found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/mysql'  +0ms
  lando @lando/mysql instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/mysql@latest Installed  +273ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/2T1oH0E45fknZtLq_73D3' from 'https://registry.npmjs.org/@lando/mongo/-/mongo-1.2.3.tgz' using %o  +136ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/2T1oH0E45fknZtLq_73D3' to '/Users/cameronscott/.lando/plugins/@lando/mongo'  +281ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/mongo/package.json' to include distribution info  +1ms
  lando @lando/mongo found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/mongo'  +0ms
  lando @lando/mongo instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/mongo@latest Installed  +418ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/mvw7IQEKV7eeZWSLcKjPt' from 'https://registry.npmjs.org/@lando/python/-/python-1.4.3.tgz' using %o  +65ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/mvw7IQEKV7eeZWSLcKjPt' to '/Users/cameronscott/.lando/plugins/@lando/python'  +256ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/python/package.json' to include distribution info  +1ms
  lando @lando/python found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/python'  +0ms
  lando @lando/python instantiated plugin with status %o enabled=true, valid=true, installed=true +1ms
  lando [COMPLETED] Adding @lando/python@latest Installed  +323ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/9qrdb5NgCBEfjhLjlX7mC' from 'https://registry.npmjs.org/@lando/php/-/php-1.7.1.tgz' using %o  +262ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/9qrdb5NgCBEfjhLjlX7mC' to '/Users/cameronscott/.lando/plugins/@lando/php'  +503ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/php/package.json' to include distribution info  +1ms
  lando @lando/php found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/php'  +0ms
  lando @lando/php instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/php@latest Installed  +765ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/mmJb2j6ZMnzpYWhSP3ZhV' from 'https://registry.npmjs.org/@lando/lagoon/-/lagoon-1.4.0.tgz' using %o  +868ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/mmJb2j6ZMnzpYWhSP3ZhV' to '/Users/cameronscott/.lando/plugins/@lando/lagoon'  +528ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/lagoon/package.json' to include distribution info  +0ms
  lando @lando/lagoon found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/lagoon'  +0ms
  lando @lando/lagoon instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/lagoon@latest Installed  +1397ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/Nt8oUIaETsa7SuodcC2V8' from 'https://registry.npmjs.org/@lando/platformsh/-/platformsh-0.9.0.tgz' using %o  +314ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/Nt8oUIaETsa7SuodcC2V8' to '/Users/cameronscott/.lando/plugins/@lando/platformsh'  +522ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/platformsh/package.json' to include distribution info  +0ms
  lando @lando/platformsh found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/platformsh'  +0ms
  lando @lando/platformsh instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/platformsh@latest Installed  +836ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/WhcCZNEJlf2GAFXMqHAWK' from 'https://registry.npmjs.org/@lando/backdrop/-/backdrop-1.7.0.tgz' using %o  +3606ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/WhcCZNEJlf2GAFXMqHAWK' to '/Users/cameronscott/.lando/plugins/@lando/backdrop'  +1852ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/backdrop/package.json' to include distribution info  +0ms
  lando @lando/backdrop found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/backdrop'  +0ms
  lando @lando/backdrop instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/backdrop@latest Installed  +5458ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/toR0IgRshHZb33GPcb_Up' from 'https://registry.npmjs.org/@lando/lemp/-/lemp-1.8.0.tgz' using %o  +372ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/toR0IgRshHZb33GPcb_Up' to '/Users/cameronscott/.lando/plugins/@lando/lemp'  +2123ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/lemp/package.json' to include distribution info  +0ms
  lando @lando/lemp found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/lemp'  +0ms
  lando @lando/lemp instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/lemp@latest Installed  +2495ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/UdYis_iBqk44BFwlDpWD1' from 'https://registry.npmjs.org/@lando/drupal/-/drupal-1.12.0.tgz' using %o  +367ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/UdYis_iBqk44BFwlDpWD1' to '/Users/cameronscott/.lando/plugins/@lando/drupal'  +2010ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/drupal/package.json' to include distribution info  +0ms
  lando @lando/drupal found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/drupal'  +0ms
  lando @lando/drupal instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/drupal@latest Installed  +2377ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/4F1_Gp9mO3HvYmoyeVV6S' from 'https://registry.npmjs.org/@lando/mean/-/mean-1.4.3.tgz' using %o  +54ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/4F1_Gp9mO3HvYmoyeVV6S' to '/Users/cameronscott/.lando/plugins/@lando/mean'  +1883ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/mean/package.json' to include distribution info  +0ms
  lando @lando/mean found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/mean'  +0ms
  lando @lando/mean instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/mean@latest Installed  +1937ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/KOx8H-99dtT15O8z38HH_' from 'https://registry.npmjs.org/@lando/joomla/-/joomla-1.8.0.tgz' using %o  +99ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/KOx8H-99dtT15O8z38HH_' to '/Users/cameronscott/.lando/plugins/@lando/joomla'  +2022ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/joomla/package.json' to include distribution info  +1ms
  lando @lando/joomla found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/joomla'  +0ms
  lando @lando/joomla instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/joomla@latest Installed  +2122ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/IxBgBqaMaMG8VjbfgLkYw' from 'https://registry.npmjs.org/@lando/wordpress/-/wordpress-1.8.0.tgz' using %o  +62ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/IxBgBqaMaMG8VjbfgLkYw' to '/Users/cameronscott/.lando/plugins/@lando/wordpress'  +1928ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/wordpress/package.json' to include distribution info  +0ms
  lando @lando/wordpress found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/wordpress'  +0ms
  lando @lando/wordpress instantiated plugin with status %o enabled=true, valid=true, installed=true +1ms
  lando [COMPLETED] Adding @lando/wordpress@latest Installed  +1990ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/fZwwQ-jMlWVPrllX1251r' from 'https://registry.npmjs.org/@lando/pantheon/-/pantheon-1.9.5.tgz' using %o  +1ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/fZwwQ-jMlWVPrllX1251r' to '/Users/cameronscott/.lando/plugins/@lando/pantheon'  +2229ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/pantheon/package.json' to include distribution info  +0ms
  lando @lando/pantheon found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/pantheon'  +0ms
  lando @lando/pantheon instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/pantheon@latest Installed  +2230ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/ZMIn902b9IfpaZCh9sdkq' from 'https://registry.npmjs.org/@lando/lamp/-/lamp-1.8.1.tgz' using %o  +52ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/ZMIn902b9IfpaZCh9sdkq' to '/Users/cameronscott/.lando/plugins/@lando/lamp'  +2192ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/lamp/package.json' to include distribution info  +0ms
  lando @lando/lamp found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/lamp'  +0ms
  lando @lando/lamp instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/lamp@latest Installed  +2244ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/Tf2CgMXdqRdMno6CJ1MOA' from 'https://registry.npmjs.org/@lando/acquia/-/acquia-1.6.1.tgz' using %o  +134ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/Tf2CgMXdqRdMno6CJ1MOA' to '/Users/cameronscott/.lando/plugins/@lando/acquia'  +2016ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/acquia/package.json' to include distribution info  +0ms
  lando @lando/acquia found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/acquia'  +0ms
  lando @lando/acquia instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/acquia@latest Installed  +2150ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/B4v9P84-pLxTyLPMebRqL' from 'https://registry.npmjs.org/@lando/symfony/-/symfony-1.9.0.tgz' using %o  +153ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/B4v9P84-pLxTyLPMebRqL' to '/Users/cameronscott/.lando/plugins/@lando/symfony'  +2429ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/symfony/package.json' to include distribution info  +0ms
  lando @lando/symfony found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/symfony'  +0ms
  lando @lando/symfony instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/symfony@latest Installed  +2582ms
  lando extracted plugin '@lando/[email protected]' to '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/g_Jkei_yN5n2dqpETGU-6' from 'https://registry.npmjs.org/@lando/laravel/-/laravel-1.9.0.tgz' using %o  +12ms
  lando moved plugin from '/var/folders/p1/0k2gjs414p94rvyxmc0jbxpm0000gp/T/g_Jkei_yN5n2dqpETGU-6' to '/Users/cameronscott/.lando/plugins/@lando/laravel'  +2513ms
  lando modified '/Users/cameronscott/.lando/plugins/@lando/laravel/package.json' to include distribution info  +0ms
  lando @lando/laravel found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/laravel'  +0ms
  lando @lando/laravel instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando [COMPLETED] Adding @lando/laravel@latest Installed  +2525ms
  lando emitting event post-install-plugins  +0ms
  lando installed 31 of 35 plugins with 0 errors  +1ms
  lando no core detected loading from '/snapshot/core'  +5ms
  lando plugin '@lando/core' loaded from /snapshot/core/index.js  +1ms
  lando plugin '@lando/healthcheck' loaded from /snapshot/core/plugins/healthcheck/index.js  +1ms
  lando plugin '@lando/networking' loaded from /snapshot/core/plugins/networking/index.js  +0ms
  lando plugin '@lando/proxy' loaded from /snapshot/core/plugins/proxy/index.js  +0ms
  lando plugin '@lando/scanner' loaded from /snapshot/core/plugins/scanner/index.js  +0ms
  lando plugin '@lando/sharing' loaded from /snapshot/core/plugins/sharing/index.js  +0ms
  lando plugin '@lando/test' loaded from /snapshot/core/plugins/test/index.js  +1ms
  lando plugin '@lando/acquia' loaded from /Users/cameronscott/.lando/plugins/@lando/acquia/index.js  +0ms
  lando plugin '@lando/apache' loaded from /Users/cameronscott/.lando/plugins/@lando/apache/index.js  +0ms
  lando plugin '@lando/backdrop' loaded from /Users/cameronscott/.lando/plugins/@lando/backdrop/index.js  +1ms
  lando plugin '@lando/compose' loaded from /Users/cameronscott/.lando/plugins/@lando/compose/index.js  +0ms
  lando plugin '@lando/dotnet' loaded from /Users/cameronscott/.lando/plugins/@lando/dotnet/index.js  +0ms
  lando plugin '@lando/drupal' loaded from /Users/cameronscott/.lando/plugins/@lando/drupal/index.js  +1ms
  lando plugin '@lando/elasticsearch' loaded from /Users/cameronscott/.lando/plugins/@lando/elasticsearch/index.js  +0ms
  lando plugin '@lando/go' loaded from /Users/cameronscott/.lando/plugins/@lando/go/index.js  +0ms
  lando plugin '@lando/joomla' loaded from /Users/cameronscott/.lando/plugins/@lando/joomla/index.js  +0ms
  lando plugin '@lando/lagoon' loaded from /Users/cameronscott/.lando/plugins/@lando/lagoon/index.js  +12ms
  lando plugin '@lando/lamp' loaded from /Users/cameronscott/.lando/plugins/@lando/lamp/index.js  +0ms
  lando plugin '@lando/laravel' loaded from /Users/cameronscott/.lando/plugins/@lando/laravel/index.js  +1ms
  lando plugin '@lando/lemp' loaded from /Users/cameronscott/.lando/plugins/@lando/lemp/index.js  +0ms
  lando plugin '@lando/mailhog' loaded from /Users/cameronscott/.lando/plugins/@lando/mailhog/index.js  +0ms
  lando plugin '@lando/mariadb' loaded from /Users/cameronscott/.lando/plugins/@lando/mariadb/index.js  +1ms
  lando plugin '@lando/mean' loaded from /Users/cameronscott/.lando/plugins/@lando/mean/index.js  +0ms
  lando plugin '@lando/memcached' loaded from /Users/cameronscott/.lando/plugins/@lando/memcached/index.js  +1ms
  lando plugin '@lando/mongo' loaded from /Users/cameronscott/.lando/plugins/@lando/mongo/index.js  +0ms
  lando plugin '@lando/mssql' loaded from /Users/cameronscott/.lando/plugins/@lando/mssql/index.js  +0ms
  lando plugin '@lando/mysql' loaded from /Users/cameronscott/.lando/plugins/@lando/mysql/index.js  +1ms
  lando plugin '@lando/nginx' loaded from /Users/cameronscott/.lando/plugins/@lando/nginx/index.js  +0ms
  lando plugin '@lando/node' loaded from /Users/cameronscott/.lando/plugins/@lando/node/index.js  +0ms
  lando plugin '@lando/pantheon' loaded from /Users/cameronscott/.lando/plugins/@lando/pantheon/index.js  +20ms
  lando plugin '@lando/php' loaded from /Users/cameronscott/.lando/plugins/@lando/php/index.js  +1ms
  lando plugin '@lando/phpmyadmin' loaded from /Users/cameronscott/.lando/plugins/@lando/phpmyadmin/index.js  +0ms
  lando plugin '@lando/platformsh' loaded from /Users/cameronscott/.lando/plugins/@lando/platformsh/index.js  +7ms
  lando plugin '@lando/postgres' loaded from /Users/cameronscott/.lando/plugins/@lando/postgres/index.js  +1ms
  lando plugin '@lando/python' loaded from /Users/cameronscott/.lando/plugins/@lando/python/index.js  +0ms
  lando plugin '@lando/redis' loaded from /Users/cameronscott/.lando/plugins/@lando/redis/index.js  +1ms
  lando plugin '@lando/ruby' loaded from /Users/cameronscott/.lando/plugins/@lando/ruby/index.js  +0ms
  lando plugin '@lando/solr' loaded from /Users/cameronscott/.lando/plugins/@lando/solr/index.js  +0ms
  lando plugin '@lando/symfony' loaded from /Users/cameronscott/.lando/plugins/@lando/symfony/index.js  +1ms
  lando plugin '@lando/tomcat' loaded from /Users/cameronscott/.lando/plugins/@lando/tomcat/index.js  +0ms
  lando plugin '@lando/varnish' loaded from /Users/cameronscott/.lando/plugins/@lando/varnish/index.js  +0ms
  lando plugin '@lando/wordpress' loaded from /Users/cameronscott/.lando/plugins/@lando/wordpress/index.js  +1ms
  lando emitting event pre-setup  +0ms
  lando automoved scripts from /snapshot/core/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +9ms
  lando automoved scripts from /snapshot/core/plugins/proxy/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /snapshot/core/plugins/sharing/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /snapshot/core/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +7ms
  lando automoved scripts from /snapshot/core/plugins/proxy/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /snapshot/core/plugins/sharing/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/acquia/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +3ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/backdrop/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/lagoon/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/nginx/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +1ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/pantheon/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +3ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/php/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/platformsh/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +3ms
  lando emitting event pre-engine-up  +2ms
  lando error determining fingerprint of '/Users/cameronscott/.lando/certs/LandoCA.crt': 'Invalid PEM formatted message.' 'Error: Invalid PEM formatted message.\n' +
  '    at Object.decode (/snapshot/core/node_modules/node-forge/lib/pem.js:192:11)\n' +
  '    at Object.certificateFromPem (/snapshot/core/node_modules/node-forge/lib/x509.js:803:23)\n' +
  '    at /snapshot/core/utils/get-fingerprint.js\n' +
  '    at hasRun (/snapshot/core/hooks/lando-setup-install-ca-darwin.js)\n' +
  '    at /snapshot/core/lib/lando.js\n' +
  '    at Array.map (<anonymous>)\n' +
  '    at Lando.getSetupStatus (/snapshot/core/lib/lando.js)\n' +
  '    at async Object.run (/snapshot/core/tasks/setup.js)'  +9ms
  lando emitting event pre-engine-up  +9ms
  lando running command '/Applications/Docker.app/Contents/Resources/bin/docker' %o 0=ps +44055ms
  lando running command '/Applications/Docker.app/Contents/Resources/bin/docker' %o 0=ps +54ms
  lando stdout 'CONTAINER ID   IMAGE              COMMAND                  CREATED       STATUS      PORTS'  +90ms
  lando stdout 'CONTAINER ID   IMAGE              COMMAND                  CREATED       STATUS      PORTS                               NAMES\n' +
  '64239381e978   wordpress:latest   "docker-entrypoint.s…"   3 weeks ago   Up 3 days   0.0.0.0:8080->80/tcp                upstreamtv\n' +
  '8cb706e22c98   mysql:8            "docker-entrypoint.s…"   3 weeks ago   Up 3 days   33060/tcp, 0.0.0.0:3307->3306/tcp   upstreamtv_db'  +0ms
  lando stdout 'NAMES\n' +
  '64239381e978   wordpress:latest   "docker-entrypoint.s…"   3 weeks ago   Up 3 days   0.0.0.0:8080->80/tcp                upstreamtv\n' +
  '8cb706e22c98   mysql:8            "docker-entrypoint.s…"   3 weeks ago   Up 3 days   33060/tcp, 0.0.0.0:3307->3306/tcp   upstreamtv_db'  +0ms
  lando command '/Applications/Docker.app/Contents/Resources/bin/docker' done with code %o 0 +21ms
  lando engine is up.  +0ms
  lando command '/Applications/Docker.app/Contents/Resources/bin/docker' done with code %o 0 +1ms
  lando engine is up.  +0ms
  lando emitting event post-engine-up  +171ms
  lando emitting event post-engine-up  +0ms
  lando emitting event post-setup  +296ms
  lando using docker-compose false  +1ms
Generating setup task installation matrix... done [see table below]

 THING                                STATUS          COMMENT                  
 ──────────────────────────────────── ─────────────── ──────────────────────── 
 @lando/build-engine (docker-desktop) ✔ Installed     Dialed                   
 @lando/ca                            ⚠ Not Installed Will create Lando Devel… 
 @lando/install-ca                    ⚠ Not Installed Will install Lando Deve… 
 @lando/landonet                      ✔ Installed     Dialed                   
 @lando/orchestrator (docker-compose) ⚠ Not Installed Will install Docker Com… 

Lando would like to run the 3 setup tasks listed above.
DO YOU CONSENT?: y
  lando emitting event pre-install-plugins  +3171ms
  lando rebased install plugins {
  '@lando/acquia': 'latest',
  '@lando/apache': 'latest',
  '@lando/backdrop': 'latest',
  '@lando/compose': 'latest',
  '@lando/dotnet': 'latest',
  '@lando/drupal': 'latest',
  '@lando/elasticsearch': 'latest',
  '@lando/go': 'latest',
  '@lando/joomla': 'latest',
  '@lando/lagoon': 'latest',
  '@lando/lamp': 'latest',
  '@lando/laravel': 'latest',
  '@lando/lemp': 'latest',
  '@lando/mailhog': 'latest',
  '@lando/mariadb': 'latest',
  '@lando/mean': 'latest',
  '@lando/memcached': 'latest',
  '@lando/mongo': 'latest',
  '@lando/mssql': 'latest',
  '@lando/mysql': 'latest',
  '@lando/nginx': 'latest',
  '@lando/node': 'latest',
  '@lando/pantheon': 'latest',
  '@lando/php': 'latest',
  '@lando/phpmyadmin': 'latest',
  '@lando/platformsh': 'latest',
  '@lando/postgres': 'latest',
  '@lando/python': 'latest',
  '@lando/redis': 'latest',
  '@lando/ruby': 'latest',
  '@lando/solr': 'latest',
  '@lando/symfony': 'latest',
  '@lando/tomcat': 'latest',
  '@lando/varnish': 'latest',
  '@lando/wordpress': 'latest'
} on common ones %o @lando/acquia=latest, @lando/apache=latest, @lando/backdrop=latest, @lando/compose=latest, @lando/dotnet=latest, @lando/drupal=latest, @lando/elasticsearch=latest, @lando/go=latest, @lando/joomla=latest, @lando/lagoon=latest, @lando/lamp=latest, @lando/laravel=latest, @lando/lemp=latest, @lando/mailhog=latest, @lando/mariadb=latest, @lando/mean=latest, @lando/memcached=latest, @lando/mongo=latest, @lando/mssql=latest, @lando/mysql=latest, @lando/nginx=latest, @lando/node=latest, @lando/pantheon=latest, @lando/php=latest, @lando/phpmyadmin=latest, @lando/platformsh=latest, @lando/postgres=latest, @lando/python=latest, @lando/redis=latest, @lando/ruby=latest, @lando/solr=latest, @lando/symfony=latest, @lando/tomcat=latest, @lando/varnish=latest, @lando/wordpress=latest +1ms
  lando @lando/acquia found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/acquia'  +0ms
  lando @lando/acquia instantiated plugin with status %o enabled=true, valid=true, installed=true +1ms
  lando @lando/apache found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/apache'  +0ms
  lando @lando/apache instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/backdrop found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/backdrop'  +0ms
  lando @lando/backdrop instantiated plugin with status %o enabled=true, valid=true, installed=true +1ms
  lando @lando/compose found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/compose'  +0ms
  lando @lando/compose instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/dotnet found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/dotnet'  +0ms
  lando @lando/dotnet instantiated plugin with status %o enabled=true, valid=true, installed=true +1ms
  lando @lando/drupal found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/drupal'  +0ms
  lando @lando/drupal instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/elasticsearch found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/elasticsearch'  +0ms
  lando @lando/elasticsearch instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/go found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/go'  +0ms
  lando @lando/go instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/joomla found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/joomla'  +0ms
  lando @lando/joomla instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/lagoon found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/lagoon'  +0ms
  lando @lando/lagoon instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/lamp found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/lamp'  +0ms
  lando @lando/lamp instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/laravel found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/laravel'  +0ms
  lando @lando/laravel instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/lemp found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/lemp'  +0ms
  lando @lando/lemp instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/mailhog found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/mailhog'  +0ms
  lando @lando/mailhog instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/mariadb found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/mariadb'  +0ms
  lando @lando/mariadb instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/mean found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/mean'  +0ms
  lando @lando/mean instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/memcached found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/memcached'  +0ms
  lando @lando/memcached instantiated plugin with status %o enabled=true, valid=true, installed=true +1ms
  lando @lando/mongo found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/mongo'  +0ms
  lando @lando/mongo instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/mssql found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/mssql'  +0ms
  lando @lando/mssql instantiated plugin with status %o enabled=true, valid=true, installed=true +1ms
  lando @lando/mysql found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/mysql'  +0ms
  lando @lando/mysql instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/nginx found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/nginx'  +0ms
  lando @lando/nginx instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/node found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/node'  +0ms
  lando @lando/node instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/pantheon found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/pantheon'  +0ms
  lando @lando/pantheon instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/php found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/php'  +0ms
  lando @lando/php instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/phpmyadmin found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/phpmyadmin'  +0ms
  lando @lando/phpmyadmin instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/platformsh found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/platformsh'  +0ms
  lando @lando/platformsh instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/postgres found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/postgres'  +0ms
  lando @lando/postgres instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/python found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/python'  +0ms
  lando @lando/python instantiated plugin with status %o enabled=true, valid=true, installed=true +1ms
  lando @lando/redis found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/redis'  +0ms
  lando @lando/redis instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/ruby found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/ruby'  +0ms
  lando @lando/ruby instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/solr found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/solr'  +0ms
  lando @lando/solr instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/symfony found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/symfony'  +0ms
  lando @lando/symfony instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/tomcat found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/tomcat'  +0ms
  lando @lando/tomcat instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/varnish found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/varnish'  +0ms
  lando @lando/varnish instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando @lando/wordpress found 'plugin' at '/Users/cameronscott/.lando/plugins/@lando/wordpress'  +0ms
  lando @lando/wordpress instantiated plugin with status %o enabled=true, valid=true, installed=true +0ms
  lando emitting event post-install-plugins  +29ms
  lando installed 0 of 35 plugins with 0 errors  +0ms
  lando no core detected loading from '/snapshot/core'  +3ms
  lando plugin '@lando/core' loaded from /snapshot/core/index.js  +0ms
  lando plugin '@lando/healthcheck' loaded from /snapshot/core/plugins/healthcheck/index.js  +1ms
  lando plugin '@lando/networking' loaded from /snapshot/core/plugins/networking/index.js  +0ms
  lando plugin '@lando/proxy' loaded from /snapshot/core/plugins/proxy/index.js  +0ms
  lando plugin '@lando/scanner' loaded from /snapshot/core/plugins/scanner/index.js  +1ms
  lando plugin '@lando/sharing' loaded from /snapshot/core/plugins/sharing/index.js  +0ms
  lando plugin '@lando/test' loaded from /snapshot/core/plugins/test/index.js  +0ms
  lando plugin '@lando/acquia' loaded from /Users/cameronscott/.lando/plugins/@lando/acquia/index.js  +0ms
  lando plugin '@lando/apache' loaded from /Users/cameronscott/.lando/plugins/@lando/apache/index.js  +0ms
  lando plugin '@lando/backdrop' loaded from /Users/cameronscott/.lando/plugins/@lando/backdrop/index.js  +0ms
  lando plugin '@lando/compose' loaded from /Users/cameronscott/.lando/plugins/@lando/compose/index.js  +0ms
  lando plugin '@lando/dotnet' loaded from /Users/cameronscott/.lando/plugins/@lando/dotnet/index.js  +0ms
  lando plugin '@lando/drupal' loaded from /Users/cameronscott/.lando/plugins/@lando/drupal/index.js  +0ms
  lando plugin '@lando/elasticsearch' loaded from /Users/cameronscott/.lando/plugins/@lando/elasticsearch/index.js  +0ms
  lando plugin '@lando/go' loaded from /Users/cameronscott/.lando/plugins/@lando/go/index.js  +0ms
  lando plugin '@lando/joomla' loaded from /Users/cameronscott/.lando/plugins/@lando/joomla/index.js  +0ms
  lando plugin '@lando/lagoon' loaded from /Users/cameronscott/.lando/plugins/@lando/lagoon/index.js  +0ms
  lando plugin '@lando/lamp' loaded from /Users/cameronscott/.lando/plugins/@lando/lamp/index.js  +0ms
  lando plugin '@lando/laravel' loaded from /Users/cameronscott/.lando/plugins/@lando/laravel/index.js  +0ms
  lando plugin '@lando/lemp' loaded from /Users/cameronscott/.lando/plugins/@lando/lemp/index.js  +0ms
  lando plugin '@lando/mailhog' loaded from /Users/cameronscott/.lando/plugins/@lando/mailhog/index.js  +0ms
  lando plugin '@lando/mariadb' loaded from /Users/cameronscott/.lando/plugins/@lando/mariadb/index.js  +0ms
  lando plugin '@lando/mean' loaded from /Users/cameronscott/.lando/plugins/@lando/mean/index.js  +0ms
  lando plugin '@lando/memcached' loaded from /Users/cameronscott/.lando/plugins/@lando/memcached/index.js  +0ms
  lando plugin '@lando/mongo' loaded from /Users/cameronscott/.lando/plugins/@lando/mongo/index.js  +0ms
  lando plugin '@lando/mssql' loaded from /Users/cameronscott/.lando/plugins/@lando/mssql/index.js  +0ms
  lando plugin '@lando/mysql' loaded from /Users/cameronscott/.lando/plugins/@lando/mysql/index.js  +1ms
  lando plugin '@lando/nginx' loaded from /Users/cameronscott/.lando/plugins/@lando/nginx/index.js  +0ms
  lando plugin '@lando/node' loaded from /Users/cameronscott/.lando/plugins/@lando/node/index.js  +0ms
  lando plugin '@lando/pantheon' loaded from /Users/cameronscott/.lando/plugins/@lando/pantheon/index.js  +0ms
  lando plugin '@lando/php' loaded from /Users/cameronscott/.lando/plugins/@lando/php/index.js  +0ms
  lando plugin '@lando/phpmyadmin' loaded from /Users/cameronscott/.lando/plugins/@lando/phpmyadmin/index.js  +0ms
  lando plugin '@lando/platformsh' loaded from /Users/cameronscott/.lando/plugins/@lando/platformsh/index.js  +0ms
  lando plugin '@lando/postgres' loaded from /Users/cameronscott/.lando/plugins/@lando/postgres/index.js  +0ms
  lando plugin '@lando/python' loaded from /Users/cameronscott/.lando/plugins/@lando/python/index.js  +0ms
  lando plugin '@lando/redis' loaded from /Users/cameronscott/.lando/plugins/@lando/redis/index.js  +0ms
  lando plugin '@lando/ruby' loaded from /Users/cameronscott/.lando/plugins/@lando/ruby/index.js  +0ms
  lando plugin '@lando/solr' loaded from /Users/cameronscott/.lando/plugins/@lando/solr/index.js  +0ms
  lando plugin '@lando/symfony' loaded from /Users/cameronscott/.lando/plugins/@lando/symfony/index.js  +0ms
  lando plugin '@lando/tomcat' loaded from /Users/cameronscott/.lando/plugins/@lando/tomcat/index.js  +0ms
  lando plugin '@lando/varnish' loaded from /Users/cameronscott/.lando/plugins/@lando/varnish/index.js  +0ms
  lando plugin '@lando/wordpress' loaded from /Users/cameronscott/.lando/plugins/@lando/wordpress/index.js  +0ms
  lando emitting event pre-setup  +0ms
  lando automoved scripts from /snapshot/core/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +6ms
  lando automoved scripts from /snapshot/core/plugins/proxy/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +3ms
  lando automoved scripts from /snapshot/core/plugins/sharing/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /snapshot/core/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +5ms
  lando automoved scripts from /snapshot/core/plugins/proxy/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /snapshot/core/plugins/sharing/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +3ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/acquia/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +3ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/backdrop/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/lagoon/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +3ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/nginx/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/pantheon/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +4ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/php/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/platformsh/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +3ms
  lando automoved scripts from /snapshot/core/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +5ms
  lando automoved scripts from /snapshot/core/plugins/proxy/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /snapshot/core/plugins/sharing/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +3ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/acquia/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/backdrop/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +3ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/lagoon/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/nginx/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/pantheon/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +3ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/php/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +2ms
  lando automoved scripts from /Users/cameronscott/.lando/plugins/@lando/platformsh/scripts to /Users/cameronscott/.lando/scripts and set to mode 755  +4ms
  lando emitting event pre-engine-up  +2ms
  lando error determining fingerprint of '/Users/cameronscott/.lando/certs/LandoCA.crt': 'Invalid PEM formatted message.' 'Error: Invalid PEM formatted message.\n' +
  '    at Object.decode (/snapshot/core/node_modules/node-forge/lib/pem.js:192:11)\n' +
  '    at Object.certificateFromPem (/snapshot/core/node_modules/node-forge/lib/x509.js:803:23)\n' +
  '    at /snapshot/core/utils/get-fingerprint.js\n' +
  '    at Object.hasRun (/snapshot/core/hooks/lando-setup-install-ca-darwin.js)\n' +
  '    at /snapshot/core/utils/parse-setup-task.js\n' +
  '    at async /snapshot/core/utils/parse-setup-task.js\n' +
  '    at async _Task.check (/snapshot/core/node_modules/listr2/dist/index.cjs:1914:22)\n' +
  '    at async Promise.all (index 2)\n' +
  '    at async _Listr.run (/snapshot/core/node_modules/listr2/dist/index.cjs:2200:5)\n' +
  '    at async /snapshot/core/utils/run-tasks.js\n' +
  '    at async Lando.runTasks (/snapshot/core/lib/lando.js)\n' +
  '    at async Lando.setup (/snapshot/core/lib/lando.js)\n' +
  '    at async Object.run (/snapshot/core/tasks/setup.js)'  +3745ms
  lando emitting event pre-engine-up  +0ms
  lando emitting event post-engine-up  +1ms
  lando emitting event post-engine-up  +0ms
  lando [STARTED] Creating Lando Development CA Running  +3ms
  lando [STARTED] Installing Lando Development CA Running  +1ms
  lando [STARTED] Downloading orchestrator Running  +0ms
  lando [COMPLETED] Creating Lando Development CA Completed  +212ms
  lando running command '/Users/cameronscott/.lando/scripts/install-system-ca-macos.sh' %o 0=--ca, 1=/Users/cameronscott/.lando/certs/LandoCA.crt, 2=--fingerprint, 3=a8302174af81152c70d3b9e4f63346b40bac7716, 4=--debug +218ms
  lando stderr 'running script with:'  +204ms
  lando stderr 'CA: /Users/cameronscott/.lando/certs/LandoCA.crt\n' +
  'CI: \n' +
  'DEBUG: 1\n' +
  'FINGERPRINT: a8302174af81152c70d3b9e4f63346b40bac7716\n' +
  'KEYCHAIN: /Users/cameronscott/Library/Keychains/login.keychain-db\n' +
  'NONINTERACTIVE: 0'  +0ms
  lando downloading 'https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-darwin-aarch64' 'OK' with code 200  +4256ms
  lando downloading 'https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-darwin-aarch64' to '/Users/cameronscott/.lando/bin/docker-compose-v2.31.0'... (%o%) 0 +1ms
  lando downloading 'https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-darwin-aarch64' to '/Users/cameronscott/.lando/bin/docker-compose-v2.31.0'... (13%)  +334ms
  lando downloading 'https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-darwin-aarch64' to '/Users/cameronscott/.lando/bin/docker-compose-v2.31.0'... (28%)  +332ms
  lando downloading 'https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-darwin-aarch64' to '/Users/cameronscott/.lando/bin/docker-compose-v2.31.0'... (35%)  +333ms
  lando downloading 'https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-darwin-aarch64' to '/Users/cameronscott/.lando/bin/docker-compose-v2.31.0'... (42%)  +334ms
  lando downloading 'https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-darwin-aarch64' to '/Users/cameronscott/.lando/bin/docker-compose-v2.31.0'... (50%)  +334ms
  lando downloading 'https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-darwin-aarch64' to '/Users/cameronscott/.lando/bin/docker-compose-v2.31.0'... (59%)  +333ms
  lando downloading 'https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-darwin-aarch64' to '/Users/cameronscott/.lando/bin/docker-compose-v2.31.0'... (67%)  +333ms
  lando downloading 'https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-darwin-aarch64' to '/Users/cameronscott/.lando/bin/docker-compose-v2.31.0'... (76%)  +334ms
  lando downloading 'https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-darwin-aarch64' to '/Users/cameronscott/.lando/bin/docker-compose-v2.31.0'... (86%)  +334ms
  lando downloading 'https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-darwin-aarch64' to '/Users/cameronscott/.lando/bin/docker-compose-v2.31.0'... (96%)  +334ms
  lando downloading 'https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-darwin-aarch64' to '/Users/cameronscott/.lando/bin/docker-compose-v2.31.0'... (100%)  +137ms
  lando 'https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-darwin-aarch64' download test '--version' passed with 'Docker Compose version v2.31.0'  +940ms
  lando downloaded 'https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-darwin-aarch64' to '/Users/cameronscott/.lando/bin/docker-compose-v2.31.0'  +190ms
  lando [COMPLETED] Downloading orchestrator Completed  +4895ms
  lando command '/Users/cameronscott/.lando/scripts/install-system-ca-macos.sh' done with code %o 0 +6310ms
  lando [COMPLETED] Installing Lando Development CA Completed  +1620ms
  lando ran 3 of 3 tasks with 0 errors  +0ms
  lando emitting event post-setup  +0ms
  lando using docker-compose /Users/cameronscott/.lando/bin/docker-compose-v2.31.0  +1ms

Setup installed 34 of 34 things successfully!
You are now good to go and can start using Lando!
  lando emitting event before-end  +1ms

Good luck

@reynoldsalec
Copy link
Member

@camscottFS @maciej-zi-mb what terminal are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants