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

BLD: Dockerfile.base.ubuntu.18.04 build currently fails #112

Open
HarshCasper opened this issue Jan 10, 2022 · 1 comment
Open

BLD: Dockerfile.base.ubuntu.18.04 build currently fails #112

HarshCasper opened this issue Jan 10, 2022 · 1 comment

Comments

@HarshCasper
Copy link
Member

Describe the bug

The service that Boost uses to serve up its releases, Bintray.com is retired by JFrog. Boost currently uses JFrog.Arifactory to serve build artifacts.

To Reproduce

Steps to reproduce the behavior:

  1. Navigate to Examples/docker/ directory.
  2. Push: docker build -f Dockerfile.base.ubuntu.18.04 --build-arg NUM_CPU=4 -t moja/baseimage:ubuntu-18.04 .
  3. Check the error:
[+] Building 5.8s (11/33)                                                       
 => [internal] load build definition from Dockerfile.base.ubuntu.18.04     0.0s
 => => transferring dockerfile: 5.30kB                                     0.0s
 => [internal] load .dockerignore                                          0.0s
 => => transferring context: 2B                                            0.0s
 => [internal] load metadata for docker.io/library/ubuntu:bionic           4.4s
 => [auth] library/ubuntu:pull token for registry-1.docker.io              0.0s
 => CANCELED http://download.osgeo.org/gdal/2.4.0/gdal-2.4.0.tar.gz        1.3s
 => CANCELED https://www.sqlite.org/2019/sqlite-autoconf-3270200.tar.gz    1.3s
 => CANCELED https://github.com/fmtlib/fmt/archive/5.3.0.tar.gz            1.3s
 => ERROR https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_6  1.3s
 => CANCELED https://pocoproject.org/releases/poco-1.9.0/poco-1.9.0.tar.g  1.3s
 => CANCELED https://github.com/Kitware/CMake/releases/download/v3.14.3/c  1.3s
 => CANCELED [ 1/24] FROM docker.io/library/ubuntu:bionic@sha256:37b7471c  1.3s
 => => resolve docker.io/library/ubuntu:bionic@sha256:37b7471c1945a2a12e5  0.0s
 => => sha256:37b7471c1945a2a12e5a57488ee4e3e216a8369d0b9 1.41kB / 1.41kB  0.0s
 => => sha256:963f8ca4f8dcda72717dfbe53617aa2a705dc8ebf01abe9 529B / 529B  0.0s
 => => sha256:df8edc186894d22d1f425f0a490b3a5c3a2af96f27f 1.48kB / 1.48kB  0.0s
 => => sha256:976e4515cbe3bb05d3eaff6aa830f00c2593211ff7 7.34MB / 23.73MB  1.3s
------
 > https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2:
------
failed to load cache key: invalid response status 502

Expected behavior

The Docker build should succeed.

Operating Environment:

  • MacBook Pro M1 2021
  • macOS Monterey, Docker version 20.10.11, build dea9396
@HarshCasper
Copy link
Member Author

HarshCasper commented Jan 10, 2022

I have changed the line here:

ADD https://dl.bintray.com/boostorg/release/${BOOST_VERSION_DOT}/source/boost_${BOOST_VERSION}.tar.bz2 $ROOTDIR/src/

to:

ADD https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION_DOT}/source/boost_${BOOST_VERSION}.tar.bz2 $ROOTDIR/src/

Here is the new issue:

#18 289.5 gcc.compile.c++ bin.v2/libs/math/build/gcc-7.5.0/release/cxxstd-14-iso/link-static/threading-multi/visibility-hidden/hermite.o
#18 289.6 gcc.compile.c++ bin.v2/libs/math/build/gcc-7.5.0/release/cxxstd-14-iso/link-static/threading-multi/visibility-hidden/laguerre.o
#18 289.6 gcc.compile.c++ bin.v2/libs/math/build/gcc-7.5.0/release/cxxstd-14-iso/link-static/threading-multi/visibility-hidden/legendre.o
#18 289.8 gcc.compile.c++ bin.v2/libs/math/build/gcc-7.5.0/release/cxxstd-14-iso/link-static/threading-multi/visibility-hidden/ellint_
#18 289.8 [output clipped, log limit 1MiB reached]
------
executor failed running [/bin/sh -c cd src && tar --bzip2 -xf boost_${BOOST_VERSION}.tar.bz2 && cd boost_${BOOST_VERSION}      && ./bootstrap.sh --prefix=/usr/local     && ./b2 -j $NUM_CPU cxxstd=14 install     && ./b2 clean     && cd $ROOTDIR]: exit code: 1

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

Successfully merging a pull request may close this issue.

1 participant