Mageia Bugzilla – Attachment 14427 Details for
Bug 32897
docker-compose incompatible with docker 24.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Terminal output for docker-compose test (redis not started)
test.log (text/plain), 5.71 KB, created by
Len Lawrence
on 2024-02-27 12:07:32 CET
(
hide
)
Description:
Terminal output for docker-compose test (redis not started)
Filename:
MIME Type:
Creator:
Len Lawrence
Created:
2024-02-27 12:07:32 CET
Size:
5.71 KB
patch
obsolete
> docker compose up >[+] Running 9/9 > â redis 8 layers [⣿⣿⣿⣿⣿⣿⣿⣿] 0B/0B Pulled 5.5s > â 4abcf2066143 Pull complete 1.2s > â 128c39a261ff Pull complete 0.5s > â f27432e97d04 Pull complete 0.7s > â 33486cc813b5 Pull complete 1.7s > â d29554ca490b Pull complete 3.5s > â 2afe905a8615 Pull complete 2.1s > â 4f4fb700ef54 Pull complete 2.6s > â 5cb59ee00f00 Pull complete 3.0s >[+] Building 21.3s (13/13) FINISHED docker:default > => [web internal] load .dockerignore 0.0s > => => transferring context: 2B 0.0s > => [web internal] load build definition from Dockerfile 0.0s > => => transferring dockerfile: 321B 0.0s > => [web] resolve image config for docker.io/docker/dockerfile:1 1.6s > => [web] docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63 2.1s > => => resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa8 0.0s > => => sha256:ac85f380a63b13dfcefa89046420e1781752bab2021 8.40kB / 8.40kB 0.0s > => => sha256:657fcc512c7369f4cb3d94ea329150f8daf626bc838b1a1 482B / 482B 0.0s > => => sha256:a17ee7fff8f5e97b974f5b48f51647d2cf28d543f2a 1.27kB / 1.27kB 0.0s > => => sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96 11.80MB / 11.80MB 1.9s > => => extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d7 0.1s > => [web internal] load metadata for docker.io/library/python:3.10-alpine 1.3s > => [web 1/6] FROM docker.io/library/python:3.10-alpine@sha256:a84794f8f4 3.3s > => => resolve docker.io/library/python:3.10-alpine@sha256:a84794f8f48784 0.0s > => => sha256:98562432e70fa95c9c594c3ceabce540b458aa82132 6.27kB / 6.27kB 0.0s > => => sha256:dca80dc46cecdd1a97787a1dd6f74263b9d2f7b 622.15kB / 622.15kB 0.3s > => => sha256:3a1d3ec6f9a06424416a9e52f5061a44b7af0e96c 12.21MB / 12.21MB 2.7s > => => sha256:1cbf0106443cf1ea1cc55d914ec422c87709d6a10914935 242B / 242B 0.2s > => => sha256:a84794f8f487847a49a6f92bc426f99b865d4c99134 1.65kB / 1.65kB 0.0s > => => sha256:1cf0c63d9f573d17be9200c9940a4ce3b18971674b8 1.37kB / 1.37kB 0.0s > => => sha256:6531a3039a8eeb26145c321fc0f63069087fd97e1b9 3.08MB / 3.08MB 1.1s > => => extracting sha256:dca80dc46cecdd1a97787a1dd6f74263b9d2f7b0dd3e2e15 0.1s > => => extracting sha256:3a1d3ec6f9a06424416a9e52f5061a44b7af0e96c82e534b 0.3s > => => extracting sha256:1cbf0106443cf1ea1cc55d914ec422c87709d6a10914935a 0.0s > => => extracting sha256:6531a3039a8eeb26145c321fc0f63069087fd97e1b9c92e4 0.2s > => [web internal] load build context 0.0s > => => transferring context: 1.15kB 0.0s > => [web 2/6] WORKDIR /code 0.1s > => [web 3/6] RUN apk add --no-cache gcc musl-dev linux-headers 9.9s > => [web 4/6] COPY requirements.txt requirements.txt 0.0s > => [web 5/6] RUN pip install -r requirements.txt 2.6s > => [web 6/6] COPY . . 0.0s > => [web] exporting to image 0.3s > => => exporting layers 0.3s > => => writing image sha256:c1a41783950db5cb69941f5f9e96b51275e706179e891 0.0s > => => naming to docker.io/library/composetest-web 0.0s >[+] Running 3/0 > â Network composetest_default Created 0.0s > â Container composetest-redis-1 Creat... 0.0s > â Container composetest-web-1 Created 0.0s >Attaching to composetest-redis-1, composetest-web-1 >composetest-redis-1 | 1:C 27 Feb 2024 10:26:04.114 # 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. >composetest-redis-1 | 1:C 27 Feb 2024 10:26:04.114 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo >composetest-redis-1 | 1:C 27 Feb 2024 10:26:04.114 * Redis version=7.2.4, bits=64, commit=00000000, modified=0, pid=1, just started >composetest-redis-1 | 1:C 27 Feb 2024 10:26:04.114 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf >composetest-redis-1 | 1:M 27 Feb 2024 10:26:04.114 * monotonic clock: POSIX clock_gettime >composetest-redis-1 | 1:M 27 Feb 2024 10:26:04.115 * Running mode=standalone, port=6379. >composetest-redis-1 | 1:M 27 Feb 2024 10:26:04.115 * Server initialized >composetest-redis-1 | 1:M 27 Feb 2024 10:26:04.115 * Ready to accept connections tcp >composetest-web-1 | * Serving Flask app 'app.py' >composetest-web-1 | * Debug mode: off >composetest-web-1 | WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. >composetest-web-1 | * Running on all addresses (0.0.0.0) >composetest-web-1 | * Running on http://127.0.0.1:5000 >composetest-web-1 | * Running on http://172.18.0.3:5000 >composetest-web-1 | Press CTRL+C to quit > >
docker compose up [+] Running 9/9 â redis 8 layers [⣿⣿⣿⣿⣿⣿⣿⣿] 0B/0B Pulled 5.5s â 4abcf2066143 Pull complete 1.2s â 128c39a261ff Pull complete 0.5s â f27432e97d04 Pull complete 0.7s â 33486cc813b5 Pull complete 1.7s â d29554ca490b Pull complete 3.5s â 2afe905a8615 Pull complete 2.1s â 4f4fb700ef54 Pull complete 2.6s â 5cb59ee00f00 Pull complete 3.0s [+] Building 21.3s (13/13) FINISHED docker:default => [web internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [web internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 321B 0.0s => [web] resolve image config for docker.io/docker/dockerfile:1 1.6s => [web] docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63 2.1s => => resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa8 0.0s => => sha256:ac85f380a63b13dfcefa89046420e1781752bab2021 8.40kB / 8.40kB 0.0s => => sha256:657fcc512c7369f4cb3d94ea329150f8daf626bc838b1a1 482B / 482B 0.0s => => sha256:a17ee7fff8f5e97b974f5b48f51647d2cf28d543f2a 1.27kB / 1.27kB 0.0s => => sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96 11.80MB / 11.80MB 1.9s => => extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d7 0.1s => [web internal] load metadata for docker.io/library/python:3.10-alpine 1.3s => [web 1/6] FROM docker.io/library/python:3.10-alpine@sha256:a84794f8f4 3.3s => => resolve docker.io/library/python:3.10-alpine@sha256:a84794f8f48784 0.0s => => sha256:98562432e70fa95c9c594c3ceabce540b458aa82132 6.27kB / 6.27kB 0.0s => => sha256:dca80dc46cecdd1a97787a1dd6f74263b9d2f7b 622.15kB / 622.15kB 0.3s => => sha256:3a1d3ec6f9a06424416a9e52f5061a44b7af0e96c 12.21MB / 12.21MB 2.7s => => sha256:1cbf0106443cf1ea1cc55d914ec422c87709d6a10914935 242B / 242B 0.2s => => sha256:a84794f8f487847a49a6f92bc426f99b865d4c99134 1.65kB / 1.65kB 0.0s => => sha256:1cf0c63d9f573d17be9200c9940a4ce3b18971674b8 1.37kB / 1.37kB 0.0s => => sha256:6531a3039a8eeb26145c321fc0f63069087fd97e1b9 3.08MB / 3.08MB 1.1s => => extracting sha256:dca80dc46cecdd1a97787a1dd6f74263b9d2f7b0dd3e2e15 0.1s => => extracting sha256:3a1d3ec6f9a06424416a9e52f5061a44b7af0e96c82e534b 0.3s => => extracting sha256:1cbf0106443cf1ea1cc55d914ec422c87709d6a10914935a 0.0s => => extracting sha256:6531a3039a8eeb26145c321fc0f63069087fd97e1b9c92e4 0.2s => [web internal] load build context 0.0s => => transferring context: 1.15kB 0.0s => [web 2/6] WORKDIR /code 0.1s => [web 3/6] RUN apk add --no-cache gcc musl-dev linux-headers 9.9s => [web 4/6] COPY requirements.txt requirements.txt 0.0s => [web 5/6] RUN pip install -r requirements.txt 2.6s => [web 6/6] COPY . . 0.0s => [web] exporting to image 0.3s => => exporting layers 0.3s => => writing image sha256:c1a41783950db5cb69941f5f9e96b51275e706179e891 0.0s => => naming to docker.io/library/composetest-web 0.0s [+] Running 3/0 â Network composetest_default Created 0.0s â Container composetest-redis-1 Creat... 0.0s â Container composetest-web-1 Created 0.0s Attaching to composetest-redis-1, composetest-web-1 composetest-redis-1 | 1:C 27 Feb 2024 10:26:04.114 # 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. composetest-redis-1 | 1:C 27 Feb 2024 10:26:04.114 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo composetest-redis-1 | 1:C 27 Feb 2024 10:26:04.114 * Redis version=7.2.4, bits=64, commit=00000000, modified=0, pid=1, just started composetest-redis-1 | 1:C 27 Feb 2024 10:26:04.114 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf composetest-redis-1 | 1:M 27 Feb 2024 10:26:04.114 * monotonic clock: POSIX clock_gettime composetest-redis-1 | 1:M 27 Feb 2024 10:26:04.115 * Running mode=standalone, port=6379. composetest-redis-1 | 1:M 27 Feb 2024 10:26:04.115 * Server initialized composetest-redis-1 | 1:M 27 Feb 2024 10:26:04.115 * Ready to accept connections tcp composetest-web-1 | * Serving Flask app 'app.py' composetest-web-1 | * Debug mode: off composetest-web-1 | WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. composetest-web-1 | * Running on all addresses (0.0.0.0) composetest-web-1 | * Running on http://127.0.0.1:5000 composetest-web-1 | * Running on http://172.18.0.3:5000 composetest-web-1 | Press CTRL+C to quit
View Attachment As Raw
Actions:
View
Attachments on
bug 32897
: 14427 |
14428
|
14429