Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- user@MSI:~/example-app$ ./vendor/bin/sail up
- [+] Building 0.0s (0/0) docker:default
- [+] Running 10/9
- ✔ Network example-app_sail Created 0.1s
- ✔ Volume "example-app_sail-mysql" Created 0.0s
- ✔ Volume "example-app_sail-redis" Created 0.0s
- ✔ Volume "example-app_sail-meilisearch" Created 0.0s
- ✔ Container example-app-meilisearch-1 Created 0.1s
- ✔ Container example-app-redis-1 Created 0.1s
- ✔ Container example-app-selenium-1 Created 0.1s
- ✔ Container example-app-mailpit-1 Created 0.1s
- ✔ Container example-app-mysql-1 Created 0.1s
- ✔ Container example-app-laravel.test-1 Created 0.0s
- Attaching to example-app-laravel.test-1, example-app-mailpit-1, example-app-meilisearch-1, example-app-mysql-1, example-app-redis-1, example-app-selenium-1
- example-app-selenium-1 | 2024-01-17 05:01:19,942 INFO Included extra file "/etc/supervisor/conf.d/selenium.conf" during parsing
- example-app-selenium-1 | 2024-01-17 05:01:19,947 INFO RPC interface 'supervisor' initialized
- example-app-selenium-1 | 2024-01-17 05:01:19,948 CRIT Server 'unix_http_server' running without any HTTP authentication checking
- example-app-selenium-1 | 2024-01-17 05:01:19,948 INFO supervisord started with pid 8
- example-app-mailpit-1 | INFO[2024/01/17 05:01:19] [smtpd] starting on [::]:1025
- example-app-mailpit-1 | INFO[2024/01/17 05:01:19] [http] starting on [::]:8025
- example-app-mailpit-1 | INFO[2024/01/17 05:01:19] [http] accessible via http://localhost:8025/
- example-app-redis-1 | 1:C 17 Jan 2024 05:01:20.376 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
- example-app-redis-1 | 1:C 17 Jan 2024 05:01:20.376 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
- example-app-redis-1 | 1:C 17 Jan 2024 05:01:20.376 * Redis version=7.2.4, bits=64, commit=00000000, modified=0, pid=1, just started
- example-app-redis-1 | 1:C 17 Jan 2024 05:01:20.376 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
- example-app-redis-1 | 1:M 17 Jan 2024 05:01:20.377 * monotonic clock: POSIX clock_gettime
- example-app-redis-1 | 1:M 17 Jan 2024 05:01:20.377 * Running mode=standalone, port=6379.
- example-app-redis-1 | 1:M 17 Jan 2024 05:01:20.378 * Server initialized
- example-app-redis-1 | 1:M 17 Jan 2024 05:01:20.378 * Ready to accept connections tcp
- example-app-mysql-1 | [Entrypoint] MySQL Docker Image 8.0.32-1.2.11-server
- example-app-mysql-1 | [Entrypoint] Initializing database
- example-app-mysql-1 | 2024-01-17T05:01:20.561452Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
- example-app-mysql-1 | 2024-01-17T05:01:20.561511Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.0.32) initializing of server in progress as process 17
- example-app-mysql-1 | 2024-01-17T05:01:20.568037Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
- example-app-selenium-1 | 2024-01-17 05:01:20,951 INFO spawned: 'xvfb' with pid 9
- example-app-selenium-1 | 2024-01-17 05:01:20,953 INFO spawned: 'vnc' with pid 10
- example-app-selenium-1 | 2024-01-17 05:01:20,954 INFO spawned: 'novnc' with pid 11
- example-app-selenium-1 | 2024-01-17 05:01:20,956 INFO spawned: 'selenium-standalone' with pid 12
- example-app-selenium-1 | Setting up SE_NODE_GRID_URL...
- example-app-selenium-1 | 2024-01-17 05:01:20,961 INFO success: xvfb entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
- example-app-selenium-1 | 2024-01-17 05:01:20,961 INFO success: vnc entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
- example-app-selenium-1 | 2024-01-17 05:01:20,961 INFO success: novnc entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
- example-app-selenium-1 | 2024-01-17 05:01:20,961 INFO success: selenium-standalone entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
- example-app-selenium-1 | Selenium Grid Standalone configuration:
- example-app-selenium-1 | [network]
- example-app-selenium-1 | relax-checks = true
- example-app-selenium-1 |
- example-app-selenium-1 | [node]
- example-app-selenium-1 | session-timeout = "300"
- example-app-selenium-1 | override-max-sessions = false
- example-app-selenium-1 | detect-drivers = false
- example-app-selenium-1 | drain-after-session-count = 0
- example-app-selenium-1 | max-sessions = 1
- example-app-selenium-1 |
- example-app-selenium-1 | [[node.driver-configuration]]
- example-app-selenium-1 | display-name = "chrome"
- example-app-selenium-1 | stereotype = '{"browserName": "chrome", "browserVersion": "120.0", "platformName": "Linux", "goog:chromeOptions": {"binary": "/usr/bin/google-chrome"}}'
- example-app-selenium-1 | max-sessions = 1
- example-app-selenium-1 |
- example-app-selenium-1 | Starting Selenium Grid Standalone...
- example-app-selenium-1 | Tracing is disabled
- example-app-laravel.test-1 | 2024-01-17 05:01:21,337 INFO Set uid to user 0 succeeded
- example-app-laravel.test-1 | 2024-01-17 05:01:21,339 INFO supervisord started with pid 1
- example-app-selenium-1 | 05:01:21.488 INFO [LoggingOptions.configureLogEncoding] - Using the system default encoding
- example-app-selenium-1 | 05:01:21.497 INFO [OpenTelemetryTracer.createTracer] - Using OpenTelemetry for tracing
- example-app-mysql-1 | 2024-01-17T05:01:21.568051Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
- example-app-meilisearch-1 |
- example-app-meilisearch-1 | 888b d888 d8b 888 d8b 888
- example-app-meilisearch-1 | 8888b d8888 Y8P 888 Y8P 888
- example-app-meilisearch-1 | 88888b.d88888 888 888
- example-app-meilisearch-1 | 888Y88888P888 .d88b. 888 888 888 .d8888b .d88b. 8888b. 888d888 .d8888b 88888b.
- example-app-meilisearch-1 | 888 Y888P 888 d8P Y8b 888 888 888 88K d8P Y8b "88b 888P" d88P" 888 "88b
- example-app-meilisearch-1 | 888 Y8P 888 88888888 888 888 888 "Y8888b. 88888888 .d888888 888 888 888 888
- example-app-meilisearch-1 | 888 " 888 Y8b. 888 888 888 X88 Y8b. 888 888 888 Y88b. 888 888
- example-app-meilisearch-1 | 888 888 "Y8888 888 888 888 88888P' "Y8888 "Y888888 888 "Y8888P 888 888
- example-app-meilisearch-1 |
- example-app-meilisearch-1 | Config file path: "none"
- example-app-meilisearch-1 | Database path: "./data.ms"
- example-app-meilisearch-1 | Server listening on: "http://0.0.0.0:7700"
- example-app-meilisearch-1 | Environment: "development"
- example-app-meilisearch-1 | Commit SHA: "a6fa0b97ecb5ac75ee0e180a956e4a066eda5f39"
- example-app-meilisearch-1 | Commit date: "2024-01-15T09:37:31+00:00"
- example-app-meilisearch-1 | Package version: "1.6.0"
- example-app-meilisearch-1 |
- example-app-meilisearch-1 | Thank you for using Meilisearch!
- example-app-meilisearch-1 |
- example-app-meilisearch-1 |
- example-app-meilisearch-1 | We collect anonymized analytics to improve our product and your experience. To learn more, including how to turn off analytics, visit our dedicated documentation page: https://www.meilisearch.com/docs/learn/what_is_meilisearch/telemetry
- example-app-meilisearch-1 |
- example-app-meilisearch-1 | Anonymous telemetry: "Enabled"
- example-app-meilisearch-1 | Instance UID: "e8bd85a7-82cb-4884-890e-843888405127"
- example-app-meilisearch-1 |
- example-app-meilisearch-1 |
- example-app-meilisearch-1 |
- example-app-meilisearch-1 | No master key was found. The server will accept unidentified requests.
- example-app-meilisearch-1 |
- example-app-meilisearch-1 | A master key of at least 16 bytes will be required when switching to a production environment.
- example-app-meilisearch-1 |
- example-app-meilisearch-1 |
- example-app-meilisearch-1 | We generated a new secure master key for you (you can safely use this token):
- example-app-meilisearch-1 |
- example-app-meilisearch-1 | >> --master-key YrGhkiXfe3vHBeDazaxriT8DW-3EoTlyI3irKvAXlYw <<
- example-app-meilisearch-1 |
- example-app-meilisearch-1 | Restart Meilisearch with the argument above to use this new and secure master key.
- example-app-meilisearch-1 |
- example-app-meilisearch-1 | Check out Meilisearch Cloud! https://www.meilisearch.com/cloud?utm_campaign=oss&utm_source=engine&utm_medium=cli
- example-app-meilisearch-1 | Documentation: https://www.meilisearch.com/docs
- example-app-meilisearch-1 | Source code: https://github.com/meilisearch/meilisearch
- example-app-meilisearch-1 | Discord: https://discord.meilisearch.com
- example-app-meilisearch-1 |
- example-app-meilisearch-1 | [2024-01-17T05:01:21Z INFO actix_server::builder] starting 10 workers
- example-app-meilisearch-1 | [2024-01-17T05:01:21Z INFO actix_server::server] Actix runtime found; starting in Actix runtime
- example-app-selenium-1 | 05:01:22.263 INFO [NodeOptions.getSessionFactories] - Detected 20 available processors
- example-app-selenium-1 | 05:01:22.292 INFO [NodeOptions.report] - Adding chrome for {"browserName": "chrome","browserVersion": "120.0","goog:chromeOptions": {"binary": "\u002fusr\u002fbin\u002fgoogle-chrome"},"platformName": "linux","se:noVncPort": 7900,"se:vncEnabled": true} 1 times
- example-app-selenium-1 | 05:01:22.305 INFO [Node.<init>] - Binding additional locator mechanisms: relative
- example-app-selenium-1 | 05:01:22.318 INFO [GridModel.setAvailability] - Switching Node 8fbda06e-e606-43c7-aac2-d0aa4e50b744 (uri: http://172.18.0.2:4444) from DOWN to UP
- example-app-selenium-1 | 05:01:22.319 INFO [LocalDistributor.add] - Added node 8fbda06e-e606-43c7-aac2-d0aa4e50b744 at http://172.18.0.2:4444. Health check every 120s
- example-app-laravel.test-1 | 2024-01-17 05:01:22,342 INFO spawned: 'php' with pid 16
- example-app-selenium-1 | 05:01:22.566 INFO [Standalone.execute] - Started Selenium Standalone 4.16.1 (revision 9b4c83354e): http://172.18.0.2:4444
- example-app-laravel.test-1 | 2024-01-17 05:01:23,344 INFO success: php entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
- example-app-mysql-1 | 2024-01-17T05:01:23.373898Z 6 [Warning] [MY-010453] [Server] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
- example-app-laravel.test-1 |
- example-app-laravel.test-1 | INFO Server running on [http://0.0.0.0:80].
- example-app-laravel.test-1 |
- example-app-laravel.test-1 | Press Ctrl+C to stop the server
- example-app-laravel.test-1 |
- example-app-mysql-1 | [Entrypoint] Database initialized
- example-app-mysql-1 | 2024-01-17T05:01:27.174660Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
- example-app-mysql-1 | 2024-01-17T05:01:27.176031Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32) starting as process 60
- example-app-mysql-1 | 2024-01-17T05:01:27.216550Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
- example-app-mysql-1 | 2024-01-17T05:01:27.627325Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
- example-app-mysql-1 | 2024-01-17T05:01:27.886488Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
- example-app-mysql-1 | 2024-01-17T05:01:27.886522Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
- example-app-mysql-1 | 2024-01-17T05:01:27.901016Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: /var/run/mysqld/mysqlx.sock
- example-app-mysql-1 | 2024-01-17T05:01:27.903794Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.32' socket: '/var/lib/mysql/mysql.sock' port: 0 MySQL Community Server - GPL.
- example-app-mysql-1 | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
- example-app-mysql-1 | Warning: Unable to load '/usr/share/zoneinfo/leapseconds' as time zone. Skipping it.
- example-app-mysql-1 | Warning: Unable to load '/usr/share/zoneinfo/tzdata.zi' as time zone. Skipping it.
- example-app-mysql-1 | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
- example-app-mysql-1 | Warning: Unable to load '/usr/share/zoneinfo/zone1970.tab' as time zone. Skipping it.
- example-app-mysql-1 |
- example-app-mysql-1 | [Entrypoint] running /docker-entrypoint-initdb.d/10-create-testing-database.sh
- example-app-mysql-1 | mysql: [Warning] Using a password on the command line interface can be insecure.
- example-app-mysql-1 |
- example-app-mysql-1 | 2024-01-17T05:01:29.182746Z 15 [System] [MY-013172] [Server] Received SHUTDOWN from user root. Shutting down mysqld (Version: 8.0.32).
- example-app-mysql-1 | 2024-01-17T05:01:30.843522Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.32) MySQL Community Server - GPL.
- example-app-mysql-1 | [Entrypoint] Server shut down
- example-app-mysql-1 |
- example-app-mysql-1 | [Entrypoint] MySQL init process done. Ready for start up.
- example-app-mysql-1 |
- example-app-mysql-1 | [Entrypoint] Starting MySQL 8.0.32-1.2.11-server
- example-app-mysql-1 | 2024-01-17T05:01:31.399090Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
- example-app-mysql-1 | 2024-01-17T05:01:31.400063Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32) starting as process 1
- example-app-mysql-1 | 2024-01-17T05:01:31.405284Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
- example-app-mysql-1 | 2024-01-17T05:01:31.519698Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
- example-app-mysql-1 | 2024-01-17T05:01:31.629835Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
- example-app-mysql-1 | 2024-01-17T05:01:31.629869Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
- example-app-mysql-1 | 2024-01-17T05:01:31.643235Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock
- example-app-mysql-1 | 2024-01-17T05:01:31.643349Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.32' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server - GPL.
- example-app-meilisearch-1 | [2024-01-17T05:01:50Z INFO actix_web::middleware::logger] 127.0.0.1 "GET /health HTTP/1.1" 200 22 "-" "Wget" 0.000448
- example-app-laravel.test-1 | 2024-01-17 05:01:55 ................................................... ~ 0s
- example-app-laravel.test-1 | 2024-01-17 05:01:55 /favicon.ico ...................................... ~ 0s
- example-app-meilisearch-1 | [2024-01-17T05:02:20Z INFO actix_web::middleware::logger] 127.0.0.1 "GET /health HTTP/1.1" 200 22 "-" "Wget" 0.000119
- example-app-meilisearch-1 | [2024-01-17T05:02:50Z INFO actix_web::middleware::logger] 127.0.0.1 "GET /health HTTP/1.1" 200 22 "-" "Wget" 0.000098
- example-app-meilisearch-1 | [2024-01-17T05:03:20Z INFO actix_web::middleware::logger] 127.0.0.1 "GET /health HTTP/1.1" 200 22 "-" "Wget" 0.000169
- example-app-meilisearch-1 | [2024-01-17T05:03:50Z INFO actix_web::middleware::logger] 127.0.0.1 "GET /health HTTP/1.1" 200 22 "-" "Wget" 0.000105
- example-app-meilisearch-1 | [2024-01-17T05:04:20Z INFO actix_web::middleware::logger] 127.0.0.1 "GET /health HTTP/1.1" 200 22 "-" "Wget" 0.000127
- example-app-meilisearch-1 | [2024-01-17T05:04:50Z INFO actix_web::middleware::logger] 127.0.0.1 "GET /health HTTP/1.1" 200 22 "-" "Wget" 0.000157
- example-app-meilisearch-1 | [2024-01-17T05:05:20Z INFO actix_web::middleware::logger] 127.0.0.1 "GET /health HTTP/1.1" 200 22 "-" "Wget" 0.000106
Advertisement
Add Comment
Please, Sign In to add comment