focal prepares infinitely #17

Closed
opened 2022-05-07 13:53:23 +00:00 by lee.miller · 5 comments
Contributor

Hi!

It seems also be related with the buildbot dockerfiles. See multibuild_child 731, 739, 749, 751, 755.

Hi! It seems also be related with the buildbot dockerfiles. See [multibuild_child](https://buildbot.bitmessage.org/#/builders/33) 731, 739, 749, 751, 755.
Owner

logs:

2022-05-07 17:05:45+0200 [-] Setting up tzdata (2022a-0ubuntu0.20.04) ...
2022-05-07 17:05:45+0200 [-] debconf: unable to initialize frontend: Dialog
2022-05-07 17:05:45+0200 [-] debconf: (TERM is not set, so the dialog frontend is not usable.)
2022-05-07 17:05:45+0200 [-] debconf: falling back to frontend: Readline
2022-05-07 17:05:45+0200 [-] Configuring tzdata
2022-05-07 17:05:45+0200 [-] ------------------
2022-05-07 17:05:45+0200 [-]
2022-05-07 17:05:45+0200 [-] Please select the geographic area in which you live. Subsequent configuration
2022-05-07 17:05:45+0200 [-] questions will narrow this down by presenting a list of cities, representing
2022-05-07 17:05:45+0200 [-] the time zones in which they are located.
2022-05-07 17:05:45+0200 [-]
2022-05-07 17:05:45+0200 [-]   1. Africa      4. Australia  7. Atlantic  10. Pacific  13. Etc
2022-05-07 17:05:45+0200 [-]   2. America     5. Arctic     8. Europe    11. SystemV
2022-05-07 17:05:45+0200 [-]   3. Antarctica  6. Asia       9. Indian    12. US
2022-05-07 17:05:45+0200 [-] Geographic area:
2022-05-07 17:30:39+0200 [-] Firing docker_worker-g-3_3 substantiation deferred with failure
2022-05-07 17:30:39+0200 [-] while worker_prepare
        Traceback (most recent call last):
        Failure: twisted.internet.defer.TimeoutError:
logs: ``` 2022-05-07 17:05:45+0200 [-] Setting up tzdata (2022a-0ubuntu0.20.04) ... 2022-05-07 17:05:45+0200 [-] debconf: unable to initialize frontend: Dialog 2022-05-07 17:05:45+0200 [-] debconf: (TERM is not set, so the dialog frontend is not usable.) 2022-05-07 17:05:45+0200 [-] debconf: falling back to frontend: Readline 2022-05-07 17:05:45+0200 [-] Configuring tzdata 2022-05-07 17:05:45+0200 [-] ------------------ 2022-05-07 17:05:45+0200 [-] 2022-05-07 17:05:45+0200 [-] Please select the geographic area in which you live. Subsequent configuration 2022-05-07 17:05:45+0200 [-] questions will narrow this down by presenting a list of cities, representing 2022-05-07 17:05:45+0200 [-] the time zones in which they are located. 2022-05-07 17:05:45+0200 [-] 2022-05-07 17:05:45+0200 [-] 1. Africa 4. Australia 7. Atlantic 10. Pacific 13. Etc 2022-05-07 17:05:45+0200 [-] 2. America 5. Arctic 8. Europe 11. SystemV 2022-05-07 17:05:45+0200 [-] 3. Antarctica 6. Asia 9. Indian 12. US 2022-05-07 17:05:45+0200 [-] Geographic area: 2022-05-07 17:30:39+0200 [-] Firing docker_worker-g-3_3 substantiation deferred with failure 2022-05-07 17:30:39+0200 [-] while worker_prepare Traceback (most recent call last): Failure: twisted.internet.defer.TimeoutError: ```
Owner
Not a new problem, includes fix: https://serverfault.com/questions/949991/how-to-install-tzdata-on-a-ubuntu-docker-image
Owner

happens at Step 3:

Step 3/14 : RUN apt-get install -yq --no-install-suggests --no-install-recommends     software-properties-common build-essential libcap-dev libssl-dev     python-all-dev python-setuptools wget xvfb language-pack-en     libffi-dev python3-dev python3-pip python3.8 python3.8-dev python3.8-venv     qtbase5-dev qt5-default tor

Probably just add a TZ and DEBIAN_FRONTEND into ENV before this step.

happens at Step 3: ``` Step 3/14 : RUN apt-get install -yq --no-install-suggests --no-install-recommends software-properties-common build-essential libcap-dev libssl-dev python-all-dev python-setuptools wget xvfb language-pack-en libffi-dev python3-dev python3-pip python3.8 python3.8-dev python3.8-venv qtbase5-dev qt5-default tor ``` Probably just add a `TZ` and `DEBIAN_FRONTEND` into `ENV` before this step.
Author
Contributor

ENV DEBIAN_FRONTEND=noninteractive is enough

ENV DEBIAN_FRONTEND=noninteractive is enough
Owner

great

great
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/buildbot_multibuild#17
No description provided.