Skip to content

Commit

Permalink
resultados zan
Browse files Browse the repository at this point in the history
  • Loading branch information
a14332237 committed Aug 28, 2023
1 parent cc668c8 commit b96a268
Show file tree
Hide file tree
Showing 40 changed files with 257,124 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
44062
67 changes: 67 additions & 0 deletions resultados/primeira-fase/zanfranceschi/docker-compose.logs
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
Attaching to zanfranceschi_nginx_1, zanfranceschi_api01_1, zanfranceschi_api02_1, zanfranceschi_cache_1, zanfranceschi_db_1
api02_1 | warn: RinhaDeBackEnd.InsercaoRegistrosPessoas[0]
api02_1 | retrying connection to postgres
api01_1 | warn: RinhaDeBackEnd.InsercaoRegistrosPessoas[0]
api01_1 | retrying connection to postgres
cache_1 | 1:C 28 Aug 2023 06:53:04.716 # 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.
cache_1 | 1:C 28 Aug 2023 06:53:04.716 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
cache_1 | 1:C 28 Aug 2023 06:53:04.716 * Redis version=7.2.0, bits=64, commit=00000000, modified=0, pid=1, just started
cache_1 | 1:C 28 Aug 2023 06:53:04.716 * Configuration loaded
cache_1 | 1:M 28 Aug 2023 06:53:04.717 * monotonic clock: POSIX clock_gettime
cache_1 | 1:M 28 Aug 2023 06:53:04.717 * Running mode=standalone, port=6379.
cache_1 | 1:M 28 Aug 2023 06:53:04.718 * Server initialized
cache_1 | 1:M 28 Aug 2023 06:53:04.718 * Ready to accept connections tcp
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: info: Getting the checksum of /etc/nginx/conf.d/default.conf
nginx_1 | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
nginx_1 | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
nginx_1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx_1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
nginx_1 | /docker-entrypoint.sh: Configuration complete; ready for start up
db_1 | The files belonging to this database system will be owned by user "postgres".
db_1 | This user must also own the server process.
db_1 |
db_1 | The database cluster will be initialized with locale "en_US.utf8".
db_1 | The default database encoding has accordingly been set to "UTF8".
db_1 | The default text search configuration will be set to "english".
db_1 |
db_1 | Data page checksums are disabled.
db_1 |
db_1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
db_1 | creating subdirectories ... ok
db_1 | selecting dynamic shared memory implementation ... posix
db_1 | selecting default max_connections ... 100
db_1 | selecting default shared_buffers ... 128MB
db_1 | selecting default time zone ... Etc/UTC
db_1 | creating configuration files ... ok
db_1 | running bootstrap script ... ok
db_1 | performing post-bootstrap initialization ... ok
db_1 | syncing data to disk ... ok
db_1 |
db_1 |
db_1 | Success. You can now start the database server using:
db_1 |
db_1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
db_1 | initdb: warning: enabling "trust" authentication for local connections
db_1 | initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.
db_1 |
db_1 | waiting for server to start....2023-08-28 06:53:06.190 UTC [48] LOG: starting PostgreSQL 15.4 (Debian 15.4-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
db_1 | 2023-08-28 06:53:06.192 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db_1 | 2023-08-28 06:53:06.201 UTC [51] LOG: database system was shut down at 2023-08-28 06:53:05 UTC
db_1 | 2023-08-28 06:53:06.208 UTC [48] LOG: database system is ready to accept connections
db_1 | done
db_1 | server started
db_1 | CREATE DATABASE
db_1 |
db_1 |
db_1 | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/ddl.sql
db_1 | CREATE TABLE
db_1 |
db_1 |
db_1 | 2023-08-28 06:53:06.522 UTC [48] LOG: received fast shutdown request
db_1 | waiting for server to shut down....2023-08-28 06:53:06.524 UTC [48] LOG: aborting any active transactions
db_1 | 2023-08-28 06:53:06.526 UTC [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
db_1 | 2023-08-28 06:53:06.529 UTC [49] LOG: shutting down
db_1 | 2023-08-28 06:53:06.531 UTC [49] LOG: checkpoint starting: shutdown immediate
Loading

0 comments on commit b96a268

Please sign in to comment.