Skip to content

Instantly share code, notes, and snippets.

@jankeromnes
Created March 20, 2020 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jankeromnes/41c110991ad4521109875cc5935999a0 to your computer and use it in GitHub Desktop.
Save jankeromnes/41c110991ad4521109875cc5935999a0 to your computer and use it in GitHub Desktop.
building base image
initializing base image context
UGit operations complete location=/workspace/init
running base image build
Step 1/23 : FROM gitpod/workspace-full:latest
latest: Pulling from gitpod/workspace-full
Digest: sha256:25718cdee428df7bb6a4fc99793e73b51ab5387085dcebd66273ff5734c64e48
Status: Image is up to date for gitpod/workspace-full:latest
---> 1a449f4b5a13
Step 2/23 : ENV RETRIGGER_BUILD=4
---> Running in 33aaf77a21df
---> 81c5d2e460e3
Step 3/23 : RUN sudo apt-get update && sudo apt-get install -y build-essential libssl-dev dos2unix wget gzip openssh-server curl python-minimal libelf1 locate nano subversion
---> Running in 66b8f141bb5f
Get:1 http://ppa.launchpad.net/git-core/ppa/ubuntu disco InRelease [20.7 kB]
Hit:2 http://security.ubuntu.com/ubuntu disco-security InRelease
Hit:3 http://archive.ubuntu.com/ubuntu disco InRelease
Hit:4 http://archive.ubuntu.com/ubuntu disco-updates InRelease
Get:5 http://archive.ubuntu.com/ubuntu disco-backports InRelease [88.8kB]
Get:7 http://ppa.launchpad.net/git-core/ppa/ubuntu disco/main amd64 Packages [3,182 B]
Get:6 https://apt.llvm.org/disco llvm-toolchain-disco InRelease [4,231B]
Get:8 http://archive.ubuntu.com/ubuntu disco-backports/universe amd64 Packages [3,603 B]
Get:9 https://apt.llvm.org/disco llvm-toolchain-disco/main amd64 Packages [10.6 kB]
Fetched 131 kB in 1s (149 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
build-essential is already the newest version (12.6ubuntu1).
gzip is already the newest version (1.9-3).
libelf1 is already the newest version (0.176-1).
libelf1 set to manually installed.
nano is already the newest version (3.2-2).
python-minimal is already the newest version (2.7.16-1).
python-minimal set to manually installed.
wget is already the newest version (1.20.1-1ubuntu4).
subversion is already the newest version (1.10.0-2ubuntu3).
curl is already the newest version (7.64.0-2ubuntu1.2).
libssl-dev is already the newest version (1.1.1b-1ubuntu2.4).
The following additional packages will be installed:
libwrap0 libxmuu1 ncurses-term openssh-sftp-server python3-certifi
python3-chardet python3-idna python3-pkg-resources python3-requests
python3-six python3-urllib3 ssh-import-id xauth
Suggested packages:
molly-guard monkeysphere rssh ssh-askpass ufw python3-setuptools
python3-cryptography python3-openssl python3-socks
The following NEW packages will be installed:
dos2unix libwrap0 libxmuu1 locate ncurses-term openssh-server
openssh-sftp-server python3-certifi python3-chardet python3-idna
python3-pkg-resources python3-requests python3-six python3-urllib3
ssh-import-id xauth
0 upgraded, 16 newly installed, 0 to remove and 2 not upgraded.
Need to get 1,694 kB of archives.
After this operation, 9,982 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu disco/main amd64 python3-pkg-resources all 40.8.0-1 [100 kB]
Get:2 http://archive.ubuntu.com/ubuntu disco/main amd64 python3-six all 1.12.0-1 [11.7 kB]
Get:3 http://archive.ubuntu.com/ubuntu disco/main amd64 libxmuu1 amd642:1.1.2-2 [9,674 B]
Get:4 http://archive.ubuntu.com/ubuntu disco/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB]
Get:5 http://archive.ubuntu.com/ubuntu disco/main amd64 libwrap0 amd647.6.q-28 [46.3 kB]
Get:6 http://archive.ubuntu.com/ubuntu disco/universe amd64 locate amd64 4.6.0+git+20190209-2 [88.9 kB]
Get:7 http://archive.ubuntu.com/ubuntu disco/main amd64 ncurses-term all 6.1+20181013-2ubuntu2 [247 kB]
Get:8 http://archive.ubuntu.com/ubuntu disco/main amd64 openssh-sftp-server amd64 1:7.9p1-10 [44.9 kB]
Get:9 http://archive.ubuntu.com/ubuntu disco/main amd64 openssh-serveramd64 1:7.9p1-10 [354 kB]
Get:10 http://archive.ubuntu.com/ubuntu disco/main amd64 python3-certifi all 2018.8.24-1 [140 kB]
Get:11 http://archive.ubuntu.com/ubuntu disco/main amd64 python3-chardet all 3.0.4-3 [80.4 kB]
Get:12 http://archive.ubuntu.com/ubuntu disco/main amd64 python3-idna all 2.6-1 [32.5 kB]
Get:13 http://archive.ubuntu.com/ubuntu disco-updates/main amd64 python3-urllib3 all 1.24.1-1ubuntu0.1 [83.8 kB]
Get:14 http://archive.ubuntu.com/ubuntu disco/main amd64 python3-requests all 2.21.0-1 [46.8 kB]
Get:15 http://archive.ubuntu.com/ubuntu disco/universe amd64 dos2unix amd64 7.4.0-1 [373 kB]
Get:16 http://archive.ubuntu.com/ubuntu disco/main amd64 ssh-import-idall 5.7-24-g4001a38e-0ubuntu1 [11.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1,694 kB in 0s (6,970 kB/s)
Selecting previously unselected package python3-pkg-resources.
(Reading database ... 33850 files and directories currently installed.)
Preparing to unpack .../00-python3-pkg-resources_40.8.0-1_all.deb ...
Unpacking python3-pkg-resources (40.8.0-1) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../01-python3-six_1.12.0-1_all.deb ...
Unpacking python3-six (1.12.0-1) ...
Selecting previously unselected package libxmuu1:amd64.
Preparing to unpack .../02-libxmuu1_2%3a1.1.2-2_amd64.deb ...
Unpacking libxmuu1:amd64 (2:1.1.2-2) ...
Selecting previously unselected package xauth.
Preparing to unpack .../03-xauth_1%3a1.0.10-1_amd64.deb ...
Unpacking xauth (1:1.0.10-1) ...
Selecting previously unselected package libwrap0:amd64.
Preparing to unpack .../04-libwrap0_7.6.q-28_amd64.deb ...
Unpacking libwrap0:amd64 (7.6.q-28) ...
Selecting previously unselected package locate.
Preparing to unpack .../05-locate_4.6.0+git+20190209-2_amd64.deb ...
Unpacking locate (4.6.0+git+20190209-2) ...
Selecting previously unselected package ncurses-term.
Preparing to unpack .../06-ncurses-term_6.1+20181013-2ubuntu2_all.deb ...
Unpacking ncurses-term (6.1+20181013-2ubuntu2) ...
Selecting previously unselected package openssh-sftp-server.
Preparing to unpack .../07-openssh-sftp-server_1%3a7.9p1-10_amd64.deb ...
Unpacking openssh-sftp-server (1:7.9p1-10) ...
Selecting previously unselected package openssh-server.
Preparing to unpack .../08-openssh-server_1%3a7.9p1-10_amd64.deb ...
Unpacking openssh-server (1:7.9p1-10) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../09-python3-certifi_2018.8.24-1_all.deb ...
Unpacking python3-certifi (2018.8.24-1) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../10-python3-chardet_3.0.4-3_all.deb ...
Unpacking python3-chardet (3.0.4-3) ...
Selecting previously unselected package python3-idna.
Preparing to unpack .../11-python3-idna_2.6-1_all.deb ...
Unpacking python3-idna (2.6-1) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../12-python3-urllib3_1.24.1-1ubuntu0.1_all.deb ...
Unpacking python3-urllib3 (1.24.1-1ubuntu0.1) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../13-python3-requests_2.21.0-1_all.deb ...
Unpacking python3-requests (2.21.0-1) ...
Selecting previously unselected package dos2unix.
Preparing to unpack .../14-dos2unix_7.4.0-1_amd64.deb ...
Unpacking dos2unix (7.4.0-1) ...
Selecting previously unselected package ssh-import-id.
Preparing to unpack .../15-ssh-import-id_5.7-24-g4001a38e-0ubuntu1_all.deb ...
Unpacking ssh-import-id (5.7-24-g4001a38e-0ubuntu1) ...
Setting up python3-pkg-resources (40.8.0-1) ...
Setting up openssh-sftp-server (1:7.9p1-10) ...
Setting up python3-six (1.12.0-1) ...
Setting up python3-chardet (3.0.4-3) ...
Setting up libwrap0:amd64 (7.6.q-28) ...
Setting up python3-certifi (2018.8.24-1) ...
Setting up python3-idna (2.6-1) ...
Setting up python3-urllib3 (1.24.1-1ubuntu0.1) ...
Setting up dos2unix (7.4.0-1) ...
Setting up locate (4.6.0+git+20190209-2) ...
Setting up libxmuu1:amd64 (2:1.1.2-2) ...
Setting up ncurses-term (6.1+20181013-2ubuntu2) ...
Setting up openssh-server (1:7.9p1-10) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
Creating config file /etc/ssh/sshd_config with new version
Creating SSH2 RSA key; this may take some time ...
2048 SHA256:WYhU7yoEQZ8mhyvEWzNKqIVq6CY6iC13/60yFEO6bBM root@66b8f141bb5f (RSA)
Creating SSH2 ECDSA key; this may take some time ...
256 SHA256:/Rs4MlacwsWkixX/bCPZrKny0qQPGY3NgTByULvG5Xc root@66b8f141bb5f (ECDSA)
Creating SSH2 ED25519 key; this may take some time ...
256 SHA256:LMrOpf3ObpWXhE0TvxTg1bHq3G+DTsQf5cfWmVqMxEA root@66b8f141bb5f (ED25519)
Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service.
Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up python3-requests (2.21.0-1) ...
Setting up xauth (1:1.0.10-1) ...
Setting up ssh-import-id (5.7-24-g4001a38e-0ubuntu1) ...
Attempting to convert /etc/ssh/ssh_import_id
Processing triggers for systemd (240-6ubuntu5.8) ...
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for libc-bin (2.29-0ubuntu2) ...
---> 43229b492561
Step 4/23 : RUN sudo echo 'deb http://ftp.debian.org/debian/ buster main' >> sudo /etc/apt/sources.list && sudo echo ' this is sources list: ' && sudo cat /etc/apt/sources.list && sudo apt-get update
---> Running in 19455e6402bf
this is sources list:
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgradeto
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu/ disco main restricted
# deb-src http://archive.ubuntu.com/ubuntu/ disco main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ disco-updates main restricted
# deb-src http://archive.ubuntu.com/ubuntu/ disco-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu/ disco universe
# deb-src http://archive.ubuntu.com/ubuntu/ disco universe
deb http://archive.ubuntu.com/ubuntu/ disco-updates universe
# deb-src http://archive.ubuntu.com/ubuntu/ disco-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu/ disco multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ disco multiverse
deb http://archive.ubuntu.com/ubuntu/ disco-updates multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ disco-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu/ disco-backports main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ disco-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu disco partner
# deb-src http://archive.canonical.com/ubuntu disco partner
deb http://security.ubuntu.com/ubuntu/ disco-security main restricted
# deb-src http://security.ubuntu.com/ubuntu/ disco-security main restricted
deb http://security.ubuntu.com/ubuntu/ disco-security universe
# deb-src http://security.ubuntu.com/ubuntu/ disco-security universe
deb http://security.ubuntu.com/ubuntu/ disco-security multiverse
# deb-src http://security.ubuntu.com/ubuntu/ disco-security multiverse
Hit:1 http://security.ubuntu.com/ubuntu disco-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu disco InRelease
Hit:3 http://archive.ubuntu.com/ubuntu disco-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu disco-backports InRelease
Hit:5 http://ppa.launchpad.net/git-core/ppa/ubuntu disco InRelease
Hit:6 https://apt.llvm.org/disco llvm-toolchain-disco InRelease
Reading package lists...
---> a773601badc7
Step 5/23 : RUN sudo mkdir -p /opt/qewd
---> Running in d3eb24ea6be1
---> 3c681c92ab1c
Step 6/23 : RUN sudo mkdir /opt/qewd/www
---> Running in f9fb07ce2400
---> 2afe3997ee93
Step 7/23 : RUN sudo mkdir /opt/qewd/www/qewd-monitor
---> Running in db4261169776
---> ba3adefd3ee0
Step 8/23 : COPY install_yottadb.sh /opt/qewd
---> 026a423d2a6b
Step 9/23 : COPY gde.txt /opt/qewd
---> 9daa3ce6f732
Step 10/23 : RUN sudo chmod +x /opt/qewd/install_yottadb.sh
---> Running in 084e514193c6
---> b7859835e54f
Step 11/23 : RUN cd /opt/qewd
---> Running in 1f0900846869
---> 46f4c86b395b
Step 12/23 : RUN ["/opt/qewd/install_yottadb.sh"]
---> Running in cccd0d659102
Installing YottaDB r1.28
--2020-03-20 18:17:06-- https://gitlab.com/YottaDB/DB/YDB/raw/master/sr_unix/ydbinstall.sh
Resolving gitlab.com (gitlab.com)... 35.231.145.151
Connecting to gitlab.com (gitlab.com)|35.231.145.151|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 42583 (42K) [text/plain]
Saving to: ‘ydbinstall.sh’
0K .......... .......... .......... .......... . 100% 226K=0.2s
2020-03-20 18:17:07 (226 KB/s) - ‘ydbinstall.sh’ saved [42583/42583]
mkdir: cannot create directory ‘/usr/lib/yottadb’: Permission denied
+ shift
+ [ 6 -gt 0 ]
+ + echo --linkenv
cut -s -d = -f 2-
+ tmp=
+ [ -n ]
+ isvaluevalid 6 /usr/lib/yottadb/current
+ [ 1 -lt 6 ]
+ grep -c ^--
+ echo /usr/lib/yottadb/current
+ retval=0
+ echo 0
+ retval=0
+ [ 0 -eq 0 ]
+ gtm_linkenv=/usr/lib/yottadb/current
+ shift
+ unset gtm_copyenv
+ shift
+ [ 4 -gt 0 ]
+ cut -s -d = -f 2-
+ echo --linkexec
+ tmp=
+ [ -n ]
+ isvaluevalid 4 /usr/lib/yottadb/current
+ [ 1 -lt 4 ]
+ echo /usr/lib/yottadb/current
+ grep -c ^--
+ retval=0
+ echo 0
+ retval=0
+ [ 0 -eq 0 ]
+ gtm_linkexec=/usr/lib/yottadb/current
+ shift
+ unset gtm_copyexec
+ shift
+ [ 2 -gt 0 ]
+ ydb_force_install=Y
+ shift
+ [ 1 -gt 0 ]
+ [ -n ]
+ ydb_version=r1.28
+ shift
+ [ 0 -gt 0 ]
+ [ Y = Y ]
+ echo Processed command line
+ dump_info
+ set +x
Processed command line
gtm_buildtype : pro
ydb_debug : Y
ydb_deprecated : Y
gtm_dryrun : N
ydb_encplugin : N
ydb_force_install : Y
gtm_group_already : N
gtm_group_restriction : N
ydb_icu_version : default
gtm_keep_obj : N
gtm_lcase_utils : Y
gtm_linkenv : /usr/lib/yottadb/current
gtm_linkexec : /usr/lib/yottadb/current
ydb_octo : N
gtm_overwrite_existing : N
ydb_posix : N
gtm_prompt_for_group : N
gtm_verbose : Y
ydb_version : r1.28
ydb_zlib : N
gtm_gtm : N
timestamp : 20200320181707
ydb_change_removeipc : yes
+ uname+ tr -d _
-m
+ gtm_arch=x8664
+ tr A-Z a-z
+ uname -s
+ gtm_hostos=linux
+ gtm_shlib_support=Y
+ gtm_sf_dirname=GT.M-amd64-Linux
+ gtm_ftp_dirname=linux_x8664
+ ydb_flavor=x8664
+ gtm_install_flavor=x86_64
+ osfile=/etc/os-release
+ cut -d" -f2
+ cut -d= -f2
+ grep -w ID /etc/os-release
+ osid=ubuntu
+ [ N = Y ]
+ [ -z r1.28 ]
+ [ Y = Y ]
+ echo Determined architecture, OS and YottaDB/GT.M version
+ dump_info
+ set +x
Determined architecture, OS and YottaDB/GT.M version
gtm_arch : x8664
gtm_buildtype : pro
ydb_debug : Y
ydb_deprecated : Y
gtm_dryrun : N
ydb_encplugin : N
ydb_flavor : x8664
ydb_force_install : Y
gtm_ftp_dirname : linux_x8664
gtm_group_already : N
gtm_group_restriction : N
gtm_hostos : linux
ydb_icu_version : default
gtm_install_flavor : x86_64
gtm_keep_obj : N
gtm_lcase_utils : Y
gtm_linkenv : /usr/lib/yottadb/current
gtm_linkexec : /usr/lib/yottadb/current
ydb_octo : N
gtm_overwrite_existing : N
ydb_posix : N
gtm_prompt_for_group : N
gtm_sf_dirname : GT.M-amd64-Linux
gtm_verbose : Y
ydb_version : r1.28
ydb_zlib : N
gtm_gtm : N
timestamp : 20200320181707
ydb_change_removeipc : yes
+ wget_flags=-P
+ [ -z ]
+ ydb_distrib=https://gitlab.com/api/v4/projects/7957109/repository/tags
+ [ Y = N ]
+ mktmpdir
+ uname -s
+ mktemp -d
+ tmpdirname=/tmp/tmp.F1WflcPYTr
+ echo /tmp/tmp.F1WflcPYTr
+ tmpdir=/tmp/tmp.F1WflcPYTr
+ gtm_tmpdir=/tmp/tmp.F1WflcPYTr
+ mkdir /tmp/tmp.F1WflcPYTr/tmp
+ echo r1.28
+ tr LATES lates
+ latest=r1.28
+ [ -z r1.28 -o latest = r1.28 ]
+ [ -z r1.28 ]
+ [ -f https://gitlab.com/api/v4/projects/7957109/repository/tags/yottadb ]
+ [ -f https://gitlab.com/api/v4/projects/7957109/repository/tags/mumps ]
+ tr -d .-
+ echo r1.28
+ tmp=r128
+ ydb_filename=
+ [ Y = N ]
+ [ Y = Y ]
+ echo wget https://gitlab.com/api/v4/projects/7957109/repository/tags/r1.28 and parse to download tarball
wget https://gitlab.com/api/v4/projects/7957109/repository/tags/r1.28 and parse to download tarball
Check proxy settings if wget hangs
+ echo Check proxy settings if wget hangs
+ wget -P /tmp/tmp.F1WflcPYTr https://gitlab.com/api/v4/projects/7957109/repository/tags/r1.28
--2020-03-20 18:17:07-- https://gitlab.com/api/v4/projects/7957109/repository/tags/r1.28
Resolving gitlab.com (gitlab.com)... 35.231.145.151
Connecting to gitlab.com (gitlab.com)|35.231.145.151|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14474 (14K) [application/json]
Saving to: ‘/tmp/tmp.F1WflcPYTr/r1.28’
0K .......... .... 100% 203M=0s
2020-03-20 18:17:07 (203 MB/s) - ‘/tmp/tmp.F1WflcPYTr/r1.28’ saved [14474/14474]
+ sed s,/uploads/,\n&,g /tmp/tmp.F1WflcPYTr/r1.28
+ grep ^/uploads/
+ cut -d) -f1
+ yottadb_download_urls=/uploads/f1604a854e3121722829d706fa4a164d/yottadb_r128_debian10_x8664_pro.tgz
/uploads/66aa86c88ce5a280e63ac659554770a6/yottadb_r128_linux_aarch64_pro.tgz
/uploads/ef814420565beca498fae6ff3df9d017/yottadb_r128_linux_armv6l_pro.tgz
/uploads/1dec8eca2446cd501702c1bd50223dfe/yottadb_r128_linux_armv7l_pro.tgz
/uploads/2e1b535a3be91e378ddf08374cafc567/yottadb_r128_linux_x8664_pro.tgz
/uploads/78a43089e2f4a00e3c9dceae7cf4821e/yottadb_r128_rhel7_x8664_pro.tgz
+ tr -d _
+ uname -m
+ arch=x8664
+ + tr [A-Z] [a-z]
uname -s
+ platform=linux
+ [ x8664 = x8664 ]
+ [ rhel = ubuntu -o centos = ubuntu -o sles = ubuntu ]
+ [ debian = ubuntu ]
+ yottadb_download_url=
+ basename /uploads/f1604a854e3121722829d706fa4a164d/yottadb_r128_debian10_x8664_pro.tgz
+ ydb_filename=yottadb_r128_debian10_x8664_pro.tgz
+ extension=tgz
+ [ tgz != tgz ]
+ continue
+ basename /uploads/66aa86c88ce5a280e63ac659554770a6/yottadb_r128_linux_aarch64_pro.tgz
+ ydb_filename=yottadb_r128_linux_aarch64_pro.tgz
+ extension=tgz
+ [ tgz != tgz ]
+ continue
+ basename /uploads/ef814420565beca498fae6ff3df9d017/yottadb_r128_linux_armv6l_pro.tgz
+ ydb_filename=yottadb_r128_linux_armv6l_pro.tgz
+ extension=tgz
+ [ tgz != tgz ]
+ continue
+ basename /uploads/1dec8eca2446cd501702c1bd50223dfe/yottadb_r128_linux_armv7l_pro.tgz
+ ydb_filename=yottadb_r128_linux_armv7l_pro.tgz
+ extension=tgz
+ [ tgz != tgz ]
+ continue
+ basename /uploads/2e1b535a3be91e378ddf08374cafc567/yottadb_r128_linux_x8664_pro.tgz
+ ydb_filename=yottadb_r128_linux_x8664_pro.tgz
+ extension=tgz
+ [ tgz != tgz ]
+ yottadb_download_url=https://gitlab.com/YottaDB/DB/YDB/uploads/2e1b535a3be91e378ddf08374cafc567/yottadb_r128_linux_x8664_pro.tgz
+ break
+ [ https://gitlab.com/YottaDB/DB/YDB/uploads/2e1b535a3be91e378ddf08374cafc567/yottadb_r128_linux_x8664_pro.tgz = ]
+ wget -P /tmp/tmp.F1WflcPYTr https://gitlab.com/YottaDB/DB/YDB/uploads/2e1b535a3be91e378ddf08374cafc567/yottadb_r128_linux_x8664_pro.tgz
--2020-03-20 18:17:07-- https://gitlab.com/YottaDB/DB/YDB/uploads/2e1b535a3be91e378ddf08374cafc567/yottadb_r128_linux_x8664_pro.tgz
Resolving gitlab.com (gitlab.com)... 35.231.145.151
Connecting to gitlab.com (gitlab.com)|35.231.145.151|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3598436 (3.4M) [application/x-gzip]
Saving to: ‘/tmp/tmp.F1WflcPYTr/yottadb_r128_linux_x8664_pro.tgz’
0K .......... .......... .......... .......... .......... 1% 270K 13s
50K .......... .......... .......... .......... .......... 2% 551K 9s
100K .......... .......... .......... .......... .......... 4% 16.2M 6s
150K .......... .......... .......... .......... .......... 5% 12.3M 5s
200K .......... .......... .......... .......... .......... 7% 579K 5s
250K .......... .......... .......... .......... .......... 8% 23.2M 4s
300K .......... .......... .......... .......... .......... 9% 20.6M 3s
350K .......... .......... .......... .......... .......... 11% 43.1M 3s
400K .......... .......... .......... .......... .......... 12% 587K 3s
450K .......... .......... .......... .......... .......... 14% 32.9M 3s
500K .......... .......... .......... .......... .......... 15% 37.4M 2s
550K .......... .......... .......... .......... .......... 17% 101M 2s
600K .......... .......... .......... .......... .......... 18% 82.3M 2s
650K .......... .......... .......... .......... .......... 19% 41.9M 2s
700K .......... .......... .......... .......... .......... 21% 46.2M 2s
750K .......... .......... .......... .......... .......... 22% 67.9M 2s
800K .......... .......... .......... .......... .......... 24% 75.3M 1s
850K .......... .......... .......... .......... .......... 25% 591K 2s
900K .......... .......... .......... .......... .......... 27% 60.7M 1s
950K .......... .......... .......... .......... .......... 28% 171M 1s
1000K .......... .......... .......... .......... .......... 29% 59.2M 1s
1050K .......... .......... .......... .......... .......... 31% 157M 1s
1100K .......... .......... .......... .......... .......... 32% 48.7M 1s
1150K .......... .......... .......... .......... .......... 34% 83.0M 1s
1200K .......... .......... .......... .......... .......... 35% 73.1M 1s
1250K .......... .......... .......... .......... .......... 36% 62.7M 1s
1300K .......... .......... .......... .......... .......... 38% 146M 1s
1350K .......... .......... .......... .......... .......... 39% 200M 1s
1400K .......... .......... .......... .......... .......... 41% 117M 1s
1450K .......... .......... .......... .......... .......... 42% 83.1M 1s
1500K .......... .......... .......... .......... .......... 44% 218M 1s
1550K .......... .......... .......... .......... .......... 45% 112M 1s
1600K .......... .......... .......... .......... .......... 46% 208M 1s
1650K .......... .......... .......... .......... .......... 48% 111M 1s
1700K .......... .......... .......... .......... .......... 49% 596K 1s
1750K .......... .......... .......... .......... .......... 51% 94.2M 1s
1800K .......... .......... .......... .......... .......... 52% 144M 1s
1850K .......... .......... .......... .......... .......... 54% 167M 1s
1900K .......... .......... .......... .......... .......... 55% 185M 1s
1950K .......... .......... .......... .......... .......... 56% 78.9M 0s
2000K .......... .......... .......... .......... .......... 58% 167M 0s
2050K .......... .......... .......... .......... .......... 59% 242M 0s
2100K .......... .......... .......... .......... .......... 61% 217M 0s
2150K .......... .......... .......... .......... .......... 62% 277M 0s
2200K .......... .......... .......... .......... .......... 64% 165M 0s
2250K .......... .......... .......... .......... .......... 65% 177M 0s
2300K .......... .......... .......... .......... .......... 66% 247M 0s
2350K .......... .......... .......... .......... .......... 68% 237M 0s
2400K .......... .......... .......... .......... .......... 69% 234M 0s
2450K .......... .......... .......... .......... .......... 71% 79.5M 0s
2500K .......... .......... .......... .......... .......... 72% 86.3M 0s
2550K .......... .......... .......... .......... .......... 73% 262M 0s
2600K .......... .......... .......... .......... .......... 75% 100M 0s
2650K .......... .......... .......... .......... .......... 76% 216M 0s
2700K .......... .......... .......... .......... .......... 78% 191M 0s
2750K .......... .......... .......... .......... .......... 79% 162M 0s
2800K .......... .......... .......... .......... .......... 81% 165M 0s
2850K .......... .......... .......... .......... .......... 82% 186M 0s
2900K .......... .......... .......... .......... .......... 83% 219M 0s
2950K .......... .......... .......... .......... .......... 85% 245M 0s
3000K .......... .......... .......... .......... .......... 86% 108M 0s
3050K .......... .......... .......... .......... .......... 88% 141M 0s
3100K .......... .......... .......... .......... .......... 89% 214M 0s
3150K .......... .......... .......... .......... .......... 91% 214M 0s
3200K .......... .......... .......... .......... .......... 92% 126M 0s
3250K .......... .......... .......... .......... .......... 93% 179M 0s
3300K .......... .......... .......... .......... .......... 95% 186M 0s
3350K .......... .......... .......... .......... .......... 96% 245M 0s
3400K .......... .......... .......... .......... .......... 98% 195M 0s
3450K .......... .......... .......... .......... .......... 99% 612K 0s
3500K .......... .... 100% 109M=0.7s
2020-03-20 18:17:09 (4.66 MB/s) - ‘/tmp/tmp.F1WflcPYTr/yottadb_r128_linux_x8664_pro.tgz’ saved [3598436/3598436]
+ [ ! -f /tmp/tmp.F1WflcPYTr/yottadb_r128_linux_x8664_pro.tgz ]
+ cd /tmp/tmp.F1WflcPYTr/tmp
+ gzip -d
+ tar xf -
+ [ Y = Y ]
+ echo Downloaded and unpacked YottaDB/GT.M distribution
+ dump_info
+ set +x
Downloaded and unpacked YottaDB/GT.M distribution
gtm_arch : x8664
gtm_buildtype : pro
ydb_debug : Y
ydb_deprecated : Y
ydb_distrib : https://gitlab.com/api/v4/projects/7957109/repository/tags
gtm_dryrun : N
ydb_encplugin : N
ydb_filename : yottadb_r128_linux_x8664_pro.tgz
ydb_flavor : x8664
ydb_force_install : Y
gtm_ftp_dirname : linux_x8664
gtm_group_already : N
gtm_group_restriction : N
gtm_hostos : linux
ydb_icu_version : default
gtm_install_flavor : x86_64
gtm_keep_obj : N
gtm_lcase_utils : Y
gtm_linkenv : /usr/lib/yottadb/current
gtm_linkexec : /usr/lib/yottadb/current
ydb_octo : N
gtm_overwrite_existing : N
ydb_posix : N
gtm_prompt_for_group : N
gtm_sf_dirname : GT.M-amd64-Linux
gtm_tmpdir : /tmp/tmp.F1WflcPYTr
gtm_verbose : Y
ydb_version : r1.28
ydb_zlib : N
gtm_gtm : N
timestamp : 20200320181707
ydb_change_removeipc : yes
+ id -un
Non-root installations not currently supported
+ tmp=gitpod
+ [ -z ]
+ gtm_user=gitpod
+ [ root = gitpod ]
+ echo Non-root installations not currently supported
+ [ N = N ]
+ err_exit
+ basename ./ydbinstall.sh
YottaDB installation aborted due to above error. Run ydbinstall.sh --help for detailed option list
Configuring YottaDB r1.28
+ echo YottaDB installation aborted due to above error. Run ydbinstall.sh --help for detailed option list
+ exit 1
ls: cannot access '/usr/lib/yottadb/current': No such file or directory
/opt/qewd/install_yottadb.sh: line 36: /usr/lib/yottadb/current/gtmprofile: No such file or directory
copying source /usr/lib/yottadb/current/gtmprofile to profile...
mkdir: cannot create directory ‘sessiondb’: Permission denied
Setting up local internal, unjournalled region for QEWD Session global
/opt/qewd/install_yottadb.sh: line 49: /usr/local/lib/yottadb/r128/mumps: No such file or directory
/opt/qewd/install_yottadb.sh: line 50: /usr/local/lib/yottadb/r128/mupip: No such file or directory
/opt/qewd/install_yottadb.sh: line 51: /usr/local/lib/yottadb/r128/mupip: No such file or directory
svn: E000013: Can't make directory '/opt/qewd/mgsql': Permission denied
cp: failed to access '/root/.yottadb/r1.28_x86_64/r': Permission denied
/opt/qewd/install_yottadb.sh: line 57: /usr/local/lib/yottadb/r128/mumps: No such file or directory
rm: cannot remove '/opt/qewd/mgsql': No such file or directory
cp: cannot stat '/opt/qewd/node_modules/qewd-mg-dbx/ci/qewd.ci': No such file or directory
cp: failed to access '/root/.yottadb/r1.28_x86_64/r': Permission denied
mgsql has been installed
YottaDB has been installed and configured, ready for use
Installing NodeM
npm WARN checkPermissions Missing write access to /opt/qewd
npm WARN enoent ENOENT: no such file or directory, open '/opt/qewd/package.json'
npm WARN qewd No description
npm WARN qewd No repository field.
npm WARN qewd No README data
npm WARN qewd No license field.
npm ERR! code EACCES
npm ERR! syscall access
npm ERR! path /opt/qewd
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, access '/opt/qewd'
npm ERR! { [Error: EACCES: permission denied, access '/opt/qewd']
npm ERR! stack: 'Error: EACCES: permission denied, access \'/opt/qewd\'',
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'access',
npm ERR! path: '/opt/qewd' }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/gitpod/.npm/_logs/2020-03-20T18_17_12_430Z-debug.log
ln: failed to create symbolic link '/usr/local/lib/libgtmshr.so': Permission denied
/sbin/ldconfig.real: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
dirname: missing operand
Try 'dirname --help' for more information.
---> 51e3e0b3331d
Step 13/23 : COPY . /opt/qewd
---> f7c959917d7a
Step 14/23 : RUN sudo chmod +x /opt/qewd/ydb
---> Running in c6cc068e2f25
---> 03f4d29f9b47
Step 15/23 : RUN sudo chmod +x /opt/qewd/backup
---> Running in 9b2ddab0557d
---> 838c81373bd0
Step 16/23 : RUN sudo chmod +x /opt/qewd/update_to_r128
---> Running in 141fcf414062
---> a3f8404cfcc5
Step 17/23 : RUN sudo echo 'YDB installed by now'
---> Running in 3f4d23450cf6
YDB installed by now
---> bc282e2bb544
Step 18/23 : RUN cd /opt/qewd
---> Running in 63668474b871
---> 5d4d796b133b
Step 19/23 : USER root
---> Running in 857521f9d7a5
---> 9e41127506a4
Step 20/23 : RUN cd /opt/qewd && npm install qewd && npm install && npm install module-exists && cp /opt/qewd/node_modules/qewd-monitor/www/bundle.js /opt/qewd/www/qewd-monitor && cp /opt/qewd/node_modules/qewd-monitor/www/*.html /opt/qewd/www/qewd-monitor && cp /opt/qewd/node_modules/qewd-monitor/www/*.css /opt/qewd/www/qewd-monitor && cp /opt/qewd/node_modules/ewd-client/lib/proto/ewd-client.js /opt/qewd/www
---> Running in ce64586c410e
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN qewd-server@2.47.5 No repository field.
npm WARN qewd-server@2.47.5 No license field.
+ qewd@2.49.2
added 195 packages from 106 contributors and audited 611 packages in 8.289s
1 package is looking for funding
run `npm fund` for details
found 0 vulnerabilities
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN qewd-server@2.47.5 No repository field.
npm WARN qewd-server@2.47.5 No license field.
added 42 packages from 47 contributors and audited 674 packages in 2.661s
1 package is looking for funding
run `npm fund` for details
found 0 vulnerabilities
npm WARN qewd-server@2.47.5 No repository field.
npm WARN qewd-server@2.47.5 No license field.
+ module-exists@0.2.1
updated 1 package and audited 675 packages in 1.708s
1 package is looking for funding
run `npm fund` for details
found 0 vulnerabilities
---> 029e43d52eff
Step 21/23 : RUN echo 'Done installing to this point - stopping here for now'
---> Running in 59fbc2b24b01
Done installing to this point - stopping here for now
---> a1549a886034
Step 22/23 : USER root
---> Running in 6ff82b1243b3
---> 50c0a6e15566
Step 23/23 : LABEL gitpod.io/image-builder/temporary=true
---> Running in a33278e60031
---> 61d5e002ec7d
Successfully built 61d5e002ec7d
Successfully tagged :4537901746434d7d17537d02fd824f20852cf4d5a35bbeabeedf90b3ee4f5f5c
pushing base image
The push refers to repository []
25047a689997: Preparing
4f4e1b16baa1: Preparing
eddf5a3ba3ec: Preparing
85adb8dfd82c: Preparing
429f323b7d87: Preparing
98acdd24bc0c: Preparing
2f204af67be9: Preparing
b331b2bacb33: Preparing
3b89a0c5d7bd: Preparing
f14ddf5f53e3: Preparing
8948c5df3c86: Preparing
7ea97784a0cc: Preparing
cc5b29f1e682: Preparing
fa803f0cb23f: Preparing
6cb4e27a1163: Preparing
d2629a40962b: Preparing
ac664259214d: Preparing
92f620e9cf61: Preparing
fadbb93bef6a: Preparing
d6542b8daa7f: Preparing
36c14c7159b6: Preparing
ce799f652e97: Preparing
27c21aedba86: Preparing
dea40c7fc5ef: Preparing
17b1cec0bedb: Preparing
8450a6461b98: Preparing
dc126d451114: Preparing
61474916cb3e: Preparing
d87fe8191890: Preparing
e312001d5f93: Preparing
58d99e00bd99: Preparing
a18fea89ffd6: Preparing
cefc7611c168: Preparing
d6536a9a841a: Preparing
f6315cbdbf15: Preparing
fb36c7c4531b: Preparing
486240b64de0: Preparing
162e640216b2: Preparing
56fda3e2d93f: Preparing
81bbc05a6f34: Preparing
b197bcd45095: Preparing
b37bcf03845e: Preparing
311180c0cfcf: Preparing
8ac4be6e0e4b: Preparing
363295e4406a: Preparing
873cbe4bd21e: Preparing
17b1cec0bedb: Waiting
8450a6461b98: Waiting
dc126d451114: Waiting
61474916cb3e: Waiting
d87fe8191890: Waiting
e312001d5f93: Waiting
58d99e00bd99: Waiting
a18fea89ffd6: Waiting
cefc7611c168: Waiting
d6536a9a841a: Waiting
98acdd24bc0c: Waiting
f6315cbdbf15: Waiting
fb36c7c4531b: Waiting
2f204af67be9: Waiting
486240b64de0: Waiting
b331b2bacb33: Waiting
162e640216b2: Waiting
3b89a0c5d7bd: Waiting
56fda3e2d93f: Waiting
f14ddf5f53e3: Waiting
81bbc05a6f34: Waiting
8948c5df3c86: Waiting
b197bcd45095: Waiting
7ea97784a0cc: Waiting
b37bcf03845e: Waiting
cc5b29f1e682: Waiting
311180c0cfcf: Waiting
8ac4be6e0e4b: Waiting
fa803f0cb23f: Waiting
363295e4406a: Waiting
6cb4e27a1163: Waiting
873cbe4bd21e: Waiting
d2629a40962b: Waiting
ce799f652e97: Waiting
ac664259214d: Waiting
27c21aedba86: Waiting
92f620e9cf61: Waiting
dea40c7fc5ef: Waiting
fadbb93bef6a: Waiting
36c14c7159b6: Waiting
429f323b7d87: Pushed
85adb8dfd82c: Pushed
4f4e1b16baa1: Pushed
eddf5a3ba3ec: Pushed
2f204af67be9: Pushed
3b89a0c5d7bd: Pushed
b331b2bacb33: Pushed
98acdd24bc0c: Pushed
25047a689997: Pushed
f14ddf5f53e3: Pushed
8948c5df3c86: Pushed
6cb4e27a1163: Layer already exists
d2629a40962b: Layer already exists
ac664259214d: Layer already exists
7ea97784a0cc: Pushed
fadbb93bef6a: Layer already exists
92f620e9cf61: Layer already exists
ce799f652e97: Layer already exists
36c14c7159b6: Layer already exists
d6542b8daa7f: Layer already exists
17b1cec0bedb: Layer already exists
dea40c7fc5ef: Layer already exists
27c21aedba86: Layer already exists
dc126d451114: Layer already exists
61474916cb3e: Layer already exists
8450a6461b98: Layer already exists
d87fe8191890: Layer already exists
e312001d5f93: Layer already exists
58d99e00bd99: Layer already exists
a18fea89ffd6: Layer already exists
cefc7611c168: Layer already exists
d6536a9a841a: Layer already exists
f6315cbdbf15: Layer already exists
fb36c7c4531b: Layer already exists
486240b64de0: Layer already exists
162e640216b2: Layer already exists
56fda3e2d93f: Layer already exists
b197bcd45095: Layer already exists
81bbc05a6f34: Layer already exists
b37bcf03845e: Layer already exists
8ac4be6e0e4b: Layer already exists
311180c0cfcf: Layer already exists
363295e4406a: Layer already exists
873cbe4bd21e: Layer already exists
cc5b29f1e682: Pushed
fa803f0cb23f: Pushed
4537901746434d7d17537d02fd824f20852cf4d5a35bbeabeedf90b3ee4f5f5c: digest: sha256:203f641bfe04dfc640f0aa2d3c23f208a2eb55648630bc0199862f52beda3884 size: 9974
adding Gitpod layer
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment