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

bitbucket.org URL to download Python PyPy package is no longer valid (403 Forbidden) #6564

Closed
bmelbourne opened this issue Aug 20, 2020 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@bmelbourne
Copy link
Contributor

Environment:

  • OS (printf "$(uname -srm)\n$(cat /etc/os-release)\n"):

All CoreOS and Flatcar Virtualbox base images.

e.g.

Linux 4.19.128-flatcar x86_64
NAME="Flatcar Container Linux by Kinvolk"
ID=flatcar
ID_LIKE=coreos
VERSION=2512.2.1
VERSION_ID=2512.2.1
BUILD_ID=2020-06-16-1044
PRETTY_NAME="Flatcar Container Linux by Kinvolk 2512.2.1 (Oklo)"
ANSI_COLOR="38;5;75"
HOME_URL="https://flatcar-linux.org/"
BUG_REPORT_URL="https://issues.flatcar-linux.org"
FLATCAR_BOARD="amd64-usr"
  • Version of Ansible (ansible --version):
ansible 2.9.6
  config file = /c/Users/barry/Google Drive/GitHub/kubespray/ansible.cfg
  configured module search path = ['/c/Users/barry/Google Drive/GitHub/kubespray/library']
  ansible python module location = /home/barry/.local/lib/python3.6/site-packages/ansible
  executable location = /home/barry/.local/bin/ansible
  python version = 3.6.9 (default, Jul 17 2020, 12:50:27) [GCC 8.4.0]
  • Version of Python (python --version):

Python 3.6.9

Kubespray version (commit) (git rev-parse --short HEAD):

master branch

Command used to invoke ansible:

vagrant up

Output of ansible run:

TASK [bootstrap-os : Run bootstrap.sh] *****************************************
fatal: [k8s-2]: FAILED! => {"changed": true, "msg": "non-zero return code", "rc": 8, "stderr": "Shared connection to 127.0.0.1 closed.\r\n", "stderr_lines": ["Shared connection to 127.0.0.1 closed."], "stdout": "--2020-08-20 14:23:48--  https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.3.1-linux64.tar.bz2\r\nResolving bitbucket.org... 18.205.93.0, 18.205.93.1, 18.205.93.2\r\nConnecting to bitbucket.org|18.205.93.0|:443... connected.\r\nHTTP request sent, awaiting response... 403 Forbidden\r\n2020-08-20 14:23:49 ERROR 403: Forbidden.\r\n\r\n", 
"stdout_lines": ["--2020-08-20 14:23:48--  https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.3.1-linux64.tar.bz2", "Resolving bitbucket.org... 18.205.93.0, 18.205.93.1, 18.205.93.2", "Connecting to bitbucket.org|18.205.93.0|:443... connected.", "HTTP request sent, awaiting response... 403 Forbidden", "2020-08-20 14:23:49 ERROR 403: Forbidden.", ""]}
fatal: [k8s-3]: FAILED! => {"changed": true, "msg": "non-zero return code", "rc": 8, "stderr": "Shared connection to 127.0.0.1 closed.\r\n", "stderr_lines": ["Shared connection to 127.0.0.1 closed."], "stdout": "--2020-08-20 14:23:48--  https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.3.1-linux64.tar.bz2\r\nResolving bitbucket.org... 18.205.93.0, 18.205.93.1, 18.205.93.2\r\nConnecting to bitbucket.org|18.205.93.0|:443... connected.\r\nHTTP request sent, awaiting response... 403 Forbidden\r\n2020-08-20 14:23:49 ERROR 403: Forbidden.\r\n\r\n", 
"stdout_lines": ["--2020-08-20 14:23:48--  https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.3.1-linux64.tar.bz2", "Resolving bitbucket.org... 18.205.93.0, 18.205.93.1, 18.205.93.2", "Connecting to bitbucket.org|18.205.93.0|:443... connected.", "HTTP request sent, awaiting response... 403 Forbidden", "2020-08-20 14:23:49 ERROR 403: Forbidden.", ""]}
fatal: [k8s-1]: FAILED! => {"changed": true, "msg": "non-zero return code", "rc": 8, "stderr": "Shared connection to 127.0.0.1 closed.\r\n", "stderr_lines": ["Shared connection to 127.0.0.1 closed."], "stdout": "--2020-08-20 14:23:48--  https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.3.1-linux64.tar.bz2\r\nResolving bitbucket.org... 18.205.93.0, 18.205.93.1, 18.205.93.2\r\nConnecting to bitbucket.org|18.205.93.0|:443... connected.\r\nHTTP request sent, awaiting response... 403 Forbidden\r\n2020-08-20 14:23:49 ERROR 403: Forbidden.\r\n\r\n", 
"stdout_lines": ["--2020-08-20 14:23:48--  https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.3.1-linux64.tar.bz2", "Resolving bitbucket.org... 18.205.93.0, 18.205.93.1, 18.205.93.2", "Connecting to bitbucket.org|18.205.93.0|:443... connected.", "HTTP request sent, awaiting response... 403 Forbidden", "2020-08-20 14:23:49 ERROR 403: Forbidden.", ""]}
@bmelbourne bmelbourne added the kind/bug Categorizes issue or PR as related to a bug. label Aug 20, 2020
@floryut
Copy link
Member

floryut commented Aug 20, 2020

Duplicate of #6554

/close

@k8s-ci-robot
Copy link
Contributor

@floryut: Closing this issue.

In response to this:

Duplicate of #6554

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants