Running with gitlab-runner 13.8.0 (775dd39d)  on ironbank-tools-shared-gitlab-runner-595fc45c44-p8nj2 uQCe4UHZ section_start:1622043182:resolve_secrets Resolving secrets section_end:1622043182:resolve_secrets section_start:1622043182:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-ironbank-tools WARNING: Pulling GitLab Runner helper image from Docker Hub. Helper image is migrating to registry.gitlab.com, for more information see https://docs.gitlab.com/runner/configuration/advanced-configuration.html#migrating-helper-image-to-registrygitlabcom Using Kubernetes executor with image ${GITLAB_INTERNAL_REGISTRY}/ironbank-tools/ironbank-pipeline/all-in-one-fedora:1.0 ... section_end:1622043182:prepare_executor section_start:1622043182:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-tools/runner-uqce4uhz-project-3579-concurrent-199qwf to be running, status is Pending Waiting for pod gitlab-runner-ironbank-tools/runner-uqce4uhz-project-3579-concurrent-199qwf to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper]" ContainersNotReady: "containers with unready status: [build helper]" Waiting for pod gitlab-runner-ironbank-tools/runner-uqce4uhz-project-3579-concurrent-199qwf to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper]" ContainersNotReady: "containers with unready status: [build helper]" Waiting for pod gitlab-runner-ironbank-tools/runner-uqce4uhz-project-3579-concurrent-199qwf to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper]" ContainersNotReady: "containers with unready status: [build helper]" Running on runner-uqce4uhz-project-3579-concurrent-199qwf via ironbank-tools-shared-gitlab-runner-595fc45c44-p8nj2... section_end:1622043194:prepare_script section_start:1622043194:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/ironbank-tools/ironbank-plugins-pipeline/.git/ Created fresh repository. Checking out 81504b6f as master... Skipping Git submodules setup section_end:1622043195:get_sources section_start:1622043195:step_script Executing "step_script" stage of the job script $ curl -sL https://rpm.nodesource.com/setup_12.x | bash - ## Installing the NodeSource Node.js 12.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 "fc32-x86_64" is supported... + curl -sLf -o /dev/null 'https://rpm.nodesource.com/pub_12.x/fc/32/x86_64/nodesource-release-fc32-1.noarch.rpm' ## Downloading release setup RPM... + mktemp + curl -sL -o '/tmp/tmp.80r8fyLV1m' 'https://rpm.nodesource.com/pub_12.x/fc/32/x86_64/nodesource-release-fc32-1.noarch.rpm' ## Installing release setup RPM... + rpm -i --nosignature --force '/tmp/tmp.80r8fyLV1m' ## Cleaning up... + rm -f '/tmp/tmp.80r8fyLV1m' ## Checking for existing installations... + rpm -qa 'node|npm' | grep -v nodesource ## Run `sudo yum install -y nodejs` to install Node.js 12.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 $ dnf install -y nodejs Fedora 32 openh264 (From Cisco) - x86_64 2.8 kB/s | 2.5 kB 00:00 Fedora Modular 32 - x86_64 7.2 MB/s | 4.9 MB 00:00 Fedora Modular 32 - x86_64 - Updates 5.5 MB/s | 4.6 MB 00:00 Fedora 32 - x86_64 - Updates 33 MB/s | 30 MB 00:00 Fedora 32 - x86_64 33 MB/s | 70 MB 00:02 Node.js Packages for Fedora Linux 32 - x86_64 1.8 MB/s | 498 kB 00:00 Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: nodejs x86_64 2:12.22.1-1nodesource nodesource 22 M Transaction Summary ================================================================================ Install 1 Package Total download size: 22 M Installed size: 67 M Downloading Packages: nodejs-12.22.1-1nodesource.x86_64.rpm 93 MB/s | 22 MB 00:00 -------------------------------------------------------------------------------- Total 92 MB/s | 22 MB 00:00 Node.js Packages for Fedora Linux 32 - x86_64 1.6 MB/s | 1.6 kB 00:00 warning: /var/cache/dnf/nodesource-55fe8cc2fbaee94c/packages/nodejs-12.22.1-1nodesource.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 34fa74dd: NOKEY Importing GPG key 0x34FA74DD: Userid : "NodeSource " Fingerprint: 2E55 207A 95D9 944B 0CC9 3261 5DDB E8D4 34FA 74DD From : /etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: nodejs-2:12.22.1-1nodesource.x86_64 1/1 Installing : nodejs-2:12.22.1-1nodesource.x86_64 1/1 Running scriptlet: nodejs-2:12.22.1-1nodesource.x86_64 1/1 Verifying : nodejs-2:12.22.1-1nodesource.x86_64 1/1 Installed: nodejs-2:12.22.1-1nodesource.x86_64 Complete! $ npx prettier -c . npx: installed 1 in 1.149s Checking formatting... All matched files use Prettier code style! section_end:1622043237:step_script section_start:1622043237:cleanup_file_variables Cleaning up file based variables section_end:1622043238:cleanup_file_variables Job succeeded