You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2020/11/12 18:23:50 UTC

[GitHub] [trafficcontrol] zrhoffman opened a new issue #5274: Basho repo returns HTTP status 402 Payment Required

zrhoffman opened a new issue #5274:
URL: https://github.com/apache/trafficcontrol/issues/5274


   <!--
   ************ STOP!! ************
   If this issue identifies a security vulnerability, DO NOT submit it! Instead, contact
   the Apache Traffic Control Security Team at security@trafficcontrol.apache.org and follow the
   guidelines at https://www.apache.org/security/ regarding vulnerability disclosure.
   
   - For *SUPPORT QUESTIONS*, use the Traffic Control slack (https://s.apache.org/atc-slack)
   or Traffic Control mailing lists (https://trafficcontrol.apache.org/mailing_lists).
   - Before submitting, please **SEARCH GITHUB** for a similar issue or PR.
   -->
   
   ## I'm submitting a ...
   <!-- delete all those that don't apply -->
   <!--- security vulnerability (STOP!! - see above)-->
   -  bug report
   -  other <!--(Please do not submit support requests here - see above)-->
   
   ## Traffic Control components affected ...
   <!-- delete all those that don't apply -->
   -  CDN in a Box
   -  Traffic Vault
   
   ## Current behavior:
   <!-- Describe how the bug manifests -->
   Traffic Vault fails to build. If you visit the Basho repo (https://packagecloud.io/basho/riak/ubuntu/dists/trusty/main/source/Sources ), you get HTTP status code 402 (Payment Required).
   
   ## Expected behavior:
   <!-- Describe what the behavior would be without the bug -->
   Traffic Vault should build successfully
   
   ## Minimal reproduction of the problem with instructions:
   <!--
   If the current behavior is a bug, please provide the *STEPS TO REPRODUCE* and
   include the applicable TC version.
   -->
   In the CDN in a Box directory:
   ```shell
   docker-compose build trafficvault
   ```
   
   ## Anything else:
   <!--
   e.g. stacktraces, related issues, suggestions how to fix (feel free to delete
   this section)
   -->
   Relevant excerpt of `docker-compose build trafficvault`:
   ```
   #6 [3/7] RUN echo 'APT::Install-Recommends 0;' >> /etc/apt/apt.conf.d/01nor...
   #6 6.558 Get:1 http://ppa.launchpad.net trusty InRelease [15.4 kB]
   #6 8.510 Ign http://archive.ubuntu.com trusty InRelease
   #6 8.510 Get:2 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
   #6 8.510 Get:3 http://archive.ubuntu.com trusty-security InRelease [65.9 kB]
   #6 8.510 Get:4 https://packagecloud.io trusty InRelease
   #6 8.510 Ign https://packagecloud.io trusty InRelease
   #6 8.552 Ign https://packagecloud.io trusty Release.gpg
   #6 8.596 Ign https://packagecloud.io trusty Release
   #6 8.629 Get:5 http://archive.ubuntu.com trusty Release.gpg [933 B]
   #6 8.756 Get:6 http://archive.ubuntu.com trusty Release [58.5 kB]
   #6 9.002 Err https://packagecloud.io trusty/main Sources
   #6 9.002   HttpError402
   #6 9.063 Err https://packagecloud.io trusty/main amd64 Packages
   #6 9.063   HttpError402
   #6 9.736 Get:7 http://ppa.launchpad.net trusty/main Sources [5132 B]
   #6 11.80 Get:8 http://archive.ubuntu.com trusty-updates/main Sources [532 kB]
   #6 11.93 Get:9 http://ppa.launchpad.net trusty/main amd64 Packages [10.6 kB]
   #6 12.29 Get:10 http://archive.ubuntu.com trusty-updates/restricted Sources [6444 B]
   #6 12.42 Get:11 http://archive.ubuntu.com trusty-updates/universe Sources [288 kB]
   #6 12.58 Get:12 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1460 kB]
   #6 12.92 Get:13 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [21.4 kB]
   #6 13.04 Get:14 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [671 kB]
   #6 13.20 Get:15 http://archive.ubuntu.com trusty-security/main Sources [220 kB]
   #6 13.33 Get:16 http://archive.ubuntu.com trusty-security/restricted Sources [5050 B]
   #6 13.46 Get:17 http://archive.ubuntu.com trusty-security/universe Sources [127 kB]
   #6 13.59 Get:18 http://archive.ubuntu.com trusty-security/main amd64 Packages [1032 kB]
   #6 13.76 Get:19 http://archive.ubuntu.com trusty-security/restricted amd64 Packages [18.1 kB]
   #6 13.88 Get:20 http://archive.ubuntu.com trusty-security/universe amd64 Packages [378 kB]
   #6 14.02 Get:21 http://archive.ubuntu.com trusty/main Sources [1335 kB]
   #6 14.21 Get:22 http://archive.ubuntu.com trusty/restricted Sources [5335 B]
   #6 14.33 Get:23 http://archive.ubuntu.com trusty/universe Sources [7926 kB]
   #6 14.81 Get:24 http://archive.ubuntu.com trusty/main amd64 Packages [1743 kB]
   #6 14.97 Get:25 http://archive.ubuntu.com trusty/restricted amd64 Packages [16.0 kB]
   #6 15.10 Get:26 http://archive.ubuntu.com trusty/universe amd64 Packages [7589 kB]
   #6 15.90 W: Failed to fetch https://packagecloud.io/basho/riak/ubuntu/dists/trusty/main/source/Sources  HttpError402
   #6 15.90
   #6 15.90 W: Failed to fetch https://packagecloud.io/basho/riak/ubuntu/dists/trusty/main/binary-amd64/Packages  HttpError402
   #6 15.90
   #6 15.90 E: Some index files failed to download. They have been ignored, or old ones used instead.
   #6 15.90 Fetched 23.6 MB in 9s (2457 kB/s)
   #6 ERROR: executor failed running [/bin/sh -c echo 'APT::Install-Recommends 0;' >> /etc/apt/apt.conf.d/01norecommends  && echo 'APT::Install-Suggests 0;' >> /etc/apt/apt.conf.d/01norecommends  && apt-get update  && DEBIAN_FRONTEND=noninteractive apt-get install -y net-tools ca-certificates dnsutils gettext-base  && rm -rf /var/lib/apt/lists/* && rm -rf /etc/apt/apt.conf.d/docker-gzip-indexes]: runc did not terminate sucessfully
   ```
   
   <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
   regarding copyright ownership.  The ASF licenses this file
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
   
       https://apache.org/licenses/LICENSE-2.0
   
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
   -->
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] rawlinp closed issue #5274: Basho repo returns HTTP status 402 Payment Required

Posted by GitBox <gi...@apache.org>.
rawlinp closed issue #5274:
URL: https://github.com/apache/trafficcontrol/issues/5274


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org