alisonamerico

log_docker_compose_up

Mar 23rd, 2021 (edited)
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.50 KB | None | 0 0
  1. ❯ docker-compose up
  2. Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/
  3. Starting sosma_db ... done
  4. Starting sosma_sosgerencia_1 ... done
  5. Starting sosma_app           ... done
  6. Attaching to sosma_db, sosma_sosgerencia_1, sosma_app
  7. db_1           | 2021-03-23 21:28:53+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.6.51-1debian9 started.
  8. db_1           | 2021-03-23 21:28:56+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
  9. db_1           | 2021-03-23 21:28:56+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.6.51-1debian9 started.
  10. db_1           | 2021-03-23 21:28:58 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  11. db_1           | 2021-03-23 21:28:58 0 [Note] mysqld (mysqld 5.6.51) starting as process 1 ...
  12. db_1           | 2021-03-23 21:28:59 1 [Note] Plugin 'FEDERATED' is disabled.
  13. db_1           | 2021-03-23 21:28:59 1 [Note] InnoDB: Using atomics to ref count buffer pool pages
  14. db_1           | 2021-03-23 21:28:59 1 [Note] InnoDB: The InnoDB memory heap is disabled
  15. db_1           | 2021-03-23 21:28:59 1 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  16. db_1           | 2021-03-23 21:28:59 1 [Note] InnoDB: Memory barrier is not used
  17. db_1           | 2021-03-23 21:28:59 1 [Note] InnoDB: Compressed tables use zlib 1.2.11
  18. db_1           | 2021-03-23 21:28:59 1 [Note] InnoDB: Using Linux native AIO
  19. db_1           | 2021-03-23 21:28:59 1 [Note] InnoDB: Using CPU crc32 instructions
  20. db_1           | 2021-03-23 21:28:59 1 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  21. db_1           | 2021-03-23 21:28:59 1 [Note] InnoDB: Completed initialization of buffer pool
  22. db_1           | 2021-03-23 21:28:59 1 [Note] InnoDB: Highest supported file format is Barracuda.
  23. db_1           | 2021-03-23 21:29:00 1 [Note] InnoDB: 128 rollback segment(s) are active.
  24. db_1           | 2021-03-23 21:29:00 1 [Note] InnoDB: Waiting for purge to start
  25. db_1           | 2021-03-23 21:29:00 1 [Note] InnoDB: 5.6.51 started; log sequence number 1626017
  26. sosgerencia_1  | cp: cannot create regular file '/usr/local/lib/python2.7/dist-packages/django/contrib/gis/geos/libgeos.py': No such file or directory
  27. db_1           | 2021-03-23 21:29:01 1 [Note] RSA private key file not found: /var/lib/mysql//private_key.pem. Some authentication plugins will not work.
  28. db_1           | 2021-03-23 21:29:01 1 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work.
  29. db_1           | 2021-03-23 21:29:01 1 [Note] Server hostname (bind-address): '*'; port: 3306
  30. db_1           | 2021-03-23 21:29:01 1 [Note] IPv6 is available.
  31. db_1           | 2021-03-23 21:29:01 1 [Note]   - '::' resolves to '::';
  32. db_1           | 2021-03-23 21:29:01 1 [Note] Server socket created on IP: '::'.
  33. db_1           | 2021-03-23 21:29:01 1 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
  34. db_1           | 2021-03-23 21:29:03 1 [Note] Event Scheduler: Loaded 0 events
  35. db_1           | 2021-03-23 21:29:03 1 [Note] mysqld: ready for connections.
  36. db_1           | Version: '5.6.51'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
  37. sosgerencia_1  | ln: failed to create symbolic link '/etc/apache2/sites-enabled/sosgerencial.conf': File exists
  38. sosgerencia_1  | chown: cannot access 'log': No such file or directory
  39. sosgerencia_1  |  * Starting web server apache2
  40. sosgerencia_1  | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.4. Set the 'ServerName' directive globally to suppress this message
  41. sosgerencia_1  |  *
  42. sosgerencia_1  | Traceback (most recent call last):
  43. sosgerencia_1  |   File "./wz.py", line 1, in <module>
  44. sosgerencia_1  |     from wsgi import application
  45. sosgerencia_1  |   File "/mnt/webapps/sos-gerencial/novo/sosgerencial/wsgi.py", line 18, in <module>
  46. sosgerencia_1  |     from django.conf import settings
  47. sosgerencia_1  | ImportError: No module named django.conf
  48. sosma_sosgerencia_1 exited with code 1
  49. sosma_app      | System check identified some issues:
  50. sosma_app      |
  51. sosma_app      | WARNINGS:
  52. sosma_app      | tcra.Contrato.consultores: (fields.W340) null has no effect on ManyToManyField.
  53. sosma_app      |
  54. sosma_app      | System check identified 1 issue (0 silenced).
Add Comment
Please, Sign In to add comment