dyne / reflow-os

Base scripts to run Reflow OS
7 stars 2 forks source link

"make config setup run" Fail #34

Closed jnaudon closed 1 year ago

jnaudon commented 1 year ago

when running "make config setup run", it fails.

I checked and it falls on line 11 where it tries to download zenroom. I looked for it in the repository, I think I see it, but apparently there is a broken link. I copy the Error.

reflowos:~/reflow-os# make config setup run
--2023-11-24 12:49:48--  https://files.dyne.org/zenroom/nightly/zenroom-linux-amd64
Resolving files.dyne.org (files.dyne.org)... 5.161.83.192
Connecting to files.dyne.org (files.dyne.org)|5.161.83.192|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-11-24 12:49:51 ERROR 404: Not Found.

make: *** [Makefile:11: secrets] Error 8

Thank you

jnaudon commented 1 year ago

It's funny, but I ran it again and I made progress. but it gave another error

reflowos:~/reflow-os# make config setup run
Generating new conf/secrets.env
Cloning into 'bonfire'...
remote: Enumerating objects: 14034, done.
remote: Total 14034 (delta 0), reused 0 (delta 0), pack-reused 14034
Receiving objects: 100% (14034/14034), 8.55 MiB | 12.56 MiB/s, done.
Resolving deltas: 100% (8944/8944), done.
make[1]: Entering directory '/root/reflow-os/bonfire'
Setting flavour to flavours/reflow
You can now edit your config for flavour 'reflow' in config/prod/secrets.env, config/prod/public.env and ./config/ more generally.
make[1]: Leaving directory '/root/reflow-os/bonfire'
FLAVOUR=reflow ORG_NAME=dyne MIX_ENV=prod make -C bonfire rel.setup
make[1]: Entering directory '/root/reflow-os/bonfire'
Setting flavour to flavours/reflow
Loading environment variables from flavours/reflow/config/prod
Light that fire... reflow with reflow flavour in prod - 0.1.0-beta.280 - 085de64 - flavours/reflow
Setting flavour to flavours/reflow
docker-compose -p "reflow_release" -f docker-compose.release.yml up -d db search
[+] Running 19/19
 ✔ search 6 layers [⣿⣿⣿⣿⣿⣿]      0B/0B      Pulled                      12.8s 
   ✔ 659d66d51139 Pull complete                                          3.7s 
   ✔ 823cc4823054 Pull complete                                          4.2s 
   ✔ 2a0da49b17bf Pull complete                                          9.5s 
   ✔ bc619449dc56 Pull complete                                          9.7s 
   ✔ 442470088f24 Pull complete                                          9.8s 
   ✔ 3daf05f0eceb Pull complete                                          9.8s 
 ✔ db 11 layers [⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿]      0B/0B      Pulled                    12.9s 
   ✔ 05e7bc50f07f Pull complete                                          1.2s 
   ✔ b05eb41eecb9 Pull complete                                          1.2s 
   ✔ 8a37c8fecb6a Pull complete                                          1.3s 
   ✔ d12aec736287 Pull complete                                          7.3s 
   ✔ 12e130148481 Pull complete                                          7.3s 
   ✔ d3ead0534f34 Pull complete                                          7.4s 
   ✔ a26495baeec1 Pull complete                                          7.4s 
   ✔ 0caf83ba4da8 Pull complete                                          7.5s 
   ✔ a6986707d152 Pull complete                                         10.3s 
   ✔ 297906a4586c Pull complete                                         10.3s 
   ✔ 37297d328ef6 Pull complete                                         10.4s 
[+] Running 3/3
 ✔ Network reflow_release_default     Created                            0.0s 
 ✔ Container reflow_release-search-1  Started                            0.9s 
 ✔ Container reflow_release-db-1      Started                            0.9s 
[+] Running 1/0
 ✔ Container reflow_release-db-1  Run...                                 0.0s 
[+] Running 3/5
 ⠼ web 4 layers [⣿⣿⣿⣿] 78.26MB/78.26MB Pulling                           7.5s 
   ✔ cfab2db72209 Pull complete                                          1.6s 
   ⠿ 0e769081d39c Extracting       78.26MB/78....                        5.3s 
   ✔ 9ed2fcaee369 Download complete                                      1.0s 
   ✔ 0e6993ecb7bb Download complete                                      3.6s 
failed to register layer: Error processing tar file(exit status 1): write /usr/bin/lto-dump: no space left on device
make[1]: *** [Makefile:398: rel.setup] Error 18
make[1]: Leaving directory '/root/reflow-os/bonfire'
make: *** [Makefile:35: setup] Error 2

I'm testing on a VM with Alpinelinux 3.18.4 (start with the virt iso). This is on a Proxmox 7.2.3

densizengin commented 1 year ago

Can you see if your drive has any space left on it (df -h could be helpful)?

jnaudon commented 1 year ago

Gracias, efectivamente ese era el problema, seguimos avanzando para probar reflowos Muchas Gracias

Thanks, indeed that was the problem, we continue moving forward to test reflowos Thank you so much