Running with gitlab-runner 13.2.0 (353dd94e)  on global-shared-gitlab-runner-7555d7447d-2wj6x xszGPK3V section_start:1601420179:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-isolated Using Kubernetes executor with image ${GITLAB_INTERNAL_REGISTRY}/ironbank-tools/ironbank-pipeline/rootless-build:1.3 ... section_end:1601420179:prepare_executor section_start:1601420179:prepare_script Preparing environment Waiting for pod gitlab-runner-isolated/runner-xszgpk3v-project-701-concurrent-0rm9fd to be running, status is Pending Running on runner-xszgpk3v-project-701-concurrent-0rm9fd via global-shared-gitlab-runner-7555d7447d-2wj6x... section_end:1601420182:prepare_script section_start:1601420182:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/coder-enterprise/coder-enterprise/timescale/.git/ Created fresh repository. Checking out 0ebbd133 as development... Skipping Git submodules setup section_end:1601420182:get_sources section_start:1601420182:download_artifacts Downloading artifacts Downloading artifacts for import artifacts (340709)... Dialing: tcp gitlab-webservice.gitlab.svc.cluster.local:8181 ... Downloading artifacts from coordinator... ok  id=340709 responseStatus=200 OK token=6bkDaAjQ Downloading artifacts for load scripts (340705)... Dialing: tcp gitlab-webservice.gitlab.svc.cluster.local:8181 ... Downloading artifacts from coordinator... ok  id=340705 responseStatus=200 OK token=N1hQkL92 section_end:1601420183:download_artifacts section_start:1601420183:step_script Executing "step_script" stage of the job script $ IM_NAME=$(echo ${CI_PROJECT_PATH} | sed -e 's/.*dsop\/\(.*\)/\1/') $ mkdir -p ${ARTIFACT_DIR} $ if [[ ! -z ${DOCKER_RESOURCE} ]]; then # collapsed multi-line command $ if [[ ! -z ${HTTP_RESOURCE} ]]; then # collapsed multi-line command $ echo "${SATELLITE_URL} satellite" >> /etc/hosts $ echo ${DOCKER_AUTH_CONFIG_PULL} | base64 -d >> prod_auth.json $ echo ${DOCKER_AUTH_CONFIG_STAGING} | base64 -d >> staging_auth.json $ echo "IM_NAME=${IM_NAME}" >> build.env $ harbor_image_path=${STAGING_REGISTRY_URL}/$IM_NAME:$IMG_VERSION $ buildah bud --build-arg "BASE_REGISTRY=${REGISTRY_URL}" --build-arg "BASE_IMAGE=${BASE_IMAGE}" --build-arg "BASE_TAG=${BASE_TAG}" --authfile prod_auth.json --format=docker --storage-driver=vfs -t $harbor_image_path . STEP 1: FROM registry1.dsop.io/ironbank/redhat/ubi/ubi7:7.8 Getting image source signatures Copying blob sha256:ae8a0c23f5b15f165e0f4adf88b8bd563d8e71f2b4c7639945c421d16fda0155 Copying blob sha256:4f2b1653cbce02ed0356a10c297593982192da7848ac9526e84254eb59b2ebfd Copying blob sha256:1c38428313431e325d75d38907544f3e5e487e376405846845f9f78281dfe1d9 Copying config sha256:865bb063e6106d3cc020f822bd1e06ef40a272fdb93212d084d0a46a5430708f Writing manifest to image destination Storing signatures STEP 2: ENV LANG=en_US.UTF-8 STEP 3: SHELL ["/bin/bash", "-c"] STEP 4: LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" STEP 5: RUN yum update -y && yum install -y bash ca-certificates coreutils-single curl procps && yum clean all Loaded plugins: ovl, product-id, search-disabled-repos No packages marked for update Loaded plugins: ovl, product-id, search-disabled-repos Package bash-4.2.46-34.el7.x86_64 already installed and latest version Package ca-certificates-2020.2.41-70.0.el7_8.noarch already installed and latest version No package coreutils-single available. Package curl-7.29.0-57.el7_8.1.x86_64 already installed and latest version Package procps-ng-3.3.10-27.el7.x86_64 already installed and latest version Nothing to do Loaded plugins: ovl, product-id, search-disabled-repos Cleaning repos: ubi-7 ubi-7-server-extras-rpms ubi-7-server-optional-rpms : ubi-server-rhscl-7-rpms STEP 6: ARG POSTGRES_KEY=RPM-GPG-KEY-PGDG-11 STEP 7: COPY $POSTGRES_KEY /tmp/pg11-key STEP 8: ARG POSTGRES_RPM=postgresql11.rpm STEP 9: COPY $POSTGRES_RPM /tmp/postgres11.rpm STEP 10: ARG POSTGRES_SERVER_RPM=postgresql11-server.rpm STEP 11: COPY $POSTGRES_SERVER_RPM /tmp/postgres11-server.rpm STEP 12: ARG POSTGRES_LIBS_RPM=postgresql11-libs.rpm STEP 13: COPY $POSTGRES_LIBS_RPM /tmp/postgres11-libs.rpm STEP 14: ARG POSTGRES_CONTRIB_RPM=postgresql11-contrib.rpm STEP 15: COPY $POSTGRES_CONTRIB_RPM /tmp/postgres11-contrib.rpm STEP 16: ARG PG_CRON_RPM=pg_cron_11-1.1.3-2.rhel7.x86_64.rpm STEP 17: COPY $PG_CRON_RPM /tmp/pg_cron.rpm STEP 18: ARG TIMESCALE_TOOLS_RPM=timescale-tools.rpm STEP 19: COPY $TIMESCALE_TOOLS_RPM /tmp/timescale-tools.rpm STEP 20: ARG POSTGRES_TIMESCALE_RPM=timescale-postgres11.rpm STEP 21: COPY $POSTGRES_TIMESCALE_RPM /tmp/timescale-postgres11.rpm STEP 22: RUN rpm --import /tmp/pg11-key && yum update -y && yum install -y /tmp/postgres11.rpm /tmp/postgres11-libs.rpm /tmp/postgres11-server.rpm /tmp/postgres11-contrib.rpm /tmp/pg_cron.rpm && yum clean all Loaded plugins: ovl, product-id, search-disabled-repos No packages marked for update Loaded plugins: ovl, product-id, search-disabled-repos Examining /tmp/postgres11.rpm: postgresql11-11.9-1PGDG.rhel7.x86_64 Marking /tmp/postgres11.rpm to be installed Examining /tmp/postgres11-libs.rpm: postgresql11-libs-11.9-1PGDG.rhel7.x86_64 Marking /tmp/postgres11-libs.rpm to be installed Examining /tmp/postgres11-server.rpm: postgresql11-server-11.9-1PGDG.rhel7.x86_64 Marking /tmp/postgres11-server.rpm to be installed Examining /tmp/postgres11-contrib.rpm: postgresql11-contrib-11.9-1PGDG.rhel7.x86_64 Marking /tmp/postgres11-contrib.rpm to be installed Examining /tmp/pg_cron.rpm: pg_cron_11-1.1.3-2.rhel7.x86_64 Marking /tmp/pg_cron.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package pg_cron_11.x86_64 0:1.1.3-2.rhel7 will be installed ---> Package postgresql11.x86_64 0:11.9-1PGDG.rhel7 will be installed --> Processing Dependency: libicu for package: postgresql11-11.9-1PGDG.rhel7.x86_64 --> Processing Dependency: systemd-sysv for package: postgresql11-11.9-1PGDG.rhel7.x86_64 ---> Package postgresql11-contrib.x86_64 0:11.9-1PGDG.rhel7 will be installed --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.11)(64bit) for package: postgresql11-contrib-11.9-1PGDG.rhel7.x86_64 --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.18)(64bit) for package: postgresql11-contrib-11.9-1PGDG.rhel7.x86_64 --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.22)(64bit) for package: postgresql11-contrib-11.9-1PGDG.rhel7.x86_64 --> Processing Dependency: libperl.so()(64bit) for package: postgresql11-contrib-11.9-1PGDG.rhel7.x86_64 --> Processing Dependency: libxslt.so.1()(64bit) for package: postgresql11-contrib-11.9-1PGDG.rhel7.x86_64 ---> Package postgresql11-libs.x86_64 0:11.9-1PGDG.rhel7 will be installed ---> Package postgresql11-server.x86_64 0:11.9-1PGDG.rhel7 will be installed --> Running transaction check ---> Package libicu.x86_64 0:50.2-4.el7_7 will be installed ---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed ---> Package perl-libs.x86_64 4:5.16.3-295.el7 will be installed --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: 4:perl-libs-5.16.3-295.el7.x86_64 ---> Package systemd-sysv.x86_64 0:219-73.el7_8.9 will be installed --> Running transaction check ---> Package perl.x86_64 4:5.16.3-295.el7 will be installed --> 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(threads::shared) for package: 4:perl-5.16.3-295.el7.x86_64 --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-295.el7.x86_64 --> Processing Dependency: perl(constant) 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(Getopt::Long) 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: perl(File::Temp) for package: 4:perl-5.16.3-295.el7.x86_64 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-295.el7.x86_64 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-295.el7.x86_64 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-295.el7.x86_64 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-295.el7.x86_64 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-295.el7.x86_64 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-295.el7.x86_64 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-295.el7.x86_64 --> Running transaction check ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch ---> Package perl-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-constant.noarch 0:1.27-2.el7 will be installed ---> Package perl-macros.x86_64 4:5.16.3-295.el7 will be installed ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed --> Running transaction check ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed ---> Package perl-Pod-Escapes.noarch 1:1.04-295.el7 will be installed ---> 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-Text-ParseWords.noarch 0:3.29-4.el7 will be installed --> Running transaction check ---> 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 --> Processing Dependency: groff-base for package: perl-Pod-Perldoc-3.20-4.el7.noarch ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed --> Running transaction check ---> Package groff-base.x86_64 0:1.22.2-8.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 --> Finding unneeded leftover dependencies Found and removing 0 unneeded dependencies Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: pg_cron_11 x86_64 1.1.3-2.rhel7 /pg_cron 123 k postgresql11 x86_64 11.9-1PGDG.rhel7 /postgres11 8.8 M postgresql11-contrib x86_64 11.9-1PGDG.rhel7 /postgres11-contrib 2.1 M postgresql11-libs x86_64 11.9-1PGDG.rhel7 /postgres11-libs 1.4 M postgresql11-server x86_64 11.9-1PGDG.rhel7 /postgres11-server 19 M Installing for dependencies: groff-base x86_64 1.22.2-8.el7 ubi-7 942 k libicu x86_64 50.2-4.el7_7 ubi-7 6.9 M libxslt x86_64 1.1.28-5.el7 ubi-7 242 k perl x86_64 4:5.16.3-295.el7 ubi-7 8.0 M perl-Carp noarch 1.26-244.el7 ubi-7 19 k perl-Encode x86_64 2.51-7.el7 ubi-7 1.5 M perl-Exporter noarch 5.68-3.el7 ubi-7 28 k perl-File-Path noarch 2.09-2.el7 ubi-7 27 k perl-File-Temp noarch 0.23.01-3.el7 ubi-7 56 k perl-Filter x86_64 1.49-3.el7 ubi-7 76 k perl-Getopt-Long noarch 2.40-3.el7 ubi-7 56 k perl-HTTP-Tiny noarch 0.033-3.el7 ubi-7 38 k perl-PathTools x86_64 3.40-5.el7 ubi-7 83 k perl-Pod-Escapes noarch 1:1.04-295.el7 ubi-7 51 k perl-Pod-Perldoc noarch 3.20-4.el7 ubi-7 87 k perl-Pod-Simple noarch 1:3.28-4.el7 ubi-7 216 k perl-Pod-Usage noarch 1.63-3.el7 ubi-7 27 k perl-Scalar-List-Utils x86_64 1.27-248.el7 ubi-7 36 k perl-Socket x86_64 2.010-5.el7 ubi-7 49 k perl-Storable x86_64 2.45-3.el7 ubi-7 77 k perl-Text-ParseWords noarch 3.29-4.el7 ubi-7 14 k perl-Time-HiRes x86_64 4:1.9725-3.el7 ubi-7 45 k perl-Time-Local noarch 1.2300-2.el7 ubi-7 24 k perl-constant noarch 1.27-2.el7 ubi-7 19 k perl-libs x86_64 4:5.16.3-295.el7 ubi-7 689 k perl-macros x86_64 4:5.16.3-295.el7 ubi-7 44 k perl-parent noarch 1:0.225-244.el7 ubi-7 12 k perl-podlators noarch 2.5.1-3.el7 ubi-7 112 k perl-threads x86_64 1.87-4.el7 ubi-7 49 k perl-threads-shared x86_64 1.43-6.el7 ubi-7 39 k systemd-sysv x86_64 219-73.el7_8.9 ubi-7 94 k Transaction Summary ================================================================================ Install 5 Packages (+31 Dependent packages) Total size: 51 M Total download size: 19 M Installed size: 95 M Downloading packages: -------------------------------------------------------------------------------- Total 104 MB/s | 19 MB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : postgresql11-libs-11.9-1PGDG.rhel7.x86_64 1/36 Installing : libicu-50.2-4.el7_7.x86_64 2/36 Installing : libxslt-1.1.28-5.el7.x86_64 3/36 Installing : groff-base-1.22.2-8.el7.x86_64 4/36 Installing : 1:perl-parent-0.225-244.el7.noarch 5/36 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 6/36 Installing : perl-podlators-2.5.1-3.el7.noarch 7/36 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 8/36 Installing : 1:perl-Pod-Escapes-1.04-295.el7.noarch 9/36 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 10/36 Installing : perl-Encode-2.51-7.el7.x86_64 11/36 Installing : perl-Pod-Usage-1.63-3.el7.noarch 12/36 Installing : 4:perl-libs-5.16.3-295.el7.x86_64 13/36 Installing : 4:perl-macros-5.16.3-295.el7.x86_64 14/36 Installing : perl-Storable-2.45-3.el7.x86_64 15/36 Installing : perl-Exporter-5.68-3.el7.noarch 16/36 Installing : perl-constant-1.27-2.el7.noarch 17/36 Installing : perl-Socket-2.010-5.el7.x86_64 18/36 Installing : perl-Time-Local-1.2300-2.el7.noarch 19/36 Installing : perl-Carp-1.26-244.el7.noarch 20/36 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 21/36 Installing : perl-PathTools-3.40-5.el7.x86_64 22/36 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 23/36 Installing : perl-File-Temp-0.23.01-3.el7.noarch 24/36 Installing : perl-File-Path-2.09-2.el7.noarch 25/36 Installing : perl-threads-shared-1.43-6.el7.x86_64 26/36 Installing : perl-threads-1.87-4.el7.x86_64 27/36 Installing : perl-Filter-1.49-3.el7.x86_64 28/36 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 29/36 Installing : perl-Getopt-Long-2.40-3.el7.noarch 30/36 Installing : 4:perl-5.16.3-295.el7.x86_64 31/36 Installing : systemd-sysv-219-73.el7_8.9.x86_64 32/36 Installing : postgresql11-11.9-1PGDG.rhel7.x86_64 33/36 Installing : postgresql11-server-11.9-1PGDG.rhel7.x86_64 34/36 Installing : postgresql11-contrib-11.9-1PGDG.rhel7.x86_64 35/36 Installing : pg_cron_11-1.1.3-2.rhel7.x86_64 36/36 Verifying : postgresql11-11.9-1PGDG.rhel7.x86_64 1/36 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 2/36 Verifying : systemd-sysv-219-73.el7_8.9.x86_64 3/36 Verifying : perl-threads-shared-1.43-6.el7.x86_64 4/36 Verifying : perl-Storable-2.45-3.el7.x86_64 5/36 Verifying : 1:perl-Pod-Escapes-1.04-295.el7.noarch 6/36 Verifying : perl-Exporter-5.68-3.el7.noarch 7/36 Verifying : perl-constant-1.27-2.el7.noarch 8/36 Verifying : perl-PathTools-3.40-5.el7.x86_64 9/36 Verifying : perl-Socket-2.010-5.el7.x86_64 10/36 Verifying : postgresql11-libs-11.9-1PGDG.rhel7.x86_64 11/36 Verifying : 1:perl-parent-0.225-244.el7.noarch 12/36 Verifying : 4:perl-libs-5.16.3-295.el7.x86_64 13/36 Verifying : groff-base-1.22.2-8.el7.x86_64 14/36 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 15/36 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 16/36 Verifying : perl-Time-Local-1.2300-2.el7.noarch 17/36 Verifying : postgresql11-server-11.9-1PGDG.rhel7.x86_64 18/36 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 19/36 Verifying : 4:perl-macros-5.16.3-295.el7.x86_64 20/36 Verifying : 4:perl-5.16.3-295.el7.x86_64 21/36 Verifying : perl-Carp-1.26-244.el7.noarch 22/36 Verifying : libicu-50.2-4.el7_7.x86_64 23/36 Verifying : libxslt-1.1.28-5.el7.x86_64 24/36 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 25/36 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 26/36 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 27/36 Verifying : perl-Encode-2.51-7.el7.x86_64 28/36 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 29/36 Verifying : perl-podlators-2.5.1-3.el7.noarch 30/36 Verifying : perl-File-Path-2.09-2.el7.noarch 31/36 Verifying : perl-threads-1.87-4.el7.x86_64 32/36 Verifying : perl-Filter-1.49-3.el7.x86_64 33/36 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 34/36 Verifying : postgresql11-contrib-11.9-1PGDG.rhel7.x86_64 35/36 Verifying : pg_cron_11-1.1.3-2.rhel7.x86_64 36/36 Installed: pg_cron_11.x86_64 0:1.1.3-2.rhel7 postgresql11.x86_64 0:11.9-1PGDG.rhel7 postgresql11-contrib.x86_64 0:11.9-1PGDG.rhel7 postgresql11-libs.x86_64 0:11.9-1PGDG.rhel7 postgresql11-server.x86_64 0:11.9-1PGDG.rhel7 Dependency Installed: groff-base.x86_64 0:1.22.2-8.el7 libicu.x86_64 0:50.2-4.el7_7 libxslt.x86_64 0:1.1.28-5.el7 perl.x86_64 4:5.16.3-295.el7 perl-Carp.noarch 0:1.26-244.el7 perl-Encode.x86_64 0:2.51-7.el7 perl-Exporter.noarch 0:5.68-3.el7 perl-File-Path.noarch 0:2.09-2.el7 perl-File-Temp.noarch 0:0.23.01-3.el7 perl-Filter.x86_64 0:1.49-3.el7 perl-Getopt-Long.noarch 0:2.40-3.el7 perl-HTTP-Tiny.noarch 0:0.033-3.el7 perl-PathTools.x86_64 0:3.40-5.el7 perl-Pod-Escapes.noarch 1:1.04-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-Text-ParseWords.noarch 0:3.29-4.el7 perl-Time-HiRes.x86_64 4:1.9725-3.el7 perl-Time-Local.noarch 0:1.2300-2.el7 perl-constant.noarch 0:1.27-2.el7 perl-libs.x86_64 4:5.16.3-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-threads.x86_64 0:1.87-4.el7 perl-threads-shared.x86_64 0:1.43-6.el7 systemd-sysv.x86_64 0:219-73.el7_8.9 Complete! Loaded plugins: ovl, product-id, search-disabled-repos Cleaning repos: ubi-7 ubi-7-server-extras-rpms ubi-7-server-optional-rpms : ubi-server-rhscl-7-rpms STEP 23: RUN yum update -y && yum install -y --nogpgcheck /tmp/timescale-postgres11.rpm /tmp/timescale-tools.rpm && yum clean all Loaded plugins: ovl, product-id, search-disabled-repos No packages marked for update Loaded plugins: ovl, product-id, search-disabled-repos Examining /tmp/timescale-postgres11.rpm: timescaledb-oss-postgresql-11-1.7.1-0.el7.x86_64 Marking /tmp/timescale-postgres11.rpm to be installed Examining /tmp/timescale-tools.rpm: timescaledb-tools-0.8.0-0.el7.x86_64 Marking /tmp/timescale-tools.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package timescaledb-oss-postgresql-11.x86_64 0:1.7.1-0.el7 will be installed --> Processing Dependency: openssl for package: timescaledb-oss-postgresql-11-1.7.1-0.el7.x86_64 ---> Package timescaledb-tools.x86_64 0:0.8.0-0.el7 will be installed --> Running transaction check ---> Package openssl.x86_64 1:1.0.2k-19.el7 will be installed --> Processing Dependency: make for package: 1:openssl-1.0.2k-19.el7.x86_64 --> Running transaction check ---> Package make.x86_64 1:3.82-24.el7 will be installed --> Finished Dependency Resolution --> Finding unneeded leftover dependencies Found and removing 0 unneeded dependencies Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: timescaledb-oss-postgresql-11 x86_64 1.7.1-0.el7 /timescale-postgres11 5.1 M timescaledb-tools x86_64 0.8.0-0.el7 /timescale-tools 8.3 M Installing for dependencies: make x86_64 1:3.82-24.el7 ubi-7 421 k openssl x86_64 1:1.0.2k-19.el7 ubi-7 493 k Transaction Summary ================================================================================ Install 2 Packages (+2 Dependent packages) Total size: 14 M Total download size: 914 k Installed size: 15 M Downloading packages: -------------------------------------------------------------------------------- Total 16 MB/s | 914 kB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : 1:make-3.82-24.el7.x86_64 1/4 Installing : 1:openssl-1.0.2k-19.el7.x86_64 2/4 Installing : timescaledb-tools-0.8.0-0.el7.x86_64 3/4 Installing : timescaledb-oss-postgresql-11-1.7.1-0.el7.x86_64 4/4 Using pg_config located at /usr/pgsql-11/bin/pg_config to finish installation... TimescaleDB has been installed. You need to update your postgresql.conf file to load the library by adding 'timescaledb' to your shared_preload_libraries. The easiest way to do this (and more configuration) is to use timescaledb-tune: timescaledb-tune --pg-config=/usr/pgsql-11/bin/pg_config Verifying : timescaledb-tools-0.8.0-0.el7.x86_64 1/4 Verifying : 1:openssl-1.0.2k-19.el7.x86_64 2/4 Verifying : timescaledb-oss-postgresql-11-1.7.1-0.el7.x86_64 3/4 Verifying : 1:make-3.82-24.el7.x86_64 4/4 Installed: timescaledb-oss-postgresql-11.x86_64 0:1.7.1-0.el7 timescaledb-tools.x86_64 0:0.8.0-0.el7 Dependency Installed: make.x86_64 1:3.82-24.el7 openssl.x86_64 1:1.0.2k-19.el7 Complete! Loaded plugins: ovl, product-id, search-disabled-repos Cleaning repos: ubi-7 ubi-7-server-extras-rpms ubi-7-server-optional-rpms : ubi-server-rhscl-7-rpms STEP 24: ENV PATH="/usr/pgsql-11/bin:${PATH}" STEP 25: ENV PGDATA "/var/lib/postgresql/data/pgdata" STEP 26: COPY scripts/002_init_db.sh /docker-entrypoint-initdb.d/ STEP 27: RUN postgres_uid=$(id -u postgres) && postgres_gid=$(id -g postgres) && usermod -u 70 postgres && groupmod -g 70 postgres && find / -user "$postgres_uid" -xdev -exec chown -h postgres:postgres {} \; && find / -group "$postgres_gid" -xdev -exec chgrp -h postgres {} \; STEP 28: RUN mkdir -p "$PGDATA" && chmod 700 "$PGDATA" && chown postgres:postgres "$PGDATA" STEP 29: COPY config/postgresql.conf.sample /usr/pgsql-11/share/postgresql.conf.sample STEP 30: COPY scripts/docker-entrypoint.sh /usr/local/bin/ STEP 31: USER postgres:postgres STEP 32: ENTRYPOINT ["docker-entrypoint.sh"] STEP 33: EXPOSE 5432 STEP 34: CMD ["postgres"] STEP 35: HEALTHCHECK --interval=1m --timeout=3s CMD curl -f localhost:5432 || exit 1 STEP 36: COMMIT [MASKED]/coder-enterprise/coder-enterprise/timescale:1.11.0 Getting image source signatures Copying blob sha256:2acea37b6b28a986fa6df61686e668eba93ba74054611deba8852fcc1875f124 Copying blob sha256:2ef4d19ea8cab9bc9d485ef0db272215dd112b1551022c4fa7ba630e53e47644 Copying blob sha256:25c06b21d6758cbed7c6abac7b9fd6dc707441b51055142403d52042b0243823 Copying blob sha256:a3105f1571e9a5c5802b34a6e62c5a9cd09200440072771b84970e81b010213b Copying config sha256:43c3c64e138035c2a60252ec1aebaa26ab4c5780d3be5b52d165554f78f9b016 Writing manifest to image destination Storing signatures --> 43c3c64e138 43c3c64e138035c2a60252ec1aebaa26ab4c5780d3be5b52d165554f78f9b016 $ buildah tag --storage-driver=vfs $harbor_image_path $harbor_image_path-${CI_PIPELINE_ID} $ buildah push --storage-driver=vfs --authfile staging_auth.json $harbor_image_path-${CI_PIPELINE_ID} Getting image source signatures Copying blob sha256:a3105f1571e9a5c5802b34a6e62c5a9cd09200440072771b84970e81b010213b Copying blob sha256:25c06b21d6758cbed7c6abac7b9fd6dc707441b51055142403d52042b0243823 Copying blob sha256:2ef4d19ea8cab9bc9d485ef0db272215dd112b1551022c4fa7ba630e53e47644 Copying blob sha256:2acea37b6b28a986fa6df61686e668eba93ba74054611deba8852fcc1875f124 Copying config sha256:43c3c64e138035c2a60252ec1aebaa26ab4c5780d3be5b52d165554f78f9b016 Writing manifest to image destination Storing signatures $ skopeo copy --src-authfile staging_auth.json docker://$harbor_image_path-${CI_PIPELINE_ID} docker-archive:${ARTIFACT_DIR}/${IMAGE_FILE}.tar Getting image source signatures Copying blob sha256:ebc88b64a25ccae16fcff63264b5d4f153ee82017739d7af4422b2904641178b Copying blob sha256:4ea4829ab40c5582adc5bc8c2c2c03638c1af2a9ffc02e74f33d5273dbc63b92 Copying blob sha256:0f89dd80658f8c2ccd7e038d0ea4e7c241441e0f8471f4aabb35e6a59a697583 Copying blob sha256:159ce1745ce23ede084fb4594da1241bc741db225ace23003d4558743504c8c3 Copying config sha256:43c3c64e138035c2a60252ec1aebaa26ab4c5780d3be5b52d165554f78f9b016 Writing manifest to image destination Storing signatures $ echo "IMAGE_ID=sha256:$(podman inspect --storage-driver=vfs $harbor_image_path --format {{'.Id'}})" >> build.env section_end:1601420227:step_script section_start:1601420227:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... ci-artifacts/build/: found 2 matching files and directories Dialing: tcp gitlab-webservice.gitlab.svc.cluster.local:8181 ... Uploading artifacts as "archive" to coordinator... ok id=340711 responseStatus=201 Created token=oRfc9vPo Uploading artifacts... build.env: found 1 matching files and directories  Dialing: tcp gitlab-webservice.gitlab.svc.cluster.local:8181 ... Uploading artifacts as "dotenv" to coordinator... ok id=340711 responseStatus=201 Created token=oRfc9vPo section_end:1601420247:upload_artifacts_on_success Job succeeded