Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

[rpm-build] update currently non-working image #415

Open
chris3522 opened this issue Sep 16, 2020 · 10 comments
Open

[rpm-build] update currently non-working image #415

chris3522 opened this issue Sep 16, 2020 · 10 comments

Comments

@chris3522
Copy link

chris3522 commented Sep 16, 2020

Hello,

I can not build the rpm theia image. Here is the complete log. I guess I'm missing something..

Many thanks for your insight.

Log
iMac-de-Nadege:theia-rpm chris$ git clone https://github.com/theia-ide/theia-apps.git
Cloning into 'theia-apps'...
remote: Enumerating objects: 26, done.
remote: Counting objects: 100% (26/26), done.
remote: Compressing objects: 100% (23/23), done.
remote: Total 1812 (delta 8), reused 8 (delta 3), pack-reused 1786
Receiving objects: 100% (1812/1812), 797.21 KiB | 359.00 KiB/s, done.
Resolving deltas: 100% (1033/1033), done.
iMac-de-Nadege:theia-rpm chris$ cd theia-apps/theia-rpm-build-docker
iMac-de-Nadege:theia-rpm-build-docker chris$ docker build -t theia-rpm .
Sending build context to Docker daemon   7.68kB
Step 1/12 : FROM centos:7
7: Pulling from library/centos
75f829a71a1c: Pull complete 
Digest: sha256:19a79828ca2e505eaee0ff38c2f3fd9901f4826737295157cc5212b7a372cd2b
Status: Downloaded newer image for centos:7
 ---> 7e6257c9f8d8
Step 2/12 : RUN curl --silent --location https://rpm.nodesource.com/setup_10.x | bash - &&     yum groupinstall -y "Development Tools" &&     yum install -y nodejs &&     npm install -g yarn
- ---> Running in c37bf9623f8b

## Installing the NodeSource Node.js 10.x repo...


## Inspecting system...

+ rpm -q --whatprovides redhat-release || rpm -q --whatprovides centos-release || rpm -q --whatprovides cloudlinux-release || rpm -q --whatprovides sl-release
+ uname -m

## Confirming "el7-x86_64" is supported...

+ curl -sLf -o /dev/null 'https://rpm.nodesource.com/pub_10.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm'

## Downloading release setup RPM...

+ mktemp
+ curl -sL -o '/tmp/tmp.x3rHhSo8rD' 'https://rpm.nodesource.com/pub_10.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm'

## Installing release setup RPM...

+ rpm -i --nosignature --force '/tmp/tmp.x3rHhSo8rD'

## Cleaning up...

+ rm -f '/tmp/tmp.x3rHhSo8rD'

## Checking for existing installations...

+ rpm -qa 'node|npm' | grep -v nodesource

## Run `sudo yum install -y nodejs` to install Node.js 10.x and npm.
## You may also need development tools to build native addons:
     sudo yum install gcc-c++ make
## To install the Yarn package manager, run:
     curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo
     sudo yum install yarn

Loaded plugins: fastestmirror, ovl
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Determining fastest mirrors
 * base: centos.crazyfrogs.org
 * extras: centos.crazyfrogs.org
 * updates: centos.crazyfrogs.org
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.69-11.el7 will be installed
--> Processing Dependency: perl >= 5.006 for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(warnings) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(vars) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(strict) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(constant) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(Text::ParseWords) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(POSIX) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(IO::File) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(Getopt::Long) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(File::stat) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(File::Spec) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(File::Path) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(File::Find) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(File::Copy) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(File::Compare) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(File::Basename) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(Exporter) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(Errno) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(DynaLoader) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(Cwd) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(Class::Struct) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(Carp) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: /usr/bin/perl for package: autoconf-2.69-11.el7.noarch
---> Package automake.noarch 0:1.13.4-3.el7 will be installed
--> Processing Dependency: perl(threads) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
---> Package bison.x86_64 0:3.0.4-2.el7 will be installed
---> Package byacc.x86_64 0:1.9.20130304-3.el7 will be installed
---> Package cscope.x86_64 0:15.8-10.el7 will be installed
--> Processing Dependency: emacs-filesystem for package: cscope-15.8-10.el7.x86_64
---> Package ctags.x86_64 0:5.8-13.el7 will be installed
---> Package diffstat.x86_64 0:1.57-4.el7 will be installed
---> Package doxygen.x86_64 1:1.8.5-4.el7 will be installed
---> Package elfutils.x86_64 0:0.176-4.el7 will be installed
---> Package flex.x86_64 0:2.5.37-6.el7 will be installed
---> Package gcc.x86_64 0:4.8.5-39.el7 will be installed
--> Processing Dependency: libgomp = 4.8.5-39.el7 for package: gcc-4.8.5-39.el7.x86_64
--> Processing Dependency: cpp = 4.8.5-39.el7 for package: gcc-4.8.5-39.el7.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-39.el7.x86_64
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-39.el7.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-39.el7.x86_64
--> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-39.el7.x86_64
---> Package gcc-c++.x86_64 0:4.8.5-39.el7 will be installed
--> Processing Dependency: libstdc++-devel = 4.8.5-39.el7 for package: gcc-c++-4.8.5-39.el7.x86_64
---> Package gcc-gfortran.x86_64 0:4.8.5-39.el7 will be installed
--> Processing Dependency: libquadmath-devel = 4.8.5-39.el7 for package: gcc-gfortran-4.8.5-39.el7.x86_64
--> Processing Dependency: libquadmath = 4.8.5-39.el7 for package: gcc-gfortran-4.8.5-39.el7.x86_64
--> Processing Dependency: libgfortran = 4.8.5-39.el7 for package: gcc-gfortran-4.8.5-39.el7.x86_64
--> Processing Dependency: libgfortran.so.3()(64bit) for package: gcc-gfortran-4.8.5-39.el7.x86_64
---> Package gettext.x86_64 0:0.19.8.1-3.el7 will be installed
--> Processing Dependency: gettext-libs(x86-64) = 0.19.8.1-3.el7 for package: gettext-0.19.8.1-3.el7.x86_64
--> Processing Dependency: libunistring.so.0()(64bit) for package: gettext-0.19.8.1-3.el7.x86_64
--> Processing Dependency: libgettextsrc-0.19.8.1.so()(64bit) for package: gettext-0.19.8.1-3.el7.x86_64
--> Processing Dependency: libgettextlib-0.19.8.1.so()(64bit) for package: gettext-0.19.8.1-3.el7.x86_64
--> Processing Dependency: libcroco-0.6.so.3()(64bit) for package: gettext-0.19.8.1-3.el7.x86_64
---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed
--> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64
--> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64
--> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64
--> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64
--> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-23.el7_8.x86_64
--> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64
--> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.x86_64
--> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.x86_64
---> Package indent.x86_64 0:2.2.11-13.el7 will be installed
---> Package intltool.noarch 0:0.50.2-7.el7 will be installed
--> Processing Dependency: perl(XML::Parser) for package: intltool-0.50.2-7.el7.noarch
--> Processing Dependency: perl(Encode) for package: intltool-0.50.2-7.el7.noarch
--> Processing Dependency: gettext-devel for package: intltool-0.50.2-7.el7.noarch
---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed
---> Package make.x86_64 1:3.82-24.el7 will be installed
---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed
---> Package patchutils.x86_64 0:0.3.3-4.el7 will be installed
---> Package rcs.x86_64 0:5.9.0-7.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: python-srpm-macros 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
---> Package rpm-build.x86_64 0:4.11.3-43.el7 will be installed
--> Processing Dependency: unzip for package: rpm-build-4.11.3-43.el7.x86_64
--> Processing Dependency: file for package: rpm-build-4.11.3-43.el7.x86_64
--> Processing Dependency: bzip2 for package: rpm-build-4.11.3-43.el7.x86_64
--> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-43.el7.x86_64
---> Package rpm-sign.x86_64 0:4.11.3-43.el7 will be installed
---> Package subversion.x86_64 0:1.7.14-14.el7 will be installed
--> Processing Dependency: subversion-libs(x86-64) = 1.7.14-14.el7 for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: systemd-sysv for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libsvn_wc-1.so.0()(64bit) for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libsvn_subr-1.so.0()(64bit) for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libsvn_repos-1.so.0()(64bit) for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libsvn_ra_svn-1.so.0()(64bit) for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libsvn_ra_neon-1.so.0()(64bit) for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libsvn_ra_local-1.so.0()(64bit) for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libsvn_ra-1.so.0()(64bit) for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libsvn_fs_util-1.so.0()(64bit) for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libsvn_fs_fs-1.so.0()(64bit) for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libsvn_fs_base-1.so.0()(64bit) for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libsvn_fs-1.so.0()(64bit) for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libsvn_diff-1.so.0()(64bit) for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libsvn_delta-1.so.0()(64bit) for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libsvn_client-1.so.0()(64bit) for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.7.14-14.el7.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.7.14-14.el7.x86_64
---> Package swig.x86_64 0:2.0.10-5.el7 will be installed
---> Package systemtap.x86_64 0:4.0-11.el7 will be installed
--> Processing Dependency: systemtap-devel = 4.0-11.el7 for package: systemtap-4.0-11.el7.x86_64
--> Processing Dependency: systemtap-client = 4.0-11.el7 for package: systemtap-4.0-11.el7.x86_64
--> Running transaction check
---> Package apr.x86_64 0:1.4.8-5.el7 will be installed
---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
---> Package cpp.x86_64 0:4.8.5-39.el7 will be installed
---> Package dwz.x86_64 0:0.11-3.el7 will be installed
---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
---> Package file.x86_64 0:5.11-36.el7 will be installed
---> Package gdb.x86_64 0:7.6.1-119.el7 will be installed
---> Package gettext-devel.x86_64 0:0.19.8.1-3.el7 will be installed
--> Processing Dependency: gettext-common-devel = 0.19.8.1-3.el7 for package: gettext-devel-0.19.8.1-3.el7.x86_64
---> Package gettext-libs.x86_64 0:0.19.8.1-3.el7 will be installed
---> Package glibc-devel.x86_64 0:2.17-307.el7.1 will be installed
--> Processing Dependency: glibc-headers = 2.17-307.el7.1 for package: glibc-devel-2.17-307.el7.1.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-307.el7.1.x86_64
---> Package less.x86_64 0:458-9.el7 will be installed
--> Processing Dependency: groff-base for package: less-458-9.el7.x86_64
---> Package libcroco.x86_64 0:0.6.12-4.el7 will be installed
---> Package libgfortran.x86_64 0:4.8.5-39.el7 will be installed
---> Package libgomp.x86_64 0:4.8.5-39.el7 will be installed
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
---> Package libquadmath.x86_64 0:4.8.5-39.el7 will be installed
---> Package libquadmath-devel.x86_64 0:4.8.5-39.el7 will be installed
---> Package libstdc++-devel.x86_64 0:4.8.5-39.el7 will be installed
---> Package libunistring.x86_64 0:0.9.3-9.el7 will be installed
---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
---> Package neon.x86_64 0:0.30.0-4.el7 will be installed
--> Processing Dependency: libgnutls.so.28(GNUTLS_3_0_0)(64bit) for package: neon-0.30.0-4.el7.x86_64
--> Processing Dependency: libgnutls.so.28(GNUTLS_2_12)(64bit) for package: neon-0.30.0-4.el7.x86_64
--> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: neon-0.30.0-4.el7.x86_64
--> Processing Dependency: libproxy.so.1()(64bit) for package: neon-0.30.0-4.el7.x86_64
--> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.30.0-4.el7.x86_64
--> Processing Dependency: libgnutls.so.28()(64bit) for package: neon-0.30.0-4.el7.x86_64
---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be installed
--> Processing Dependency: openssh = 7.4p1-21.el7 for package: openssh-clients-7.4p1-21.el7.x86_64
--> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-21.el7.x86_64
--> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
--> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
---> Package perl.x86_64 4:5.16.3-295.el7 will be installed
--> Processing Dependency: perl-libs = 4:5.16.3-295.el7 for package: 4:perl-5.16.3-295.el7.x86_64
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-295.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-295.el7.x86_64
--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-295.el7.x86_64
--> Processing Dependency: perl-libs for package: 4:perl-5.16.3-295.el7.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-295.el7.x86_64
--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-295.el7.x86_64
--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-295.el7.x86_64
--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-295.el7.x86_64
--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-295.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-295.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-295.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-295.el7.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-295.el7.x86_64
--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-295.el7.x86_64
---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
---> Package perl-Error.noarch 1:0.17020-2.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-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
---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed
---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
---> Package perl-XML-Parser.x86_64 0:2.41-10.el7 will be installed
---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
---> Package python-srpm-macros.noarch 0:3-32.el7 will be installed
---> Package rsync.x86_64 0:3.1.2-10.el7 will be installed
---> Package subversion-libs.x86_64 0:1.7.14-14.el7 will be installed
---> Package systemd-sysv.x86_64 0:219-73.el7_8.9 will be installed
---> Package systemtap-client.x86_64 0:4.0-11.el7 will be installed
--> Processing Dependency: systemtap-runtime = 4.0-11.el7 for package: systemtap-client-4.0-11.el7.x86_64
--> Processing Dependency: mokutil for package: systemtap-client-4.0-11.el7.x86_64
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap-client-4.0-11.el7.x86_64
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap-client-4.0-11.el7.x86_64
---> Package systemtap-devel.x86_64 0:4.0-11.el7 will be installed
--> Processing Dependency: kernel-devel-uname-r for package: systemtap-devel-4.0-11.el7.x86_64
---> Package unzip.x86_64 0:6.0-21.el7 will be installed
---> Package zip.x86_64 0:3.0-11.el7 will be installed
--> Running transaction check
---> Package avahi-libs.x86_64 0:0.6.31-20.el7 will be installed
---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed
--> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64
---> Package gettext-common-devel.noarch 0:0.19.8.1-3.el7 will be installed
---> Package glibc-headers.x86_64 0:2.17-307.el7.1 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-307.el7.1.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-307.el7.1.x86_64
---> Package gnutls.x86_64 0:3.3.29-9.el7_6 will be installed
--> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.29-9.el7_6.x86_64
--> Processing Dependency: libnettle.so.4()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64
--> Processing Dependency: libhogweed.so.2()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64
---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
---> Package kernel-debug-devel.x86_64 0:3.10.0-1127.19.1.el7 will be installed
---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
---> Package libproxy.x86_64 0:0.4.11-11.el7 will be installed
--> Processing Dependency: libmodman.so.1()(64bit) for package: libproxy-0.4.11-11.el7.x86_64
---> Package mokutil.x86_64 0:15-8.el7 will be installed
--> Processing Dependency: libefivar.so.1(libefivar.so.0)(64bit) for package: mokutil-15-8.el7.x86_64
--> Processing Dependency: libefivar.so.1(LIBEFIVAR_0.24)(64bit) for package: mokutil-15-8.el7.x86_64
--> Processing Dependency: libefivar.so.1()(64bit) for package: mokutil-15-8.el7.x86_64
---> Package openssh.x86_64 0:7.4p1-21.el7 will be installed
---> Package pakchois.x86_64 0:0.4-10.el7 will be installed
---> Package perl-Filter.x86_64 0:1.49-3.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
---> 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-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-libs.x86_64 4:5.16.3-295.el7 will be installed
---> Package perl-macros.x86_64 4:5.16.3-295.el7 will be installed
---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
---> Package systemtap-runtime.x86_64 0:4.0-11.el7 will be installed
--> Processing Dependency: libsymtabAPI.so.9.3()(64bit) for package: systemtap-runtime-4.0-11.el7.x86_64
--> Processing Dependency: libdyninstAPI.so.9.3()(64bit) for package: systemtap-runtime-4.0-11.el7.x86_64
--> Running transaction check
---> Package dyninst.x86_64 0:9.3.1-3.el7 will be installed
--> Processing Dependency: libdwarf.so.0()(64bit) for package: dyninst-9.3.1-3.el7.x86_64
--> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: dyninst-9.3.1-3.el7.x86_64
--> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: dyninst-9.3.1-3.el7.x86_64
--> Processing Dependency: libboost_date_time-mt.so.1.53.0()(64bit) for package: dyninst-9.3.1-3.el7.x86_64
---> Package efivar-libs.x86_64 0:36-12.el7 will be installed
---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed
---> Package kernel-headers.x86_64 0:3.10.0-1127.19.1.el7 will be installed
---> Package libmodman.x86_64 0:2.0.1-8.el7 will be installed
---> Package nettle.x86_64 0:2.7.1-8.el7 will be installed
---> Package perl-Pod-Escapes.noarch 1:1.04-295.el7 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
---> Package trousers.x86_64 0:0.3.14-2.el7 will be installed
--> Running transaction check
---> Package boost-date-time.x86_64 0:1.53.0-28.el7 will be installed
---> Package boost-system.x86_64 0:1.53.0-28.el7 will be installed
---> Package boost-thread.x86_64 0:1.53.0-28.el7 will be installed
---> Package libdwarf.x86_64 0:20130207-4.el7 will be installed
---> 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 for group install "Development Tools":
 autoconf                  noarch    2.69-11.el7               base       701 k
 automake                  noarch    1.13.4-3.el7              base       679 k
 bison                     x86_64    3.0.4-2.el7               base       674 k
 byacc                     x86_64    1.9.20130304-3.el7        base        65 k
 cscope                    x86_64    15.8-10.el7               base       203 k
 ctags                     x86_64    5.8-13.el7                base       155 k
 diffstat                  x86_64    1.57-4.el7                base        35 k
 doxygen                   x86_64    1:1.8.5-4.el7             base       3.6 M
 elfutils                  x86_64    0.176-4.el7               base       308 k
 flex                      x86_64    2.5.37-6.el7              base       293 k
 gcc                       x86_64    4.8.5-39.el7              base        16 M
 gcc-c++                   x86_64    4.8.5-39.el7              base       7.2 M
 gcc-gfortran              x86_64    4.8.5-39.el7              base       6.7 M
 gettext                   x86_64    0.19.8.1-3.el7            base       1.0 M
 git                       x86_64    1.8.3.1-23.el7_8          updates    4.4 M
 indent                    x86_64    2.2.11-13.el7             base       150 k
 intltool                  noarch    0.50.2-7.el7              base        59 k
 libtool                   x86_64    2.4.2-22.el7_3            base       588 k
 make                      x86_64    1:3.82-24.el7             base       421 k
 patch                     x86_64    2.7.1-12.el7_7            base       111 k
 patchutils                x86_64    0.3.3-4.el7               base       104 k
 rcs                       x86_64    5.9.0-7.el7               base       230 k
 redhat-rpm-config         noarch    9.1.0-88.el7.centos       base        81 k
 rpm-build                 x86_64    4.11.3-43.el7             base       149 k
 rpm-sign                  x86_64    4.11.3-43.el7             base        49 k
 subversion                x86_64    1.7.14-14.el7             base       1.0 M
 swig                      x86_64    2.0.10-5.el7              base       1.3 M
 systemtap                 x86_64    4.0-11.el7                base        15 k
Installing for dependencies:
 apr                       x86_64    1.4.8-5.el7               base       103 k
 apr-util                  x86_64    1.5.2-6.el7               base        92 k
 avahi-libs                x86_64    0.6.31-20.el7             base        62 k
 boost-date-time           x86_64    1.53.0-28.el7             base        52 k
 boost-system              x86_64    1.53.0-28.el7             base        40 k
 boost-thread              x86_64    1.53.0-28.el7             base        58 k
 bzip2                     x86_64    1.0.6-13.el7              base        52 k
 cpp                       x86_64    4.8.5-39.el7              base       5.9 M
 dwz                       x86_64    0.11-3.el7                base        99 k
 dyninst                   x86_64    9.3.1-3.el7               base       3.5 M
 efivar-libs               x86_64    36-12.el7                 base        88 k
 emacs-filesystem          noarch    1:24.3-23.el7             base        58 k
 file                      x86_64    5.11-36.el7               base        57 k
 fipscheck                 x86_64    1.4.1-6.el7               base        21 k
 fipscheck-lib             x86_64    1.4.1-6.el7               base        11 k
 gdb                       x86_64    7.6.1-119.el7             base       2.4 M
 gettext-common-devel      noarch    0.19.8.1-3.el7            base       410 k
 gettext-devel             x86_64    0.19.8.1-3.el7            base       320 k
 gettext-libs              x86_64    0.19.8.1-3.el7            base       502 k
 glibc-devel               x86_64    2.17-307.el7.1            base       1.1 M
 glibc-headers             x86_64    2.17-307.el7.1            base       689 k
 gnutls                    x86_64    3.3.29-9.el7_6            base       680 k
 groff-base                x86_64    1.22.2-8.el7              base       942 k
 kernel-debug-devel        x86_64    3.10.0-1127.19.1.el7      updates     18 M
 kernel-headers            x86_64    3.10.0-1127.19.1.el7      updates    9.0 M
 less                      x86_64    458-9.el7                 base       120 k
 libcroco                  x86_64    0.6.12-4.el7              base       105 k
 libdwarf                  x86_64    20130207-4.el7            base       109 k
 libedit                   x86_64    3.0-12.20121213cvs.el7    base        92 k
 libgfortran               x86_64    4.8.5-39.el7              base       300 k
 libgomp                   x86_64    4.8.5-39.el7              base       158 k
 libmodman                 x86_64    2.0.1-8.el7               base        28 k
 libmpc                    x86_64    1.0.1-3.el7               base        51 k
 libproxy                  x86_64    0.4.11-11.el7             base        64 k
 libquadmath               x86_64    4.8.5-39.el7              base       190 k
 libquadmath-devel         x86_64    4.8.5-39.el7              base        53 k
 libstdc++-devel           x86_64    4.8.5-39.el7              base       1.5 M
 libunistring              x86_64    0.9.3-9.el7               base       293 k
 m4                        x86_64    1.4.16-10.el7             base       256 k
 mokutil                   x86_64    15-8.el7                  updates     42 k
 mpfr                      x86_64    3.1.1-4.el7               base       203 k
 neon                      x86_64    0.30.0-4.el7              base       166 k
 nettle                    x86_64    2.7.1-8.el7               base       327 k
 openssh                   x86_64    7.4p1-21.el7              base       510 k
 openssh-clients           x86_64    7.4p1-21.el7              base       655 k
 pakchois                  x86_64    0.4-10.el7                base        14 k
 perl                      x86_64    4:5.16.3-295.el7          base       8.0 M
 perl-Carp                 noarch    1.26-244.el7              base        19 k
 perl-Data-Dumper          x86_64    2.145-3.el7               base        47 k
 perl-Encode               x86_64    2.51-7.el7                base       1.5 M
 perl-Error                noarch    1:0.17020-2.el7           base        32 k
 perl-Exporter             noarch    5.68-3.el7                base        28 k
 perl-File-Path            noarch    2.09-2.el7                base        26 k
 perl-File-Temp            noarch    0.23.01-3.el7             base        56 k
 perl-Filter               x86_64    1.49-3.el7                base        76 k
 perl-Getopt-Long          noarch    2.40-3.el7                base        56 k
 perl-Git                  noarch    1.8.3.1-23.el7_8          updates     56 k
 perl-HTTP-Tiny            noarch    0.033-3.el7               base        38 k
 perl-PathTools            x86_64    3.40-5.el7                base        82 k
 perl-Pod-Escapes          noarch    1:1.04-295.el7            base        51 k
 perl-Pod-Perldoc          noarch    3.20-4.el7                base        87 k
 perl-Pod-Simple           noarch    1:3.28-4.el7              base       216 k
 perl-Pod-Usage            noarch    1.63-3.el7                base        27 k
 perl-Scalar-List-Utils    x86_64    1.27-248.el7              base        36 k
 perl-Socket               x86_64    2.010-5.el7               base        49 k
 perl-Storable             x86_64    2.45-3.el7                base        77 k
 perl-TermReadKey          x86_64    2.30-20.el7               base        31 k
 perl-Test-Harness         noarch    3.28-3.el7                base       302 k
 perl-Text-ParseWords      noarch    3.29-4.el7                base        14 k
 perl-Thread-Queue         noarch    3.02-2.el7                base        17 k
 perl-Time-HiRes           x86_64    4:1.9725-3.el7            base        45 k
 perl-Time-Local           noarch    1.2300-2.el7              base        24 k
 perl-XML-Parser           x86_64    2.41-10.el7               base       223 k
 perl-constant             noarch    1.27-2.el7                base        19 k
 perl-libs                 x86_64    4:5.16.3-295.el7          base       689 k
 perl-macros               x86_64    4:5.16.3-295.el7          base        44 k
 perl-parent               noarch    1:0.225-244.el7           base        12 k
 perl-podlators            noarch    2.5.1-3.el7               base       112 k
 perl-srpm-macros          noarch    1-8.el7                   base       4.6 k
 perl-threads              x86_64    1.87-4.el7                base        49 k
 perl-threads-shared       x86_64    1.43-6.el7                base        39 k
 python-srpm-macros        noarch    3-32.el7                  base       8.4 k
 rsync                     x86_64    3.1.2-10.el7              base       404 k
 subversion-libs           x86_64    1.7.14-14.el7             base       922 k
 systemd-sysv              x86_64    219-73.el7_8.9            updates     94 k
 systemtap-client          x86_64    4.0-11.el7                base       3.6 M
 systemtap-devel           x86_64    4.0-11.el7                base       2.2 M
 systemtap-runtime         x86_64    4.0-11.el7                base       443 k
 trousers                  x86_64    0.3.14-2.el7              base       289 k
 unzip                     x86_64    6.0-21.el7                base       171 k
 zip                       x86_64    3.0-11.el7                base       260 k

Transaction Summary
================================================================================
Install  28 Packages (+91 Dependent packages)

Total download size: 116 M
Installed size: 306 M
Downloading packages:
warning: /var/cache/yum/x86_64/7/base/packages/apr-util-1.5.2-6.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
Public key for apr-util-1.5.2-6.el7.x86_64.rpm is not installed
Public key for git-1.8.3.1-23.el7_8.x86_64.rpm is not installed
--------------------------------------------------------------------------------
Total                                               22 MB/s | 116 MB  00:05     
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
Importing GPG key 0xF4A80EB5:
 Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
 Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
 Package    : centos-release-7-8.2003.0.el7.centos.x86_64 (@CentOS)
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
  Installing : mpfr-3.1.1-4.el7.x86_64                                    1/119 
  Installing : libmpc-1.0.1-3.el7.x86_64                                  2/119 
  Installing : fipscheck-1.4.1-6.el7.x86_64                               3/119 
  Installing : fipscheck-lib-1.4.1-6.el7.x86_64                           4/119 
  Installing : libquadmath-4.8.5-39.el7.x86_64                            5/119 
  Installing : libgomp-4.8.5-39.el7.x86_64                                6/119 
  Installing : m4-1.4.16-10.el7.x86_64                                    7/119 
  Installing : apr-1.4.8-5.el7.x86_64                                     8/119 
  Installing : apr-util-1.5.2-6.el7.x86_64                                9/119 
  Installing : zip-3.0-11.el7.x86_64                                     10/119 
  Installing : patch-2.7.1-12.el7_7.x86_64                               11/119 
  Installing : libcroco-0.6.12-4.el7.x86_64                              12/119 
  Installing : libunistring-0.9.3-9.el7.x86_64                           13/119 
  Installing : gettext-libs-0.19.8.1-3.el7.x86_64                        14/119 
  Installing : avahi-libs-0.6.31-20.el7.x86_64                           15/119 
  Installing : boost-system-1.53.0-28.el7.x86_64                         16/119 
  Installing : unzip-6.0-21.el7.x86_64                                   17/119 
  Installing : groff-base-1.22.2-8.el7.x86_64                            18/119 
  Installing : less-458-9.el7.x86_64                                     19/119 
  Installing : 1:perl-parent-0.225-244.el7.noarch                        20/119 
  Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                         21/119 
  Installing : perl-podlators-2.5.1-3.el7.noarch                         22/119 
  Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                        23/119 
  Installing : 1:perl-Pod-Escapes-1.04-295.el7.noarch                    24/119 
  Installing : perl-Text-ParseWords-3.29-4.el7.noarch                    25/119 
  Installing : perl-Encode-2.51-7.el7.x86_64                             26/119 
  Installing : perl-Pod-Usage-1.63-3.el7.noarch                          27/119 
  Installing : 4:perl-macros-5.16.3-295.el7.x86_64                       28/119 
  Installing : 4:perl-libs-5.16.3-295.el7.x86_64                         29/119 
  Installing : perl-threads-1.87-4.el7.x86_64                            30/119 
  Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                     31/119 
  Installing : perl-Storable-2.45-3.el7.x86_64                           32/119 
  Installing : perl-Carp-1.26-244.el7.noarch                             33/119 
  Installing : perl-Filter-1.49-3.el7.x86_64                             34/119 
  Installing : perl-Exporter-5.68-3.el7.noarch                           35/119 
  Installing : perl-constant-1.27-2.el7.noarch                           36/119 
  Installing : perl-Socket-2.010-5.el7.x86_64                            37/119 
  Installing : perl-Time-Local-1.2300-2.el7.noarch                       38/119 
  Installing : perl-threads-shared-1.43-6.el7.x86_64                     39/119 
  Installing : perl-File-Temp-0.23.01-3.el7.noarch                       40/119 
  Installing : perl-File-Path-2.09-2.el7.noarch                          41/119 
  Installing : perl-PathTools-3.40-5.el7.x86_64                          42/119 
  Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                43/119 
  Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                       44/119 
  Installing : perl-Getopt-Long-2.40-3.el7.noarch                        45/119 
  Installing : 4:perl-5.16.3-295.el7.x86_64                              46/119 
  Installing : perl-Thread-Queue-3.02-2.el7.noarch                       47/119 
  Installing : 1:perl-Error-0.17020-2.el7.noarch                         48/119 
  Installing : perl-TermReadKey-2.30-20.el7.x86_64                       49/119 
  Installing : kernel-debug-devel-3.10.0-1127.19.1.el7.x86_64            50/119 
  Installing : perl-Data-Dumper-2.145-3.el7.x86_64                       51/119 
  Installing : autoconf-2.69-11.el7.noarch                               52/119 
install-info: No such file or directory for /usr/share/info/autoconf.info
  Installing : perl-XML-Parser-2.41-10.el7.x86_64                        53/119 
  Installing : perl-Test-Harness-3.28-3.el7.noarch                       54/119 
  Installing : automake-1.13.4-3.el7.noarch                              55/119 
install-info: No such file or directory for /usr/share/info/automake.info.gz
  Installing : boost-thread-1.53.0-28.el7.x86_64                         56/119 
  Installing : gettext-0.19.8.1-3.el7.x86_64                             57/119 
install-info: No such file or directory for /usr/share/info/gettext.info.gz
  Installing : libgfortran-4.8.5-39.el7.x86_64                           58/119 
  Installing : openssh-7.4p1-21.el7.x86_64                               59/119 
  Installing : cpp-4.8.5-39.el7.x86_64                                   60/119 
  Installing : gdb-7.6.1-119.el7.x86_64                                  61/119 
  Installing : elfutils-0.176-4.el7.x86_64                               62/119 
  Installing : bzip2-1.0.6-13.el7.x86_64                                 63/119 
  Installing : libstdc++-devel-4.8.5-39.el7.x86_64                       64/119 
  Installing : python-srpm-macros-3-32.el7.noarch                        65/119 
  Installing : 1:emacs-filesystem-24.3-23.el7.noarch                     66/119 
  Installing : pakchois-0.4-10.el7.x86_64                                67/119 
  Installing : gettext-common-devel-0.19.8.1-3.el7.noarch                68/119 
  Installing : dwz-0.11-3.el7.x86_64                                     69/119 
  Installing : systemd-sysv-219-73.el7_8.9.x86_64                        70/119 
  Installing : perl-srpm-macros-1-8.el7.noarch                           71/119 
  Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch              72/119 
  Installing : rsync-3.1.2-10.el7.x86_64                                 73/119 
  Installing : file-5.11-36.el7.x86_64                                   74/119 
  Installing : nettle-2.7.1-8.el7.x86_64                                 75/119 
install-info: No such file or directory for /usr/share/info/nettle.info
  Installing : libmodman-2.0.1-8.el7.x86_64                              76/119 
  Installing : libproxy-0.4.11-11.el7.x86_64                             77/119 
  Installing : kernel-headers-3.10.0-1127.19.1.el7.x86_64                78/119 
  Installing : glibc-headers-2.17-307.el7.1.x86_64                       79/119 
  Installing : glibc-devel-2.17-307.el7.1.x86_64                         80/119 
  Installing : gcc-4.8.5-39.el7.x86_64                                   81/119 
  Installing : libquadmath-devel-4.8.5-39.el7.x86_64                     82/119 
  Installing : 1:make-3.82-24.el7.x86_64                                 83/119 
  Installing : systemtap-devel-4.0-11.el7.x86_64                         84/119 
  Installing : efivar-libs-36-12.el7.x86_64                              85/119 
  Installing : mokutil-15-8.el7.x86_64                                   86/119 
  Installing : trousers-0.3.14-2.el7.x86_64                              87/119 
  Installing : gnutls-3.3.29-9.el7_6.x86_64                              88/119 
  Installing : neon-0.30.0-4.el7.x86_64                                  89/119 
  Installing : subversion-libs-1.7.14-14.el7.x86_64                      90/119 
  Installing : libedit-3.0-12.20121213cvs.el7.x86_64                     91/119 
  Installing : openssh-clients-7.4p1-21.el7.x86_64                       92/119 
  Installing : perl-Git-1.8.3.1-23.el7_8.noarch                          93/119 
  Installing : git-1.8.3.1-23.el7_8.x86_64                               94/119 
  Installing : gettext-devel-0.19.8.1-3.el7.x86_64                       95/119 
install-info: No such file or directory for /usr/share/info/autosprintf.info
  Installing : boost-date-time-1.53.0-28.el7.x86_64                      96/119 
  Installing : libdwarf-20130207-4.el7.x86_64                            97/119 
  Installing : dyninst-9.3.1-3.el7.x86_64                                98/119 
  Installing : systemtap-runtime-4.0-11.el7.x86_64                       99/119 
  Installing : systemtap-client-4.0-11.el7.x86_64                       100/119 
  Installing : systemtap-4.0-11.el7.x86_64                              101/119 
  Installing : intltool-0.50.2-7.el7.noarch                             102/119 
  Installing : subversion-1.7.14-14.el7.x86_64                          103/119 
  Installing : gcc-gfortran-4.8.5-39.el7.x86_64                         104/119 
  Installing : gcc-c++-4.8.5-39.el7.x86_64                              105/119 
  Installing : libtool-2.4.2-22.el7_3.x86_64                            106/119 
install-info: No such file or directory for /usr/share/info/libtool.info.gz
  Installing : rpm-build-4.11.3-43.el7.x86_64                           107/119 
  Installing : cscope-15.8-10.el7.x86_64                                108/119 
  Installing : patchutils-0.3.3-4.el7.x86_64                            109/119 
  Installing : flex-2.5.37-6.el7.x86_64                                 110/119 
  Installing : bison-3.0.4-2.el7.x86_64                                 111/119 
  Installing : indent-2.2.11-13.el7.x86_64                              112/119 
  Installing : ctags-5.8-13.el7.x86_64                                  113/119 
  Installing : rpm-sign-4.11.3-43.el7.x86_64                            114/119 
  Installing : byacc-1.9.20130304-3.el7.x86_64                          115/119 
  Installing : 1:doxygen-1.8.5-4.el7.x86_64                             116/119 
  Installing : diffstat-1.57-4.el7.x86_64                               117/119 
  Installing : swig-2.0.10-5.el7.x86_64                                 118/119 
  Installing : rcs-5.9.0-7.el7.x86_64                                   119/119 
  Verifying  : fipscheck-lib-1.4.1-6.el7.x86_64                           1/119 
  Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                          2/119 
  Verifying  : apr-1.4.8-5.el7.x86_64                                     3/119 
  Verifying  : perl-threads-1.87-4.el7.x86_64                             4/119 
  Verifying  : libdwarf-20130207-4.el7.x86_64                             5/119 
  Verifying  : gcc-4.8.5-39.el7.x86_64                                    6/119 
  Verifying  : git-1.8.3.1-23.el7_8.x86_64                                7/119 
  Verifying  : rcs-5.9.0-7.el7.x86_64                                     8/119 
  Verifying  : perl-TermReadKey-2.30-20.el7.x86_64                        9/119 
  Verifying  : kernel-debug-devel-3.10.0-1127.19.1.el7.x86_64            10/119 
  Verifying  : systemtap-devel-4.0-11.el7.x86_64                         11/119 
  Verifying  : groff-base-1.22.2-8.el7.x86_64                            12/119 
  Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                       13/119 
  Verifying  : swig-2.0.10-5.el7.x86_64                                  14/119 
  Verifying  : 4:perl-macros-5.16.3-295.el7.x86_64                       15/119 
  Verifying  : unzip-6.0-21.el7.x86_64                                   16/119 
  Verifying  : perl-Data-Dumper-2.145-3.el7.x86_64                       17/119 
  Verifying  : fipscheck-1.4.1-6.el7.x86_64                              18/119 
  Verifying  : boost-date-time-1.53.0-28.el7.x86_64                      19/119 
  Verifying  : apr-util-1.5.2-6.el7.x86_64                               20/119 
  Verifying  : libquadmath-devel-4.8.5-39.el7.x86_64                     21/119 
  Verifying  : patchutils-0.3.3-4.el7.x86_64                             22/119 
  Verifying  : glibc-headers-2.17-307.el7.1.x86_64                       23/119 
  Verifying  : autoconf-2.69-11.el7.noarch                               24/119 
  Verifying  : gettext-0.19.8.1-3.el7.x86_64                             25/119 
  Verifying  : perl-File-Path-2.09-2.el7.noarch                          26/119 
  Verifying  : libedit-3.0-12.20121213cvs.el7.x86_64                     27/119 
  Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                    28/119 
  Verifying  : diffstat-1.57-4.el7.x86_64                                29/119 
  Verifying  : trousers-0.3.14-2.el7.x86_64                              30/119 
  Verifying  : systemtap-4.0-11.el7.x86_64                               31/119 
  Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                     32/119 
  Verifying  : 1:perl-Pod-Escapes-1.04-295.el7.noarch                    33/119 
  Verifying  : libgfortran-4.8.5-39.el7.x86_64                           34/119 
  Verifying  : efivar-libs-36-12.el7.x86_64                              35/119 
  Verifying  : perl-XML-Parser-2.41-10.el7.x86_64                        36/119 
  Verifying  : gettext-libs-0.19.8.1-3.el7.x86_64                        37/119 
  Verifying  : 1:doxygen-1.8.5-4.el7.x86_64                              38/119 
  Verifying  : subversion-1.7.14-14.el7.x86_64                           39/119 
  Verifying  : 1:make-3.82-24.el7.x86_64                                 40/119 
  Verifying  : kernel-headers-3.10.0-1127.19.1.el7.x86_64                41/119 
  Verifying  : dyninst-9.3.1-3.el7.x86_64                                42/119 
  Verifying  : gnutls-3.3.29-9.el7_6.x86_64                              43/119 
  Verifying  : 4:perl-5.16.3-295.el7.x86_64                              44/119 
  Verifying  : boost-system-1.53.0-28.el7.x86_64                         45/119 
  Verifying  : libmodman-2.0.1-8.el7.x86_64                              46/119 
  Verifying  : openssh-clients-7.4p1-21.el7.x86_64                       47/119 
  Verifying  : gcc-c++-4.8.5-39.el7.x86_64                               48/119 
  Verifying  : nettle-2.7.1-8.el7.x86_64                                 49/119 
  Verifying  : libmpc-1.0.1-3.el7.x86_64                                 50/119 
  Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                          51/119 
  Verifying  : perl-Encode-2.51-7.el7.x86_64                             52/119 
  Verifying  : file-5.11-36.el7.x86_64                                   53/119 
  Verifying  : rsync-3.1.2-10.el7.x86_64                                 54/119 
  Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                        55/119 
  Verifying  : cpp-4.8.5-39.el7.x86_64                                   56/119 
  Verifying  : perl-srpm-macros-1-8.el7.noarch                           57/119 
  Verifying  : avahi-libs-0.6.31-20.el7.x86_64                           58/119 
  Verifying  : systemd-sysv-219-73.el7_8.9.x86_64                        59/119 
  Verifying  : boost-thread-1.53.0-28.el7.x86_64                         60/119 
  Verifying  : 4:perl-libs-5.16.3-295.el7.x86_64                         61/119 
  Verifying  : perl-threads-shared-1.43-6.el7.x86_64                     62/119 
  Verifying  : perl-Storable-2.45-3.el7.x86_64                           63/119 
  Verifying  : libunistring-0.9.3-9.el7.x86_64                           64/119 
  Verifying  : byacc-1.9.20130304-3.el7.x86_64                           65/119 
  Verifying  : m4-1.4.16-10.el7.x86_64                                   66/119 
  Verifying  : 1:perl-parent-0.225-244.el7.noarch                        67/119 
  Verifying  : libcroco-0.6.12-4.el7.x86_64                              68/119 
  Verifying  : perl-Test-Harness-3.28-3.el7.noarch                       69/119 
  Verifying  : rpm-sign-4.11.3-43.el7.x86_64                             70/119 
  Verifying  : libgomp-4.8.5-39.el7.x86_64                               71/119 
  Verifying  : libtool-2.4.2-22.el7_3.x86_64                             72/119 
  Verifying  : patch-2.7.1-12.el7_7.x86_64                               73/119 
  Verifying  : perl-Carp-1.26-244.el7.noarch                             74/119 
  Verifying  : gettext-devel-0.19.8.1-3.el7.x86_64                       75/119 
  Verifying  : gcc-gfortran-4.8.5-39.el7.x86_64                          76/119 
  Verifying  : flex-2.5.37-6.el7.x86_64                                  77/119 
  Verifying  : systemtap-runtime-4.0-11.el7.x86_64                       78/119 
  Verifying  : cscope-15.8-10.el7.x86_64                                 79/119 
  Verifying  : mokutil-15-8.el7.x86_64                                   80/119 
  Verifying  : perl-podlators-2.5.1-3.el7.noarch                         81/119 
  Verifying  : mpfr-3.1.1-4.el7.x86_64                                   82/119 
  Verifying  : libquadmath-4.8.5-39.el7.x86_64                           83/119 
  Verifying  : perl-Filter-1.49-3.el7.x86_64                             84/119 
  Verifying  : dwz-0.11-3.el7.x86_64                                     85/119 
  Verifying  : gettext-common-devel-0.19.8.1-3.el7.noarch                86/119 
  Verifying  : pakchois-0.4-10.el7.x86_64                                87/119 
  Verifying  : less-458-9.el7.x86_64                                     88/119 
  Verifying  : ctags-5.8-13.el7.x86_64                                   89/119 
  Verifying  : rpm-build-4.11.3-43.el7.x86_64                            90/119 
  Verifying  : automake-1.13.4-3.el7.noarch                              91/119 
  Verifying  : 1:emacs-filesystem-24.3-23.el7.noarch                     92/119 
  Verifying  : perl-Exporter-5.68-3.el7.noarch                           93/119 
  Verifying  : perl-constant-1.27-2.el7.noarch                           94/119 
  Verifying  : perl-PathTools-3.40-5.el7.x86_64                          95/119 
  Verifying  : neon-0.30.0-4.el7.x86_64                                  96/119 
  Verifying  : perl-Socket-2.010-5.el7.x86_64                            97/119 
  Verifying  : openssh-7.4p1-21.el7.x86_64                               98/119 
  Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                       99/119 
  Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                      100/119 
  Verifying  : python-srpm-macros-3-32.el7.noarch                       101/119 
  Verifying  : perl-Time-Local-1.2300-2.el7.noarch                      102/119 
  Verifying  : intltool-0.50.2-7.el7.noarch                             103/119 
  Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                       104/119 
  Verifying  : libstdc++-devel-4.8.5-39.el7.x86_64                      105/119 
  Verifying  : perl-Git-1.8.3.1-23.el7_8.noarch                         106/119 
  Verifying  : 1:perl-Error-0.17020-2.el7.noarch                        107/119 
  Verifying  : indent-2.2.11-13.el7.x86_64                              108/119 
  Verifying  : bzip2-1.0.6-13.el7.x86_64                                109/119 
  Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64               110/119 
  Verifying  : libproxy-0.4.11-11.el7.x86_64                            111/119 
  Verifying  : elfutils-0.176-4.el7.x86_64                              112/119 
  Verifying  : systemtap-client-4.0-11.el7.x86_64                       113/119 
  Verifying  : bison-3.0.4-2.el7.x86_64                                 114/119 
  Verifying  : gdb-7.6.1-119.el7.x86_64                                 115/119 
  Verifying  : glibc-devel-2.17-307.el7.1.x86_64                        116/119 
  Verifying  : subversion-libs-1.7.14-14.el7.x86_64                     117/119 
  Verifying  : zip-3.0-11.el7.x86_64                                    118/119 
  Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch             119/119 

Installed:
  autoconf.noarch 0:2.69-11.el7                                                 
  automake.noarch 0:1.13.4-3.el7                                                
  bison.x86_64 0:3.0.4-2.el7                                                    
  byacc.x86_64 0:1.9.20130304-3.el7                                             
  cscope.x86_64 0:15.8-10.el7                                                   
  ctags.x86_64 0:5.8-13.el7                                                     
  diffstat.x86_64 0:1.57-4.el7                                                  
  doxygen.x86_64 1:1.8.5-4.el7                                                  
  elfutils.x86_64 0:0.176-4.el7                                                 
  flex.x86_64 0:2.5.37-6.el7                                                    
  gcc.x86_64 0:4.8.5-39.el7                                                     
  gcc-c++.x86_64 0:4.8.5-39.el7                                                 
  gcc-gfortran.x86_64 0:4.8.5-39.el7                                            
  gettext.x86_64 0:0.19.8.1-3.el7                                               
  git.x86_64 0:1.8.3.1-23.el7_8                                                 
  indent.x86_64 0:2.2.11-13.el7                                                 
  intltool.noarch 0:0.50.2-7.el7                                                
  libtool.x86_64 0:2.4.2-22.el7_3                                               
  make.x86_64 1:3.82-24.el7                                                     
  patch.x86_64 0:2.7.1-12.el7_7                                                 
  patchutils.x86_64 0:0.3.3-4.el7                                               
  rcs.x86_64 0:5.9.0-7.el7                                                      
  redhat-rpm-config.noarch 0:9.1.0-88.el7.centos                                
  rpm-build.x86_64 0:4.11.3-43.el7                                              
  rpm-sign.x86_64 0:4.11.3-43.el7                                               
  subversion.x86_64 0:1.7.14-14.el7                                             
  swig.x86_64 0:2.0.10-5.el7                                                    
  systemtap.x86_64 0:4.0-11.el7                                                 

Dependency Installed:
  apr.x86_64 0:1.4.8-5.el7                                                      
  apr-util.x86_64 0:1.5.2-6.el7                                                 
  avahi-libs.x86_64 0:0.6.31-20.el7                                             
  boost-date-time.x86_64 0:1.53.0-28.el7                                        
  boost-system.x86_64 0:1.53.0-28.el7                                           
  boost-thread.x86_64 0:1.53.0-28.el7                                           
  bzip2.x86_64 0:1.0.6-13.el7                                                   
  cpp.x86_64 0:4.8.5-39.el7                                                     
  dwz.x86_64 0:0.11-3.el7                                                       
  dyninst.x86_64 0:9.3.1-3.el7                                                  
  efivar-libs.x86_64 0:36-12.el7                                                
  emacs-filesystem.noarch 1:24.3-23.el7                                         
  file.x86_64 0:5.11-36.el7                                                     
  fipscheck.x86_64 0:1.4.1-6.el7                                                
  fipscheck-lib.x86_64 0:1.4.1-6.el7                                            
  gdb.x86_64 0:7.6.1-119.el7                                                    
  gettext-common-devel.noarch 0:0.19.8.1-3.el7                                  
  gettext-devel.x86_64 0:0.19.8.1-3.el7                                         
  gettext-libs.x86_64 0:0.19.8.1-3.el7                                          
  glibc-devel.x86_64 0:2.17-307.el7.1                                           
  glibc-headers.x86_64 0:2.17-307.el7.1                                         
  gnutls.x86_64 0:3.3.29-9.el7_6                                                
  groff-base.x86_64 0:1.22.2-8.el7                                              
  kernel-debug-devel.x86_64 0:3.10.0-1127.19.1.el7                              
  kernel-headers.x86_64 0:3.10.0-1127.19.1.el7                                  
  less.x86_64 0:458-9.el7                                                       
  libcroco.x86_64 0:0.6.12-4.el7                                                
  libdwarf.x86_64 0:20130207-4.el7                                              
  libedit.x86_64 0:3.0-12.20121213cvs.el7                                       
  libgfortran.x86_64 0:4.8.5-39.el7                                             
  libgomp.x86_64 0:4.8.5-39.el7                                                 
  libmodman.x86_64 0:2.0.1-8.el7                                                
  libmpc.x86_64 0:1.0.1-3.el7                                                   
  libproxy.x86_64 0:0.4.11-11.el7                                               
  libquadmath.x86_64 0:4.8.5-39.el7                                             
  libquadmath-devel.x86_64 0:4.8.5-39.el7                                       
  libstdc++-devel.x86_64 0:4.8.5-39.el7                                         
  libunistring.x86_64 0:0.9.3-9.el7                                             
  m4.x86_64 0:1.4.16-10.el7                                                     
  mokutil.x86_64 0:15-8.el7                                                     
  mpfr.x86_64 0:3.1.1-4.el7                                                     
  neon.x86_64 0:0.30.0-4.el7                                                    
  nettle.x86_64 0:2.7.1-8.el7                                                   
  openssh.x86_64 0:7.4p1-21.el7                                                 
  openssh-clients.x86_64 0:7.4p1-21.el7                                         
  pakchois.x86_64 0:0.4-10.el7                                                  
  perl.x86_64 4:5.16.3-295.el7                                                  
  perl-Carp.noarch 0:1.26-244.el7                                               
  perl-Data-Dumper.x86_64 0:2.145-3.el7                                         
  perl-Encode.x86_64 0:2.51-7.el7                                               
  perl-Error.noarch 1:0.17020-2.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-Git.noarch 0:1.8.3.1-23.el7_8                                            
  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-295.el7                                        
  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-TermReadKey.x86_64 0:2.30-20.el7                                         
  perl-Test-Harness.noarch 0:3.28-3.el7                                         
  perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
  perl-Thread-Queue.noarch 0:3.02-2.el7                                         
  perl-Time-HiRes.x86_64 4:1.9725-3.el7                                         
  perl-Time-Local.noarch 0:1.2300-2.el7                                         
  perl-XML-Parser.x86_64 0:2.41-10.el7                                          
  perl-constant.noarch 0:1.27-2.el7                                             
  perl-libs.x86_64 4:5.16.3-295.el7                                             
  perl-macros.x86_64 4:5.16.3-295.el7                                           
  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-srpm-macros.noarch 0:3-32.el7                                          
  rsync.x86_64 0:3.1.2-10.el7                                                   
  subversion-libs.x86_64 0:1.7.14-14.el7                                        
  systemd-sysv.x86_64 0:219-73.el7_8.9                                          
  systemtap-client.x86_64 0:4.0-11.el7                                          
  systemtap-devel.x86_64 0:4.0-11.el7                                           
  systemtap-runtime.x86_64 0:4.0-11.el7                                         
  trousers.x86_64 0:0.3.14-2.el7                                                
  unzip.x86_64 0:6.0-21.el7                                                     
  zip.x86_64 0:3.0-11.el7                                                       

Complete!
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
 * base: centos.crazyfrogs.org
 * extras: centos.crazyfrogs.org
 * updates: centos.crazyfrogs.org
Resolving Dependencies
--> Running transaction check
---> Package nodejs.x86_64 2:10.22.1-1nodesource will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package      Arch         Version                       Repository        Size
================================================================================
Installing:
 nodejs       x86_64       2:10.22.1-1nodesource         nodesource        20 M

Transaction Summary
================================================================================
Install  1 Package

Total download size: 20 M
Installed size: 61 M
Downloading packages:
warning: /var/cache/yum/x86_64/7/nodesource/packages/nodejs-10.22.1-1nodesource.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 34fa74dd: NOKEY
Public key for nodejs-10.22.1-1nodesource.x86_64.rpm is not installed
Retrieving key from file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL
Importing GPG key 0x34FA74DD:
 Userid     : "NodeSource <gpg-rpm@nodesource.com>"
 Fingerprint: 2e55 207a 95d9 944b 0cc9 3261 5ddb e8d4 34fa 74dd
 Package    : nodesource-release-el7-1.noarch (installed)
 From       : /etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : 2:nodejs-10.22.1-1nodesource.x86_64                          1/1 
  Verifying  : 2:nodejs-10.22.1-1nodesource.x86_64                          1/1 

Installed:
  nodejs.x86_64 2:10.22.1-1nodesource                                           

Complete!
/usr/bin/yarn -> /usr/lib/node_modules/yarn/bin/yarn.js
/usr/bin/yarnpkg -> /usr/lib/node_modules/yarn/bin/yarn.js
+ yarn@1.22.5
added 1 package in 0.419s
Removing intermediate container c37bf9623f8b
 ---> ad0bccac9991
Step 3/12 : COPY package.json run_theia.sh /theia-app/
 ---> 256e99a391a7
Step 4/12 : WORKDIR /theia-app
 ---> Running in bf8866c5e706
Removing intermediate container bf8866c5e706
 ---> 8f48ba1b216d
Step 5/12 : RUN yarn &&     NODE_OPTIONS="--max_old_space_size=4096" yarn theia build &&     yarn autoclean --init &&     echo *.ts >> .yarnclean &&     echo *.ts.map >> .yarnclean &&     echo *.spec.* >> .yarnclean &&     yarn autoclean --force &&     yarn cache clean
 ---> Running in 27c21c07252f
yarn install v1.22.5
info No lockfile found.
[1/5] Validating package.json...
[2/5] Resolving packages...
warning @theia/callhierarchy > @theia/core > @theia/application-package > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning @theia/callhierarchy > @theia/core > @theia/application-package > request > har-validator@5.1.5: this library is no longer supported
warning @theia/callhierarchy > @theia/monaco > @theia/filesystem > trash > xdg-trashdir > @sindresorhus/df > execa > cross-spawn-async@2.2.5: cross-spawn no longer requires a build toolchain, use it instead
warning @theia/cli > mocha > yargs-unparser > flat@4.1.0: Fixed a prototype pollution security issue in 4.1.0, please upgrade to ^4.1.1 or ^5.0.1.
warning @theia/cli > @theia/application-manager > electron-rebuild > node-gyp > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning @theia/cli > @theia/application-manager > css-loader > cssnano > autoprefixer > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning @theia/cli > @theia/application-manager > css-loader > cssnano > postcss-merge-rules > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning @theia/cli > @theia/application-manager > webpack > watchpack > watchpack-chokidar2 > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning @theia/cli > @theia/application-manager > webpack > watchpack > watchpack-chokidar2 > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning @theia/cli > @theia/application-manager > webpack-cli > jscodeshift > babel-preset-es2015@6.24.1: 🙌  Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
warning @theia/cli > @theia/application-manager > webpack-cli > webpack-addons > jscodeshift > babel-preset-es2015@6.24.1: 🙌  Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
warning @theia/cli > @theia/application-manager > webpack-cli > jscodeshift > nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
warning @theia/cli > @theia/application-manager > webpack-cli > webpack-addons > jscodeshift > nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
warning @theia/cli > @theia/application-manager > webpack-cli > yeoman-environment > npm-api > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning @theia/cli > @theia/application-manager > css-loader > cssnano > postcss-merge-rules > caniuse-api > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning @theia/cli > @theia/application-manager > webpack-cli > webpack-addons > jscodeshift > recast > core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
warning @theia/cli > @theia/application-manager > webpack-cli > jscodeshift > babel-register > core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
warning @theia/cli > @theia/application-manager > webpack-cli > jscodeshift > babel-plugin-transform-flow-strip-types > babel-runtime > core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
warning @theia/cli > @theia/application-manager > webpack > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
warning @theia/cli > @theia/application-manager > webpack > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
[3/5] Fetching packages...
warning url-loader@1.1.2: Invalid bin field for "url-loader".
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.13: The platform "linux" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
[4/5] Linking dependencies...
warning "@theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react@>=16.3.3".
warning "@theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react-dom@>=16.3.3".
warning "@theia/cli > @theia/application-manager > font-awesome-webpack@0.0.5-beta.2" has unmet peer dependency "font-awesome@>=4.3.0".
warning "@theia/cli > @theia/application-manager > font-awesome-webpack > less-loader@2.2.3" has incorrect peer dependency "less@^2.3.1".
[5/5] Building fresh packages...
success Saved lockfile.
Done in 143.47s.
yarn run v1.22.5
$ /theia-app/node_modules/.bin/theia build
Hash: f7917940b1baa7b8d832
Version: webpack 4.44.1
Time: 82469ms
Built at: 09/16/2020 11:45:54 AM
                                                 Asset      Size  Chunks                          Chunk Names
                0a32a80243e05284a5d741c5dc093f31.woff2  23.8 KiB          [emitted]               
                11d1a2390613abf202bfd2ebbd5c4500.woff2  88.6 KiB          [emitted]               
                 154ccd182313c345d3b9dd8571931eb5.wasm   457 KiB          [emitted]        [big]  
              154ccd182313c345d3b9dd8571931eb5.wasm.gz   141 KiB          [emitted]               
                  674f50d287a8c48dc19ba404d20fe713.eot   162 KiB          [emitted]               
               674f50d287a8c48dc19ba404d20fe713.eot.gz  95.9 KiB          [emitted]               
                  912ec66d7572ff821749319396470bde.svg   434 KiB          [emitted]        [big]  
               912ec66d7572ff821749319396470bde.svg.gz   131 KiB          [emitted]               
                af7ae505a9eed503f8b8e6982036873e.woff2  75.4 KiB          [emitted]               
                  b06871f281fee6b241d60582ae9369b9.ttf   162 KiB          [emitted]               
               b06871f281fee6b241d60582ae9369b9.ttf.gz  95.8 KiB          [emitted]               
                                             bundle.js  5.42 MiB       0  [emitted]        [big]  main
                                          bundle.js.gz  1.41 MiB          [emitted]        [big]  
                                         bundle.js.map  13.8 MiB       0  [emitted] [dev]         main
                                      bundle.js.map.gz  3.16 MiB          [emitted]        [big]  
                  cf2aabacdc2b3a5768b03545cb1d8330.svg    21 KiB          [emitted]               
               cf2aabacdc2b3a5768b03545cb1d8330.svg.gz  5.18 KiB          [emitted]               
                de59a97248b44599e6747a27a943f738.woff2  19.8 KiB          [emitted]               
                e19892df121e7f85c61754c54bbb7951.woff2  48.6 KiB          [emitted]               
                  e817279537a0417d042f62fbb1b99eea.gif  43.1 KiB          [emitted]               
                 fee66e712a8a08eef5805a46892932ad.woff  95.7 KiB          [emitted]               
   vs/base/browser/ui/codiconLabel/codicon/codicon.ttf  55.2 KiB          [emitted]               
vs/base/browser/ui/codiconLabel/codicon/codicon.ttf.gz  35.6 KiB          [emitted]               
                          vs/base/worker/workerMain.js   177 KiB          [emitted]               
                       vs/base/worker/workerMain.js.gz  54.3 KiB          [emitted]               
                             vs/editor/editor.main.css  91.4 KiB          [emitted]               
                          vs/editor/editor.main.css.gz  16.5 KiB          [emitted]               
                              vs/editor/editor.main.js  2.43 MiB          [emitted]        [big]  
                           vs/editor/editor.main.js.gz   582 KiB          [emitted]        [big]  
                       vs/editor/editor.main.nls.de.js  50.4 KiB          [emitted]               
                    vs/editor/editor.main.nls.de.js.gz  11.8 KiB          [emitted]               
                       vs/editor/editor.main.nls.es.js  50.4 KiB          [emitted]               
                    vs/editor/editor.main.nls.es.js.gz  11.8 KiB          [emitted]               
                       vs/editor/editor.main.nls.fr.js  50.4 KiB          [emitted]               
                    vs/editor/editor.main.nls.fr.js.gz  11.9 KiB          [emitted]               
                       vs/editor/editor.main.nls.it.js  50.4 KiB          [emitted]               
                    vs/editor/editor.main.nls.it.js.gz  11.8 KiB          [emitted]               
                       vs/editor/editor.main.nls.ja.js  50.4 KiB          [emitted]               
                    vs/editor/editor.main.nls.ja.js.gz  11.9 KiB          [emitted]               
                          vs/editor/editor.main.nls.js  50.4 KiB          [emitted]               
                       vs/editor/editor.main.nls.js.gz  11.8 KiB          [emitted]               
                       vs/editor/editor.main.nls.ko.js  50.4 KiB          [emitted]               
                    vs/editor/editor.main.nls.ko.js.gz  11.9 KiB          [emitted]               
                       vs/editor/editor.main.nls.ru.js  50.4 KiB          [emitted]               
                    vs/editor/editor.main.nls.ru.js.gz  11.8 KiB          [emitted]               
                    vs/editor/editor.main.nls.zh-cn.js  50.4 KiB          [emitted]               
                 vs/editor/editor.main.nls.zh-cn.js.gz  11.9 KiB          [emitted]               
                    vs/editor/editor.main.nls.zh-tw.js  50.4 KiB          [emitted]               
                 vs/editor/editor.main.nls.zh-tw.js.gz  11.9 KiB          [emitted]               
                                          vs/loader.js  29.5 KiB          [emitted]               
                                       vs/loader.js.gz   8.7 KiB          [emitted]               
Entrypoint main [big] = bundle.js bundle.js.map
  [49] (webpack)/buildin/global.js 472 bytes {0} [built]
 [184] ./node_modules/jsonc-parser/lib/esm/main.js + 4 modules 57.9 KiB {0} [built]
       |    5 modules
 [239] (webpack)/buildin/module.js 497 bytes {0} [built]
 [585] ./src-gen/frontend/index.js 4.46 KiB {0} [built]
 [795] stream (ignored) 15 bytes {0} [optional] [built]
 [832] ./node_modules/@theia/core/src/common/keyboard/layouts sync ^\.\/.*\.json$ 1.39 KiB {0} [built]
 [988] ./node_modules/@theia/workspace/node_modules/moment/locale sync ^\.\/.*$ 3 KiB {0} [optional] [built]
[1052] ./node_modules/vscode-textmate/release sync 160 bytes {0} [built]
[1405] ./node_modules/react-virtualized/dist/es/index.js + 69 modules 344 KiB {0} [built]
       |    70 modules
[1406] ./node_modules/idb/build/esm/index.js + 1 modules 10.1 KiB {0} [built]
       |    2 modules
    + 1397 hidden modules

WARNING in ./node_modules/vscode-textmate/release/main.js 23:15-27
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/@theia/monaco/lib/browser/textmate/monaco-theme-registry.js
 @ ./node_modules/@theia/monaco/lib/browser/monaco-theming-service.js
 @ ./node_modules/@theia/monaco/lib/browser/monaco-frontend-module.js
 @ ./node_modules/@theia/monaco/lib/browser/monaco-browser-module.js
 @ ./src-gen/frontend/index.js

WARNING in ./node_modules/vscode-textmate/release/main.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find SourceMap 'main.js.map': Error: Can't resolve './main.js.map' in '/theia-app/node_modules/vscode-textmate/release'
 @ ./node_modules/@theia/monaco/lib/browser/textmate/monaco-theme-registry.js 69:24-50
 @ ./node_modules/@theia/monaco/lib/browser/monaco-theming-service.js
 @ ./node_modules/@theia/monaco/lib/browser/monaco-frontend-module.js
 @ ./node_modules/@theia/monaco/lib/browser/monaco-browser-module.js
 @ ./src-gen/frontend/index.js

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  912ec66d7572ff821749319396470bde.svg (434 KiB)
  154ccd182313c345d3b9dd8571931eb5.wasm (457 KiB)
  bundle.js (5.42 MiB)
  vs/editor/editor.main.js (2.43 MiB)
  vs/editor/editor.main.js.gz (582 KiB)
  bundle.js.gz (1.41 MiB)
  bundle.js.map.gz (3.16 MiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  main (5.42 MiB)
      bundle.js


WARNING in webpack performance recommendations: 
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit https://webpack.js.org/guides/code-splitting/

Done in 85.64s.
yarn autoclean v1.22.5
[1/1] Creating ".yarnclean"...
info Created ".yarnclean". Please review the contents of this file then run "yarn autoclean --force" to perform a clean.
Done in 0.04s.
yarn autoclean v1.22.5
[1/1] Cleaning modules...
info Removed 12233 files
info Saved 43.41 MB.
Done in 14.38s.
yarn cache v1.22.5
success Cleared cache.
Done in 4.95s.
Removing intermediate container 27c21c07252f
 ---> 2270803115ee
Step 6/12 : RUN npm run build-rpm
 ---> Running in 60f340bbf1c9

> theia@0.0.1 prebuild-rpm /theia-app
> ln -s "$( pwd )" ~/rpmbuild && npm install -g speculate

/usr/bin/speculate -> /usr/lib/node_modules/speculate/bin/speculate.js
+ speculate@2.1.1
added 42 packages from 53 contributors in 5.04s

> theia@0.0.1 build-rpm /theia-app
> speculate && rpmbuild -bb SPECS/theia.spec

Created ./SPECS/theia.spec
Created ./SOURCES/theia.tar.gz
Created ./theia.service
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XnFbsa
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd /root/rpmbuild/BUILD
+ rm -rf theia
+ /usr/bin/mkdir -p theia
+ cd theia
+ /usr/bin/gzip -dc /root/rpmbuild/SOURCES/theia.tar.gz
+ /usr/bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lRC1hE
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd theia
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Atj187
+ umask 022
+ cd /root/rpmbuild/BUILD
+ '[' /root/rpmbuild/BUILDROOT/theia-0.0.1-1.x86_64 '!=' / ']'
+ rm -rf /root/rpmbuild/BUILDROOT/theia-0.0.1-1.x86_64
++ dirname /root/rpmbuild/BUILDROOT/theia-0.0.1-1.x86_64
+ mkdir -p /root/rpmbuild/BUILDROOT
+ mkdir /root/rpmbuild/BUILDROOT/theia-0.0.1-1.x86_64
+ cd theia
+ mkdir -p /root/rpmbuild/BUILDROOT/theia-0.0.1-1.x86_64/usr/lib/theia
+ cp -r ./ /root/rpmbuild/BUILDROOT/theia-0.0.1-1.x86_64/usr/lib/theia
+ mkdir -p /root/rpmbuild/BUILDROOT/theia-0.0.1-1.x86_64/var/log/theia
+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /root/rpmbuild/BUILD/theia
extracting debug info from /root/rpmbuild/BUILDROOT/theia-0.0.1-1.x86_64/usr/lib/theia/node_modules/puppeteer/.local-chromium/linux-722234/chrome-linux/chrome_sandbox
*** ERROR: No build ID note found in /root/rpmbuild/BUILDROOT/theia-0.0.1-1.x86_64/usr/lib/theia/node_modules/puppeteer/.local-chromium/linux-722234/chrome-linux/chrome_sandbox
error: Bad exit status from /var/tmp/rpm-tmp.Atj187 (%install)
    Bad exit status from /var/tmp/rpm-tmp.Atj187 (%install)


RPM build errors:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! theia@0.0.1 build-rpm: `speculate && rpmbuild -bb SPECS/theia.spec`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the theia@0.0.1 build-rpm script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-09-16T11_48_08_701Z-debug.log
The command '/bin/sh -c npm run build-rpm' returned a non-zero code: 1
iMac-de-Nadege:theia-rpm-build-docker chris$ docker run -p 3000:3000 -it theia-rpm bash
Unable to find image 'theia-rpm:latest' locally
@marcdumais-work
Copy link
Member

*** ERROR: No build ID note found in /root/rpmbuild/BUILDROOT/theia-0.0.1-1.x86_64/usr/lib/theia/node_modules/puppeteer/.local-chromium/linux-722234/chrome-linux/chrome_sandbox

A bit strange that chrome-sandbox is involved at all. That should be only an Electron thing. The example app in this image is very outdated in any case, not including the Theia plugin system.

I noticed it still uses node 10 to both compile and run the app, which is probably a problem:
https://github.com/theia-ide/theia-apps/blob/master/theia-rpm-build-docker/Dockerfile#L3
https://github.com/theia-ide/theia-apps/blob/master/theia-rpm-build-docker/Dockerfile#L28

@marcdumais-work
Copy link
Member

@vince-fugnitto do you know if we have another docker example based on the centos:7 image? If not and someone updates this image, we should add it to CI.

@vince-fugnitto
Copy link
Member

@vince-fugnitto do you know if we have another docker example based on the centos:7 image? If not and someone updates this image, we should add it to CI.

The theia-rpm-example is the only centos:7 image I know of that's being used.
I think the general idea of the image was to provide an example of how to get it to work for rpm but was never maintained.

@marcdumais-work
Copy link
Member

Since there are a lot of CentOS / RHEL7 users out-there, I think we should keep this image and add it to CI (no need to publish the resulting image or .rpm package though - the value is in knowing that it's still possible built the app on that platform and package it).

So, when we have a chance, we should update this to have an up-to-date vanilla Theia app in it, which I hope will also resolve the issues above.

@marcdumais-work marcdumais-work changed the title I can not build theia-rpm-buid-docker image [rpm] update currently non-working image Sep 25, 2020
@marcdumais-work marcdumais-work changed the title [rpm] update currently non-working image [rpm-build] update currently non-working image Sep 25, 2020
@chris3522
Copy link
Author

Ok thank you, I will wait for your update. I guess I can close this problem.

@vince-fugnitto
Copy link
Member

I think it should remain open in order to track the issue, and someone can provide a pull-request to resolve it.

@VarLad
Copy link

VarLad commented Jan 19, 2021

Any update on this?

@vince-fugnitto
Copy link
Member

Any update on this?

@clad26 please feel free to provide a pull-request to update the rpm image if the example is important for your use-case(s).
Some effort was done for the deb image (#448) if you'd like to inspire yourself.

@gbraad
Copy link

gbraad commented Jan 25, 2021

Same issue here

+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /root/rpmbuild/BUILD/theia
extracting debug info from /root/rpmbuild/BUILDROOT/theia-0.0.1-1.x86_64/usr/lib/theia/node_modules/@theia/node-pty/build/Release/pty.node
extracting debug info from /root/rpmbuild/BUILDROOT/theia-0.0.1-1.x86_64/usr/lib/theia/node_modules/oniguruma/build/Release/obj.target/onig_scanner.node
extracting debug info from /root/rpmbuild/BUILDROOT/theia-0.0.1-1.x86_64/usr/lib/theia/node_modules/oniguruma/build/Release/onig_scanner.node
*** WARNING: identical binaries are copied, not linked:
        /usr/lib/theia/node_modules/oniguruma/build/Release/onig_scanner.node
   and  /theia-app/BUILDROOT/theia-0.0.1-1.x86_64/usr/lib/theia/node_modules/oniguruma/build/Release/obj.target/onig_scanner.node
extracting debug info from /root/rpmbuild/BUILDROOT/theia-0.0.1-1.x86_64/usr/lib/theia/node_modules/puppeteer/.local-chromium/linux-722234/chrome-linux/chrome
*** ERROR: No build ID note found in /root/rpmbuild/BUILDROOT/theia-0.0.1-1.x86_64/usr/lib/theia/node_modules/puppeteer/.local-chromium/linux-722234/chrome-linux/chrome
error: Bad exit status from /var/tmp/rpm-tmp.z5hOJD (%install)

but this is based on CentOS 7, so wonder how viable the result is. Has a build been performed from CentOS 8?

@marcdumais-work
Copy link
Member

Has a build been performed from CentOS 8

Not AFAIK. One reason to ideally stay on CentOS 7 is that it's (RHEL 7) the oldest Theia apps are known to work on.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants