Giter VIP home page Giter VIP logo

Comments (19)

bilby91 avatar bilby91 commented on August 11, 2024

I can confirm that version 0.2.0 has the same problem.

from envbuilder.

kylecarbs avatar kylecarbs commented on August 11, 2024

@bilby91 are you certain you aren't experiencing intermittent network issues?

from envbuilder.

bilby91 avatar bilby91 commented on August 11, 2024

@kylecarbs I tried with the different version multiple times under the same environment. I looked at the diff of the versions and nothing ringed a bell. I can try again.

from envbuilder.

kylecarbs avatar kylecarbs commented on August 11, 2024

Interesting. I'll check the commits.

from envbuilder.

kylecarbs avatar kylecarbs commented on August 11, 2024

@bilby91 I'm tempted to say something else is causing this issue, because there were no related changes between those releases:

v0.1.5...v0.1.6

from envbuilder.

bilby91 avatar bilby91 commented on August 11, 2024

@kylecarbs I can reproduce the problem like a clock by only change images from v0.1.5 to v0.1.6. I'm going to diff the images.

from envbuilder.

bilby91 avatar bilby91 commented on August 11, 2024

@kylecarbs Yeah, the only thing that looks different is the last step which just imports the binary.

╰─ docker history ghcr.io/coder/envbuilder:0.1.5
IMAGE          CREATED       CREATED BY                                      SIZE      COMMENT
098a812cab99   12 days ago   /bin/sh -c #(nop)  ENTRYPOINT ["/.envbuilder…   0B
<missing>      12 days ago   /bin/sh -c #(nop)  ENV DOCKER_CONFIG=/.envbu…   0B
<missing>      12 days ago   /bin/sh -c #(nop)  ENV KANIKO_DIR=/.envbuild…   0B
<missing>      12 days ago   /bin/sh -c #(nop) COPY file:01c1262ab848d782…   60.3MB

╰─ docker history ghcr.io/coder/envbuilder:0.1.6
IMAGE          CREATED       CREATED BY                                      SIZE      COMMENT
538275a6382c   12 days ago   /bin/sh -c #(nop)  ENTRYPOINT ["/.envbuilder…   0B
<missing>      12 days ago   /bin/sh -c #(nop)  ENV DOCKER_CONFIG=/.envbu…   0B
<missing>      12 days ago   /bin/sh -c #(nop)  ENV KANIKO_DIR=/.envbuild…   0B
<missing>      12 days ago   /bin/sh -c #(nop) COPY file:f737512ce9e38812…   60.3MB

from envbuilder.

kylecarbs avatar kylecarbs commented on August 11, 2024

@bilby91 can you send me the full log output from the failing run?

from envbuilder.

bilby91 avatar bilby91 commented on August 11, 2024

Logs of the different versions I'm running

Full output of v0.1.5
2023-07-26T23:51:57.125 runner[328743d0b43985] eze [info] Pulling container image ghcr.io/coder/envbuilder:0.1.5

2023-07-26T23:51:57.434 runner[328743d0b43985] eze [info] Successfully prepared image ghcr.io/coder/envbuilder:0.1.5 (308.809269ms)

2023-07-26T23:51:57.458 runner[328743d0b43985] eze [info] Setting up volume 'coder_bilby91_test_home'

2023-07-26T23:51:57.458 runner[328743d0b43985] eze [info] Opening encrypted volume

2023-07-26T23:51:57.760 runner[328743d0b43985] eze [info] Configuring firecracker

2023-07-26T23:51:58.122 app[328743d0b43985] eze [info] INFO Sending signal SIGINT to main child process w/ PID 274

2023-07-26T23:51:58.709 app[328743d0b43985] eze [info] INFO Main child exited with signal (with signal 'SIGINT', core dumped? false)

2023-07-26T23:51:58.709 app[328743d0b43985] eze [info] INFO Starting clean up.

2023-07-26T23:51:58.709 app[328743d0b43985] eze [info] INFO Umounting /dev/vdb from /home/coder

2023-07-26T23:51:58.712 app[328743d0b43985] eze [info] WARN hallpass exited, pid: 275, status: signal: 15 (SIGTERM)

2023-07-26T23:51:58.713 app[328743d0b43985] eze [info] WARN can't run hallpass: an unhandled IO error occurred: No such file or directory (os error 2)

2023-07-26T23:51:59.711 app[328743d0b43985] eze [info] [ 132.466987] reboot: Restarting system

2023-07-26T23:52:00.066 app[328743d0b43985] eze [info] [ 0.048898] PCI: Fatal: No config space access function found

2023-07-26T23:52:00.269 app[328743d0b43985] eze [info] INFO Starting init (commit: 1d1821d)...

2023-07-26T23:52:00.325 app[328743d0b43985] eze [info] INFO Mounting /dev/vdb at /home/coder w/ uid: 0, gid: 0 and chmod 0755

2023-07-26T23:52:00.327 app[328743d0b43985] eze [info] INFO Resized /home/coder to 21470642176 bytes

2023-07-26T23:52:00.327 app[328743d0b43985] eze [info] INFO Preparing to run: `/.envbuilder/bin/envbuilder` as root

2023-07-26T23:52:00.330 app[328743d0b43985] eze [info] INFO [fly api proxy] listening at /.fly/api

2023-07-26T23:52:00.332 app[328743d0b43985] eze [info] 2023/07/26 23:52:00 listening on [fdaa:0:aae3:a7b:146:a8f4:a462:2]:22 (DNS: [fdaa::3]:53)

2023-07-26T23:52:00.411 app[328743d0b43985] eze [info] envbuilder - Build development environments from repositories in a container

2023-07-26T23:52:00.411 app[328743d0b43985] eze [info] #1: 📦 Cloning https://github.com/bilby91/rails-interview.git to /workspaces/rails-interview.git...

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Enumerating objects: 190, done.

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Counting objects: 0% (1/190)

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Counting objects: 1% (2/190)

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Counting objects: 2% (4/190)

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Counting objects: 3% (6/190)

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Counting objects: 4% (8/190)

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Counting objects: 5% (10/190)

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Counting objects: 6% (12/190)

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Counting objects: 7% (14/190)

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Counting objects: 8% (16/190)

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Counting objects: 9% (18/190)

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Counting objects: 10% (19/190)

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Counting objects: 11% (21/190)

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Counting objects: 12% (23/190)

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Counting objects: 13% (25/190)

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Counting objects: 14% (27/190)

2023-07-26T23:52:01.103 app[328743d0b43985] eze [info] #1: Counting objects: 15% (29/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 16% (31/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 17% (33/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 18% (35/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 19% (37/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 20% (38/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 21% (40/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 22% (42/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 23% (44/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 24% (46/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 25% (48/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 26% (50/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 27% (52/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 28% (54/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 29% (56/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 30% (57/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 31% (59/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 32% (61/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 33% (63/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 34% (65/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 35% (67/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 36% (69/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 37% (71/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 38% (73/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 39% (75/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 40% (76/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 41% (78/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 42% (80/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 43% (82/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 44% (84/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 45% (86/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 46% (88/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 47% (90/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 48% (92/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 49% (94/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 50% (95/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 51% (97/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 52% (99/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 53% (101/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 54% (103/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 55% (105/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 56% (107/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 57% (109/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 58% (111/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 59% (113/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 60% (114/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 61% (116/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 62% (118/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 63% (120/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 64% (122/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 65% (124/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 66% (126/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 67% (128/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 68% (130/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 69% (132/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 70% (133/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 71% (135/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 72% (137/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 73% (139/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 74% (141/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 75% (143/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 76% (145/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 77% (147/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 78% (149/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 79% (151/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 80% (152/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 81% (154/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 82% (156/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 83% (158/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 84% (160/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 85% (162/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 86% (164/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 87% (166/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 88% (168/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 89% (170/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 90% (171/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 91% (173/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 92% (175/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 93% (177/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 94% (179/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 95% (181/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 96% (183/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 97% (185/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 98% (187/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 99% (189/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 100% (190/190)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Counting objects: 100% (190/190), done.

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 0% (1/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 1% (2/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 2% (3/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 3% (5/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 4% (6/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 5% (8/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 6% (9/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 7% (11/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 8% (12/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 9% (14/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 10% (15/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 11% (16/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 12% (18/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 13% (19/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 14% (21/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 15% (22/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 16% (24/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 17% (25/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 18% (27/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 19% (28/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 20% (29/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 21% (31/145)

2023-07-26T23:52:01.104 app[328743d0b43985] eze [info] #1: Compressing objects: 22% (32/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 23% (34/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 24% (35/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 25% (37/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 26% (38/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 27% (40/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 28% (41/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 29% (43/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 30% (44/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 31% (45/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 32% (47/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 33% (48/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 34% (50/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 35% (51/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 36% (53/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 37% (54/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 38% (56/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 39% (57/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 40% (58/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 41% (60/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 42% (61/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 43% (63/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 44% (64/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 45% (66/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 46% (67/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 47% (69/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 48% (70/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 49% (72/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 50% (73/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 51% (74/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 52% (76/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 53% (77/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 54% (79/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 55% (80/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 56% (82/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 57% (83/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 58% (85/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 59% (86/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 60% (87/145)

2023-07-26T23:52:01.245 app[328743d0b43985] eze [info] #1: Compressing objects: 61% (89/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 62% (90/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 63% (92/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 64% (93/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 65% (95/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 66% (96/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 67% (98/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 68% (99/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 69% (101/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 70% (102/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 71% (103/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 72% (105/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 73% (106/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 74% (108/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 75% (109/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 76% (111/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 77% (112/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 78% (114/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 79% (115/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 80% (116/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 81% (118/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 82% (119/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 83% (121/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 84% (122/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 85% (124/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 86% (125/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 87% (127/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 88% (128/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 89% (130/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 90% (131/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 91% (132/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 92% (134/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 93% (135/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 94% (137/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 95% (138/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 96% (140/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 97% (141/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 98% (143/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 99% (144/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 100% (145/145)

2023-07-26T23:52:01.246 app[328743d0b43985] eze [info] #1: Compressing objects: 100% (145/145), done.

2023-07-26T23:52:01.395 app[328743d0b43985] eze [info] #1: Total 190 (delta 54), reused 146 (delta 26), pack-reused 0

2023-07-26T23:52:01.416 app[328743d0b43985] eze [info] #1: 📦 Cloned repository! [1.004906665s]

2023-07-26T23:52:33.035 app[328743d0b43985] eze [info] #2: 🏗️ Building image...

2023-07-26T23:52:33.036 app[328743d0b43985] eze [info] #2: Retrieving image manifest mcr.microsoft.com/devcontainers/ruby:3.1

2023-07-26T23:52:33.036 app[328743d0b43985] eze [info] #2: Retrieving image mcr.microsoft.com/devcontainers/ruby:3.1 from registry mcr.microsoft.com

2023-07-26T23:52:38.755 app[328743d0b43985] eze [info] #2: Built cross stage deps: map[]

2023-07-26T23:52:38.755 app[328743d0b43985] eze [info] #2: Retrieving image manifest mcr.microsoft.com/devcontainers/ruby:3.1

2023-07-26T23:52:38.755 app[328743d0b43985] eze [info] #2: Returning cached image manifest

2023-07-26T23:52:38.756 app[328743d0b43985] eze [info] #2: Executing 0 build triggers

2023-07-26T23:52:38.756 app[328743d0b43985] eze [info] #2: Building stage 'mcr.microsoft.com/devcontainers/ruby:3.1' [idx: '0', base-idx: '-1']

2023-07-26T23:52:38.756 app[328743d0b43985] eze [info] #2: Unpacking rootfs as cmd RUN gem install rails webdrivers requires it.

2023-07-26T23:53:36.327 app[328743d0b43985] eze [info] #2: Initializing snapshotter ...

2023-07-26T23:53:36.327 app[328743d0b43985] eze [info] #2: Taking snapshot of full filesystem...

2023-07-26T23:53:38.826 app[328743d0b43985] eze [info] #2: RUN gem install rails webdrivers

2023-07-26T23:53:39.562 app[328743d0b43985] eze [info] #2: Cmd: /bin/sh

2023-07-26T23:53:39.562 app[328743d0b43985] eze [info] #2: Args: [-c gem install rails webdrivers]

2023-07-26T23:53:39.563 app[328743d0b43985] eze [info] #2: Util.Lookup returned: &{Uid:0 Gid:0 Username:root Name:root HomeDir:/root}

2023-07-26T23:53:39.563 app[328743d0b43985] eze [info] #2: Performing slow lookup of group ids for root

2023-07-26T23:53:39.563 app[328743d0b43985] eze [info] #2: Running: [/bin/sh -c gem install rails webdrivers]

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed zeitwerk-2.6.9

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed thor-1.2.2

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed rake-13.0.6

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed method_source-1.0.0

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed concurrent-ruby-1.2.2

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed tzinfo-2.0.6

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed minitest-5.19.0

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed i18n-1.14.1

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed activesupport-7.0.6

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed nokogiri-1.15.3-x86_64-linux

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed crass-1.0.6

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed loofah-2.21.3

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed rails-html-sanitizer-1.6.0

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed rails-dom-testing-2.1.1

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed rack-2.2.7

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed rack-test-2.1.0

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed erubi-1.12.0

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed builder-3.2.4

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed actionview-7.0.6

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed actionpack-7.0.6

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed railties-7.0.6

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed mini_mime-1.1.2

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed marcel-1.0.2

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed activemodel-7.0.6

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed activerecord-7.0.6

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed globalid-1.1.0

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed activejob-7.0.6

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed activestorage-7.0.6

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed actiontext-7.0.6

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed net-smtp-0.3.3

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed net-pop-0.1.2

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed net-imap-0.3.7

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed mail-2.8.1

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed actionmailer-7.0.6

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed actionmailbox-7.0.6

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Successfully installed websocket-extensions-0.1.5

2023-07-26T23:53:46.658 app[328743d0b43985] eze [info] Building native extensions. This could take a while...

2023-07-26T23:53:46.950 app[328743d0b43985] eze [info] Successfully installed websocket-driver-0.7.6

2023-07-26T23:53:46.950 app[328743d0b43985] eze [info] Building native extensions. This could take a while...

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] Successfully installed nio4r-2.5.9

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] Successfully installed actioncable-7.0.6

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] Successfully installed rails-7.0.6

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] Successfully installed websocket-1.2.9

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] RubyZip 3.0 is coming!

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] **********************

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] The public API of some Rubyzip classes has been modernized to use named

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] parameters for optional arguments. Please check your usage of the

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] following classes:

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] * `Zip::File`

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] * `Zip::Entry`

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] * `Zip::InputStream`

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] * `Zip::OutputStream`

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] Please ensure that your Gemfiles and .gemspecs are suitably restrictive

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] See https://github.com/rubyzip/rubyzip for details. The Changelog also

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] lists other enhancements and bugfixes that have been implemented since

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] version 2.3.0.

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] Successfully installed rubyzip-2.3.2

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] Successfully installed rexml-3.2.5

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] Successfully installed selenium-webdriver-4.10.0

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] Successfully installed webdrivers-5.2.0

2023-07-26T23:53:51.778 app[328743d0b43985] eze [info] 45 gems installed

2023-07-26T23:53:52.791 app[328743d0b43985] eze [info] #2: Taking snapshot of files...

2023-07-26T23:53:53.682 app[328743d0b43985] eze [info] #2: ENV RAILS_DEVELOPMENT_HOSTS=".githubpreview.dev,.preview.app.github.dev"

2023-07-26T23:53:53.683 app[328743d0b43985] eze [info] #2: 🏗️ Built image! [1m20.646610818s]
Full output of v0.1.6
2023-07-26T23:49:37.615 runner[328743d0b43985] eze [info] Successfully prepared image ghcr.io/coder/envbuilder:0.1.6 (4.282397724s)

2023-07-26T23:49:38.594 runner[328743d0b43985] eze [info] Setting up volume 'coder_bilby91_test_home'

2023-07-26T23:49:38.594 runner[328743d0b43985] eze [info] Uninitialized volume 'coder_bilby91_test_home', initializing...

2023-07-26T23:49:38.594 runner[328743d0b43985] eze [info] Encrypting volume

2023-07-26T23:49:44.506 runner[328743d0b43985] eze [info] Opening encrypted volume

2023-07-26T23:49:46.474 runner[328743d0b43985] eze [info] Formatting volume

2023-07-26T23:49:46.772 runner[328743d0b43985] eze [info] Configuring firecracker

2023-07-26T23:49:47.291 app[328743d0b43985] eze [info] [ 0.049085] PCI: Fatal: No config space access function found

2023-07-26T23:49:47.490 app[328743d0b43985] eze [info] INFO Starting init (commit: 1d1821d)...

2023-07-26T23:49:47.549 app[328743d0b43985] eze [info] INFO Mounting /dev/vdb at /home/coder w/ uid: 0, gid: 0 and chmod 0755

2023-07-26T23:49:47.551 app[328743d0b43985] eze [info] INFO Resized /home/coder to 21470642176 bytes

2023-07-26T23:49:47.552 app[328743d0b43985] eze [info] INFO Preparing to run: `/.envbuilder/bin/envbuilder` as root

2023-07-26T23:49:47.555 app[328743d0b43985] eze [info] INFO [fly api proxy] listening at /.fly/api

2023-07-26T23:49:47.558 app[328743d0b43985] eze [info] 2023/07/26 23:49:47 listening on [fdaa:0:aae3:a7b:146:a8f4:a462:2]:22 (DNS: [fdaa::3]:53)

2023-07-26T23:49:47.633 app[328743d0b43985] eze [info] envbuilder - Build development environments from repositories in a container

2023-07-26T23:49:47.633 app[328743d0b43985] eze [info] #1: 📦 Cloning https://github.com/bilby91/rails-interview.git to /workspaces/rails-interview.git...

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Enumerating objects: 190, done.

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 0% (1/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 1% (2/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 2% (4/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 3% (6/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 4% (8/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 5% (10/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 6% (12/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 7% (14/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 8% (16/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 9% (18/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 10% (19/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 11% (21/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 12% (23/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 13% (25/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 14% (27/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 15% (29/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 16% (31/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 17% (33/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 18% (35/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 19% (37/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 20% (38/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 21% (40/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 22% (42/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 23% (44/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 24% (46/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 25% (48/190)

2023-07-26T23:49:49.413 app[328743d0b43985] eze [info] #1: Counting objects: 26% (50/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 27% (52/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 28% (54/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 29% (56/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 30% (57/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 31% (59/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 32% (61/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 33% (63/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 34% (65/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 35% (67/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 36% (69/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 37% (71/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 38% (73/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 39% (75/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 40% (76/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 41% (78/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 42% (80/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 43% (82/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 44% (84/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 45% (86/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 46% (88/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 47% (90/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 48% (92/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 49% (94/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 50% (95/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 51% (97/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 52% (99/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 53% (101/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 54% (103/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 55% (105/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 56% (107/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 57% (109/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 58% (111/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 59% (113/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 60% (114/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 61% (116/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 62% (118/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 63% (120/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 64% (122/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 65% (124/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 66% (126/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 67% (128/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 68% (130/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 69% (132/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 70% (133/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 71% (135/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 72% (137/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 73% (139/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 74% (141/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 75% (143/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 76% (145/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 77% (147/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 78% (149/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 79% (151/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 80% (152/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 81% (154/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 82% (156/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 83% (158/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 84% (160/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 85% (162/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 86% (164/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 87% (166/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 88% (168/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 89% (170/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 90% (171/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 91% (173/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 92% (175/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 93% (177/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 94% (179/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 95% (181/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 96% (183/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 97% (185/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 98% (187/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 99% (189/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 100% (190/190)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Counting objects: 100% (190/190), done.

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Compressing objects: 0% (1/145)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Compressing objects: 1% (2/145)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Compressing objects: 2% (3/145)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Compressing objects: 3% (5/145)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Compressing objects: 4% (6/145)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Compressing objects: 5% (8/145)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Compressing objects: 6% (9/145)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Compressing objects: 7% (11/145)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Compressing objects: 8% (12/145)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Compressing objects: 9% (14/145)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Compressing objects: 10% (15/145)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Compressing objects: 11% (16/145)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Compressing objects: 12% (18/145)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Compressing objects: 13% (19/145)

2023-07-26T23:49:49.414 app[328743d0b43985] eze [info] #1: Compressing objects: 14% (21/145)

2023-07-26T23:49:49.553 app[328743d0b43985] eze [info] #1: Compressing objects: 15% (22/145)

2023-07-26T23:49:49.553 app[328743d0b43985] eze [info] #1: Compressing objects: 16% (24/145)

2023-07-26T23:49:49.553 app[328743d0b43985] eze [info] #1: Compressing objects: 17% (25/145)

2023-07-26T23:49:49.553 app[328743d0b43985] eze [info] #1: Compressing objects: 18% (27/145)

2023-07-26T23:49:49.553 app[328743d0b43985] eze [info] #1: Compressing objects: 19% (28/145)

2023-07-26T23:49:49.554 app[328743d0b43985] eze [info] #1: Compressing objects: 20% (29/145)

2023-07-26T23:49:49.554 app[328743d0b43985] eze [info] #1: Compressing objects: 21% (31/145)

2023-07-26T23:49:49.554 app[328743d0b43985] eze [info] #1: Compressing objects: 22% (32/145)

2023-07-26T23:49:49.554 app[328743d0b43985] eze [info] #1: Compressing objects: 23% (34/145)

2023-07-26T23:49:49.554 app[328743d0b43985] eze [info] #1: Compressing objects: 24% (35/145)

2023-07-26T23:49:49.554 app[328743d0b43985] eze [info] #1: Compressing objects: 25% (37/145)

2023-07-26T23:49:49.554 app[328743d0b43985] eze [info] #1: Compressing objects: 26% (38/145)

2023-07-26T23:49:49.554 app[328743d0b43985] eze [info] #1: Compressing objects: 27% (40/145)

2023-07-26T23:49:49.554 app[328743d0b43985] eze [info] #1: Compressing objects: 28% (41/145)

2023-07-26T23:49:49.554 app[328743d0b43985] eze [info] #1: Compressing objects: 29% (43/145)

2023-07-26T23:49:49.554 app[328743d0b43985] eze [info] #1: Compressing objects: 30% (44/145)

2023-07-26T23:49:49.554 app[328743d0b43985] eze [info] #1: Compressing objects: 31% (45/145)

2023-07-26T23:49:49.555 app[328743d0b43985] eze [info] #1: Compressing objects: 32% (47/145)

2023-07-26T23:49:49.555 app[328743d0b43985] eze [info] #1: Compressing objects: 33% (48/145)

2023-07-26T23:49:49.555 app[328743d0b43985] eze [info] #1: Compressing objects: 34% (50/145)

2023-07-26T23:49:49.555 app[328743d0b43985] eze [info] #1: Compressing objects: 35% (51/145)

2023-07-26T23:49:49.555 app[328743d0b43985] eze [info] #1: Compressing objects: 36% (53/145)

2023-07-26T23:49:49.555 app[328743d0b43985] eze [info] #1: Compressing objects: 37% (54/145)

2023-07-26T23:49:49.555 app[328743d0b43985] eze [info] #1: Compressing objects: 38% (56/145)

2023-07-26T23:49:49.555 app[328743d0b43985] eze [info] #1: Compressing objects: 39% (57/145)

2023-07-26T23:49:49.555 app[328743d0b43985] eze [info] #1: Compressing objects: 40% (58/145)

2023-07-26T23:49:49.555 app[328743d0b43985] eze [info] #1: Compressing objects: 41% (60/145)

2023-07-26T23:49:49.555 app[328743d0b43985] eze [info] #1: Compressing objects: 42% (61/145)

2023-07-26T23:49:49.555 app[328743d0b43985] eze [info] #1: Compressing objects: 43% (63/145)

2023-07-26T23:49:49.555 app[328743d0b43985] eze [info] #1: Compressing objects: 44% (64/145)

2023-07-26T23:49:49.555 app[328743d0b43985] eze [info] #1: Compressing objects: 45% (66/145)

2023-07-26T23:49:49.555 app[328743d0b43985] eze [info] #1: Compressing objects: 46% (67/145)

2023-07-26T23:49:49.555 app[328743d0b43985] eze [info] #1: Compressing objects: 47% (69/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 48% (70/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 49% (72/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 50% (73/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 51% (74/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 52% (76/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 53% (77/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 54% (79/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 55% (80/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 56% (82/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 57% (83/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 58% (85/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 59% (86/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 60% (87/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 61% (89/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 62% (90/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 63% (92/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 64% (93/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 65% (95/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 66% (96/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 67% (98/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 68% (99/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 69% (101/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 70% (102/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 71% (103/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 72% (105/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 73% (106/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 74% (108/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 75% (109/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 76% (111/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 77% (112/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 78% (114/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 79% (115/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 80% (116/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 81% (118/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 82% (119/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 83% (121/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 84% (122/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 85% (124/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 86% (125/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 87% (127/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 88% (128/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 89% (130/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 90% (131/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 91% (132/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 92% (134/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 93% (135/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 94% (137/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 95% (138/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 96% (140/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 97% (141/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 98% (143/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 99% (144/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 100% (145/145)

2023-07-26T23:49:49.556 app[328743d0b43985] eze [info] #1: Compressing objects: 100% (145/145), done.

2023-07-26T23:49:49.707 app[328743d0b43985] eze [info] #1: Total 190 (delta 54), reused 146 (delta 26), pack-reused 0

2023-07-26T23:49:49.729 app[328743d0b43985] eze [info] #1: 📦 Cloned repository! [2.095112478s]

2023-07-26T23:49:53.328 app[328743d0b43985] eze [info] #2: Deleting filesystem...

2023-07-26T23:49:53.340 app[328743d0b43985] eze [info] #2: 🏗️ Building image...

2023-07-26T23:49:53.341 app[328743d0b43985] eze [info] #2: Retrieving image manifest mcr.microsoft.com/devcontainers/ruby:3.1

2023-07-26T23:49:53.341 app[328743d0b43985] eze [info] #2: Retrieving image mcr.microsoft.com/devcontainers/ruby:3.1 from registry mcr.microsoft.com

2023-07-26T23:50:11.188 app[328743d0b43985] eze [info] error: Get "https://mcr.microsoft.com/v2/": dial tcp: lookup mcr.microsoft.com on [::1]:53: read udp [::1]:34688->[::1]:53: read: connection refused

from envbuilder.

bilby91 avatar bilby91 commented on August 11, 2024

@kylecarbs Comparing the two outputs there is one line that calls my attention and relates to the diff between v0.1.5 and v0.1.6.

2023-07-26T23:49:53.328 app[328743d0b43985] eze [info] #2: Deleting filesystem...

This line shows up only in v0.1.6 and seems related to 0968214

from envbuilder.

kylecarbs avatar kylecarbs commented on August 11, 2024

Super odd, but thanks for your help @bilby91. It must be something at build-time that may have changed, which is weird.

The Deleting filesystem... line is unrelated. It just ensures Kaniko gets a fresh build each time, which is expected.

from envbuilder.

kylecarbs avatar kylecarbs commented on August 11, 2024

Actually, @bilby91 I wonder if it's deleting a resolv.conf that would indicate where your DNS servers are... are you able to pull any image?

from envbuilder.

bilby91 avatar bilby91 commented on August 11, 2024

@kylecarbs That makes sense. We are deploying in fly.io and I know they have some special configurations for DNS.

Could the filesystem cleanup be optional ? I don't follow 100% why envbuilder needs to completely wipe the fs before building.

from envbuilder.

kylecarbs avatar kylecarbs commented on August 11, 2024

I'm just going to exclude resolv.conf - it doesn't need to be cleared.

The FS needs to be wiped in the case of a container stop/start so that a fresh state can occur. There's an upcoming feature in Coder for essentially instantaneous rebuilds with devcontainers which uses this.

from envbuilder.

bilby91 avatar bilby91 commented on August 11, 2024

@kylecarbs Sweet. Are you planning a new version soon ? I'm eager to try the two bugs you fixed :)

Also, is there a roadmap for envbuilder ? Docker-compose is a feature we really need and I'm happy to contribute!

Thanks for you awesome work!

from envbuilder.

kylecarbs avatar kylecarbs commented on August 11, 2024

I will right away!

from envbuilder.

kylecarbs avatar kylecarbs commented on August 11, 2024

@bilby91 v0.2.1 is out!

from envbuilder.

bilby91 avatar bilby91 commented on August 11, 2024

@kylecarbs Confirmed that this is working now!

from envbuilder.

kylecarbs avatar kylecarbs commented on August 11, 2024

Woot woot

from envbuilder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.