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

make upgrade-start is broken #6047

Closed
kushaldas opened this issue Jul 27, 2021 · 2 comments
Closed

make upgrade-start is broken #6047

kushaldas opened this issue Jul 27, 2021 · 2 comments
Assignees

Comments

@kushaldas
Copy link
Contributor

kushaldas commented Jul 27, 2021

Description

make upgrade-start command failed to create the apt-local instance

Steps to Reproduce

  • make upgrade-start

Expected Behavior

It should finish creating a vm.

Actual Behavior

 make upgrade-start 
███ Starting upgrade test environment...
molecule converge -s upgrade
--> Test matrix
    
└── upgrade
    ├── dependency
    ├── create
    ├── prepare
    └── converge
    
--> Scenario: 'upgrade'
--> Action: 'dependency'
[WARNING]: - jdauphant.nginx was NOT installed successfully: - command
/usr/bin/git clone https://github.com/jdauphant/ansible-role-nginx.git
jdauphant.nginx failed in directory /home/kdas/.ansible/tmp/ansible-
local-294558x2z8lq9/tmpgo1qzol7 (rc=128) - Cloning into 'jdauphant.nginx'...
fatal: unable to access 'https://github.com/jdauphant/ansible-role-nginx.git/':
Failed sending HTTP2 data
ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.
Retrying dependency ... 1/3 time(s)
Sleeping 3 seconds before retrying ...
[WARNING]: - jdauphant.nginx was NOT installed successfully: - command
/usr/bin/git clone https://github.com/jdauphant/ansible-role-nginx.git
jdauphant.nginx failed in directory /home/kdas/.ansible/tmp/ansible-
local-294683tt3yeaf/tmpkm16f54_ (rc=128) - Cloning into 'jdauphant.nginx'...
fatal: unable to access 'https://github.com/jdauphant/ansible-role-nginx.git/':
Failed sending HTTP2 data
ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.
Retrying dependency ... 2/3 time(s)
Sleeping 6 seconds before retrying ...
[WARNING]: - jdauphant.nginx was NOT installed successfully: - command
/usr/bin/git clone https://github.com/jdauphant/ansible-role-nginx.git
jdauphant.nginx failed in directory /home/kdas/.ansible/tmp/ansible-
local-29481j1ed_ksk/tmpt3dhdotz (rc=128) - Cloning into 'jdauphant.nginx'...
fatal: unable to access 'https://github.com/jdauphant/ansible-role-nginx.git/':
Failed sending HTTP2 data
ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.
Retrying dependency ... 3/3 time(s)
Sleeping 9 seconds before retrying ...
[WARNING]: - jdauphant.nginx was NOT installed successfully: - command
/usr/bin/git clone https://github.com/jdauphant/ansible-role-nginx.git
jdauphant.nginx failed in directory /home/kdas/.ansible/tmp/ansible-
local-29560bhlgsvl5/tmpld68ycxv (rc=128) - Cloning into 'jdauphant.nginx'...
fatal: unable to access 'https://github.com/jdauphant/ansible-role-nginx.git/':
Failed sending HTTP2 data
ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.
make: *** [Makefile:236: upgrade-start] Error 1

Comments

https://github.com/jdauphant/ansible-role-nginx.git repository is archived.

@conorsch conorsch self-assigned this Aug 2, 2021
@conorsch
Copy link
Contributor

conorsch commented Aug 2, 2021

I'll take a look at this today while reviewing #5988

@conorsch
Copy link
Contributor

conorsch commented Aug 2, 2021

I was unable to reproduce in my testing. Judging by the message

fatal: unable to access 'https://github.com/jdauphant/ansible-role-nginx.git/':
Failed sending HTTP2 data

it appears to be a transient network error. Please reopen if you still have concerns, @kushaldas.

@conorsch conorsch closed this as completed Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants