Untitled
unknown
plain_text
a month ago
15 kB
1
Indexable
Never
90poe/atlantic:crew-payroll-domain-service/v0.90.0 ...OK 90poe/atlantic:crew-payroll-client-api/v0.82.0 ...OK 90poe/atlantic:hsqe-incident-management-domain-service/v0.99.0 ...OK 90poe/atlantic:hsqe-incident-management-client-api/v0.88.0 ...OK cd ./local_env/bfc71c13-dd20-a389-5b5d-301be814e210 && \ platform/svc run conf 2024/08/16 13:40:35 INFO:[platform] edge-windows config dir: conf 2024/08/16 13:40:35 INFO:[platform] Run 2024/08/16 13:40:35 INFO:[platform] vessel config present, starting platform 2024/08/16 13:40:35 INFO:[versions-poller] starting poller 2024/08/16 13:40:35 INFO:[versions-poller] poller is disabled 2024/08/16 13:40:35 INFO:[versions-gql] starting gql server 2024/08/16 13:40:35 INFO:[platform] starting processes 2024/08/16 13:40:35 INFO:[postgres] Postgres pg data does not exists, trying to initdb... 2024/08/16 13:40:55 INFO:[postgres] The files belonging to this database system will be owned by user "apple". This user must also own the server process. The database cluster will be initialized with locale "en_GB.UTF-8". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /Users/apple/my-projects/onboard-releases/local_env/bfc71c13-dd20-a389-5b5d-301be814e210/pg_data ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Europe/Rome creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok Success. You can now start the database server using: /Users/apple/my-projects/onboard-releases/local_env/bfc71c13-dd20-a389-5b5d-301be814e210/libraries/postgres/bin/pg_ctl -D /Users/apple/my-projects/onboard-releases/./local_env/bfc71c13-dd20-a389-5b5d-301be814e210/pg_data -l logfile start 2024/08/16 13:40:55 INFO:[platform] Postgres pg data created 2024/08/16 13:40:55 ERROR:[postgres] 2024-08-16 13:40:55.887 CEST [7442] LOG: starting PostgreSQL 16.3 on x86_64-apple-darwin20.6.0, compiled by Apple clang version 12.0.5 (clang-1205.0.22.9), 64-bit 2024/08/16 13:40:55 ERROR:[postgres] 2024-08-16 13:40:55.889 CEST [7442] LOG: listening on IPv4 address "127.0.0.1", port 5433 2024/08/16 13:40:55 ERROR:[postgres] 2024-08-16 13:40:55.889 CEST [7442] LOG: listening on IPv6 address "::1", port 5433 2024/08/16 13:40:55 ERROR:[postgres] 2024-08-16 13:40:55.890 CEST [7442] LOG: listening on Unix socket "/tmp/.s.PGSQL.5433" 2024/08/16 13:40:55 ERROR:[postgres] 2024-08-16 13:40:55.901 CEST [7445] LOG: database system was shut down at 2024-08-16 13:40:55 CEST 2024/08/16 13:40:55 ERROR:[postgres] 2024-08-16 13:40:55.912 CEST [7442] LOG: database system is ready to accept connections 2024/08/16 13:40:57 INFO:[platform] process postgres started with pid: 7442 2024/08/16 13:41:03 INFO:[platform] process frontend-service started with pid: 7469 2024/08/16 13:41:05 INFO:[platform] process authorisation-service started with pid: 7472 2024/08/16 13:41:07 INFO:[platform] process document-storage-service started with pid: 7479 2024/08/16 13:41:07 INFO:[platform] process documents-sync-vessel started with pid: 7491 2024/08/16 13:41:11 INFO:[platform] process fuel-and-emissions-service started with pid: 7492 2024/08/16 13:41:13 INFO:[platform] process units-of-measurement-service started with pid: 7499 2024/08/16 13:41:15 INFO:[platform] process vessel-performance-summary-service started with pid: 7505 2024/08/16 13:41:19 INFO:[platform] process vessel-information-domain-service started with pid: 7515 2024/08/16 13:41:22 INFO:[platform] process destination started with pid: 7525 2024/08/16 13:41:25 INFO:[platform] process vessel-itinerary-service started with pid: 7535 2024/08/16 13:41:28 INFO:[platform] process vessel-responsibilities-domain-service started with pid: 7541 2024/08/16 13:41:31 INFO:[platform] process crew-evaluations-domain-service started with pid: 7549 2024/08/16 13:41:44 ERROR:[crew-onboard] 2024/08/16 11:41:44 service panicked during bootstrapping: error initialising grpc connection to vessel itinerary service: context deadline exceeded 2024/08/16 13:41:44 ERROR:[crew-onboard] panic: service panicked during bootstrapping:error initialising grpc connection to vessel itinerary service: context deadline exceeded 2024/08/16 13:41:44 ERROR:[crew-onboard] stack: goroutine 1 [running]: 2024/08/16 13:41:44 ERROR:[crew-onboard] runtime/debug.Stack() 2024/08/16 13:41:44 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.darwin-amd64/src/runtime/debug/stack.go:24 +0x5e 2024/08/16 13:41:44 ERROR:[crew-onboard] github.com/90poe/service-chassis/bootstrap.Bootstrapper[...].Start.func1() 2024/08/16 13:41:44 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/github.com/90poe/service-chassis/bootstrap@v1.0.1/bootstrap.go:142 +0x7d 2024/08/16 13:41:44 ERROR:[crew-onboard] panic({0x10421d020?, 0xc00073ed00?}) 2024/08/16 13:41:44 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.darwin-amd64/src/runtime/panic.go:770 +0x132 2024/08/16 13:41:44 ERROR:[crew-onboard] github.com/samber/do.must(...) 2024/08/16 13:41:44 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/github.com/samber/do@v1.6.0/utils.go:9 2024/08/16 13:41:44 ERROR:[crew-onboard] github.com/samber/do.MustInvoke[...](0xc0001183c0?) 2024/08/16 13:41:44 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/github.com/samber/do@v1.6.0/di.go:106 +0xa5 2024/08/16 13:41:44 ERROR:[crew-onboard] github.com/90poe/atlantic/crew-onboard/service.BuildServices({_, _}, {{{0xc000050112, 0x2b}, 0x1}, 0x2707, 0x1, 0x1, {0xc0005c2080, 0x8, ...}, ...}, ...) 2024/08/16 13:41:44 ERROR:[crew-onboard] /Users/runner/work/atlantic/atlantic/crew-onboard/service/service.go:80 +0x986 2024/08/16 13:41:44 ERROR:[crew-onboard] github.com/90poe/service-chassis/bootstrap.Bootstrapper[...].Start(0x104453f40, {0x104448b20, 0x10506ccc0}) 2024/08/16 13:41:44 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/github.com/90poe/service-chassis/bootstrap@v1.0.1/bootstrap.go:171 +0x4d5 2024/08/16 13:41:44 ERROR:[crew-onboard] main.main() 2024/08/16 13:41:44 ERROR:[crew-onboard] /Users/runner/work/atlantic/atlantic/crew-onboard/main.go:24 +0x12d 2024/08/16 13:41:44 ERROR:[crew-onboard] goroutine 1 [running]: 2024/08/16 13:41:44 ERROR:[crew-onboard] main.main() 2024/08/16 13:41:44 ERROR:[crew-onboard] /Users/runner/work/atlantic/atlantic/crew-onboard/main.go:25 +0x146 2024/08/16 13:41:44 ERROR:[crew-onboard] crew-onboard finished with error: exit status 2 2024/08/16 13:41:46 INFO:[platform] restarting process:crew-onboard, restarts counter:1 2024/08/16 13:41:46 INFO:[platform] process:crew-onboard, restarted with PID:7594 2024/08/16 13:41:56 ERROR:[crew-onboard] 2024/08/16 11:41:56 service panicked during bootstrapping: error initialising grpc connection to vessel itinerary service: context deadline exceeded 2024/08/16 13:41:56 ERROR:[crew-onboard] panic: service panicked during bootstrapping:error initialising grpc connection to vessel itinerary service: context deadline exceeded 2024/08/16 13:41:56 ERROR:[crew-onboard] stack: goroutine 1 [running]: 2024/08/16 13:41:56 ERROR:[crew-onboard] runtime/debug.Stack() 2024/08/16 13:41:56 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.darwin-amd64/src/runtime/debug/stack.go:24 +0x5e 2024/08/16 13:41:56 ERROR:[crew-onboard] github.com/90poe/service-chassis/bootstrap.Bootstrapper[...].Start.func1() 2024/08/16 13:41:56 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/github.com/90poe/service-chassis/bootstrap@v1.0.1/bootstrap.go:142 +0x7d 2024/08/16 13:41:56 ERROR:[crew-onboard] panic({0x1056fd020?, 0xc000910400?}) 2024/08/16 13:41:56 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.darwin-amd64/src/runtime/panic.go:770 +0x132 2024/08/16 13:41:56 ERROR:[crew-onboard] github.com/samber/do.must(...) 2024/08/16 13:41:56 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/github.com/samber/do@v1.6.0/utils.go:9 2024/08/16 13:41:56 ERROR:[crew-onboard] github.com/samber/do.MustInvoke[...](0xc0002b8230?) 2024/08/16 13:41:56 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/github.com/samber/do@v1.6.0/di.go:106 +0xa5 2024/08/16 13:41:56 ERROR:[crew-onboard] github.com/90poe/atlantic/crew-onboard/service.BuildServices({_, _}, {{{0xc000050112, 0x2b}, 0x1}, 0x2707, 0x1, 0x1, {0xc00082a080, 0x8, ...}, ...}, ...) 2024/08/16 13:41:56 ERROR:[crew-onboard] /Users/runner/work/atlantic/atlantic/crew-onboard/service/service.go:80 +0x986 2024/08/16 13:41:56 ERROR:[crew-onboard] github.com/90poe/service-chassis/bootstrap.Bootstrapper[...].Start(0x105933f40, {0x105928b20, 0x10654ccc0}) 2024/08/16 13:41:56 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/github.com/90poe/service-chassis/bootstrap@v1.0.1/bootstrap.go:171 +0x4d5 2024/08/16 13:41:56 ERROR:[crew-onboard] main.main() 2024/08/16 13:41:56 ERROR:[crew-onboard] /Users/runner/work/atlantic/atlantic/crew-onboard/main.go:24 +0x12d 2024/08/16 13:41:56 ERROR:[crew-onboard] goroutine 1 [running]: 2024/08/16 13:41:56 ERROR:[crew-onboard] main.main() 2024/08/16 13:41:56 ERROR:[crew-onboard] /Users/runner/work/atlantic/atlantic/crew-onboard/main.go:25 +0x146 2024/08/16 13:41:56 ERROR:[crew-onboard] crew-onboard finished with error: exit status 2 2024/08/16 13:42:00 INFO:[platform] restarting process:crew-onboard, restarts counter:2 2024/08/16 13:42:00 INFO:[platform] process:crew-onboard, restarted with PID:7630 2024/08/16 13:42:10 ERROR:[crew-onboard] 2024/08/16 11:42:10 service panicked during bootstrapping: error initialising grpc connection to vessel itinerary service: context deadline exceeded 2024/08/16 13:42:10 ERROR:[crew-onboard] panic: service panicked during bootstrapping:error initialising grpc connection to vessel itinerary service: context deadline exceeded 2024/08/16 13:42:10 ERROR:[crew-onboard] stack: goroutine 1 [running]: 2024/08/16 13:42:10 ERROR:[crew-onboard] runtime/debug.Stack() 2024/08/16 13:42:10 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.darwin-amd64/src/runtime/debug/stack.go:24 +0x5e 2024/08/16 13:42:10 ERROR:[crew-onboard] github.com/90poe/service-chassis/bootstrap.Bootstrapper[...].Start.func1() 2024/08/16 13:42:10 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/github.com/90poe/service-chassis/bootstrap@v1.0.1/bootstrap.go:142 +0x7d 2024/08/16 13:42:10 ERROR:[crew-onboard] panic({0x10222a020?, 0xc000310da0?}) 2024/08/16 13:42:10 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.darwin-amd64/src/runtime/panic.go:770 +0x132 2024/08/16 13:42:10 ERROR:[crew-onboard] github.com/samber/do.must(...) 2024/08/16 13:42:10 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/github.com/samber/do@v1.6.0/utils.go:9 2024/08/16 13:42:10 ERROR:[crew-onboard] github.com/samber/do.MustInvoke[...](0xc0000aa410?) 2024/08/16 13:42:10 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/github.com/samber/do@v1.6.0/di.go:106 +0xa5 2024/08/16 13:42:10 ERROR:[crew-onboard] github.com/90poe/atlantic/crew-onboard/service.BuildServices({_, _}, {{{0xc000050112, 0x2b}, 0x1}, 0x2707, 0x1, 0x1, {0xc000782200, 0x8, ...}, ...}, ...) 2024/08/16 13:42:10 ERROR:[crew-onboard] /Users/runner/work/atlantic/atlantic/crew-onboard/service/service.go:80 +0x986 2024/08/16 13:42:10 ERROR:[crew-onboard] github.com/90poe/service-chassis/bootstrap.Bootstrapper[...].Start(0x102460f40, {0x102455b20, 0x103079cc0}) 2024/08/16 13:42:10 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/github.com/90poe/service-chassis/bootstrap@v1.0.1/bootstrap.go:171 +0x4d5 2024/08/16 13:42:10 ERROR:[crew-onboard] main.main() 2024/08/16 13:42:10 ERROR:[crew-onboard] /Users/runner/work/atlantic/atlantic/crew-onboard/main.go:24 +0x12d 2024/08/16 13:42:10 ERROR:[crew-onboard] goroutine 1 [running]: 2024/08/16 13:42:10 ERROR:[crew-onboard] main.main() 2024/08/16 13:42:10 ERROR:[crew-onboard] /Users/runner/work/atlantic/atlantic/crew-onboard/main.go:25 +0x146 2024/08/16 13:42:10 ERROR:[crew-onboard] crew-onboard finished with error: exit status 2 2024/08/16 13:42:16 INFO:[platform] restarting process:crew-onboard, restarts counter:3 2024/08/16 13:42:16 INFO:[platform] process:crew-onboard, restarted with PID:7668 2024/08/16 13:42:26 ERROR:[crew-onboard] 2024/08/16 11:42:26 service panicked during bootstrapping: error initialising grpc connection to vessel itinerary service: context deadline exceeded 2024/08/16 13:42:26 ERROR:[crew-onboard] panic: service panicked during bootstrapping:error initialising grpc connection to vessel itinerary service: context deadline exceeded 2024/08/16 13:42:26 ERROR:[crew-onboard] stack: goroutine 1 [running]: 2024/08/16 13:42:26 ERROR:[crew-onboard] runtime/debug.Stack() 2024/08/16 13:42:26 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.darwin-amd64/src/runtime/debug/stack.go:24 +0x5e 2024/08/16 13:42:26 ERROR:[crew-onboard] github.com/90poe/service-chassis/bootstrap.Bootstrapper[...].Start.func1() 2024/08/16 13:42:26 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/github.com/90poe/service-chassis/bootstrap@v1.0.1/bootstrap.go:142 +0x7d 2024/08/16 13:42:26 ERROR:[crew-onboard] panic({0x1038d8020?, 0xc0005f32c0?}) 2024/08/16 13:42:26 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.darwin-amd64/src/runtime/panic.go:770 +0x132 2024/08/16 13:42:26 ERROR:[crew-onboard] github.com/samber/do.must(...) 2024/08/16 13:42:26 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/github.com/samber/do@v1.6.0/utils.go:9 2024/08/16 13:42:26 ERROR:[crew-onboard] github.com/samber/do.MustInvoke[...](0xc00023b090?) 2024/08/16 13:42:26 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/github.com/samber/do@v1.6.0/di.go:106 +0xa5 2024/08/16 13:42:26 ERROR:[crew-onboard] github.com/90poe/atlantic/crew-onboard/service.BuildServices({_, _}, {{{0xc000050112, 0x2b}, 0x1}, 0x2707, 0x1, 0x1, {0xc000846200, 0x8, ...}, ...}, ...) 2024/08/16 13:42:26 ERROR:[crew-onboard] /Users/runner/work/atlantic/atlantic/crew-onboard/service/service.go:80 +0x986 2024/08/16 13:42:26 ERROR:[crew-onboard] github.com/90poe/service-chassis/bootstrap.Bootstrapper[...].Start(0x103b0ef40, {0x103b03b20, 0x104727cc0}) 2024/08/16 13:42:26 ERROR:[crew-onboard] /Users/runner/go/pkg/mod/github.com/90poe/service-chassis/bootstrap@v1.0.1/bootstrap.go:171 +0x4d5 2024/08/16 13:42:26 ERROR:[crew-onboard] main.main() 2024/08/16 13:42:26 ERROR:[crew-onboard] /Users/runner/work/atlantic/atlantic/crew-onboard/main.go:24 +0x12d 2024/08/16 13:42:26 ERROR:[crew-onboard] goroutine 1 [running]: 2024/08/16 13:42:26 ERROR:[crew-onboard] main.main() 2024/08/16 13:42:26 ERROR:[crew-onboard] /Users/runner/work/atlantic/atlantic/crew-onboard/main.go:25 +0x146 2024/08/16 13:42:26 ERROR:[crew-onboard] crew-onboard finished with error: exit status 2 2024/08/16 13:42:26 ERROR:[platform] restart limit exceeded for process:crew-onboard 2024/08/16 13:42:31 ERROR:[platform] failed to run os service: starting the platform: failed to run services: unable to connect to: crew-onboard readinessPort:9991 2024/08/16 13:42:31 starting the platform: failed to run services: unable to connect to: crew-onboard readinessPort:9991 make: *** [run-local-platform] Error 1
Leave a Comment