Skip to content

Instantly share code, notes, and snippets.

@axilaris
Created March 21, 2024 12:43
Show Gist options
  • Save axilaris/8bc514ed9ec3b0da4a06afda1180695b to your computer and use it in GitHub Desktop.
Save axilaris/8bc514ed9ec3b0da4a06afda1180695b to your computer and use it in GitHub Desktop.
redis | 1:C 21 Mar 2024 12:40:28.214 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis | 1:C 21 Mar 2024 12:40:28.214 * Redis version=7.2.4, bits=64, commit=00000000, modified=0, pid=1, just started
redis | 1:C 21 Mar 2024 12:40:28.214 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis | 1:M 21 Mar 2024 12:40:28.214 * monotonic clock: POSIX clock_gettime
redis | 1:M 21 Mar 2024 12:40:28.215 * Running mode=standalone, port=6379.
redis | 1:M 21 Mar 2024 12:40:28.215 * Server initialized
redis | 1:M 21 Mar 2024 12:40:28.215 * Ready to accept connections tcp
backend_container | exec /app/entrypoint.sh: permission denied
frontend_container |
frontend_container | > frontend@0.1.0 build
frontend_container | > react-scripts build
frontend_container |
backend_container exited with code 1
nginx-1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx-1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx-1 | 10-listen-on-ipv6-by-default.sh: Getting the checksum of /etc/nginx/conf.d/default.conf
nginx-1 | 10-listen-on-ipv6-by-default.sh: /etc/nginx/conf.d/default.conf differs from the packages version, exiting
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx-1 | /docker-entrypoint.sh: Configuration complete; ready for start up
nginx-1 | 2024/03/21 12:40:28 [emerg] 1#1: host not found in upstream "backend:8000" in /etc/nginx/conf.d/default.conf:2
nginx-1 | nginx: [emerg] host not found in upstream "backend:8000" in /etc/nginx/conf.d/default.conf:2
nginx-1 exited with code 1
celery | /usr/local/lib/python3.9/site-packages/celery/platforms.py:829: SecurityWarning: You're running the worker with superuser privileges: this is
celery | absolutely not recommended!
celery |
celery | Please specify a different user using the --uid option.
celery |
celery | User information: uid=0 euid=0 gid=0 egid=0
celery |
celery | warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format(
celery | [2024-03-21 12:40:28,881: DEBUG/MainProcess] | Worker: Preparing bootsteps.
celery | [2024-03-21 12:40:28,882: DEBUG/MainProcess] | Worker: Building graph...
celery | [2024-03-21 12:40:28,882: DEBUG/MainProcess] | Worker: New boot order: {Beat, Timer, Hub, Pool, Autoscaler, StateDB, Consumer}
celery | [2024-03-21 12:40:28,884: DEBUG/MainProcess] | Consumer: Preparing bootsteps.
celery | [2024-03-21 12:40:28,884: DEBUG/MainProcess] | Consumer: Building graph...
celery | [2024-03-21 12:40:28,890: DEBUG/MainProcess] | Consumer: New boot order: {Connection, Events, Mingle, Gossip, Agent, Tasks, Control, Heart, event loop}
celery |
celery | -------------- celery@e67710bd8e01 v5.3.6 (emerald-rush)
celery | --- ***** -----
celery | -- ******* ---- Linux-6.6.12-linuxkit-aarch64-with 2024-03-21 12:40:28
celery | - *** --- * ---
celery | - ** ---------- [config]
celery | - ** ---------- .> app: backend:0xffffa254e880
celery | - ** ---------- .> transport: redis://redis:6379//
celery | - ** ---------- .> results: redis://redis:6379/
celery | - *** --- * --- .> concurrency: 10 (prefork)
celery | -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
celery | --- ***** -----
celery | -------------- [queues]
celery | .> celery exchange=celery(direct) key=celery
celery |
celery |
celery | [tasks]
celery | . celery.accumulate
celery | . celery.backend_cleanup
celery | . celery.chain
celery | . celery.chord
celery | . celery.chord_unlock
celery | . celery.chunks
celery | . celery.group
celery | . celery.map
celery | . celery.starmap
celery | . user_api.tasks.add
celery |
celery | [2024-03-21 12:40:28,897: DEBUG/MainProcess] | Worker: Starting Hub
celery | [2024-03-21 12:40:28,897: DEBUG/MainProcess] ^-- substep ok
celery | [2024-03-21 12:40:28,897: DEBUG/MainProcess] | Worker: Starting Pool
frontend_container | Creating an optimized production build...
celery | [2024-03-21 12:40:29,092: DEBUG/MainProcess] ^-- substep ok
celery | [2024-03-21 12:40:29,092: DEBUG/MainProcess] | Worker: Starting Consumer
celery | [2024-03-21 12:40:29,093: DEBUG/MainProcess] | Consumer: Starting Connection
celery | [2024-03-21 12:40:29,094: WARNING/MainProcess] /usr/local/lib/python3.9/site-packages/celery/worker/consumer/consumer.py:507: CPendingDeprecationWarning: The broker_connection_retry configuration setting will no longer determine
celery | whether broker connection retries are made during startup in Celery 6.0 and above.
celery | If you wish to retain the existing behavior for retrying connections on startup,
celery | you should set broker_connection_retry_on_startup to True.
celery | warnings.warn(
celery |
celery | [2024-03-21 12:40:29,099: INFO/MainProcess] Connected to redis://redis:6379//
celery | [2024-03-21 12:40:29,099: DEBUG/MainProcess] ^-- substep ok
celery | [2024-03-21 12:40:29,099: DEBUG/MainProcess] | Consumer: Starting Events
celery | [2024-03-21 12:40:29,100: WARNING/MainProcess] /usr/local/lib/python3.9/site-packages/celery/worker/consumer/consumer.py:507: CPendingDeprecationWarning: The broker_connection_retry configuration setting will no longer determine
celery | whether broker connection retries are made during startup in Celery 6.0 and above.
celery | If you wish to retain the existing behavior for retrying connections on startup,
celery | you should set broker_connection_retry_on_startup to True.
celery | warnings.warn(
celery |
celery | [2024-03-21 12:40:29,100: DEBUG/MainProcess] ^-- substep ok
celery | [2024-03-21 12:40:29,101: DEBUG/MainProcess] | Consumer: Starting Mingle
celery | [2024-03-21 12:40:29,101: INFO/MainProcess] mingle: searching for neighbors
celery | [2024-03-21 12:40:30,106: INFO/MainProcess] mingle: all alone
celery | [2024-03-21 12:40:30,106: DEBUG/MainProcess] ^-- substep ok
celery | [2024-03-21 12:40:30,106: DEBUG/MainProcess] | Consumer: Starting Gossip
celery | [2024-03-21 12:40:30,109: DEBUG/MainProcess] ^-- substep ok
celery | [2024-03-21 12:40:30,109: DEBUG/MainProcess] | Consumer: Starting Tasks
celery | [2024-03-21 12:40:30,110: DEBUG/MainProcess] ^-- substep ok
celery | [2024-03-21 12:40:30,110: DEBUG/MainProcess] | Consumer: Starting Control
celery | [2024-03-21 12:40:30,113: DEBUG/MainProcess] ^-- substep ok
celery | [2024-03-21 12:40:30,113: DEBUG/MainProcess] | Consumer: Starting Heart
celery | [2024-03-21 12:40:30,114: DEBUG/MainProcess] ^-- substep ok
celery | [2024-03-21 12:40:30,114: DEBUG/MainProcess] | Consumer: Starting event loop
celery | [2024-03-21 12:40:30,114: DEBUG/MainProcess] | Worker: Hub.register Pool...
celery | [2024-03-21 12:40:30,114: INFO/MainProcess] celery@e67710bd8e01 ready.
celery | [2024-03-21 12:40:30,114: DEBUG/MainProcess] basic.qos: prefetch_count->40
frontend_container | One of your dependencies, babel-preset-react-app, is importing the
frontend_container | "@babel/plugin-proposal-private-property-in-object" package without
frontend_container | declaring it in its dependencies. This is currently working because
frontend_container | "@babel/plugin-proposal-private-property-in-object" is already in your
frontend_container | node_modules folder for unrelated reasons, but it may break at any time.
frontend_container |
frontend_container | babel-preset-react-app is part of the create-react-app project, which
frontend_container | is not maintianed anymore. It is thus unlikely that this bug will
frontend_container | ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
frontend_container | your devDependencies to work around this error. This will make this message
frontend_container | go away.
frontend_container |
frontend_container | Compiled successfully.
frontend_container |
frontend_container | File sizes after gzip:
frontend_container |
frontend_container | 69.8 kB build/static/js/main.d9f0908c.js
frontend_container | 31.91 kB build/static/css/main.9d7cbdf2.css
frontend_container |
frontend_container | The project was built assuming it is hosted at /.
frontend_container | You can control this with the homepage field in your package.json.
frontend_container |
frontend_container | The build folder is ready to be deployed.
frontend_container | You may serve it with a static server:
frontend_container |
frontend_container | npm install -g serve
frontend_container | serve -s build
frontend_container |
frontend_container | Find out more about deployment here:
frontend_container |
frontend_container | https://cra.link/deployment
frontend_container |
frontend_container exited with code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment