Running with gitlab-runner 13.5.0 (ece86343)  on global-shared-gitlab-runner-679df8b9c5-5lhzb CkSEhrW7 section_start:1607732385:resolve_secrets Resolving secrets section_end:1607732385:resolve_secrets section_start:1607732385:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-ironbank-tools Using Kubernetes executor with image ${GITLAB_INTERNAL_REGISTRY}/ironbank-tools/ironbank-pipeline/all-in-one-fedora:1.0 ... section_end:1607732385:prepare_executor section_start:1607732385:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-tools/runner-cksehrw7-project-3579-concurrent-1kp755 to be running, status is Pending Running on runner-cksehrw7-project-3579-concurrent-1kp755 via global-shared-gitlab-runner-679df8b9c5-5lhzb... section_end:1607732388:prepare_script section_start:1607732388: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 be193752 as master... Skipping Git submodules setup section_end:1607732388:get_sources section_start:1607732388: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.9rorJzltAk' '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.9rorJzltAk' ## Cleaning up... + rm -f '/tmp/tmp.9rorJzltAk' ## 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.7 kB/s | 2.5 kB 00:00 Fedora Modular 32 - x86_64 4.0 MB/s | 4.9 MB 00:01 Fedora Modular 32 - x86_64 - Updates 3.6 MB/s | 4.3 MB 00:01 Fedora 32 - x86_64 - Updates 4.1 MB/s | 28 MB 00:06 Fedora 32 - x86_64 14 MB/s | 70 MB 00:04 Node.js Packages for Fedora Linux 32 - x86_64 1.1 MB/s | 343 kB 00:00 Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: nodejs x86_64 2:12.20.0-1nodesource nodesource 22 M Transaction Summary ================================================================================ Install 1 Package Total download size: 22 M Installed size: 68 M Downloading Packages: nodejs-12.20.0-1nodesource.x86_64.rpm 60 MB/s | 22 MB 00:00 -------------------------------------------------------------------------------- Total 59 MB/s | 22 MB 00:00 warning: /var/cache/dnf/nodesource-55fe8cc2fbaee94c/packages/nodejs-12.20.0-1nodesource.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 34fa74dd: NOKEY Node.js Packages for Fedora Linux 32 - x86_64 1.6 MB/s | 1.6 kB 00:00 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.20.0-1nodesource.x86_64 1/1 Installing : nodejs-2:12.20.0-1nodesource.x86_64 1/1 Running scriptlet: nodejs-2:12.20.0-1nodesource.x86_64 1/1 Verifying : nodejs-2:12.20.0-1nodesource.x86_64 1/1 Installed: nodejs-2:12.20.0-1nodesource.x86_64 Complete! $ npx prettier -c . npx: installed 1 in 1.414s Checking formatting... All matched files use Prettier code style! section_end:1607732445:step_script section_start:1607732445:cleanup_file_variables Cleaning up file based variables section_end:1607732445:cleanup_file_variables Job succeeded