2024-09-18 16:11:19,473: INFO: Building contrail-base 2024-09-18 16:11:19,530: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_0_4_5-1 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=7 --build-arg LINUX_DISTR=centos --build-arg GENERAL_EXTRA_RPMS="" --build-arg BASE_EXTRA_RPMS="" --build-arg YUM_ENABLE_REPOS="" --build-arg CONTAINER_NAME=contrail-base --build-arg UBUNTU_DISTR_VERSION=22.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn Sending build context to Docker daemon 48.64 kB Step 1/6 : FROM nexus.gz1.opensdn.io:5101/contrail-general-base:master-1_0_4_5-1 ---> 599a01e22a8b Step 2/6 : ARG BASE_EXTRA_RPMS="" ---> Running in fabe40932173 ---> Removed intermediate container fabe40932173 ---> 96244e36b155 Step 3/6 : RUN BASE_EXTRA_RPMS=$(echo $BASE_EXTRA_RPMS | tr -d '"' | tr ',' ' ') && if [[ -n "$BASE_EXTRA_RPMS" ]] ; then echo "INFO: contrail-base: install $BASE_EXTRA_RPMS" ; yum install -y $BASE_EXTRA_RPMS ; echo "INFO: importing gpg keys from any newly installed repos" ; [ -d /etc/pki/rpm-gpg ] && rpm --import /etc/pki/rpm-gpg/* ; fi && yum install -y nc gcc-c++ gcc python3-devel && yum install -y contrail-lib contrail-setup contrail-utils python3-contrail && python3 -m pip install --no-compile "future==0.18.2" "six==1.13.0" remote-pdb && yum clean all -y && rm -rf /var/cache/yum && ldconfig ---> Running in 59445ce50951 Loaded plugins: fastestmirror, ovl Determining fastest mirrors Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64 ---> Package gcc-c++.x86_64 0:4.8.5-44.el7 will be installed --> Processing Dependency: libstdc++-devel = 4.8.5-44.el7 for package: gcc-c++-4.8.5-44.el7.x86_64 ---> Package nmap-ncat.x86_64 2:6.40-19.el7 will be installed --> Processing Dependency: libpcap.so.1()(64bit) for package: 2:nmap-ncat-6.40-19.el7.x86_64 ---> Package python3-devel.x86_64 0:3.6.8-21.el7_9 will be installed --> Processing Dependency: redhat-rpm-config for package: python3-devel-3.6.8-21.el7_9.x86_64 --> Processing Dependency: python3-rpm-macros for package: python3-devel-3.6.8-21.el7_9.x86_64 --> Processing Dependency: python3-rpm-generators for package: python3-devel-3.6.8-21.el7_9.x86_64 --> Processing Dependency: python-rpm-macros for package: python3-devel-3.6.8-21.el7_9.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed ---> Package glibc-devel.x86_64 0:2.17-326.el7_9 will be installed --> Processing Dependency: glibc-headers = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-326.el7_9.x86_64 ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package libpcap.x86_64 14:1.5.3-13.el7_9 will be installed ---> Package libstdc++-devel.x86_64 0:4.8.5-44.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python-rpm-macros.noarch 0:3-34.el7 will be installed --> Processing Dependency: python-srpm-macros for package: python-rpm-macros-3-34.el7.noarch ---> Package python3-rpm-generators.noarch 0:6-2.el7 will be installed ---> Package python3-rpm-macros.noarch 0:3-34.el7 will be installed ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: perl(Getopt::Long) for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: /usr/bin/perl for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Running transaction check ---> Package dwz.x86_64 0:0.11-3.el7 will be installed ---> Package glibc-headers.x86_64 0:2.17-326.el7_9 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-326.el7_9.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-326.el7_9.x86_64 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed ---> Package zip.x86_64 0:3.0-11.el7 will be installed --> Running transaction check ---> Package kernel-headers.x86_64 0:3.10.0-1160.108.1.el7 will be installed ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed --> Running transaction check ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed --> Running transaction check ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 16 M gcc-c++ x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 7.2 M nmap-ncat x86_64 2:6.40-19.el7 tf-mirrors.ci_repos_yum7-base 206 k python3-devel x86_64 3.6.8-21.el7_9 tf-mirrors.ci_repos_yum7-updates 217 k Installing for dependencies: cpp x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 5.9 M dwz x86_64 0.11-3.el7 tf-mirrors.ci_repos_yum7-base 99 k glibc-devel x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 1.1 M glibc-headers x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 691 k kernel-headers x86_64 3.10.0-1160.108.1.el7 tf-mirrors.ci_repos_yum7-updates 9.1 M libgomp x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 159 k libmpc x86_64 1.0.1-3.el7 tf-mirrors.ci_repos_yum7-base 51 k libpcap x86_64 14:1.5.3-13.el7_9 tf-mirrors.ci_repos_yum7-updates 139 k libstdc++-devel x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 1.5 M mpfr x86_64 3.1.1-4.el7 tf-mirrors.ci_repos_yum7-base 203 k perl x86_64 4:5.16.3-299.el7_9 tf-mirrors.ci_repos_yum7-updates 8.0 M perl-Carp noarch 1.26-244.el7 tf-mirrors.ci_repos_yum7-base 19 k perl-Encode x86_64 2.51-7.el7 tf-mirrors.ci_repos_yum7-base 1.5 M perl-Exporter noarch 5.68-3.el7 tf-mirrors.ci_repos_yum7-base 28 k perl-File-Path noarch 2.09-2.el7 tf-mirrors.ci_repos_yum7-base 26 k perl-File-Temp noarch 0.23.01-3.el7 tf-mirrors.ci_repos_yum7-base 56 k perl-Filter x86_64 1.49-3.el7 tf-mirrors.ci_repos_yum7-base 76 k perl-Getopt-Long noarch 2.40-3.el7 tf-mirrors.ci_repos_yum7-base 56 k perl-HTTP-Tiny noarch 0.033-3.el7 tf-mirrors.ci_repos_yum7-base 38 k perl-PathTools x86_64 3.40-5.el7 tf-mirrors.ci_repos_yum7-base 82 k perl-Pod-Escapes noarch 1:1.04-299.el7_9 tf-mirrors.ci_repos_yum7-updates 52 k perl-Pod-Perldoc noarch 3.20-4.el7 tf-mirrors.ci_repos_yum7-base 87 k perl-Pod-Simple noarch 1:3.28-4.el7 tf-mirrors.ci_repos_yum7-base 216 k perl-Pod-Usage noarch 1.63-3.el7 tf-mirrors.ci_repos_yum7-base 27 k perl-Scalar-List-Utils x86_64 1.27-248.el7 tf-mirrors.ci_repos_yum7-base 36 k perl-Socket x86_64 2.010-5.el7 tf-mirrors.ci_repos_yum7-base 49 k perl-Storable x86_64 2.45-3.el7 tf-mirrors.ci_repos_yum7-base 77 k perl-Text-ParseWords noarch 3.29-4.el7 tf-mirrors.ci_repos_yum7-base 14 k perl-Time-HiRes x86_64 4:1.9725-3.el7 tf-mirrors.ci_repos_yum7-base 45 k perl-Time-Local noarch 1.2300-2.el7 tf-mirrors.ci_repos_yum7-base 24 k perl-constant noarch 1.27-2.el7 tf-mirrors.ci_repos_yum7-base 19 k perl-libs x86_64 4:5.16.3-299.el7_9 tf-mirrors.ci_repos_yum7-updates 690 k perl-macros x86_64 4:5.16.3-299.el7_9 tf-mirrors.ci_repos_yum7-updates 44 k perl-parent noarch 1:0.225-244.el7 tf-mirrors.ci_repos_yum7-base 12 k perl-podlators noarch 2.5.1-3.el7 tf-mirrors.ci_repos_yum7-base 112 k perl-srpm-macros noarch 1-8.el7 tf-mirrors.ci_repos_yum7-base 4.6 k perl-threads x86_64 1.87-4.el7 tf-mirrors.ci_repos_yum7-base 49 k perl-threads-shared x86_64 1.43-6.el7 tf-mirrors.ci_repos_yum7-base 39 k python-rpm-macros noarch 3-34.el7 tf-mirrors.ci_repos_yum7-base 9.1 k python-srpm-macros noarch 3-34.el7 tf-mirrors.ci_repos_yum7-base 8.8 k python3-rpm-generators noarch 6-2.el7 tf-mirrors.ci_repos_yum7-base 20 k python3-rpm-macros noarch 3-34.el7 tf-mirrors.ci_repos_yum7-base 8.1 k redhat-rpm-config noarch 9.1.0-88.el7.centos tf-mirrors.ci_repos_yum7-base 81 k zip x86_64 3.0-11.el7 tf-mirrors.ci_repos_yum7-base 260 k Transaction Summary ================================================================================ Install 4 Packages (+44 Dependent packages) Total download size: 54 M Installed size: 124 M Downloading packages: -------------------------------------------------------------------------------- Total 63 MB/s | 54 MB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : mpfr-3.1.1-4.el7.x86_64 1/48 Installing : libmpc-1.0.1-3.el7.x86_64 2/48 Installing : python-srpm-macros-3-34.el7.noarch 3/48 Installing : python-rpm-macros-3-34.el7.noarch 4/48 Installing : cpp-4.8.5-44.el7.x86_64 5/48 Installing : 1:perl-parent-0.225-244.el7.noarch 6/48 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 7/48 Installing : perl-podlators-2.5.1-3.el7.noarch 8/48 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 9/48 Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 10/48 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 11/48 Installing : perl-Encode-2.51-7.el7.x86_64 12/48 Installing : perl-Pod-Usage-1.63-3.el7.noarch 13/48 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 14/48 Installing : perl-Exporter-5.68-3.el7.noarch 15/48 Installing : perl-constant-1.27-2.el7.noarch 16/48 Installing : perl-threads-1.87-4.el7.x86_64 17/48 Installing : perl-Socket-2.010-5.el7.x86_64 18/48 Installing : perl-Time-Local-1.2300-2.el7.noarch 19/48 Installing : perl-Carp-1.26-244.el7.noarch 20/48 Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64 21/48 Installing : perl-Storable-2.45-3.el7.x86_64 22/48 Installing : perl-threads-shared-1.43-6.el7.x86_64 23/48 Installing : perl-PathTools-3.40-5.el7.x86_64 24/48 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 25/48 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 26/48 Installing : perl-File-Temp-0.23.01-3.el7.noarch 27/48 Installing : perl-File-Path-2.09-2.el7.noarch 28/48 Installing : perl-Filter-1.49-3.el7.x86_64 29/48 Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64 30/48 Installing : perl-Getopt-Long-2.40-3.el7.noarch 31/48 Installing : 4:perl-5.16.3-299.el7_9.x86_64 32/48 Installing : libgomp-4.8.5-44.el7.x86_64 33/48 Installing : python3-rpm-macros-3-34.el7.noarch 34/48 Installing : libstdc++-devel-4.8.5-44.el7.x86_64 35/48 Installing : dwz-0.11-3.el7.x86_64 36/48 Installing : zip-3.0-11.el7.x86_64 37/48 Installing : 14:libpcap-1.5.3-13.el7_9.x86_64 38/48 Installing : perl-srpm-macros-1-8.el7.noarch 39/48 Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch 40/48 Installing : kernel-headers-3.10.0-1160.108.1.el7.x86_64 41/48 Installing : glibc-headers-2.17-326.el7_9.x86_64 42/48 Installing : glibc-devel-2.17-326.el7_9.x86_64 43/48 Installing : gcc-4.8.5-44.el7.x86_64 44/48 Installing : python3-rpm-generators-6-2.el7.noarch 45/48 Installing : python3-devel-3.6.8-21.el7_9.x86_64 46/48 Installing : gcc-c++-4.8.5-44.el7.x86_64 47/48 Installing : 2:nmap-ncat-6.40-19.el7.x86_64 48/48 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/48 Verifying : gcc-c++-4.8.5-44.el7.x86_64 2/48 Verifying : python3-rpm-generators-6-2.el7.noarch 3/48 Verifying : kernel-headers-3.10.0-1160.108.1.el7.x86_64 4/48 Verifying : perl-threads-shared-1.43-6.el7.x86_64 5/48 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 6/48 Verifying : mpfr-3.1.1-4.el7.x86_64 7/48 Verifying : perl-Exporter-5.68-3.el7.noarch 8/48 Verifying : perl-constant-1.27-2.el7.noarch 9/48 Verifying : perl-PathTools-3.40-5.el7.x86_64 10/48 Verifying : perl-threads-1.87-4.el7.x86_64 11/48 Verifying : cpp-4.8.5-44.el7.x86_64 12/48 Verifying : 1:perl-parent-0.225-244.el7.noarch 13/48 Verifying : perl-Socket-2.010-5.el7.x86_64 14/48 Verifying : perl-srpm-macros-1-8.el7.noarch 15/48 Verifying : python-rpm-macros-3-34.el7.noarch 16/48 Verifying : glibc-headers-2.17-326.el7_9.x86_64 17/48 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 18/48 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 19/48 Verifying : perl-Time-Local-1.2300-2.el7.noarch 20/48 Verifying : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 21/48 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 22/48 Verifying : python-srpm-macros-3-34.el7.noarch 23/48 Verifying : perl-Carp-1.26-244.el7.noarch 24/48 Verifying : python3-devel-3.6.8-21.el7_9.x86_64 25/48 Verifying : 4:perl-macros-5.16.3-299.el7_9.x86_64 26/48 Verifying : perl-Storable-2.45-3.el7.x86_64 27/48 Verifying : gcc-4.8.5-44.el7.x86_64 28/48 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 29/48 Verifying : libmpc-1.0.1-3.el7.x86_64 30/48 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 31/48 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 32/48 Verifying : perl-Encode-2.51-7.el7.x86_64 33/48 Verifying : 14:libpcap-1.5.3-13.el7_9.x86_64 34/48 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 35/48 Verifying : perl-podlators-2.5.1-3.el7.noarch 36/48 Verifying : 4:perl-5.16.3-299.el7_9.x86_64 37/48 Verifying : perl-File-Path-2.09-2.el7.noarch 38/48 Verifying : zip-3.0-11.el7.x86_64 39/48 Verifying : glibc-devel-2.17-326.el7_9.x86_64 40/48 Verifying : 2:nmap-ncat-6.40-19.el7.x86_64 41/48 Verifying : perl-Filter-1.49-3.el7.x86_64 42/48 Verifying : dwz-0.11-3.el7.x86_64 43/48 Verifying : libstdc++-devel-4.8.5-44.el7.x86_64 44/48 Verifying : python3-rpm-macros-3-34.el7.noarch 45/48 Verifying : 4:perl-libs-5.16.3-299.el7_9.x86_64 46/48 Verifying : libgomp-4.8.5-44.el7.x86_64 47/48 Verifying : redhat-rpm-config-9.1.0-88.el7.centos.noarch 48/48 Installed: gcc.x86_64 0:4.8.5-44.el7 gcc-c++.x86_64 0:4.8.5-44.el7 nmap-ncat.x86_64 2:6.40-19.el7 python3-devel.x86_64 0:3.6.8-21.el7_9 Dependency Installed: cpp.x86_64 0:4.8.5-44.el7 dwz.x86_64 0:0.11-3.el7 glibc-devel.x86_64 0:2.17-326.el7_9 glibc-headers.x86_64 0:2.17-326.el7_9 kernel-headers.x86_64 0:3.10.0-1160.108.1.el7 libgomp.x86_64 0:4.8.5-44.el7 libmpc.x86_64 0:1.0.1-3.el7 libpcap.x86_64 14:1.5.3-13.el7_9 libstdc++-devel.x86_64 0:4.8.5-44.el7 mpfr.x86_64 0:3.1.1-4.el7 perl.x86_64 4:5.16.3-299.el7_9 perl-Carp.noarch 0:1.26-244.el7 perl-Encode.x86_64 0:2.51-7.el7 perl-Exporter.noarch 0:5.68-3.el7 perl-File-Path.noarch 0:2.09-2.el7 perl-File-Temp.noarch 0:0.23.01-3.el7 perl-Filter.x86_64 0:1.49-3.el7 perl-Getopt-Long.noarch 0:2.40-3.el7 perl-HTTP-Tiny.noarch 0:0.033-3.el7 perl-PathTools.x86_64 0:3.40-5.el7 perl-Pod-Escapes.noarch 1:1.04-299.el7_9 perl-Pod-Perldoc.noarch 0:3.20-4.el7 perl-Pod-Simple.noarch 1:3.28-4.el7 perl-Pod-Usage.noarch 0:1.63-3.el7 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 perl-Socket.x86_64 0:2.010-5.el7 perl-Storable.x86_64 0:2.45-3.el7 perl-Text-ParseWords.noarch 0:3.29-4.el7 perl-Time-HiRes.x86_64 4:1.9725-3.el7 perl-Time-Local.noarch 0:1.2300-2.el7 perl-constant.noarch 0:1.27-2.el7 perl-libs.x86_64 4:5.16.3-299.el7_9 perl-macros.x86_64 4:5.16.3-299.el7_9 perl-parent.noarch 1:0.225-244.el7 perl-podlators.noarch 0:2.5.1-3.el7 perl-srpm-macros.noarch 0:1-8.el7 perl-threads.x86_64 0:1.87-4.el7 perl-threads-shared.x86_64 0:1.43-6.el7 python-rpm-macros.noarch 0:3-34.el7 python-srpm-macros.noarch 0:3-34.el7 python3-rpm-generators.noarch 0:6-2.el7 python3-rpm-macros.noarch 0:3-34.el7 redhat-rpm-config.noarch 0:9.1.0-88.el7.centos zip.x86_64 0:3.0-11.el7 Complete! Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile Resolving Dependencies --> Running transaction check ---> Package contrail-lib.x86_64 0:master.1.0.4.5.1-master_1_0_4_5_1.el7 will be installed ---> Package contrail-setup.noarch 0:master.1.0.4.5.1-master_1_0_4_5_1.el7 will be installed --> Processing Dependency: openstack-utils for package: contrail-setup-master.1.0.4.5.1-master_1_0_4_5_1.el7.noarch --> Processing Dependency: net-tools for package: contrail-setup-master.1.0.4.5.1-master_1_0_4_5_1.el7.noarch --> Processing Dependency: crudini for package: contrail-setup-master.1.0.4.5.1-master_1_0_4_5_1.el7.noarch ---> Package contrail-utils.x86_64 0:master.1.0.4.5.1-master_1_0_4_5_1.el7 will be installed --> Processing Dependency: lsof for package: contrail-utils-master.1.0.4.5.1-master_1_0_4_5_1.el7.x86_64 ---> Package python3-contrail.x86_64 0:master.1.0.4.5.1-master_1_0_4_5_1.el7 will be installed --> Running transaction check ---> Package crudini.noarch 0:0.9-2.el7 will be installed ---> Package lsof.x86_64 0:4.87-6.el7 will be installed ---> Package net-tools.x86_64 0:2.0-0.25.20131004git.el7 will be installed ---> Package openstack-utils.noarch 0:2017.1-1.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: contrail-lib x86_64 master.1.0.4.5.1-master_1_0_4_5_1.el7 contrail 1.3 M contrail-setup noarch master.1.0.4.5.1-master_1_0_4_5_1.el7 contrail 121 k contrail-utils x86_64 master.1.0.4.5.1-master_1_0_4_5_1.el7 contrail 10 k python3-contrail x86_64 master.1.0.4.5.1-master_1_0_4_5_1.el7 contrail 2.3 M Installing for dependencies: crudini noarch 0.9-2.el7 tf-mirrors.ci_repos_centos-openstack-queens 24 k lsof x86_64 4.87-6.el7 tf-mirrors.ci_repos_yum7-base 331 k net-tools x86_64 2.0-0.25.20131004git.el7 tf-mirrors.ci_repos_yum7-base 306 k openstack-utils noarch 2017.1-1.el7 tf-mirrors.ci_repos_centos-openstack-queens 18 k Transaction Summary ================================================================================ Install 4 Packages (+4 Dependent packages) Total download size: 4.3 M Installed size: 35 M Downloading packages: -------------------------------------------------------------------------------- Total 26 MB/s | 4.3 MB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : crudini-0.9-2.el7.noarch 1/8 Installing : openstack-utils-2017.1-1.el7.noarch 2/8 Installing : python3-contrail-master.1.0.4.5.1-master_1_0_4_5_1.el7.x86 3/8 WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead. Collecting requests (from -r /opt/opensdn/pip/api-lib/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/f22/fa1e554c9ddfd/requests-2.27.1-py2.py3-none-any.whl (63kB) Collecting future (from -r /opt/opensdn/pip/api-lib/requirements.txt (line 2)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/929/292d34f5872e7/future-1.0.0-py3-none-any.whl (491kB) Collecting charset-normalizer~=2.0.0; python_version >= "3" (from requests->-r /opt/opensdn/pip/api-lib/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/688/1edbebdb17b39/charset_normalizer-2.0.12-py3-none-any.whl Collecting certifi>=2017.4.17 (from requests->-r /opt/opensdn/pip/api-lib/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/922/820b53db7a725/certifi-2024.8.30-py3-none-any.whl (167kB) Collecting urllib3<1.27,>=1.21.1 (from requests->-r /opt/opensdn/pip/api-lib/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/0ed/14ccfbf1c30a9/urllib3-1.26.20-py2.py3-none-any.whl (144kB) Collecting idna<4,>=2.5; python_version >= "3" (from requests->-r /opt/opensdn/pip/api-lib/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/050/b4e5baadcd44d/idna-3.8-py3-none-any.whl (66kB) Installing collected packages: charset-normalizer, certifi, urllib3, idna, requests, future Successfully installed certifi-2024.8.30 charset-normalizer-2.0.12 future-1.0.0 idna-3.8 requests-2.27.1 urllib3-1.26.20 WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead. Collecting gevent (from -r /opt/opensdn/pip/libpartition/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/1ca/01da176ee37b3/gevent-22.10.2.tar.gz (6.6MB) Collecting kazoo (from -r /opt/opensdn/pip/libpartition/requirements.txt (line 2)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/de2/d69168de432ff/kazoo-2.10.0-py2.py3-none-any.whl (148kB) Collecting zope.event (from gevent->-r /opt/opensdn/pip/libpartition/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/73d/9e3ef750cca14/zope.event-4.6-py2.py3-none-any.whl Collecting zope.interface (from gevent->-r /opt/opensdn/pip/libpartition/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/d16/9ccd0756c15bb/zope.interface-5.5.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (253kB) Requirement already satisfied: setuptools in /usr/lib/python3.6/site-packages (from gevent->-r /opt/opensdn/pip/libpartition/requirements.txt (line 1)) Collecting greenlet>=2.0.0 (from gevent->-r /opt/opensdn/pip/libpartition/requirements.txt (line 1)) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/e7c/8dc13af7db097/greenlet-2.0.2.tar.gz (164kB) Installing collected packages: zope.event, zope.interface, greenlet, gevent, kazoo Running setup.py install for greenlet: started Running setup.py install for greenlet: finished with status 'error' Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-5yya5ohb/greenlet/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('rn', 'n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-_jevvjl5-record/install-record.txt --single-version-externally-managed --no-compile: running install running build running build_py creating build creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/__init__.py -> build/lib.linux-x86_64-3.6/greenlet creating build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/__init__.py -> build/lib.linux-x86_64-3.6/greenlet/platform creating build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/__init__.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/leakcheck.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_contextvars.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_cpp.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_extension_interface.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_gc.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_generator.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_generator_nested.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_greenlet.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_greenlet_trash.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_leaks.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_stack_saved.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_throw.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_tracing.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_version.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_weakref.py -> build/lib.linux-x86_64-3.6/greenlet/tests running egg_info writing src/greenlet.egg-info/PKG-INFO writing dependency_links to src/greenlet.egg-info/dependency_links.txt writing requirements to src/greenlet.egg-info/requires.txt writing top-level names to src/greenlet.egg-info/top_level.txt reading manifest file 'src/greenlet.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'benchmarks/*.json' no previously-included directories found matching 'docs/_build' warning: no files found matching '*.py' under directory 'appveyor' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '.coverage' found anywhere in distribution writing manifest file 'src/greenlet.egg-info/SOURCES.txt' copying src/greenlet/greenlet.cpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet.h -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_allocator.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_compiler_compat.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_cpython_compat.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_exceptions.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_greenlet.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_internal.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_refs.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_slp_switch.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_thread_state.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_thread_state_dict_cleanup.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_thread_support.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/slp_platformselect.h -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm64_masm.asm -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm64_masm.obj -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm64_msvc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_mips_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_s390_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x32_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/tests/_test_extension.c -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.linux-x86_64-3.6/greenlet/tests running build_ext building 'greenlet._greenlet' extension creating build/temp.linux-x86_64-3.6 creating build/temp.linux-x86_64-3.6/src creating build/temp.linux-x86_64-3.6/src/greenlet gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c src/greenlet/greenlet.cpp -o build/temp.linux-x86_64-3.6/src/greenlet/greenlet.o In file included from /usr/include/c++/4.8.2/cstdint:35:0, from src/greenlet/greenlet_compiler_compat.hpp:63, from src/greenlet/greenlet_internal.hpp:17, from src/greenlet/greenlet.cpp:19: /usr/include/c++/4.8.2/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support for the ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:166:9: warning: identifier ‘nullptr’ is a keyword in C++11 [-Wc++0x-compat] explicit PyObjectPointer(T* it=nullptr) : p(it) ^ src/greenlet/greenlet_refs.hpp:181:9: warning: identifier ‘noexcept’ is a keyword in C++11 [-Wc++0x-compat] inline T* borrow() const G_NOEXCEPT ^ src/greenlet/greenlet_refs.hpp:181:28: error: expected ‘;’ at end of member declaration inline T* borrow() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:181:34: note: in expansion of macro ‘G_NOEXCEPT’ inline T* borrow() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:186:30: error: expected ‘;’ at end of member declaration PyObject* borrow_o() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:186:36: note: in expansion of macro ‘G_NOEXCEPT’ PyObject* borrow_o() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:191:32: error: expected ‘;’ at end of member declaration inline T* operator->() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:191:38: note: in expansion of macro ‘G_NOEXCEPT’ inline T* operator->() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:196:24: error: expected ‘;’ at end of member declaration bool is_None() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:196:30: note: in expansion of macro ‘G_NOEXCEPT’ bool is_None() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:201:44: error: expected ‘;’ at end of member declaration inline PyObject* acquire_or_None() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:201:50: note: in expansion of macro ‘G_NOEXCEPT’ inline PyObject* acquire_or_None() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:208:39: warning: explicit conversion operators only available with -std=c++11 or -std=gnu++11 [enabled by default] G_EXPLICIT_OP operator bool() const G_NOEXCEPT ^ src/greenlet/greenlet_refs.hpp:208:39: error: expected ‘;’ at end of member declaration In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:208:45: note: in expansion of macro ‘G_NOEXCEPT’ G_EXPLICIT_OP operator bool() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:213:36: error: expected ‘;’ at end of member declaration inline Py_ssize_t REFCNT() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:213:42: note: in expansion of macro ‘G_NOEXCEPT’ inline Py_ssize_t REFCNT() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:218:37: error: expected ‘;’ at end of member declaration inline PyTypeObject* TYPE() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:218:43: note: in expansion of macro ‘G_NOEXCEPT’ inline PyTypeObject* TYPE() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:223:36: error: expected ‘;’ at end of member declaration inline OwnedObject PyStr() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:223:42: note: in expansion of macro ‘G_NOEXCEPT’ inline OwnedObject PyStr() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:224:43: error: expected ‘;’ at end of member declaration inline const std::string as_str() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:224:49: note: in expansion of macro ‘G_NOEXCEPT’ inline const std::string as_str() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:225:66: error: expected ‘;’ at end of member declaration inline OwnedObject PyGetAttr(const ImmortalObject& name) const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:225:72: note: in expansion of macro ‘G_NOEXCEPT’ inline OwnedObject PyGetAttr(const ImmortalObject& name) const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:166:40: error: ‘nullptr’ was not declared in this scope explicit PyObjectPointer(T* it=nullptr) : p(it) ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: expected initializer before ‘noexcept’ #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:265:86: note: in expansion of macro ‘G_NOEXCEPT’ inline bool operator==(const PyObjectPointer& lhs, const void* const rhs) G_NOEXCEPT ^ src/greenlet/greenlet_compiler_compat.hpp:66:20: error: expected initializer before ‘noexcept’ #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:271:98: note: in expansion of macro ‘G_NOEXCEPT’ inline bool operator==(const PyObjectPointer& lhs, const PyObjectPointer& rhs) G_NOEXCEPT ^ src/greenlet/greenlet_compiler_compat.hpp:66:20: error: expected initializer before ‘noexcept’ #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:278:63: note: in expansion of macro ‘G_NOEXCEPT’ const PyObjectPointer& rhs) G_NOEXCEPT ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp: In constructor ‘greenlet::refs::OwnedReference >::OwnedReference()’: src/greenlet/greenlet_refs.hpp:310:51: error: ‘nullptr’ was not declared in this scope OwnedReference() : PyObjectPointer(nullptr) ^ src/greenlet/greenlet_refs.hpp: In constructor ‘greenlet::refs::OwnedReference >::OwnedReference(const greenlet::refs::PyObjectPointer<>&)’: src/greenlet/greenlet_refs.hpp:314:38: error: ‘nullptr’ was not declared in this scope : PyObjectPointer(nullptr) ^ src/greenlet/greenlet_refs.hpp: In member function ‘T* greenlet::refs::OwnedReference >::relinquish_ownership()’: src/greenlet/greenlet_refs.hpp:384:23: error: ‘nullptr’ was not declared in this scope this->p = nullptr; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp: At global scope: src/greenlet/greenlet_compiler_compat.hpp:79:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls(const Cls& other) = delete; ^ src/greenlet/greenlet_refs.hpp:420:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(NewReference); ^ src/greenlet/greenlet_compiler_compat.hpp:80:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls& operator=(const Cls& other) = delete ^ src/greenlet/greenlet_refs.hpp:420:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(NewReference); ^ src/greenlet/greenlet_compiler_compat.hpp:79:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls(const Cls& other) = delete; ^ src/greenlet/greenlet_refs.hpp:432:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(NewDictReference); ^ src/greenlet/greenlet_compiler_compat.hpp:80:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls& operator=(const Cls& other) = delete ^ src/greenlet/greenlet_refs.hpp:432:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(NewDictReference); ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:511:39: error: expected ‘;’ at end of member declaration inline Greenlet* operator->() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:511:45: note: in expansion of macro ‘G_NOEXCEPT’ inline Greenlet* operator->() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:512:37: error: expected ‘;’ at end of member declaration inline operator Greenlet*() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:512:43: note: in expansion of macro ‘G_NOEXCEPT’ inline operator Greenlet*() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp: In member function ‘T* greenlet::refs::_OwnedGreenlet::relinquish_ownership()’: src/greenlet/greenlet_refs.hpp:502:23: error: ‘nullptr’ was not declared in this scope this->p = nullptr; ^ src/greenlet/greenlet_refs.hpp: In constructor ‘greenlet::refs::BorrowedReference >::BorrowedReference()’: src/greenlet/greenlet_refs.hpp:529:54: error: ‘nullptr’ was not declared in this scope BorrowedReference() : PyObjectPointer(nullptr) ^ src/greenlet/greenlet_refs.hpp: At global scope: src/greenlet/greenlet_refs.hpp:567:39: error: expected ‘;’ at end of member declaration inline Greenlet* operator->() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:567:45: note: in expansion of macro ‘G_NOEXCEPT’ inline Greenlet* operator->() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:568:37: error: expected ‘;’ at end of member declaration inline operator Greenlet*() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:568:43: note: in expansion of macro ‘G_NOEXCEPT’ inline operator Greenlet*() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp: In constructor ‘greenlet::refs::_BorrowedGreenlet::_BorrowedGreenlet()’: src/greenlet/greenlet_refs.hpp:546:38: error: ‘nullptr’ was not declared in this scope BorrowedReference(nullptr) ^ src/greenlet/greenlet_refs.hpp: At global scope: src/greenlet/greenlet_refs.hpp:588:45: error: ‘nullptr’ was not declared in this scope BorrowedMainGreenlet(PyGreenlet* it=nullptr) ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:83:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls& operator=(const Cls& other) = delete ^ src/greenlet/greenlet_refs.hpp:603:9: note: in expansion of macro ‘G_NO_ASSIGNMENT_OF_CLS’ G_NO_ASSIGNMENT_OF_CLS(ImmortalObject); ^ src/greenlet/greenlet_compiler_compat.hpp:79:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls(const Cls& other) = delete; ^ src/greenlet/greenlet_refs.hpp:634:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(ImmortalString); ^ src/greenlet/greenlet_compiler_compat.hpp:80:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls& operator=(const Cls& other) = delete ^ src/greenlet/greenlet_refs.hpp:634:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(ImmortalString); ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp: In constructor ‘greenlet::refs::ImmortalString::ImmortalString(const char*)’: src/greenlet/greenlet_refs.hpp:638:66: error: ‘nullptr’ was not declared in this scope ImmortalObject(str ? Require(Greenlet_Intern(str)) : nullptr) ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp: At global scope: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: expected initializer before ‘noexcept’ #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:658:62: note: in expansion of macro ‘G_NOEXCEPT’ inline OwnedObject PyObjectPointer::PyStr() const G_NOEXCEPT ^ src/greenlet/greenlet_compiler_compat.hpp:66:20: error: expected initializer before ‘noexcept’ #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:667:69: note: in expansion of macro ‘G_NOEXCEPT’ inline const std::string PyObjectPointer::as_str() const G_NOEXCEPT ^ src/greenlet/greenlet_compiler_compat.hpp:66:20: error: expected initializer before ‘noexcept’ #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_refs.hpp:688:92: note: in expansion of macro ‘G_NOEXCEPT’ inline OwnedObject PyObjectPointer::PyGetAttr(const ImmortalObject& name) const G_NOEXCEPT ^ src/greenlet/greenlet_compiler_compat.hpp:83:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls& operator=(const Cls& other) = delete ^ src/greenlet/greenlet_refs.hpp:759:9: note: in expansion of macro ‘G_NO_ASSIGNMENT_OF_CLS’ G_NO_ASSIGNMENT_OF_CLS(OwnedList); ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp: In member function ‘greenlet::refs::OwnedList& greenlet::refs::OwnedList::operator=(const OwnedObject&)’: src/greenlet/greenlet_refs.hpp:781:27: error: ‘nullptr’ was not declared in this scope this->p = nullptr; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp: At global scope: src/greenlet/greenlet_compiler_compat.hpp:79:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls(const Cls& other) = delete; ^ src/greenlet/greenlet_refs.hpp:818:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(CreatedModule); ^ src/greenlet/greenlet_compiler_compat.hpp:80:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls& operator=(const Cls& other) = delete ^ src/greenlet/greenlet_refs.hpp:818:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(CreatedModule); ^ src/greenlet/greenlet_compiler_compat.hpp:79:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls(const Cls& other) = delete; ^ src/greenlet/greenlet_refs.hpp:873:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(PyErrFetchParam); ^ src/greenlet/greenlet_compiler_compat.hpp:80:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls& operator=(const Cls& other) = delete ^ src/greenlet/greenlet_refs.hpp:873:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(PyErrFetchParam); ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp: In constructor ‘greenlet::refs::PyErrFetchParam::PyErrFetchParam()’: src/greenlet/greenlet_refs.hpp:878:47: error: ‘nullptr’ was not declared in this scope PyErrFetchParam() : PyObjectPointer<>(nullptr) ^ src/greenlet/greenlet_refs.hpp: In member function ‘PyObject* greenlet::refs::PyErrFetchParam::relinquish_ownership()’: src/greenlet/greenlet_refs.hpp:901:23: error: ‘nullptr’ was not declared in this scope this->p = nullptr; ^ src/greenlet/greenlet_refs.hpp: At global scope: src/greenlet/greenlet_refs.hpp:917:35: error: ‘nullptr’ was not declared in this scope OwnedErrPiece(PyObject* p=nullptr) : OwnedObject(p) ^ src/greenlet/greenlet_refs.hpp: In constructor ‘greenlet::refs::PyErrPieces::PyErrPieces()’: src/greenlet/greenlet_refs.hpp:958:23: error: call to ‘greenlet::refs::OwnedErrPiece::OwnedErrPiece(PyObject*)’ uses the default argument for parameter 1, which is not yet defined restored(0) ^ src/greenlet/greenlet_refs.hpp:958:23: error: call to ‘greenlet::refs::OwnedErrPiece::OwnedErrPiece(PyObject*)’ uses the default argument for parameter 1, which is not yet defined src/greenlet/greenlet_refs.hpp:958:23: error: call to ‘greenlet::refs::OwnedErrPiece::OwnedErrPiece(PyObject*)’ uses the default argument for parameter 1, which is not yet defined src/greenlet/greenlet_refs.hpp: In member function ‘void greenlet::refs::PyErrPieces::normalize()’: src/greenlet/greenlet_refs.hpp:988:29: error: ‘nullptr’ was not declared in this scope traceback = nullptr; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp: At global scope: src/greenlet/greenlet_compiler_compat.hpp:79:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls(const Cls& other) = delete; ^ src/greenlet/greenlet_refs.hpp:1048:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(PyArgParseParam); ^ src/greenlet/greenlet_compiler_compat.hpp:80:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls& operator=(const Cls& other) = delete ^ src/greenlet/greenlet_refs.hpp:1048:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(PyArgParseParam); ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:1050:46: error: ‘nullptr’ was not declared in this scope explicit PyArgParseParam(PyObject* p=nullptr) : BorrowedObject(p) ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:79:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls(const Cls& other) = delete; ^ src/greenlet/greenlet_greenlet.hpp:33:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(ExceptionState); ^ src/greenlet/greenlet_compiler_compat.hpp:80:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls& operator=(const Cls& other) = delete ^ src/greenlet/greenlet_greenlet.hpp:33:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(ExceptionState); ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:51:58: error: expected ‘;’ at end of member declaration void operator<<(const PyThreadState *const tstate) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:51:60: note: in expansion of macro ‘G_NOEXCEPT’ void operator<<(const PyThreadState *const tstate) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:52:46: error: expected ‘;’ at end of member declaration void operator>>(PyThreadState* tstate) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:52:48: note: in expansion of macro ‘G_NOEXCEPT’ void operator>>(PyThreadState* tstate) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:53:20: error: expected ‘;’ at end of member declaration void clear() G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:53:22: note: in expansion of macro ‘G_NOEXCEPT’ void clear() G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:55:51: error: expected ‘;’ at end of member declaration int tp_traverse(visitproc visit, void* arg) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:55:53: note: in expansion of macro ‘G_NOEXCEPT’ int tp_traverse(visitproc visit, void* arg) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:56:23: error: expected ‘;’ at end of member declaration void tp_clear() G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:56:25: note: in expansion of macro ‘G_NOEXCEPT’ void tp_clear() G_NOEXCEPT; ^ src/greenlet/greenlet_compiler_compat.hpp:79:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls(const Cls& other) = delete; ^ src/greenlet/greenlet_greenlet.hpp:135:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(PythonState); ^ src/greenlet/greenlet_compiler_compat.hpp:80:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls& operator=(const Cls& other) = delete ^ src/greenlet/greenlet_greenlet.hpp:135:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(PythonState); ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:159:39: error: expected ‘;’ at end of member declaration const OwnedFrame& top_frame() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:159:45: note: in expansion of macro ‘G_NOEXCEPT’ const OwnedFrame& top_frame() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:162:58: error: expected ‘;’ at end of member declaration void operator<<(const PyThreadState *const tstate) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:162:60: note: in expansion of macro ‘G_NOEXCEPT’ void operator<<(const PyThreadState *const tstate) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:163:46: error: expected ‘;’ at end of member declaration void operator>>(PyThreadState* tstate) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:163:48: note: in expansion of macro ‘G_NOEXCEPT’ void operator>>(PyThreadState* tstate) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:164:20: error: expected ‘;’ at end of member declaration void clear() G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:164:22: note: in expansion of macro ‘G_NOEXCEPT’ void clear() G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:166:73: error: expected ‘;’ at end of member declaration int tp_traverse(visitproc visit, void* arg, bool visit_top_frame) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:166:75: note: in expansion of macro ‘G_NOEXCEPT’ int tp_traverse(visitproc visit, void* arg, bool visit_top_frame) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:167:41: error: expected ‘;’ at end of member declaration void tp_clear(bool own_top_frame) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:167:43: note: in expansion of macro ‘G_NOEXCEPT’ void tp_clear(bool own_top_frame) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:168:65: error: expected ‘;’ at end of member declaration void set_initial_state(const PyThreadState* const tstate) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:168:67: note: in expansion of macro ‘G_NOEXCEPT’ void set_initial_state(const PyThreadState* const tstate) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:172:65: error: expected ‘;’ at end of member declaration void will_switch_from(PyThreadState *const origin_tstate) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:172:67: note: in expansion of macro ‘G_NOEXCEPT’ void will_switch_from(PyThreadState *const origin_tstate) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:173:46: error: expected ‘;’ at end of member declaration void did_finish(PyThreadState* tstate) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:173:48: note: in expansion of macro ‘G_NOEXCEPT’ void did_finish(PyThreadState* tstate) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:191:67: error: expected ‘;’ at end of member declaration inline int copy_stack_to_heap_up_to(const char* const stop) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:191:69: note: in expansion of macro ‘G_NOEXCEPT’ inline int copy_stack_to_heap_up_to(const char* const stop) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:192:37: error: expected ‘;’ at end of member declaration inline void free_stack_copy() G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:192:39: note: in expansion of macro ‘G_NOEXCEPT’ inline void free_stack_copy() G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:207:65: error: expected ‘;’ at end of member declaration inline void copy_heap_to_stack(const StackState& current) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:207:67: note: in expansion of macro ‘G_NOEXCEPT’ inline void copy_heap_to_stack(const StackState& current) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:208:86: error: expected ‘;’ at end of member declaration inline int copy_stack_to_heap(char* const stackref, const StackState& current) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:208:88: note: in expansion of macro ‘G_NOEXCEPT’ inline int copy_stack_to_heap(char* const stackref, const StackState& current) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:209:31: error: expected ‘;’ at end of member declaration inline bool started() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:209:37: note: in expansion of macro ‘G_NOEXCEPT’ inline bool started() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:210:28: error: expected ‘;’ at end of member declaration inline bool main() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:210:34: note: in expansion of macro ‘G_NOEXCEPT’ inline bool main() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:211:30: error: expected ‘;’ at end of member declaration inline bool active() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:211:36: note: in expansion of macro ‘G_NOEXCEPT’ inline bool active() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:212:32: error: expected ‘;’ at end of member declaration inline void set_active() G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:212:34: note: in expansion of macro ‘G_NOEXCEPT’ inline void set_active() G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:213:34: error: expected ‘;’ at end of member declaration inline void set_inactive() G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:213:36: note: in expansion of macro ‘G_NOEXCEPT’ inline void set_inactive() G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:214:39: error: expected ‘;’ at end of member declaration inline intptr_t stack_saved() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:214:45: note: in expansion of macro ‘G_NOEXCEPT’ inline intptr_t stack_saved() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:215:36: error: expected ‘;’ at end of member declaration inline char* stack_start() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:215:42: note: in expansion of macro ‘G_NOEXCEPT’ inline char* stack_start() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:216:44: error: expected ‘;’ at end of member declaration static inline StackState make_main() G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:216:46: note: in expansion of macro ‘G_NOEXCEPT’ static inline StackState make_main() G_NOEXCEPT; ^ src/greenlet/greenlet_compiler_compat.hpp:83:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls& operator=(const Cls& other) = delete ^ src/greenlet/greenlet_greenlet.hpp:228:9: note: in expansion of macro ‘G_NO_ASSIGNMENT_OF_CLS’ G_NO_ASSIGNMENT_OF_CLS(SwitchingArgs); ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:296:39: warning: explicit conversion operators only available with -std=c++11 or -std=gnu++11 [enabled by default] G_EXPLICIT_OP operator bool() const G_NOEXCEPT ^ src/greenlet/greenlet_greenlet.hpp:296:39: error: expected ‘;’ at end of member declaration In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:296:45: note: in expansion of macro ‘G_NOEXCEPT’ G_EXPLICIT_OP operator bool() const G_NOEXCEPT ^ src/greenlet/greenlet_compiler_compat.hpp:79:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls(const Cls& other) = delete; ^ src/greenlet/greenlet_greenlet.hpp:316:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(Greenlet); ^ src/greenlet/greenlet_compiler_compat.hpp:80:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls& operator=(const Cls& other) = delete ^ src/greenlet/greenlet_greenlet.hpp:316:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(Greenlet); ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:345:39: error: expected ‘;’ at end of member declaration inline intptr_t stack_saved() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:345:45: note: in expansion of macro ‘G_NOEXCEPT’ inline intptr_t stack_saved() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:355:42: error: expected ‘;’ at end of member declaration inline const char* stack_start() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:355:48: note: in expansion of macro ‘G_NOEXCEPT’ inline const char* stack_start() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:389:39: error: expected ‘;’ at end of member declaration inline void slp_restore_state() G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:389:41: note: in expansion of macro ‘G_NOEXCEPT’ inline void slp_restore_state() G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:390:55: error: expected ‘;’ at end of member declaration inline int slp_save_state(char *const stackref) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:390:57: note: in expansion of macro ‘G_NOEXCEPT’ inline int slp_save_state(char *const stackref) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:428:45: error: expected ‘;’ at end of member declaration virtual ThreadState* thread_state() const G_NOEXCEPT = 0; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:428:51: note: in expansion of macro ‘G_NOEXCEPT’ virtual ThreadState* thread_state() const G_NOEXCEPT = 0; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:432:51: error: expected ‘;’ at end of member declaration virtual bool was_running_in_dead_thread() const G_NOEXCEPT = 0; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:432:57: note: in expansion of macro ‘G_NOEXCEPT’ virtual bool was_running_in_dead_thread() const G_NOEXCEPT = 0; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:436:41: error: expected ‘;’ at end of member declaration virtual BorrowedGreenlet self() const G_NOEXCEPT = 0; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:436:47: note: in expansion of macro ‘G_NOEXCEPT’ virtual BorrowedGreenlet self() const G_NOEXCEPT = 0; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:490:53: error: expected ‘;’ at end of member declaration virtual OwnedGreenlet g_switchstack_success() G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:490:55: note: in expansion of macro ‘G_NOEXCEPT’ virtual OwnedGreenlet g_switchstack_success() G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:333:63: error: ‘nullptr’ was not declared in this scope const OwnedObject context(const typename IsPy37::IsIt=nullptr) const; ^ src/greenlet/greenlet_greenlet.hpp:336:85: error: ‘nullptr’ was not declared in this scope inline void context(refs::BorrowedObject new_context, typename IsPy37::IsIt=nullptr); ^ src/greenlet/greenlet_greenlet.hpp: In constructor ‘greenlet::Greenlet::switchstack_result_t::switchstack_result_t()’: src/greenlet/greenlet_greenlet.hpp:458:43: error: ‘nullptr’ was not declared in this scope the_state_that_switched(nullptr) ^ src/greenlet/greenlet_greenlet.hpp: In constructor ‘greenlet::Greenlet::switchstack_result_t::switchstack_result_t(int)’: src/greenlet/greenlet_greenlet.hpp:463:43: error: ‘nullptr’ was not declared in this scope the_state_that_switched(nullptr) ^ src/greenlet/greenlet_greenlet.hpp: At global scope: src/greenlet/greenlet_greenlet.hpp:561:51: error: expected ‘;’ at end of member declaration virtual bool was_running_in_dead_thread() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:561:57: note: in expansion of macro ‘G_NOEXCEPT’ virtual bool was_running_in_dead_thread() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:562:45: error: expected ‘;’ at end of member declaration virtual ThreadState* thread_state() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:562:51: note: in expansion of macro ‘G_NOEXCEPT’ virtual ThreadState* thread_state() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:578:41: error: expected ‘;’ at end of member declaration virtual BorrowedGreenlet self() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:578:47: note: in expansion of macro ‘G_NOEXCEPT’ virtual BorrowedGreenlet self() const G_NOEXCEPT; ^ src/greenlet/greenlet_compiler_compat.hpp:79:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls(const Cls& other) = delete; ^ src/greenlet/greenlet_greenlet.hpp:588:13: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(ParentIsCurrentGuard); ^ src/greenlet/greenlet_compiler_compat.hpp:80:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls& operator=(const Cls& other) = delete ^ src/greenlet/greenlet_greenlet.hpp:588:13: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(ParentIsCurrentGuard); ^ src/greenlet/greenlet_compiler_compat.hpp:79:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls(const Cls& other) = delete; ^ src/greenlet/greenlet_greenlet.hpp:606:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(MainGreenlet); ^ src/greenlet/greenlet_compiler_compat.hpp:80:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] Cls& operator=(const Cls& other) = delete ^ src/greenlet/greenlet_greenlet.hpp:606:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’ G_NO_COPIES_OF_CLS(MainGreenlet); ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:624:51: error: expected ‘;’ at end of member declaration virtual bool was_running_in_dead_thread() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:624:57: note: in expansion of macro ‘G_NOEXCEPT’ virtual bool was_running_in_dead_thread() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:625:45: error: expected ‘;’ at end of member declaration virtual ThreadState* thread_state() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:625:51: note: in expansion of macro ‘G_NOEXCEPT’ virtual ThreadState* thread_state() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:626:39: error: expected ‘;’ at end of member declaration void thread_state(ThreadState*) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:626:41: note: in expansion of macro ‘G_NOEXCEPT’ void thread_state(ThreadState*) G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:628:41: error: expected ‘;’ at end of member declaration virtual BorrowedGreenlet self() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_internal.hpp:17:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:628:47: note: in expansion of macro ‘G_NOEXCEPT’ virtual BorrowedGreenlet self() const G_NOEXCEPT; ^ src/greenlet/greenlet_compiler_compat.hpp:66:20: error: expected initializer before ‘noexcept’ #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:694:68: note: in expansion of macro ‘G_NOEXCEPT’ void ExceptionState::operator<<(const PyThreadState *const tstate) G_NOEXCEPT ^ src/greenlet/greenlet_compiler_compat.hpp:66:20: error: expected initializer before ‘noexcept’ #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:703:62: note: in expansion of macro ‘G_NOEXCEPT’ void ExceptionState::operator>>(PyThreadState *const tstate) G_NOEXCEPT ^ src/greenlet/greenlet_compiler_compat.hpp:66:20: error: expected initializer before ‘noexcept’ #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:713:30: note: in expansion of macro ‘G_NOEXCEPT’ void ExceptionState::clear() G_NOEXCEPT ^ src/greenlet/greenlet_compiler_compat.hpp:66:20: error: expected initializer before ‘noexcept’ #define G_NOEXCEPT noexcept ^ src/greenlet/greenlet_greenlet.hpp:722:61: note: in expansion of macro ‘G_NOEXCEPT’ int ExceptionState::tp_traverse(visitproc visit, void* arg) G_NOEXCEPT ^ src/greenlet/greenlet.cpp:187:32: error: expected declaration before end of line # pragma GCC diagnostic push ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:67:9: warning: inline function ‘void greenlet::refs::MainGreenletExactChecker(void*)’ used but never defined [enabled by default] MainGreenletExactChecker(void *p); ^ src/greenlet/greenlet_refs.hpp:181:19: warning: inline function ‘T* greenlet::refs::PyObjectPointer >::borrow() const [with T = _greenlet; void (* TC)(void*) = greenlet::refs::MainGreenletExactChecker]’ used but never defined [enabled by default] inline T* borrow() const G_NOEXCEPT ^ src/greenlet/greenlet_refs.hpp:181:19: warning: inline function ‘T* greenlet::refs::PyObjectPointer >::borrow() const [with T = _object; void (* TC)(void*) = greenlet::refs::NoOpChecker]’ used but never defined [enabled by default] src/greenlet/greenlet_refs.hpp:191:19: warning: inline function ‘T* greenlet::refs::PyObjectPointer >::operator->() const [with T = _object; void (* TC)(void*) = greenlet::refs::NoOpChecker]’ used but never defined [enabled by default] inline T* operator->() const G_NOEXCEPT ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:209:21: warning: inline function ‘bool greenlet::StackState::started() const’ used but never defined [enabled by default] inline bool started() const G_NOEXCEPT; ^ src/greenlet/greenlet_greenlet.hpp:211:21: warning: inline function ‘bool greenlet::StackState::active() const’ used but never defined [enabled by default] inline bool active() const G_NOEXCEPT; ^ src/greenlet/greenlet_greenlet.hpp:210:21: warning: inline function ‘bool greenlet::StackState::main() const’ used but never defined [enabled by default] inline bool main() const G_NOEXCEPT; ^ In file included from src/greenlet/greenlet_greenlet.hpp:11:0, from src/greenlet/greenlet_internal.hpp:20, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_refs.hpp:181:19: warning: inline function ‘T* greenlet::refs::PyObjectPointer >::borrow() const [with T = _greenlet; void (* TC)(void*) = greenlet::refs::GreenletChecker]’ used but never defined [enabled by default] inline T* borrow() const G_NOEXCEPT ^ error: command 'gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-5yya5ohb/greenlet/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('rn', 'n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-_jevvjl5-record/install-record.txt --single-version-externally-managed --no-compile" failed with error code 1 in /tmp/pip-build-5yya5ohb/greenlet/ warning: %post(python3-contrail-master.1.0.4.5.1-master_1_0_4_5_1.el7.x86_64) scriptlet failed, exit status 1 Non-fatal POSTIN scriptlet failure in rpm package python3-contrail-master.1.0.4.5.1-master_1_0_4_5_1.el7.x86_64  Installing : net-tools-2.0-0.25.20131004git.el7.x86_64 4/8 Installing : lsof-4.87-6.el7.x86_64 5/8 Installing : contrail-utils-master.1.0.4.5.1-master_1_0_4_5_1.el7.x86_6 6/8 Installing : contrail-setup-master.1.0.4.5.1-master_1_0_4_5_1.el7.noarc 7/8 WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead. Collecting argparse Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl Collecting netaddr<1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/982/2305b42ea1020/netaddr-0.10.1-py2.py3-none-any.whl (2.2MB) Collecting netifaces Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/28f/4bf3a1361ab3e/netifaces-0.11.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl Collecting importlib-resources; python_version < "3.7" (from netaddr<1) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/33a/95faed5fc19b4/importlib_resources-5.4.0-py3-none-any.whl Collecting zipp>=3.1.0; python_version < "3.10" (from importlib-resources; python_version < "3.7"->netaddr<1) Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/9fe/5ea21568a0a70/zipp-3.6.0-py3-none-any.whl Installing collected packages: argparse, zipp, importlib-resources, netaddr, netifaces Successfully installed argparse-1.4.0 importlib-resources-5.4.0 netaddr-0.10.1 netifaces-0.11.0 zipp-3.6.0 utils/ utils/.stestr.conf utils/MANIFEST.in utils/SConscript utils/add_route_target.py utils/cass-db-restore.sh utils/chmod.py utils/chmod2.py utils/chownproj.py utils/cmd_wrapper.py utils/config_db_obj_name_validate.py utils/config_db_obj_name_validate.sh utils/contrail utils/contrail-config.py utils/contrail-diff-docs.py utils/contrail-version utils/contrail_alarm.py utils/contrail_utils.py utils/contrail_veth_port.py utils/create_floating_pool.py utils/del_projects.py utils/del_route_target.py utils/delete_fips/ utils/delete_fips/delete_fips.py utils/delete_fips/requirements.txt utils/demo_cfg.py utils/demo_cmds.sh utils/encap.py utils/fabric_vpg_validator.py utils/issu_process.sh utils/ist.py utils/multi_tenancy.py utils/net_policy_join.py utils/provision.py utils/provision_alarm.py utils/provision_analytics_alarm_node.py utils/provision_analytics_node.py utils/provision_analytics_snmp_node.py utils/provision_bgp.py utils/provision_config_database_node.py utils/provision_config_node.py utils/provision_control.py utils/provision_database_node.py utils/provision_devicemgr_node.py utils/provision_encap.py utils/provision_forwarding_mode.py utils/provision_global_vrouter_config.py utils/provision_issu.py utils/provision_linklocal.py utils/provision_mx.py utils/provision_physical_device.py utils/provision_physical_router.py utils/provision_pnf_servicechain.ini utils/provision_pnf_servicechain.py utils/provision_pre_issu.py utils/provision_static_route.py utils/provision_sub_cluster.py utils/provision_user_defined_log_statistics.py utils/provision_vgw_interface.py utils/provision_vrouter.py utils/provision_webui_node.py utils/qosmap.py utils/rbacutil.py utils/requirements.txt utils/service-instance.py utils/service-policy.py utils/service-template.py utils/service_appliance.py utils/service_appliance_set.py utils/service_instance.py utils/service_policy.py utils/service_template.py utils/setup.py utils/slo.py utils/slo_rules.py utils/test-requirements.txt utils/tests/ utils/tests/__init__.py utils/tests/test_case.py utils/tests/test_provision_vrouter.py utils/tox.ini utils/update_default_global_qos_config.py utils/use_floating_pool.py utils/vnc_admin_api.py utils/vncop.py utils/vncop2.py utils/vrouter_agent_debug_tool.py utils/vrouter_ipam.py add_virtual_dns.py add_virtual_dns_record.py associate_virtual_dns.py del_virtual_dns.py del_virtual_dns_record.py disassociate_virtual_dns.py dns_add_cmds.sh dns_del_cmds.sh provision_dns.py SConscript set_dns_nameserver.py Installing : contrail-lib-master.1.0.4.5.1-master_1_0_4_5_1.el7.x86_64 8/8 Verifying : contrail-utils-master.1.0.4.5.1-master_1_0_4_5_1.el7.x86_6 1/8 Verifying : lsof-4.87-6.el7.x86_64 2/8 Verifying : net-tools-2.0-0.25.20131004git.el7.x86_64 3/8 Verifying : python3-contrail-master.1.0.4.5.1-master_1_0_4_5_1.el7.x86 4/8 Verifying : openstack-utils-2017.1-1.el7.noarch 5/8 Verifying : contrail-lib-master.1.0.4.5.1-master_1_0_4_5_1.el7.x86_64 6/8 Verifying : crudini-0.9-2.el7.noarch 7/8 Verifying : contrail-setup-master.1.0.4.5.1-master_1_0_4_5_1.el7.noarc 8/8 Installed: contrail-lib.x86_64 0:master.1.0.4.5.1-master_1_0_4_5_1.el7 contrail-setup.noarch 0:master.1.0.4.5.1-master_1_0_4_5_1.el7 contrail-utils.x86_64 0:master.1.0.4.5.1-master_1_0_4_5_1.el7 python3-contrail.x86_64 0:master.1.0.4.5.1-master_1_0_4_5_1.el7 Dependency Installed: crudini.noarch 0:0.9-2.el7 lsof.x86_64 0:4.87-6.el7 net-tools.x86_64 0:2.0-0.25.20131004git.el7 openstack-utils.noarch 0:2017.1-1.el7 Complete! WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead. Collecting future==0.18.2 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829kB) Collecting six==1.13.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/1f1/b7d42e254082a/six-1.13.0-py2.py3-none-any.whl Collecting remote-pdb Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/+f/94f/73a92ac1248cf/remote_pdb-2.1.0-py2.py3-none-any.whl Installing collected packages: future, six, remote-pdb Found existing installation: future 1.0.0 Uninstalling future-1.0.0: Successfully uninstalled future-1.0.0 Running setup.py install for future: started Running setup.py install for future: finished with status 'done' Successfully installed future-0.18.2 remote-pdb-2.1.0 six-1.13.0 Loaded plugins: fastestmirror, ovl Cleaning repos: contrail contrail-tpc : tf-mirrors.ci_repos_centos-openstack-queens : tf-mirrors.ci_repos_dockerrepo tf-mirrors.ci_repos_yum7-base : tf-mirrors.ci_repos_yum7-centos-sclo-rh : tf-mirrors.ci_repos_yum7-centosplus : tf-mirrors.ci_repos_yum7-extras tf-mirrors.ci_repos_yum7-updates Cleaning up list of fastest mirrors ---> Removed intermediate container 59445ce50951 ---> 96d79d513f70 Step 4/6 : COPY *.sh / ---> 87d639ad9301 Step 5/6 : ENV PS1="033[1m($(printenv NODE_TYPE)-$(printenv SERVICE_NAME))033[m017[$(id -un)@$(hostname -s) $(pwd)]$ " ---> Running in 63001ecd575c ---> Removed intermediate container 63001ecd575c ---> d41ca4ecb31b Step 6/6 : CMD ["/usr/bin/tail","-f","/dev/null"] ---> Running in 9ca0552f7ec8 ---> Removed intermediate container 9ca0552f7ec8 ---> da12c0ae9f45 [Warning] One or more build-args [CONTAINER_NAME CONTRAIL_CONTAINER_TAG CONTRAIL_REGISTRY GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER SITE_MIRROR UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed Successfully built da12c0ae9f45 Successfully tagged nexus.gz1.opensdn.io:5101/contrail-base:master-1_0_4_5-1 Successfully tagged nexus.gz1.opensdn.io:5101/tf-base:master-1_0_4_5-1 2024-09-18 16:12:04,443: INFO: Docker build duration: 45 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-base] f5775ea08d20: Preparing 09058069e711: Preparing 9d1de1975762: Preparing a9f3bdee718b: Preparing 49a847258f2c: Preparing 6b67fdcdd216: Preparing 3b8cc145fe9c: Preparing 780757e11e04: Preparing 174f56854903: Preparing 3b8cc145fe9c: Waiting 780757e11e04: Waiting 174f56854903: Waiting 6b67fdcdd216: Waiting 49a847258f2c: Layer already exists 9d1de1975762: Layer already exists a9f3bdee718b: Layer already exists 6b67fdcdd216: Layer already exists 780757e11e04: Layer already exists f5775ea08d20: Pushed 3b8cc145fe9c: Layer already exists 174f56854903: Layer already exists 09058069e711: Pushed master-1_0_4_5-1: digest: sha256:678b3ce1aca373a18759c86c4583e2cb24b40153ccb7f1fcd81ea9627e456eb4 size: 2199 The push refers to repository [nexus.gz1.opensdn.io:5101/tf-base] f5775ea08d20: Preparing 09058069e711: Preparing 9d1de1975762: Preparing a9f3bdee718b: Preparing 49a847258f2c: Preparing 6b67fdcdd216: Preparing 3b8cc145fe9c: Preparing 780757e11e04: Preparing 174f56854903: Preparing 780757e11e04: Waiting 6b67fdcdd216: Waiting 3b8cc145fe9c: Waiting 174f56854903: Waiting a9f3bdee718b: Layer already exists 09058069e711: Layer already exists 49a847258f2c: Layer already exists 9d1de1975762: Layer already exists f5775ea08d20: Layer already exists 6b67fdcdd216: Layer already exists 3b8cc145fe9c: Layer already exists 174f56854903: Layer already exists 780757e11e04: Layer already exists master-1_0_4_5-1: digest: sha256:678b3ce1aca373a18759c86c4583e2cb24b40153ccb7f1fcd81ea9627e456eb4 size: 2199 2024-09-18 16:12:14,521: INFO: Building contrail-base finished successfully, duration: 55 seconds