Running with gitlab-runner 13.2.0 (353dd94e)  on global-shared-gitlab-runner-769847684d-zwj9g n3FtF-Pp section_start:1602573188: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:1602573188:prepare_executor section_start:1602573188:prepare_script Preparing environment Waiting for pod gitlab-runner-isolated/runner-n3ftf-pp-project-701-concurrent-0sr8ww to be running, status is Pending Waiting for pod gitlab-runner-isolated/runner-n3ftf-pp-project-701-concurrent-0sr8ww to be running, status is Pending Waiting for pod gitlab-runner-isolated/runner-n3ftf-pp-project-701-concurrent-0sr8ww to be running, status is Pending Waiting for pod gitlab-runner-isolated/runner-n3ftf-pp-project-701-concurrent-0sr8ww to be running, status is Pending Running on runner-n3ftf-pp-project-701-concurrent-0sr8ww via global-shared-gitlab-runner-769847684d-zwj9g... section_end:1602573200:prepare_script section_start:1602573200: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 cd90de6d as master... Skipping Git submodules setup section_end:1602573200:get_sources section_start:1602573200:download_artifacts Downloading artifacts Downloading artifacts for import artifacts (416524)... Downloading artifacts from coordinator... ok  id=416524 responseStatus=200 OK token=6F21osRG Downloading artifacts for load scripts (416520)... Downloading artifacts from coordinator... ok  id=416520 responseStatus=200 OK token=zJCndo-b section_end:1602573201:download_artifacts section_start:1602573201:step_script Executing "step_script" stage of the job script $ "${PIPELINE_REPO_DIR}/stages/build/build-run.sh" 'ci-artifacts/import-artifacts/external-resources/RPM-GPG-KEY-PGDG-11' -> './RPM-GPG-KEY-PGDG-11' 'ci-artifacts/import-artifacts/external-resources/pg_cron_11-1.1.3-2.rhel7.x86_64.rpm' -> './pg_cron_11-1.1.3-2.rhel7.x86_64.rpm' 'ci-artifacts/import-artifacts/external-resources/postgresql11-contrib.rpm' -> './postgresql11-contrib.rpm' 'ci-artifacts/import-artifacts/external-resources/postgresql11-libs.rpm' -> './postgresql11-libs.rpm' 'ci-artifacts/import-artifacts/external-resources/postgresql11-server.rpm' -> './postgresql11-server.rpm' 'ci-artifacts/import-artifacts/external-resources/postgresql11.rpm' -> './postgresql11.rpm' 'ci-artifacts/import-artifacts/external-resources/timescale-postgres11.rpm' -> './timescale-postgres11.rpm' 'ci-artifacts/import-artifacts/external-resources/timescale-tools.rpm' -> './timescale-tools.rpm' STEP 1: FROM registry1.dsop.io/ironbank/redhat/ubi/ubi7:7.9 Getting image source signatures Copying blob sha256:14a7f8b848ae26049bb5832775adea01706a33b477fe6dc1b38e809fdc0d7c64 Copying blob sha256:fe4b508df5453d53d0f15cfc0d17674770b60a5d0c603aab62c382c5992667d6 Copying blob sha256:1408cacc8f0c6c8cba0d7116ad430b6e3470a4d825b698f182375e4a2af83a7d Copying config sha256:9ef2da6c04901f56418cf7897c93c0aa92577468f5dc0a1bdd9f507f78c31a5d 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 https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2600:1409:3000::17c2:d4a1: Network is unreachable" Trying other mirror. 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-59.el7.x86_64 already installed and latest version Package procps-ng-3.3.10-28.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-6.el7 will be installed ---> Package perl-libs.x86_64 4:5.16.3-297.el7 will be installed --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: 4:perl-libs-5.16.3-297.el7.x86_64 ---> Package systemd-sysv.x86_64 0:219-78.el7 will be installed --> Running transaction check ---> Package perl.x86_64 4:5.16.3-297.el7 will be installed --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(Getopt::Long) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-297.el7.x86_64 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-297.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-297.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-297.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-6.el7 ubi-7 242 k perl x86_64 4:5.16.3-297.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-297.el7 ubi-7 52 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-297.el7 ubi-7 689 k perl-macros x86_64 4:5.16.3-297.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-78.el7 ubi-7 96 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 45 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-6.el7.x86_64 3/36 Installing : systemd-sysv-219-78.el7.x86_64 4/36 Installing : postgresql11-11.9-1PGDG.rhel7.x86_64 5/36 Installing : postgresql11-server-11.9-1PGDG.rhel7.x86_64 6/36 Installing : groff-base-1.22.2-8.el7.x86_64 7/36 Installing : 1:perl-parent-0.225-244.el7.noarch 8/36 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 9/36 Installing : perl-podlators-2.5.1-3.el7.noarch 10/36 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 11/36 Installing : 1:perl-Pod-Escapes-1.04-297.el7.noarch 12/36 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 13/36 Installing : perl-Encode-2.51-7.el7.x86_64 14/36 Installing : perl-Pod-Usage-1.63-3.el7.noarch 15/36 Installing : 4:perl-libs-5.16.3-297.el7.x86_64 16/36 Installing : perl-Storable-2.45-3.el7.x86_64 17/36 Installing : perl-Exporter-5.68-3.el7.noarch 18/36 Installing : perl-constant-1.27-2.el7.noarch 19/36 Installing : perl-Socket-2.010-5.el7.x86_64 20/36 Installing : perl-Time-Local-1.2300-2.el7.noarch 21/36 Installing : perl-Carp-1.26-244.el7.noarch 22/36 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 23/36 Installing : perl-PathTools-3.40-5.el7.x86_64 24/36 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 25/36 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 26/36 Installing : perl-File-Temp-0.23.01-3.el7.noarch 27/36 Installing : perl-File-Path-2.09-2.el7.noarch 28/36 Installing : perl-threads-shared-1.43-6.el7.x86_64 29/36 Installing : perl-threads-1.87-4.el7.x86_64 30/36 Installing : perl-Filter-1.49-3.el7.x86_64 31/36 Installing : 4:perl-macros-5.16.3-297.el7.x86_64 32/36 Installing : perl-Getopt-Long-2.40-3.el7.noarch 33/36 Installing : 4:perl-5.16.3-297.el7.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 : perl-threads-shared-1.43-6.el7.x86_64 3/36 Verifying : perl-Storable-2.45-3.el7.x86_64 4/36 Verifying : 4:perl-libs-5.16.3-297.el7.x86_64 5/36 Verifying : perl-Exporter-5.68-3.el7.noarch 6/36 Verifying : perl-constant-1.27-2.el7.noarch 7/36 Verifying : perl-PathTools-3.40-5.el7.x86_64 8/36 Verifying : perl-Socket-2.010-5.el7.x86_64 9/36 Verifying : postgresql11-libs-11.9-1PGDG.rhel7.x86_64 10/36 Verifying : 1:perl-parent-0.225-244.el7.noarch 11/36 Verifying : 1:perl-Pod-Escapes-1.04-297.el7.noarch 12/36 Verifying : groff-base-1.22.2-8.el7.x86_64 13/36 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 14/36 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 15/36 Verifying : perl-Time-Local-1.2300-2.el7.noarch 16/36 Verifying : postgresql11-server-11.9-1PGDG.rhel7.x86_64 17/36 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 18/36 Verifying : perl-Carp-1.26-244.el7.noarch 19/36 Verifying : libicu-50.2-4.el7_7.x86_64 20/36 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 21/36 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 22/36 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 23/36 Verifying : perl-Encode-2.51-7.el7.x86_64 24/36 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 25/36 Verifying : perl-podlators-2.5.1-3.el7.noarch 26/36 Verifying : systemd-sysv-219-78.el7.x86_64 27/36 Verifying : perl-File-Path-2.09-2.el7.noarch 28/36 Verifying : libxslt-1.1.28-6.el7.x86_64 29/36 Verifying : perl-threads-1.87-4.el7.x86_64 30/36 Verifying : perl-Filter-1.49-3.el7.x86_64 31/36 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 32/36 Verifying : postgresql11-contrib-11.9-1PGDG.rhel7.x86_64 33/36 Verifying : pg_cron_11-1.1.3-2.rhel7.x86_64 34/36 Verifying : 4:perl-5.16.3-297.el7.x86_64 35/36 Verifying : 4:perl-macros-5.16.3-297.el7.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-6.el7 perl.x86_64 4:5.16.3-297.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-297.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-297.el7 perl-macros.x86_64 4:5.16.3-297.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-78.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 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 5.8 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 registry1.dsop.io/ironbank-staging/coder-enterprise/coder-enterprise/timescale:1.11.0 Getting image source signatures Copying blob sha256:7eb0eb5e80b46719b542cee69dee502ae7b77d55fcff5ad2593703fb3dd3c6bc Copying blob sha256:48cf05bc9e5b57b151fce703df4e735cbb56c256bc45280eb818745402c4dbc5 Copying blob sha256:f4433971511ed6d93f1fb4feac125b69c1401eb3c5a52145ad8a21b599eb628e Copying blob sha256:6cf12e7ce4b14090ff8c4ea536db6f867d6513316d8e60a2d57d8bff876edd10 Copying config sha256:7baafddf8dc7d8a3dccb0ff928a248dff65bd2e76c1b2ed57fddbb4d1c16c3bf Writing manifest to image destination Storing signatures --> 7baafddf8dc 7baafddf8dc7d8a3dccb0ff928a248dff65bd2e76c1b2ed57fddbb4d1c16c3bf Getting image source signatures Copying blob sha256:6cf12e7ce4b14090ff8c4ea536db6f867d6513316d8e60a2d57d8bff876edd10 Copying blob sha256:48cf05bc9e5b57b151fce703df4e735cbb56c256bc45280eb818745402c4dbc5 Copying blob sha256:f4433971511ed6d93f1fb4feac125b69c1401eb3c5a52145ad8a21b599eb628e Copying blob sha256:7eb0eb5e80b46719b542cee69dee502ae7b77d55fcff5ad2593703fb3dd3c6bc Copying config sha256:7baafddf8dc7d8a3dccb0ff928a248dff65bd2e76c1b2ed57fddbb4d1c16c3bf Writing manifest to image destination Storing signatures Getting image source signatures Copying blob sha256:f4433971511ed6d93f1fb4feac125b69c1401eb3c5a52145ad8a21b599eb628e Copying blob sha256:48cf05bc9e5b57b151fce703df4e735cbb56c256bc45280eb818745402c4dbc5 Copying blob sha256:7eb0eb5e80b46719b542cee69dee502ae7b77d55fcff5ad2593703fb3dd3c6bc Copying blob sha256:6cf12e7ce4b14090ff8c4ea536db6f867d6513316d8e60a2d57d8bff876edd10 Copying config sha256:7baafddf8dc7d8a3dccb0ff928a248dff65bd2e76c1b2ed57fddbb4d1c16c3bf Writing manifest to image destination Storing signatures Getting image source signatures Copying blob sha256:1408cacc8f0c6c8cba0d7116ad430b6e3470a4d825b698f182375e4a2af83a7d Copying blob sha256:14a7f8b848ae26049bb5832775adea01706a33b477fe6dc1b38e809fdc0d7c64 Copying blob sha256:fe4b508df5453d53d0f15cfc0d17674770b60a5d0c603aab62c382c5992667d6 Copying blob sha256:559905688cbbff82b179cc0cc8156104361b7e38c9af2e9e12c359239495d6ba Copying config sha256:7baafddf8dc7d8a3dccb0ff928a248dff65bd2e76c1b2ed57fddbb4d1c16c3bf Writing manifest to image destination Storing signatures section_end:1602573323:step_script section_start:1602573323:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... ci-artifacts/build/: found 2 matching files and directories Uploading artifacts as "archive" to coordinator... ok id=416526 responseStatus=201 Created token=buaw_BpY Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=416526 responseStatus=201 Created token=buaw_BpY section_end:1602573349:upload_artifacts_on_success Job succeeded