This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Description
Bug report
Describe the bug
docker-compose up is failing and causes the tests to fail later
To Reproduce
git clone ...
cd gotrue-js
cd infra
cd docker-compose up
Expected behavior
That all the containers get up and run well to later run the tests well.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
- OS: Linux
- docker: 20.10.10+azure-1
- docker-compose: 1.29.2
- Version of Node.js: v14.17.6
Additional context
Logs
```
Attaching to infra_gotrue_1, infra_disabled_1, infra_autoconfirm_1, infra_db_1, infra_mail_1
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:05.933875657Z" level=debug msg="Set log level to: debug"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:05Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:05Z" level=debug msg="before status"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:06Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:08.213198835Z" level=debug msg="Set log level to: debug"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:08Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:08Z" level=debug msg="before status"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:08Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:10.463227201Z" level=debug msg="Set log level to: debug"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:10Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:10Z" level=debug msg="before status"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:10Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:12.69087461Z" level=debug msg="Set log level to: debug"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:12Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:12Z" level=debug msg="before status"
�[33mdb_1 |�[0m standard_init_linux.go:228: exec user process caused: exec format error
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:12Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:14.754502788Z" level=debug msg="Set log level to: debug"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:14Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:14Z" level=debug msg="before status"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:14Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:17.696549847Z" level=debug msg="Set log level to: debug"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:17Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:17Z" level=debug msg="before status"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:17Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:22.262615945Z" level=debug msg="Set log level to: debug"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:22Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:22Z" level=debug msg="before status"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:22Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:30.184253428Z" level=debug msg="Set log level to: debug"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:30Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:30Z" level=debug msg="before status"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:06.125421941Z" level=debug msg="Set log level to: debug"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:06Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:06Z" level=debug msg="before status"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:06Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:08.522994875Z" level=debug msg="Set log level to: debug"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:08Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:08Z" level=debug msg="before status"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:08Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:10.502508785Z" level=debug msg="Set log level to: debug"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:10Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:10Z" level=debug msg="before status"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:10Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:12.584750011Z" level=debug msg="Set log level to: debug"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:12Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:12Z" level=debug msg="before status"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:30Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:44.439060111Z" level=debug msg="Set log level to: debug"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:44Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:44Z" level=debug msg="before status"
�[36mautoconfirm_1 |�[0m time="2021-12-02T19:38:44Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:12Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:14.870119449Z" level=debug msg="Set log level to: debug"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:14Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:14Z" level=debug msg="before status"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:14Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:17.815361229Z" level=debug msg="Set log level to: debug"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:17Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:17Z" level=debug msg="before status"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:17Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:22.400109169Z" level=debug msg="Set log level to: debug"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:22Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:22Z" level=debug msg="before status"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:22Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:30.058338933Z" level=debug msg="Set log level to: debug"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:30Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:30Z" level=debug msg="before status"
�[34mmail_1 |�[0m Installing default greeting.html to /config
�[34mmail_1 |�[0m {"level":"info","phase":"startup","version":"v3.0.0-rc1-1-g604d42c","buildDate":"2021-04-11T09:22:36+0000","time":"2021-12-02T19:38:04Z","message":"Inbucket starting"}
�[34mmail_1 |�[0m {"level":"info","phase":"startup","module":"storage","time":"2021-12-02T19:38:04Z","message":"Retention configured for 72h0m0s"}
�[34mmail_1 |�[0m {"level":"info","module":"web","phase":"startup","path":"ui","time":"2021-12-02T19:38:04Z","message":"Web UI content mapped"}
�[34mmail_1 |�[0m {"level":"info","module":"smtp","phase":"startup","addr":"0.0.0.0:2500","time":"2021-12-02T19:38:04Z","message":"SMTP listening on tcp4"}
�[34mmail_1 |�[0m {"level":"info","module":"web","phase":"startup","addr":"0.0.0.0:9000","time":"2021-12-02T19:38:04Z","message":"HTTP listening on tcp4"}
�[34mmail_1 |�[0m {"level":"info","module":"pop3","phase":"startup","addr":"0.0.0.0:1100","time":"2021-12-02T19:38:04Z","message":"POP3 listening on tcp4"}
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:06.113144853Z" level=debug msg="Set log level to: debug"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:06Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:06Z" level=debug msg="before status"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:06Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:08.4019739Z" level=debug msg="Set log level to: debug"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:08Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:08Z" level=debug msg="before status"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:30Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:44.187343095Z" level=debug msg="Set log level to: debug"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:44Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:44Z" level=debug msg="before status"
�[32mdisabled_1 |�[0m time="2021-12-02T19:38:44Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:08Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:10.420439992Z" level=debug msg="Set log level to: debug"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:10Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:10Z" level=debug msg="before status"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:10Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:12.358820306Z" level=debug msg="Set log level to: debug"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:12Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:12Z" level=debug msg="before status"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:12Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:14.525698683Z" level=debug msg="Set log level to: debug"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:14Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:14Z" level=debug msg="before status"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:14Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:17.536210792Z" level=debug msg="Set log level to: debug"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:17Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:17Z" level=debug msg="before status"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:17Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:22.009048263Z" level=debug msg="Set log level to: debug"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:22Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:22Z" level=debug msg="before status"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:22Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:29.769785083Z" level=debug msg="Set log level to: debug"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:29Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:29Z" level=debug msg="before status"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:29Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:43.844172956Z" level=debug msg="Set log level to: debug"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:43Z" level=debug msg="Reading migrations from /usr/local/etc/gotrue/migrations"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:43Z" level=debug msg="before status"
�[35mgotrue_1 |�[0m time="2021-12-02T19:38:44Z" level=fatal msg="failed to connect to `host=db user=postgres database=postgres`: hostname resolving error (lookup db on 127.0.0.11:53: no such host)\ncould not create new transaction\ngithub.com/gobuffalo/pop/v5.newTX\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/tx.go:29\ngithub.com/gobuffalo/pop/v5.(*dB).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/db.go:19\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:184\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\ncouldn't start a new transaction\ngithub.com/gobuffalo/pop/v5.(*Connection).NewTransaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:186\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction.func1\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:149\ngithub.com/gobuffalo/pop/v5.commonDialect.Lock\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/dialect_common.go:29\ngithub.com/gobuffalo/pop/v5.(*Connection).Transaction\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/connection.go:147\ngithub.com/gobuffalo/pop/v5.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:203\ngithub.com/gobuffalo/pop/v5.Migrator.CreateSchemaMigrations\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:220\ngithub.com/gobuffalo/pop/v5.Migrator.Status\n\t/go/pkg/mod/github.com/gobuffalo/pop/v5@v5.3.4/migrator.go:225\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:82\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371\nmigration status\ngithub.com/netlify/gotrue/cmd.migrate\n\t/go/src/github.com/netlify/gotrue/cmd/migrate_cmd.go:84\ngithub.com/netlify/gotrue/cmd.glob..func4\n\t/go/src/github.com/netlify/gotrue/cmd/root_cmd.go:15\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.2.1/command.go:902\nmain.main\n\t/go/src/github.com/netlify/gotrue/main.go:10\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1371"
```