Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing with #6

Closed
gerwinbrunner opened this issue Dec 10, 2020 · 3 comments
Closed

Failing with #6

gerwinbrunner opened this issue Dec 10, 2020 · 3 comments

Comments

@gerwinbrunner
Copy link

It seem that the newly spawned worker can't connect... any idea what goes wrong there?

Is it also possible to log into the worker somehow? I can connect in the hetzner console, but I don't know the user and/or password...

hetzner-runner_1  | Copying certs to the remote machine...              driver=hetzner name=runner-ux2alzk4-runner-1607630955-16c49b06 operation=create
hetzner-runner_1  | WARNING: Failed to process runner                   builds=0 error=failed to update executor: no free machines that can process builds executor=docker+machine runner=uX2ALzK4
hetzner-runner_1  | Setting Docker configuration on the remote daemon...  driver=hetzner name=runner-ux2alzk4-runner-1607630955-16c49b06 operation=create
hetzner-runner_1  | WARNING: Failed to process runner                   builds=0 error=failed to update executor: no free machines that can process builds executor=docker+machine runner=uX2ALzK4
hetzner-runner_1  | WARNING: Failed to process runner                   builds=0 error=failed to update executor: no free machines that can process builds executor=docker+machine runner=uX2ALzK4
hetzner-runner_1  | WARNING: Failed to process runner                   builds=0 error=failed to update executor: no free machines that can process builds executor=docker+machine runner=uX2ALzK4
hetzner-runner_1  | WARNING: Failed to process runner                   builds=0 error=failed to update executor: no free machines that can process builds executor=docker+machine runner=uX2ALzK4
hetzner-runner_1  | WARNING: Failed to process runner                   builds=0 error=failed to update executor: no free machines that can process builds executor=docker+machine runner=uX2ALzK4
hetzner-runner_1  | WARNING: Failed to process runner                   builds=0 error=failed to update executor: no free machines that can process builds executor=docker+machine runner=uX2ALzK4
hetzner-runner_1  | WARNING: Failed to process runner                   builds=0 error=failed to update executor: no free machines that can process builds executor=docker+machine runner=uX2ALzK4
hetzner-runner_1  | WARNING: Failed to process runner                   builds=0 error=failed to update executor: no free machines that can process builds executor=docker+machine runner=uX2ALzK4
hetzner-runner_1  | WARNING: Failed to process runner                   builds=0 error=failed to update executor: no free machines that can process builds executor=docker+machine runner=uX2ALzK4
hetzner-runner_1  | WARNING: Failed to process runner                   builds=0 error=failed to update executor: no free machines that can process builds executor=docker+machine runner=uX2ALzK4
hetzner-runner_1  | WARNING: Failed to process runner                   builds=0 error=failed to update executor: no free machines that can process builds executor=docker+machine runner=uX2ALzK4
hetzner-runner_1  | WARNING: Failed to process runner                   builds=0 error=failed to update executor: no free machines that can process builds executor=docker+machine runner=uX2ALzK4
hetzner-runner_1  | ERROR: Error creating machine: Error running provisioning: Unable to verify the Docker daemon is listening: Maximum number of retries (10) exceeded  driver=hetzner name=runner-ux2alzk4-runner-1607630955-16c49b06 operation=create
hetzner-runner_1  | WARNING: Problem while reading command output       error=read |0: file already closed
hetzner-runner_1  | WARNING: Machine creation failed, trying to provision  error=exit status 1 name=runner-ux2alzk4-runner-1607630955-16c49b06

@L-U-C-K-Y
Copy link
Contributor

Hi @gerwinbrunner

There is an issue with the latest docker version, see here: docker/machine#4858 (comment)

You can resolve this bug, by specifying an older docker version in the config.toml:

 MachineOptions = [
      "engine-install-url=https://releases.rancher.com/install-docker/19.03.9.sh",
    ]

I'll add it to the README.

@chickahoona
Copy link

chickahoona commented Dec 12, 2020

Took me 2 hours to fix it, and when I wanted to open an issue explaining the problem and solution I found this issue here ... Could have saved me 2 hours of my time :(

@mawalu
Copy link
Owner

mawalu commented Dec 12, 2020

I just merged the MR from @L-U-C-K-Y that adds a this fix to the README

@mawalu mawalu closed this as completed Dec 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants