Bug #58634
[chacra] web page 502 error
Status:
New
Priority:
Normal
Assignee:
-
% Done:
0%
Source:
Community (user)
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
upgrade/quincy-x
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Description
Hi,
https://chacra.ceph.com/ Returning 502 causes boost to fail to download and cannot install compilation dependencies.
+ apt -qq list ceph-libboost-thread1.75-dev + grep -q installed + missing_pkgs+=' ceph-libboost-thread1.75-dev' + for pkg in $pkgs + apt -qq list ceph-libboost-timer1.75-dev + grep -q installed + missing_pkgs+=' ceph-libboost-timer1.75-dev' + test -n ' ceph-libboost-atomic1.75-dev ceph-libboost-chrono1.75-dev ceph-libboost-container1.75-dev ceph-libboost-context1.75-dev ceph-libboost-coroutine1.75-dev ceph-libboost-date-time1.75-dev ceph-libboost-filesystem1.75-dev ceph-libboost-iostreams1.75-dev ceph-libboost-program-options1.75-dev ceph-libboost-python1.75-dev ceph-libboost-random1.75-dev ceph-libboost-regex1.75-dev ceph-libboost-system1.75-dev ceph-libboost-test1.75-dev ceph-libboost-thread1.75-dev ceph-libboost-timer1.75-dev' + local shaman_url=https://shaman.ceph.com/api/repos/libboost/master/7aba8a1882670522ee1d1ee1bba0ea170b292dec/ubuntu/focal/repo + curl --silent --location https://shaman.ceph.com/api/repos/libboost/master/7aba8a1882670522ee1d1ee1bba0ea170b292dec/ubuntu/focal/repo --output /etc/apt/sources.list.d/libboost.list + env DEBIAN_FRONTEND=noninteractive apt-get update -y -o Acquire::Languages=none -o Acquire::Translation=none E: Malformed line 1 in source list /etc/apt/sources.list.d/libboost.list (type) E: The list of sources could not be read. + true + env DEBIAN_FRONTEND=noninteractive apt-get install --allow-unauthenticated -y ceph-libboost-atomic1.75-dev ceph-libboost-chrono1.75-dev ceph-libboost-container1.75-dev ceph-libboost-context1.75-dev ceph-libboost-coroutine1.75-dev ceph-libboost-date-time1.75-dev ceph-libboost-filesystem1.75-dev ceph-libboost-iostreams1.75-dev ceph-libboost-program-options1.75-dev ceph-libboost-python1.75-dev ceph-libboost-random1.75-dev ceph-libboost-regex1.75-dev ceph-libboost-system1.75-dev ceph-libboost-test1.75-dev ceph-libboost-thread1.75-dev ceph-libboost-timer1.75-dev E: Malformed line 1 in source list /etc/apt/sources.list.d/libboost.list (type) E: The list of sources could not be read. E: Malformed line 1 in source list /etc/apt/sources.list.d/libboost.list (type) E: The list of sources could not be read. + rm -fr /tmp/install-deps.15895 root@ubuntu2004-1:~/github/ceph# git branch * local-v17.2.5 main root@ubuntu2004-1:~# curl --silent --location https://shaman.ceph.com/api/repos/libboost/master/7aba8a1882670522ee1d1ee1bba0ea170b292dec/ubuntu/focal/repo --output /root/libboost.list root@ubuntu2004-1:~# cat libboost.list <html> <head><title>502 Bad Gateway</title></head> <body bgcolor="white"> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html>