Pull request #487 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8e17b92fd41b1145a66a00cb13c5a26c2462a490+6185591ca8d2ca68a0b1a6fb0382f4c259152218 (87b7e5252a1801bcd36ec4e7531ac4a64cfda2bf) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1822231010543568527.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision dae07dc806156effb2cae02074e2f5f64a063e83 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5110249270641858081.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision dae07dc806156effb2cae02074e2f5f64a063e83 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-487/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-487/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh16777598265995871164.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision dae07dc806156effb2cae02074e2f5f64a063e83 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f dae07dc806156effb2cae02074e2f5f64a063e83 # timeout=10 Commit message: "Merge pull request #375 from ernestojeda/golang-1-17-updates" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6186630275876805485.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-487/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-487/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh18354546209718863434.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3670 in /w/workspace/edgexfoundry_edgex-ui-go_PR-487 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-487 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp/jenkins-gitclient-ssh5577557206678737594.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp/jenkins-gitclient-ssh2649766941797991816.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/487/head:refs/remotes/origin/PR-487 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 6185591ca8d2ca68a0b1a6fb0382f4c259152218 into PR head commit 8e17b92fd41b1145a66a00cb13c5a26c2462a490 Merge succeeded, producing 8e17b92fd41b1145a66a00cb13c5a26c2462a490 Checking out Revision 8e17b92fd41b1145a66a00cb13c5a26c2462a490 (PR-487) > git config core.sparsecheckout # timeout=10 > git checkout -f 8e17b92fd41b1145a66a00cb13c5a26c2462a490 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp/jenkins-gitclient-ssh8229623795068024306.key > git merge 6185591ca8d2ca68a0b1a6fb0382f4c259152218 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8e17b92fd41b1145a66a00cb13c5a26c2462a490 # timeout=10 Commit message: "Merge branch 'main' into dependabot/npm_and_yarn/web/engine.io-4.1.2" > git rev-list --no-walk cef0cb126b9e51fcb657e016f725386cedf35c63 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-01-22T04:42:49.860Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-01-22T04:42:49.921Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-01-22T04:42:49.938Z] ========================================================= [2022-01-22T04:42:49.938Z] EdgeX Global Pipelines Version Info [2022-01-22T04:42:49.938Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-01-22T04:42:51.055Z] ------------------- [2022-01-22T04:42:51.055Z] stable info: [2022-01-22T04:42:51.055Z] ------------------- [2022-01-22T04:42:51.055Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-01-22T04:42:51.055Z] Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 [2022-01-22T04:42:51.055Z] Message: update stable to v1.0.219 [2022-01-22T04:42:51.628Z] ------------------- [2022-01-22T04:42:51.628Z] experimental info: [2022-01-22T04:42:51.628Z] ------------------- [2022-01-22T04:42:51.628Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-01-22T04:42:51.628Z] Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 [2022-01-22T04:42:51.628Z] Message: update experimental to v1.0.219 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-01-22T04:42:51.761Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-01-22T04:42:51.771Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-01-22T04:42:51.780Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-01-22T04:42:51.789Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-01-22T04:42:51.798Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-01-22T04:42:51.807Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-01-22T04:42:51.816Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-01-22T04:42:51.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-01-22T04:42:51.834Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-01-22T04:42:51.844Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-01-22T04:42:51.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-01-22T04:42:51.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-01-22T04:42:51.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-01-22T04:42:51.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-01-22T04:42:51.918Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-01-22T04:42:51.935Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-01-22T04:42:51.955Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-01-22T04:42:51.975Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-01-22T04:42:51.994Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-01-22T04:42:52.011Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-01-22T04:42:52.023Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-01-22T04:42:52.036Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-01-22T04:42:52.057Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-01-22T04:42:52.075Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-01-22T04:42:52.093Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-01-22T04:42:52.103Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-01-22T04:42:52.113Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-487 [Pipeline] echo [2022-01-22T04:42:52.123Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-487 [Pipeline] echo [2022-01-22T04:42:52.133Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-487 [Pipeline] echo [2022-01-22T04:42:52.143Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8e17b92fd41b1145a66a00cb13c5a26c2462a490 [Pipeline] echo [2022-01-22T04:42:52.153Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8e17b92 [Pipeline] echo [2022-01-22T04:42:52.163Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-22T04:42:52.212Z] provisioning config files... [2022-01-22T04:42:52.225Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp/config109516268319803558tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-22T04:42:52.538Z] ---> docker-login.sh [2022-01-22T04:42:52.538Z] nexus3.edgexfoundry.org:10001 [2022-01-22T04:42:52.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-22T04:42:52.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-22T04:42:52.538Z] Configure a credential helper to remove this warning. See [2022-01-22T04:42:52.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-22T04:42:52.538Z] [2022-01-22T04:42:52.538Z] Login Succeeded [2022-01-22T04:42:52.538Z] nexus3.edgexfoundry.org:10002 [2022-01-22T04:42:52.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-22T04:42:52.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-22T04:42:52.799Z] Configure a credential helper to remove this warning. See [2022-01-22T04:42:52.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-22T04:42:52.799Z] [2022-01-22T04:42:52.799Z] Login Succeeded [2022-01-22T04:42:52.799Z] nexus3.edgexfoundry.org:10003 [2022-01-22T04:42:52.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-22T04:42:52.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-22T04:42:52.799Z] Configure a credential helper to remove this warning. See [2022-01-22T04:42:52.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-22T04:42:52.799Z] [2022-01-22T04:42:52.799Z] Login Succeeded [2022-01-22T04:42:52.799Z] nexus3.edgexfoundry.org:10004 [2022-01-22T04:42:53.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-22T04:42:53.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-22T04:42:53.060Z] Configure a credential helper to remove this warning. See [2022-01-22T04:42:53.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-22T04:42:53.060Z] [2022-01-22T04:42:53.060Z] Login Succeeded [2022-01-22T04:42:53.060Z] docker.io [2022-01-22T04:42:53.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-22T04:42:53.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-22T04:42:53.323Z] Configure a credential helper to remove this warning. See [2022-01-22T04:42:53.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-22T04:42:53.323Z] [2022-01-22T04:42:53.323Z] Login Succeeded [2022-01-22T04:42:53.323Z] ---> docker-login.sh ends [Pipeline] } [2022-01-22T04:42:53.333Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-01-22T04:42:53.727Z] + git rev-list -1 --merges 8e17b92fd41b1145a66a00cb13c5a26c2462a490~1..8e17b92fd41b1145a66a00cb13c5a26c2462a490 [Pipeline] echo [2022-01-22T04:42:53.756Z] -----------> git rev-list -1 --merges 8e17b92fd41b1145a66a00cb13c5a26c2462a490~1..8e17b92fd41b1145a66a00cb13c5a26c2462a490 8e17b92fd41b1145a66a00cb13c5a26c2462a490 [2022-01-22T04:42:53.756Z] 8e17b92fd41b1145a66a00cb13c5a26c2462a490 [false] [Pipeline] sh [2022-01-22T04:42:54.051Z] + git log --format=format:%s -1 8e17b92fd41b1145a66a00cb13c5a26c2462a490 [Pipeline] echo [2022-01-22T04:42:54.068Z] ========================================================= [2022-01-22T04:42:54.068Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-01-22T04:42:54.068Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-22T04:42:54.402Z] + git log --format=format:%s -1 8e17b92fd41b1145a66a00cb13c5a26c2462a490 [Pipeline] echo [2022-01-22T04:42:54.414Z] [semverPrep] GIT_COMMIT: 8e17b92fd41b1145a66a00cb13c5a26c2462a490, Commit Message: Merge branch 'main' into dependabot/npm_and_yarn/web/engine.io-4.1.2 [Pipeline] echo [2022-01-22T04:42:54.425Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-01-22T04:42:54.823Z] + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts [2022-01-22T04:42:54.823Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-01-22T04:42:54.823Z] + '[' -e /tmp/ssh_known_hosts ']' [2022-01-22T04:42:54.823Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-01-22T04:42:54.823Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-01-22T04:42:54.823Z] + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' [2022-01-22T04:42:54.823Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-01-22T04:42:55.168Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-22T04:42:55.168Z] [2022-01-22T04:42:55.168Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-01-22T04:42:55.479Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-22T04:42:55.479Z] latest: Pulling from edgex-devops/git-semver [2022-01-22T04:42:55.479Z] a0d0a0d46f8b: Pulling fs layer [2022-01-22T04:42:55.479Z] 3e5f54012d9b: Pulling fs layer [2022-01-22T04:42:55.479Z] 4c7163046ea9: Pulling fs layer [2022-01-22T04:42:55.479Z] 0c2d73faf560: Pulling fs layer [2022-01-22T04:42:55.479Z] 0c2d73faf560: Waiting [2022-01-22T04:42:55.479Z] 3e5f54012d9b: Verifying Checksum [2022-01-22T04:42:55.479Z] 3e5f54012d9b: Download complete [2022-01-22T04:42:55.479Z] a0d0a0d46f8b: Verifying Checksum [2022-01-22T04:42:55.479Z] a0d0a0d46f8b: Download complete [2022-01-22T04:42:55.479Z] 4c7163046ea9: Verifying Checksum [2022-01-22T04:42:55.479Z] 4c7163046ea9: Download complete [2022-01-22T04:42:55.479Z] 0c2d73faf560: Verifying Checksum [2022-01-22T04:42:55.479Z] 0c2d73faf560: Download complete [2022-01-22T04:42:55.749Z] a0d0a0d46f8b: Pull complete [2022-01-22T04:42:55.749Z] 3e5f54012d9b: Pull complete [2022-01-22T04:42:56.016Z] 4c7163046ea9: Pull complete [2022-01-22T04:42:56.277Z] 0c2d73faf560: Pull complete [2022-01-22T04:42:56.277Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-01-22T04:42:56.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-22T04:42:56.277Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-01-22T04:42:56.345Z] prd-centos7-docker-4c-2g-3670 does not seem to be running inside a container [2022-01-22T04:42:56.380Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-487 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-487:/w/workspace/edgexfoundry_edgex-ui-go_PR-487:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-01-22T04:42:56.978Z] $ docker top 8b57725234823f2c6654dc3445e288a169775863843ee8d118e0db7f19fa799f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-01-22T04:42:57.071Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-22T04:42:57.071Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-22T04:42:57.189Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-22T04:42:57.192Z] $ docker exec 8b57725234823f2c6654dc3445e288a169775863843ee8d118e0db7f19fa799f ssh-agent [2022-01-22T04:42:57.285Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXfKAGgP/agent.15 [2022-01-22T04:42:57.285Z] SSH_AGENT_PID=22 [2022-01-22T04:42:57.292Z] Running ssh-add (command line suppressed) [2022-01-22T04:42:57.381Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp/private_key_4153771449779236510.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp/private_key_4153771449779236510.key) [2022-01-22T04:42:57.394Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-22T04:42:57.682Z] + git tag --points-at HEAD [Pipeline] } [2022-01-22T04:42:57.702Z] $ docker exec --env ******** --env ******** 8b57725234823f2c6654dc3445e288a169775863843ee8d118e0db7f19fa799f ssh-agent -k [2022-01-22T04:42:57.792Z] unset SSH_AUTH_SOCK; [2022-01-22T04:42:57.792Z] unset SSH_AGENT_PID; [2022-01-22T04:42:57.792Z] echo Agent pid 22 killed; [2022-01-22T04:42:57.804Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-01-22T04:42:57.831Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-22T04:42:57.832Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-22T04:42:57.947Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-22T04:42:57.949Z] $ docker exec 8b57725234823f2c6654dc3445e288a169775863843ee8d118e0db7f19fa799f ssh-agent [2022-01-22T04:42:58.072Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXcGnICl/agent.55 [2022-01-22T04:42:58.072Z] SSH_AGENT_PID=61 [2022-01-22T04:42:58.077Z] Running ssh-add (command line suppressed) [2022-01-22T04:42:58.184Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp/private_key_6260753083073001121.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp/private_key_6260753083073001121.key) [2022-01-22T04:42:58.201Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-22T04:42:58.501Z] + git semver init [2022-01-22T04:42:58.501Z] # -> Open(): unable to determine branch for HEAD [2022-01-22T04:42:58.501Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-487/.git [2022-01-22T04:42:58.501Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-487 [2022-01-22T04:42:58.501Z] # $SEMVER_REMOTE_NAME = origin [2022-01-22T04:42:58.501Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-01-22T04:42:58.501Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-01-22T04:42:58.501Z] # $SEMVER_BRANCH = PR-487 [2022-01-22T04:42:58.501Z] # $SEMVER_TEMP = /tmp/semver-808615657 [2022-01-22T04:42:58.501Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2022-01-22T04:43:00.412Z] # '/tmp/semver-808615657' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-487/.semver' [2022-01-22T04:43:00.412Z] # -> Force: false [2022-01-22T04:43:00.412Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-487/.semver [Pipeline] } [2022-01-22T04:43:00.422Z] $ docker exec --env ******** --env ******** 8b57725234823f2c6654dc3445e288a169775863843ee8d118e0db7f19fa799f ssh-agent -k [2022-01-22T04:43:00.512Z] unset SSH_AUTH_SOCK; [2022-01-22T04:43:00.512Z] unset SSH_AGENT_PID; [2022-01-22T04:43:00.512Z] echo Agent pid 61 killed; [2022-01-22T04:43:00.521Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-01-22T04:43:00.829Z] + git semver [Pipeline] } [2022-01-22T04:43:00.841Z] $ docker stop --time=1 8b57725234823f2c6654dc3445e288a169775863843ee8d118e0db7f19fa799f [2022-01-22T04:43:02.127Z] $ docker rm -f 8b57725234823f2c6654dc3445e288a169775863843ee8d118e0db7f19fa799f [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-22T04:43:02.482Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-01-22T04:43:02.700Z] Stashed 1 file(s) [Pipeline] echo [2022-01-22T04:43:02.704Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-22T04:43:02.858Z] provisioning config files... [2022-01-22T04:43:02.868Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp/config7228322032776121398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-22T04:43:03.321Z] ---> docker-login.sh [2022-01-22T04:43:03.321Z] nexus3.edgexfoundry.org:10001 [2022-01-22T04:43:03.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-22T04:43:03.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-22T04:43:03.321Z] Configure a credential helper to remove this warning. See [2022-01-22T04:43:03.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-22T04:43:03.321Z] [2022-01-22T04:43:03.321Z] Login Succeeded [2022-01-22T04:43:03.321Z] nexus3.edgexfoundry.org:10002 [2022-01-22T04:43:03.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-22T04:43:03.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-22T04:43:03.321Z] Configure a credential helper to remove this warning. See [2022-01-22T04:43:03.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-22T04:43:03.321Z] [2022-01-22T04:43:03.321Z] Login Succeeded [2022-01-22T04:43:03.321Z] nexus3.edgexfoundry.org:10003 [2022-01-22T04:43:03.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-22T04:43:03.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-22T04:43:03.582Z] Configure a credential helper to remove this warning. See [2022-01-22T04:43:03.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-22T04:43:03.582Z] [2022-01-22T04:43:03.582Z] Login Succeeded [2022-01-22T04:43:03.582Z] nexus3.edgexfoundry.org:10004 [2022-01-22T04:43:03.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-22T04:43:03.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-22T04:43:03.582Z] Configure a credential helper to remove this warning. See [2022-01-22T04:43:03.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-22T04:43:03.582Z] [2022-01-22T04:43:03.582Z] Login Succeeded [2022-01-22T04:43:03.582Z] docker.io [2022-01-22T04:43:03.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-22T04:43:04.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-22T04:43:04.100Z] Configure a credential helper to remove this warning. See [2022-01-22T04:43:04.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-22T04:43:04.100Z] [2022-01-22T04:43:04.100Z] Login Succeeded [2022-01-22T04:43:04.100Z] ---> docker-login.sh ends [Pipeline] } [2022-01-22T04:43:04.108Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-01-22T04:43:04.177Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-22T04:43:04.190Z] ========================================================= [2022-01-22T04:43:04.190Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-01-22T04:43:04.190Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-01-22T04:43:04.503Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg 'MAKE=echo noop' --target=builder . [2022-01-22T04:43:04.767Z] Sending build context to Docker daemon 40.86MB [2022-01-22T04:43:04.767Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-01-22T04:43:04.767Z] Step 2/15 : FROM ${BASE} AS builder [2022-01-22T04:43:04.767Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-01-22T04:43:04.767Z] 59bf1c3509f3: Pulling fs layer [2022-01-22T04:43:04.767Z] 666ba61612fd: Pulling fs layer [2022-01-22T04:43:04.767Z] 8ed8ca486205: Pulling fs layer [2022-01-22T04:43:04.767Z] 4fe6c5a15a65: Pulling fs layer [2022-01-22T04:43:04.767Z] 22a0e8bec74d: Pulling fs layer [2022-01-22T04:43:04.767Z] f965cba54748: Pulling fs layer [2022-01-22T04:43:04.767Z] 861ffc35075e: Pulling fs layer [2022-01-22T04:43:04.767Z] 4b385c91608e: Pulling fs layer [2022-01-22T04:43:04.767Z] 560528eb2ebb: Pulling fs layer [2022-01-22T04:43:04.767Z] 4fe6c5a15a65: Waiting [2022-01-22T04:43:04.767Z] 861ffc35075e: Waiting [2022-01-22T04:43:04.767Z] 4b385c91608e: Waiting [2022-01-22T04:43:04.767Z] 560528eb2ebb: Waiting [2022-01-22T04:43:04.767Z] 22a0e8bec74d: Waiting [2022-01-22T04:43:04.767Z] f965cba54748: Waiting [2022-01-22T04:43:04.767Z] 8ed8ca486205: Verifying Checksum [2022-01-22T04:43:04.767Z] 8ed8ca486205: Download complete [2022-01-22T04:43:04.767Z] 666ba61612fd: Verifying Checksum [2022-01-22T04:43:04.767Z] 666ba61612fd: Download complete [2022-01-22T04:43:04.767Z] 22a0e8bec74d: Download complete [2022-01-22T04:43:04.767Z] f965cba54748: Verifying Checksum [2022-01-22T04:43:04.767Z] f965cba54748: Download complete [2022-01-22T04:43:04.767Z] 59bf1c3509f3: Verifying Checksum [2022-01-22T04:43:04.767Z] 59bf1c3509f3: Download complete [2022-01-22T04:43:04.767Z] 861ffc35075e: Verifying Checksum [2022-01-22T04:43:04.767Z] 861ffc35075e: Download complete [2022-01-22T04:43:05.038Z] 4b385c91608e: Verifying Checksum [2022-01-22T04:43:05.038Z] 4b385c91608e: Download complete [2022-01-22T04:43:05.038Z] 59bf1c3509f3: Pull complete [2022-01-22T04:43:05.308Z] 666ba61612fd: Pull complete [2022-01-22T04:43:05.308Z] 8ed8ca486205: Pull complete [2022-01-22T04:43:05.573Z] 4fe6c5a15a65: Verifying Checksum [2022-01-22T04:43:05.573Z] 4fe6c5a15a65: Download complete [2022-01-22T04:43:05.573Z] 560528eb2ebb: Verifying Checksum [2022-01-22T04:43:05.573Z] 560528eb2ebb: Download complete [2022-01-22T04:43:09.797Z] 4fe6c5a15a65: Pull complete [2022-01-22T04:43:09.797Z] 22a0e8bec74d: Pull complete [2022-01-22T04:43:09.797Z] f965cba54748: Pull complete [2022-01-22T04:43:09.797Z] 861ffc35075e: Pull complete [2022-01-22T04:43:09.797Z] 4b385c91608e: Pull complete [2022-01-22T04:43:12.357Z] 560528eb2ebb: Pull complete [2022-01-22T04:43:12.357Z] Digest: sha256:95a4686c8495b6f6bb7c4a5166a7528182518169a5847072e9a4515f5458b02f [2022-01-22T04:43:12.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-01-22T04:43:12.357Z] ---> dd4a08f94e63 [2022-01-22T04:43:12.357Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-01-22T04:43:13.742Z] ---> Running in 4e664417440b [2022-01-22T04:43:14.001Z] Removing intermediate container 4e664417440b [2022-01-22T04:43:14.001Z] ---> 0874efc8289b [2022-01-22T04:43:14.001Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-01-22T04:43:14.001Z] ---> Running in 2ad377344483 [2022-01-22T04:43:14.001Z] Removing intermediate container 2ad377344483 [2022-01-22T04:43:14.001Z] ---> 22bfc05233ff [2022-01-22T04:43:14.001Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-01-22T04:43:14.001Z] ---> Running in 86d5c84b321e [2022-01-22T04:43:14.263Z] Removing intermediate container 86d5c84b321e [2022-01-22T04:43:14.263Z] ---> 7aa90c5b8b53 [2022-01-22T04:43:14.263Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-01-22T04:43:14.263Z] ---> Running in a14a640bfa3e [2022-01-22T04:43:14.263Z] Removing intermediate container a14a640bfa3e [2022-01-22T04:43:14.263Z] ---> b2a4985984ec [2022-01-22T04:43:14.263Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-01-22T04:43:14.263Z] ---> Running in c1cca35d3ebc [2022-01-22T04:43:14.263Z] Removing intermediate container c1cca35d3ebc [2022-01-22T04:43:14.263Z] ---> cee9200be451 [2022-01-22T04:43:14.263Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-22T04:43:14.263Z] ---> Running in 8835b98bd87e [2022-01-22T04:43:14.837Z] Removing intermediate container 8835b98bd87e [2022-01-22T04:43:14.837Z] ---> f52efad05dee [2022-01-22T04:43:14.837Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-22T04:43:14.837Z] ---> Running in 16cce69a83a3 [2022-01-22T04:43:15.101Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-01-22T04:43:16.050Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-01-22T04:43:16.310Z] OK: 221 MiB in 52 packages [2022-01-22T04:43:16.571Z] Removing intermediate container 16cce69a83a3 [2022-01-22T04:43:16.571Z] ---> bfbcf7987b56 [2022-01-22T04:43:16.571Z] Step 10/15 : ENV GO111MODULE=on [2022-01-22T04:43:16.571Z] ---> Running in 19aebb5650bd [2022-01-22T04:43:16.571Z] Removing intermediate container 19aebb5650bd [2022-01-22T04:43:16.571Z] ---> 2233f59ed246 [2022-01-22T04:43:16.571Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-01-22T04:43:16.571Z] ---> Running in 25586d75f6c0 [2022-01-22T04:43:16.830Z] Removing intermediate container 25586d75f6c0 [2022-01-22T04:43:16.830Z] ---> 84cb506ae19d [2022-01-22T04:43:16.830Z] Step 12/15 : COPY go.mod vendor* ./ [2022-01-22T04:43:16.830Z] ---> cbea2c7e9caa [2022-01-22T04:43:16.830Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-22T04:43:16.830Z] ---> Running in b7c8672f9e80 [2022-01-22T04:43:17.809Z] Still waiting to schedule task [2022-01-22T04:43:17.810Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-3664’ [2022-01-22T04:43:43.424Z] Removing intermediate container b7c8672f9e80 [2022-01-22T04:43:43.424Z] ---> 3d62f95d7141 [2022-01-22T04:43:43.424Z] Step 14/15 : COPY . . [2022-01-22T04:43:43.424Z] ---> 47230e285dda [2022-01-22T04:43:43.424Z] Step 15/15 : RUN ${MAKE} [2022-01-22T04:43:43.424Z] ---> Running in d738621b113b [2022-01-22T04:43:43.424Z] noop [2022-01-22T04:43:43.424Z] Removing intermediate container d738621b113b [2022-01-22T04:43:43.424Z] ---> c58b5eb69c7f [2022-01-22T04:43:43.424Z] Successfully built c58b5eb69c7f [2022-01-22T04:43:43.424Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-22T04:43:43.723Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-22T04:43:43.723Z] . [Pipeline] withDockerContainer [2022-01-22T04:43:43.793Z] prd-centos7-docker-4c-2g-3670 does not seem to be running inside a container [2022-01-22T04:43:43.835Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-487 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-487:/w/workspace/edgexfoundry_edgex-ui-go_PR-487:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-01-22T04:43:44.206Z] $ docker top b584415d6f8d5114dbc1e02cf35c66a23bb0de77a7e2c58735a7a9fb032a5920 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-22T04:43:44.569Z] + go version [2022-01-22T04:43:44.569Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-01-22T04:43:44.578Z] $ docker stop --time=1 b584415d6f8d5114dbc1e02cf35c66a23bb0de77a7e2c58735a7a9fb032a5920 [2022-01-22T04:43:45.746Z] $ docker rm -f b584415d6f8d5114dbc1e02cf35c66a23bb0de77a7e2c58735a7a9fb032a5920 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-22T04:43:46.178Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-22T04:43:46.178Z] . [Pipeline] withDockerContainer [2022-01-22T04:43:46.242Z] prd-centos7-docker-4c-2g-3670 does not seem to be running inside a container [2022-01-22T04:43:46.281Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-487 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-487:/w/workspace/edgexfoundry_edgex-ui-go_PR-487:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-01-22T04:43:46.667Z] $ docker top 0718d718f8a80405e04cac3f8906a03b108b47b24a52b966a9acd2b77ac0fcc8 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-01-22T04:43:47.039Z] + make test [2022-01-22T04:43:47.039Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-01-22T04:43:47.305Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-01-22T04:43:59.578Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-01-22T04:43:59.579Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-01-22T04:43:59.579Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-01-22T04:43:59.579Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-01-22T04:43:59.579Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-01-22T04:43:59.579Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-01-22T04:43:59.579Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-01-22T04:43:59.579Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-01-22T04:43:59.579Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-01-22T04:43:59.579Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-01-22T04:43:59.579Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-01-22T04:43:59.579Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-01-22T04:43:59.579Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-01-22T04:44:01.502Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-01-22T04:44:01.763Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-01-22T04:44:01.776Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-01-22T04:44:01.789Z] $ docker stop --time=1 0718d718f8a80405e04cac3f8906a03b108b47b24a52b966a9acd2b77ac0fcc8 [2022-01-22T04:44:03.135Z] $ docker rm -f 0718d718f8a80405e04cac3f8906a03b108b47b24a52b966a9acd2b77ac0fcc8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-22T04:44:03.505Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-01-22T04:44:03.565Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-01-22T04:44:04.129Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-01-22T04:44:04.420Z] + ls -al . [2022-01-22T04:44:04.420Z] total 112 [2022-01-22T04:44:04.420Z] drwxrwxr-x. 13 jenkins jenkins 4096 Jan 22 04:43 . [2022-01-22T04:44:04.420Z] drwxrwxr-x. 4 jenkins jenkins 110 Jan 22 04:42 .. [2022-01-22T04:44:04.420Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 22 04:42 assets [2022-01-22T04:44:04.420Z] drwxrwxr-x. 2 jenkins jenkins 66 Jan 22 04:42 bin [2022-01-22T04:44:04.420Z] drwxrwxr-x. 3 jenkins jenkins 29 Jan 22 04:42 cmd [2022-01-22T04:44:04.420Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jan 22 04:42 CONTRIBUTING.md [2022-01-22T04:44:04.420Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 22 04:43 coverage.out [2022-01-22T04:44:04.420Z] -rw-rw-r--. 1 jenkins jenkins 1549 Jan 22 04:42 Dockerfile [2022-01-22T04:44:04.420Z] drwxrwxr-x. 2 jenkins jenkins 23 Jan 22 04:42 docs [2022-01-22T04:44:04.420Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 22 04:42 .git [2022-01-22T04:44:04.420Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 22 04:42 .github [2022-01-22T04:44:04.420Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 22 04:42 .gitignore [2022-01-22T04:44:04.420Z] -rw-rw-r--. 1 jenkins jenkins 1944 Jan 22 04:42 go.mod [2022-01-22T04:44:04.420Z] -rw-rw-r--. 1 jenkins jenkins 48565 Jan 22 04:42 go.sum [2022-01-22T04:44:04.420Z] drwxrwxr-x. 9 jenkins jenkins 125 Jan 22 04:42 internal [2022-01-22T04:44:04.420Z] -rw-rw-r--. 1 jenkins jenkins 652 Jan 22 04:42 Jenkinsfile [2022-01-22T04:44:04.420Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jan 22 04:42 LICENSE [2022-01-22T04:44:04.420Z] -rw-rw-r--. 1 jenkins jenkins 1212 Jan 22 04:42 Makefile [2022-01-22T04:44:04.420Z] drwxrwxr-x. 3 jenkins jenkins 19 Jan 22 04:42 pkg [2022-01-22T04:44:04.420Z] -rw-rw-r--. 1 jenkins jenkins 4450 Jan 22 04:42 README.md [2022-01-22T04:44:04.420Z] drwx------. 3 jenkins jenkins 56 Jan 22 04:43 .semver [2022-01-22T04:44:04.420Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 22 04:42 snap [2022-01-22T04:44:04.420Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 22 04:43 VERSION [2022-01-22T04:44:04.420Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 22 04:42 version.go [2022-01-22T04:44:04.420Z] drwxrwxr-x. 4 jenkins jenkins 4096 Jan 22 04:42 web [Pipeline] isUnix [Pipeline] sh [2022-01-22T04:44:04.717Z] + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=8e17b92fd41b1145a66a00cb13c5a26c2462a490 --label arch=amd64 --label version=0.0.0 . [2022-01-22T04:44:04.985Z] Sending build context to Docker daemon 40.86MB [2022-01-22T04:44:04.985Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-01-22T04:44:04.985Z] Step 2/23 : FROM ${BASE} AS builder [2022-01-22T04:44:04.985Z] ---> c58b5eb69c7f [2022-01-22T04:44:04.985Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-01-22T04:44:04.985Z] ---> Running in 85d024e12c8d [2022-01-22T04:44:05.248Z] Removing intermediate container 85d024e12c8d [2022-01-22T04:44:05.248Z] ---> d5af9126c28d [2022-01-22T04:44:05.248Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-01-22T04:44:05.248Z] ---> Running in 5307a9b4ddf0 [2022-01-22T04:44:05.248Z] Removing intermediate container 5307a9b4ddf0 [2022-01-22T04:44:05.248Z] ---> 13896842d6cf [2022-01-22T04:44:05.248Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-01-22T04:44:05.248Z] ---> Running in 2b0a90318f91 [2022-01-22T04:44:05.509Z] Removing intermediate container 2b0a90318f91 [2022-01-22T04:44:05.509Z] ---> 5dc2d93e0774 [2022-01-22T04:44:05.509Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-01-22T04:44:05.509Z] ---> Running in c6d7b92c8dec [2022-01-22T04:44:05.509Z] Removing intermediate container c6d7b92c8dec [2022-01-22T04:44:05.509Z] ---> 70d3970bcba9 [2022-01-22T04:44:05.509Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-01-22T04:44:05.509Z] ---> Running in 86a25c74a16e [2022-01-22T04:44:05.509Z] Removing intermediate container 86a25c74a16e [2022-01-22T04:44:05.509Z] ---> d055e2c8a7e7 [2022-01-22T04:44:05.509Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-22T04:44:05.772Z] ---> Running in 86722e1d5fd0 [2022-01-22T04:44:06.042Z] Removing intermediate container 86722e1d5fd0 [2022-01-22T04:44:06.042Z] ---> bb9e167fccf8 [2022-01-22T04:44:06.042Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-22T04:44:06.042Z] ---> Running in 159f69a61796 [2022-01-22T04:44:06.307Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-01-22T04:44:07.249Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-01-22T04:44:07.510Z] OK: 221 MiB in 52 packages [2022-01-22T04:44:07.769Z] Removing intermediate container 159f69a61796 [2022-01-22T04:44:07.769Z] ---> 1f8091e830f2 [2022-01-22T04:44:07.769Z] Step 10/23 : ENV GO111MODULE=on [2022-01-22T04:44:07.769Z] ---> Running in cbe78f3a8b3d [2022-01-22T04:44:07.769Z] Removing intermediate container cbe78f3a8b3d [2022-01-22T04:44:07.769Z] ---> 360f949ddc83 [2022-01-22T04:44:07.769Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-01-22T04:44:07.769Z] ---> Running in dd4ccb415ace [2022-01-22T04:44:08.033Z] Removing intermediate container dd4ccb415ace [2022-01-22T04:44:08.033Z] ---> b44226daa3e1 [2022-01-22T04:44:08.033Z] Step 12/23 : COPY go.mod vendor* ./ [2022-01-22T04:44:08.033Z] ---> 79020fb63044 [2022-01-22T04:44:08.033Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-22T04:44:08.033Z] ---> Running in e3333fbe1bb8 [2022-01-22T04:44:08.603Z] Removing intermediate container e3333fbe1bb8 [2022-01-22T04:44:08.603Z] ---> 7f76094edae0 [2022-01-22T04:44:08.603Z] Step 14/23 : COPY . . [2022-01-22T04:44:09.585Z] ---> 142268caa0ec [2022-01-22T04:44:09.585Z] Step 15/23 : RUN ${MAKE} [2022-01-22T04:44:09.585Z] ---> Running in 1fbf7d6adf33 [2022-01-22T04:44:09.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-01-22T04:44:18.066Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-01-22T04:44:19.989Z] Removing intermediate container 1fbf7d6adf33 [2022-01-22T04:44:19.989Z] ---> 3415418ac786 [2022-01-22T04:44:19.989Z] Step 16/23 : FROM alpine:3.14 [2022-01-22T04:44:20.250Z] 3.14: Pulling from library/alpine [2022-01-22T04:44:20.250Z] 97518928ae5f: Pulling fs layer [2022-01-22T04:44:20.510Z] 97518928ae5f: Verifying Checksum [2022-01-22T04:44:20.510Z] 97518928ae5f: Download complete [2022-01-22T04:44:20.510Z] 97518928ae5f: Pull complete [2022-01-22T04:44:20.510Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-01-22T04:44:20.510Z] Status: Downloaded newer image for alpine:3.14 [2022-01-22T04:44:20.510Z] ---> 0a97eee8041e [2022-01-22T04:44:20.510Z] Step 17/23 : EXPOSE 4000 [2022-01-22T04:44:20.770Z] ---> Running in 28ce028e3ddc [2022-01-22T04:44:20.770Z] Removing intermediate container 28ce028e3ddc [2022-01-22T04:44:20.770Z] ---> ff2f865c6335 [2022-01-22T04:44:20.770Z] Step 18/23 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-01-22T04:44:21.341Z] ---> adad57c57d9d [2022-01-22T04:44:21.341Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-01-22T04:44:21.341Z] ---> Running in dd1de805d037 [2022-01-22T04:44:21.341Z] Removing intermediate container dd1de805d037 [2022-01-22T04:44:21.341Z] ---> a7031f1d25ab [2022-01-22T04:44:21.341Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-01-22T04:44:21.341Z] ---> Running in 98e5add4b60d [2022-01-22T04:44:21.341Z] Removing intermediate container 98e5add4b60d [2022-01-22T04:44:21.341Z] ---> 3c1cec8bfc6f [2022-01-22T04:44:21.341Z] Step 21/23 : LABEL arch=amd64 [2022-01-22T04:44:21.341Z] ---> Running in 1e22ef841cd3 [2022-01-22T04:44:21.602Z] Removing intermediate container 1e22ef841cd3 [2022-01-22T04:44:21.602Z] ---> 4ac07c41d7cc [2022-01-22T04:44:21.602Z] Step 22/23 : LABEL git_sha=8e17b92fd41b1145a66a00cb13c5a26c2462a490 [2022-01-22T04:44:21.602Z] ---> Running in 9e51ae6eb0b6 [2022-01-22T04:44:21.602Z] Removing intermediate container 9e51ae6eb0b6 [2022-01-22T04:44:21.602Z] ---> 4980578fcd7d [2022-01-22T04:44:21.602Z] Step 23/23 : LABEL version=0.0.0 [2022-01-22T04:44:21.602Z] ---> Running in 75c427361bf5 [2022-01-22T04:44:21.602Z] Removing intermediate container 75c427361bf5 [2022-01-22T04:44:21.602Z] ---> 4e0a4b386ffe [2022-01-22T04:44:21.602Z] [Warning] One or more build-args [ARCH] were not consumed [2022-01-22T04:44:21.861Z] Successfully built 4e0a4b386ffe [2022-01-22T04:44:21.861Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-22T04:44:22.249Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-22T04:44:22.249Z] [2022-01-22T04:44:22.249Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-01-22T04:44:22.555Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-22T04:44:22.555Z] latest: Pulling from edgex-lftools-log-publisher [2022-01-22T04:44:22.555Z] b4d181a07f80: Pulling fs layer [2022-01-22T04:44:22.555Z] a1111a8f2ec3: Pulling fs layer [2022-01-22T04:44:22.555Z] ed53099fbce6: Pulling fs layer [2022-01-22T04:44:22.555Z] dc539afda2c1: Pulling fs layer [2022-01-22T04:44:22.555Z] 77bc0d833cb6: Pulling fs layer [2022-01-22T04:44:22.555Z] 9065ff56babe: Pulling fs layer [2022-01-22T04:44:22.555Z] d287ab97295c: Pulling fs layer [2022-01-22T04:44:22.555Z] dc539afda2c1: Waiting [2022-01-22T04:44:22.555Z] 77bc0d833cb6: Waiting [2022-01-22T04:44:22.555Z] 9065ff56babe: Waiting [2022-01-22T04:44:22.555Z] d287ab97295c: Waiting [2022-01-22T04:44:22.555Z] a1111a8f2ec3: Verifying Checksum [2022-01-22T04:44:22.555Z] a1111a8f2ec3: Download complete [2022-01-22T04:44:22.555Z] dc539afda2c1: Verifying Checksum [2022-01-22T04:44:22.555Z] dc539afda2c1: Download complete [2022-01-22T04:44:22.555Z] ed53099fbce6: Verifying Checksum [2022-01-22T04:44:22.555Z] ed53099fbce6: Download complete [2022-01-22T04:44:22.831Z] 9065ff56babe: Verifying Checksum [2022-01-22T04:44:22.831Z] 9065ff56babe: Download complete [2022-01-22T04:44:22.831Z] 77bc0d833cb6: Verifying Checksum [2022-01-22T04:44:22.831Z] 77bc0d833cb6: Download complete [2022-01-22T04:44:22.831Z] b4d181a07f80: Verifying Checksum [2022-01-22T04:44:22.831Z] b4d181a07f80: Download complete [2022-01-22T04:44:23.409Z] d287ab97295c: Verifying Checksum [2022-01-22T04:44:23.409Z] d287ab97295c: Download complete [2022-01-22T04:44:24.359Z] b4d181a07f80: Pull complete [2022-01-22T04:44:24.359Z] a1111a8f2ec3: Pull complete [2022-01-22T04:44:24.929Z] ed53099fbce6: Pull complete [2022-01-22T04:44:24.929Z] dc539afda2c1: Pull complete [2022-01-22T04:44:25.188Z] 77bc0d833cb6: Pull complete [2022-01-22T04:44:25.451Z] 9065ff56babe: Pull complete [2022-01-22T04:44:30.773Z] d287ab97295c: Pull complete [2022-01-22T04:44:30.773Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2022-01-22T04:44:30.773Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-22T04:44:30.773Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-01-22T04:44:30.835Z] prd-centos7-docker-4c-2g-3670 does not seem to be running inside a container [2022-01-22T04:44:30.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-487 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-487:/w/workspace/edgexfoundry_edgex-ui-go_PR-487:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-01-22T04:44:33.490Z] $ docker top 500c4cc8fddcda7d448887dae09334513461300e9448c359a681701ab7a440a3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-22T04:44:33.903Z] ---> job-cost.sh [2022-01-22T04:44:33.903Z] lf-activate-venv: SKIPPING [2022-01-22T04:44:33.903Z] INFO: No Stack... [2022-01-22T04:44:34.163Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-01-22T04:44:34.422Z] INFO: Archiving Costs [Pipeline] sh [2022-01-22T04:44:34.709Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-487/archives/cost.csv [2022-01-22T04:44:34.709Z] + cut -d, -f6 [Pipeline] lock [2022-01-22T04:44:34.722Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-487-7-stack-cost] [2022-01-22T04:44:34.729Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-487-7-stack-cost] did not exist. Created. [2022-01-22T04:44:34.729Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-487-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-01-22T04:44:35.032Z] + echo total: 0.05999999865889549 [Pipeline] stash [2022-01-22T04:44:35.070Z] Stashed 1 file(s) [Pipeline] } [2022-01-22T04:44:35.076Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-487-7-stack-cost] [Pipeline] // lock [Pipeline] } [2022-01-22T04:44:35.095Z] $ docker stop --time=1 500c4cc8fddcda7d448887dae09334513461300e9448c359a681701ab7a440a3 [2022-01-22T04:44:36.216Z] $ docker rm -f 500c4cc8fddcda7d448887dae09334513461300e9448c359a681701ab7a440a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-22T04:47:53.724Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3673 in /w/workspace/edgexfoundry_edgex-ui-go_PR-487 [Pipeline] { [Pipeline] ws [2022-01-22T04:47:53.738Z] Running in /w/workspace/edgex-ui-go/7 [Pipeline] { [Pipeline] checkout [2022-01-22T04:47:53.960Z] The recommended git tool is: git [2022-01-22T04:47:58.451Z] using credential edgex-jenkins-ssh [2022-01-22T04:47:58.467Z] Cloning the remote Git repository [2022-01-22T04:47:58.524Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-01-22T04:47:58.606Z] > git init /w/workspace/edgex-ui-go/7 # timeout=10 [2022-01-22T04:47:58.696Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-01-22T04:47:58.697Z] > git --version # timeout=10 [2022-01-22T04:47:58.720Z] > git --version # 'git version 2.17.1' [2022-01-22T04:47:58.726Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-22T04:47:58.822Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-22T04:48:02.536Z] Merging remotes/origin/main commit 6185591ca8d2ca68a0b1a6fb0382f4c259152218 into PR head commit 8e17b92fd41b1145a66a00cb13c5a26c2462a490 [2022-01-22T04:48:01.666Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-01-22T04:48:01.687Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-22T04:48:01.726Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-01-22T04:48:01.770Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-01-22T04:48:01.771Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-22T04:48:01.791Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/487/head:refs/remotes/origin/PR-487 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-01-22T04:48:02.559Z] > git config core.sparsecheckout # timeout=10 [2022-01-22T04:48:02.587Z] > git checkout -f 8e17b92fd41b1145a66a00cb13c5a26c2462a490 # timeout=10 [2022-01-22T04:48:03.001Z] Merge succeeded, producing 8e17b92fd41b1145a66a00cb13c5a26c2462a490 [2022-01-22T04:48:03.001Z] Checking out Revision 8e17b92fd41b1145a66a00cb13c5a26c2462a490 (PR-487) [2022-01-22T04:48:02.903Z] > git remote # timeout=10 [2022-01-22T04:48:02.926Z] > git config --get remote.origin.url # timeout=10 [2022-01-22T04:48:02.945Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-22T04:48:02.956Z] > git merge 6185591ca8d2ca68a0b1a6fb0382f4c259152218 # timeout=10 [2022-01-22T04:48:02.980Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-22T04:48:03.011Z] > git config core.sparsecheckout # timeout=10 [2022-01-22T04:48:03.030Z] > git checkout -f 8e17b92fd41b1145a66a00cb13c5a26c2462a490 # timeout=10 [2022-01-22T04:48:07.573Z] Commit message: "Merge branch 'main' into dependabot/npm_and_yarn/web/engine.io-4.1.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-22T04:48:08.454Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-01-22T04:48:08.454Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-22T04:48:08.454Z] Dload Upload Total Spent Left Speed [2022-01-22T04:48:08.454Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 92523 0 --:--:-- --:--:-- --:--:-- 93251 [Pipeline] sh [2022-01-22T04:48:08.974Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-01-22T04:48:09.311Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-01-22T04:48:09.311Z] + sudo tee /etc/docker/daemon.new [2022-01-22T04:48:09.311Z] { [2022-01-22T04:48:09.311Z] "registry-mirrors": [ [2022-01-22T04:48:09.311Z] "https://nexus3.edgexfoundry.org:10001" [2022-01-22T04:48:09.311Z] ], [2022-01-22T04:48:09.311Z] "bip": "10.250.0.254/24", [2022-01-22T04:48:09.311Z] "hosts": [ [2022-01-22T04:48:09.311Z] "tcp://0.0.0.0:5555", [2022-01-22T04:48:09.311Z] "unix:///var/run/docker.sock" [2022-01-22T04:48:09.311Z] ], [2022-01-22T04:48:09.311Z] "mtu": 1458, [2022-01-22T04:48:09.311Z] "selinux-enabled": true, [2022-01-22T04:48:09.311Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-01-22T04:48:09.311Z] } [Pipeline] sh [2022-01-22T04:48:09.661Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-01-22T04:48:09.999Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-22T04:48:28.342Z] provisioning config files... [2022-01-22T04:48:28.365Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/7@tmp/config4465229538349533648tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-22T04:48:28.718Z] ---> docker-login.sh [2022-01-22T04:48:28.718Z] nexus3.edgexfoundry.org:10001 [2022-01-22T04:48:29.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-22T04:48:29.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-22T04:48:29.587Z] Configure a credential helper to remove this warning. See [2022-01-22T04:48:29.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-22T04:48:29.587Z] [2022-01-22T04:48:29.587Z] Login Succeeded [2022-01-22T04:48:29.587Z] nexus3.edgexfoundry.org:10002 [2022-01-22T04:48:29.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-22T04:48:29.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-22T04:48:29.859Z] Configure a credential helper to remove this warning. See [2022-01-22T04:48:29.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-22T04:48:29.859Z] [2022-01-22T04:48:29.859Z] Login Succeeded [2022-01-22T04:48:29.859Z] nexus3.edgexfoundry.org:10003 [2022-01-22T04:48:30.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-22T04:48:30.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-22T04:48:30.449Z] Configure a credential helper to remove this warning. See [2022-01-22T04:48:30.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-22T04:48:30.449Z] [2022-01-22T04:48:30.449Z] Login Succeeded [2022-01-22T04:48:30.449Z] nexus3.edgexfoundry.org:10004 [2022-01-22T04:48:30.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-22T04:48:30.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-22T04:48:30.723Z] Configure a credential helper to remove this warning. See [2022-01-22T04:48:30.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-22T04:48:30.723Z] [2022-01-22T04:48:30.723Z] Login Succeeded [2022-01-22T04:48:30.723Z] docker.io [2022-01-22T04:48:30.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-22T04:48:31.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-22T04:48:31.580Z] Configure a credential helper to remove this warning. See [2022-01-22T04:48:31.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-22T04:48:31.580Z] [2022-01-22T04:48:31.580Z] Login Succeeded [2022-01-22T04:48:31.580Z] ---> docker-login.sh ends [Pipeline] } [2022-01-22T04:48:31.595Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-01-22T04:48:32.037Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-22T04:48:32.050Z] ========================================================= [2022-01-22T04:48:32.050Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-01-22T04:48:32.050Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-01-22T04:48:32.393Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-01-22T04:48:33.371Z] Sending build context to Docker daemon 25.68MB [2022-01-22T04:48:33.371Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-01-22T04:48:33.371Z] Step 2/15 : FROM ${BASE} AS builder [2022-01-22T04:48:33.371Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-01-22T04:48:33.371Z] 9b3977197b4f: Pulling fs layer [2022-01-22T04:48:33.371Z] 1a89e8eeedd5: Pulling fs layer [2022-01-22T04:48:33.371Z] 94645a83ff95: Pulling fs layer [2022-01-22T04:48:33.371Z] 3f3a8bcf1eab: Pulling fs layer [2022-01-22T04:48:33.371Z] 0c92f367c5e7: Pulling fs layer [2022-01-22T04:48:33.371Z] 4b8299f9d1f4: Pulling fs layer [2022-01-22T04:48:33.371Z] 9a6b49a46696: Pulling fs layer [2022-01-22T04:48:33.371Z] cf05db05a679: Pulling fs layer [2022-01-22T04:48:33.371Z] 4b8299f9d1f4: Waiting [2022-01-22T04:48:33.371Z] 9a6b49a46696: Waiting [2022-01-22T04:48:33.371Z] cf05db05a679: Waiting [2022-01-22T04:48:33.371Z] 3f3a8bcf1eab: Waiting [2022-01-22T04:48:33.371Z] 0c92f367c5e7: Waiting [2022-01-22T04:48:33.371Z] 94645a83ff95: Verifying Checksum [2022-01-22T04:48:33.371Z] 94645a83ff95: Download complete [2022-01-22T04:48:33.371Z] 1a89e8eeedd5: Verifying Checksum [2022-01-22T04:48:33.371Z] 1a89e8eeedd5: Download complete [2022-01-22T04:48:33.371Z] 0c92f367c5e7: Verifying Checksum [2022-01-22T04:48:33.371Z] 0c92f367c5e7: Download complete [2022-01-22T04:48:33.371Z] 4b8299f9d1f4: Verifying Checksum [2022-01-22T04:48:33.371Z] 4b8299f9d1f4: Download complete [2022-01-22T04:48:33.371Z] 9b3977197b4f: Download complete [2022-01-22T04:48:33.371Z] 9a6b49a46696: Verifying Checksum [2022-01-22T04:48:33.371Z] 9a6b49a46696: Download complete [2022-01-22T04:48:33.965Z] 9b3977197b4f: Pull complete [2022-01-22T04:48:34.563Z] 1a89e8eeedd5: Pull complete [2022-01-22T04:48:34.839Z] 94645a83ff95: Pull complete [2022-01-22T04:48:35.432Z] cf05db05a679: Verifying Checksum [2022-01-22T04:48:35.432Z] cf05db05a679: Download complete [2022-01-22T04:48:35.703Z] 3f3a8bcf1eab: Verifying Checksum [2022-01-22T04:48:35.703Z] 3f3a8bcf1eab: Download complete [2022-01-22T04:48:45.840Z] 3f3a8bcf1eab: Pull complete [2022-01-22T04:48:45.840Z] 0c92f367c5e7: Pull complete [2022-01-22T04:48:46.117Z] 4b8299f9d1f4: Pull complete [2022-01-22T04:48:46.390Z] 9a6b49a46696: Pull complete [2022-01-22T04:48:53.097Z] cf05db05a679: Pull complete [2022-01-22T04:48:53.097Z] Digest: sha256:412614556fb143d068119134f73b4a6d2e86ac7be33fa5b1c0cdba920e4bb5c6 [2022-01-22T04:48:53.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-01-22T04:48:53.097Z] ---> 0ccda1f7e2ee [2022-01-22T04:48:53.097Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-01-22T04:48:54.072Z] ---> Running in 86d96751eee4 [2022-01-22T04:48:54.345Z] Removing intermediate container 86d96751eee4 [2022-01-22T04:48:54.345Z] ---> a41bfae6bd27 [2022-01-22T04:48:54.345Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-01-22T04:48:54.345Z] ---> Running in 46f7cbc407df [2022-01-22T04:48:54.940Z] Removing intermediate container 46f7cbc407df [2022-01-22T04:48:54.940Z] ---> 83c68997419b [2022-01-22T04:48:54.940Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-01-22T04:48:54.940Z] ---> Running in 490ca96133e5 [2022-01-22T04:48:55.213Z] Removing intermediate container 490ca96133e5 [2022-01-22T04:48:55.213Z] ---> 324b2f630150 [2022-01-22T04:48:55.213Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-01-22T04:48:55.486Z] ---> Running in 52638c3e8974 [2022-01-22T04:48:55.759Z] Removing intermediate container 52638c3e8974 [2022-01-22T04:48:55.759Z] ---> 788fb8a5c74b [2022-01-22T04:48:55.759Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-01-22T04:48:55.759Z] ---> Running in 44b35cfc8e57 [2022-01-22T04:48:56.033Z] Removing intermediate container 44b35cfc8e57 [2022-01-22T04:48:56.033Z] ---> 88163af9ccae [2022-01-22T04:48:56.033Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-22T04:48:56.306Z] ---> Running in 0a23575b4e39 [2022-01-22T04:48:58.284Z] Removing intermediate container 0a23575b4e39 [2022-01-22T04:48:58.284Z] ---> 8a18e31eda82 [2022-01-22T04:48:58.284Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-22T04:48:58.284Z] ---> Running in 0779c5f18a1c [2022-01-22T04:48:59.268Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-22T04:49:00.249Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-22T04:49:00.846Z] OK: 220 MiB in 52 packages [2022-01-22T04:49:01.831Z] Removing intermediate container 0779c5f18a1c [2022-01-22T04:49:01.831Z] ---> a4b42da74300 [2022-01-22T04:49:01.831Z] Step 10/15 : ENV GO111MODULE=on [2022-01-22T04:49:01.831Z] ---> Running in 9e3eb820a2d9 [2022-01-22T04:49:02.105Z] Removing intermediate container 9e3eb820a2d9 [2022-01-22T04:49:02.105Z] ---> 8eb7e670eba2 [2022-01-22T04:49:02.105Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-01-22T04:49:02.378Z] ---> Running in 65f6abd4e4cf [2022-01-22T04:49:02.650Z] Removing intermediate container 65f6abd4e4cf [2022-01-22T04:49:02.650Z] ---> efdff9e204f8 [2022-01-22T04:49:02.650Z] Step 12/15 : COPY go.mod vendor* ./ [2022-01-22T04:49:03.247Z] ---> 2bc0dbc78d38 [2022-01-22T04:49:03.247Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-22T04:49:03.536Z] ---> Running in d6acfd0d7b40 [2022-01-22T04:50:25.307Z] Removing intermediate container d6acfd0d7b40 [2022-01-22T04:50:25.308Z] ---> 90fb5b88514f [2022-01-22T04:50:25.308Z] Step 14/15 : COPY . . [2022-01-22T04:50:25.308Z] ---> a8a108da6a75 [2022-01-22T04:50:25.308Z] Step 15/15 : RUN ${MAKE} [2022-01-22T04:50:25.308Z] ---> Running in 5ed674394c38 [2022-01-22T04:50:25.308Z] noop [2022-01-22T04:50:25.308Z] Removing intermediate container 5ed674394c38 [2022-01-22T04:50:25.308Z] ---> 4cedec5e741c [2022-01-22T04:50:25.308Z] Successfully built 4cedec5e741c [2022-01-22T04:50:25.308Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-22T04:50:25.661Z] + docker inspect -f . ci-base-image-arm64 [2022-01-22T04:50:25.661Z] . [Pipeline] withDockerContainer [2022-01-22T04:50:25.885Z] prd-ubuntu18.04-docker-arm64-4c-16g-3673 does not seem to be running inside a container [2022-01-22T04:50:25.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-01-22T04:50:27.371Z] $ docker top 764bc2dbb92bff108d83a74a4cf558a67546e32464d58b7298e2bb0fa542b356 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-22T04:50:28.297Z] + go version [2022-01-22T04:50:28.297Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-01-22T04:50:28.322Z] $ docker stop --time=1 764bc2dbb92bff108d83a74a4cf558a67546e32464d58b7298e2bb0fa542b356 [2022-01-22T04:50:29.970Z] $ docker rm -f 764bc2dbb92bff108d83a74a4cf558a67546e32464d58b7298e2bb0fa542b356 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-22T04:50:30.591Z] + docker inspect -f . ci-base-image-arm64 [2022-01-22T04:50:30.591Z] . [Pipeline] withDockerContainer [2022-01-22T04:50:30.826Z] prd-ubuntu18.04-docker-arm64-4c-16g-3673 does not seem to be running inside a container [2022-01-22T04:50:30.915Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-01-22T04:50:32.292Z] $ docker top ab2e36102b5187606ef52d7df20a78d16e55a5dc41768590e8730e499de50e40 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-01-22T04:50:33.191Z] + make test [2022-01-22T04:50:33.191Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-01-22T04:50:34.175Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-01-22T04:51:13.219Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-01-22T04:51:13.219Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-01-22T04:51:13.219Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-01-22T04:51:13.219Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-01-22T04:51:13.219Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-01-22T04:51:13.219Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-01-22T04:51:13.219Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-01-22T04:51:13.219Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-01-22T04:51:13.219Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-01-22T04:51:13.219Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-01-22T04:51:13.219Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-01-22T04:51:13.219Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-01-22T04:51:13.219Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-01-22T04:51:28.313Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-01-22T04:51:28.313Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-01-22T04:51:28.339Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-01-22T04:51:28.354Z] $ docker stop --time=1 ab2e36102b5187606ef52d7df20a78d16e55a5dc41768590e8730e499de50e40 [2022-01-22T04:51:30.107Z] $ docker rm -f ab2e36102b5187606ef52d7df20a78d16e55a5dc41768590e8730e499de50e40 [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-22T04:51:30.851Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-01-22T04:51:30.880Z] Warning: overwriting stash ‘coverage-report’ [2022-01-22T04:51:31.433Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-22T04:51:31.842Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-01-22T04:51:32.174Z] + ls -al . [2022-01-22T04:51:32.174Z] total 152 [2022-01-22T04:51:32.174Z] drwxrwxr-x 12 jenkins jenkins 4096 Jan 22 04:50 . [2022-01-22T04:51:32.174Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 04:47 .. [2022-01-22T04:51:32.174Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 22 04:48 .git [2022-01-22T04:51:32.174Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 04:48 .github [2022-01-22T04:51:32.174Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 22 04:48 .gitignore [2022-01-22T04:51:32.174Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jan 22 04:48 CONTRIBUTING.md [2022-01-22T04:51:32.174Z] -rw-rw-r-- 1 jenkins jenkins 1549 Jan 22 04:48 Dockerfile [2022-01-22T04:51:32.174Z] -rw-rw-r-- 1 jenkins jenkins 652 Jan 22 04:48 Jenkinsfile [2022-01-22T04:51:32.174Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jan 22 04:48 LICENSE [2022-01-22T04:51:32.174Z] -rw-rw-r-- 1 jenkins jenkins 1212 Jan 22 04:48 Makefile [2022-01-22T04:51:32.174Z] -rw-rw-r-- 1 jenkins jenkins 4450 Jan 22 04:48 README.md [2022-01-22T04:51:32.174Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 22 04:43 VERSION [2022-01-22T04:51:32.174Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 22 04:48 assets [2022-01-22T04:51:32.174Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 04:48 bin [2022-01-22T04:51:32.174Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 22 04:48 cmd [2022-01-22T04:51:32.174Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 22 04:50 coverage.out [2022-01-22T04:51:32.174Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 04:48 docs [2022-01-22T04:51:32.174Z] -rw-rw-r-- 1 jenkins jenkins 1944 Jan 22 04:48 go.mod [2022-01-22T04:51:32.174Z] -rw-rw-r-- 1 jenkins jenkins 48565 Jan 22 04:48 go.sum [2022-01-22T04:51:32.174Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 22 04:48 internal [2022-01-22T04:51:32.174Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 22 04:48 pkg [2022-01-22T04:51:32.174Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 04:48 snap [2022-01-22T04:51:32.174Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 22 04:48 version.go [2022-01-22T04:51:32.174Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 04:48 web [Pipeline] isUnix [Pipeline] sh [2022-01-22T04:51:32.512Z] + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=8e17b92fd41b1145a66a00cb13c5a26c2462a490 --label arch=arm64 --label version=0.0.0 . [2022-01-22T04:51:33.489Z] Sending build context to Docker daemon 25.68MB [2022-01-22T04:51:33.489Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-01-22T04:51:33.489Z] Step 2/23 : FROM ${BASE} AS builder [2022-01-22T04:51:33.489Z] ---> 4cedec5e741c [2022-01-22T04:51:33.489Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-01-22T04:51:33.489Z] ---> Running in 676f8ff13d48 [2022-01-22T04:51:34.085Z] Removing intermediate container 676f8ff13d48 [2022-01-22T04:51:34.085Z] ---> e8c7f8647072 [2022-01-22T04:51:34.085Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-01-22T04:51:34.085Z] ---> Running in bfc2dc47e12f [2022-01-22T04:51:34.357Z] Removing intermediate container bfc2dc47e12f [2022-01-22T04:51:34.357Z] ---> cfe78e0a0cf5 [2022-01-22T04:51:34.357Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-01-22T04:51:34.357Z] ---> Running in 1942e99bf830 [2022-01-22T04:51:34.951Z] Removing intermediate container 1942e99bf830 [2022-01-22T04:51:34.951Z] ---> a9939a1c9818 [2022-01-22T04:51:34.951Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-01-22T04:51:34.951Z] ---> Running in 6fd985692024 [2022-01-22T04:51:35.225Z] Removing intermediate container 6fd985692024 [2022-01-22T04:51:35.225Z] ---> 50add65c1e08 [2022-01-22T04:51:35.225Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-01-22T04:51:35.225Z] ---> Running in 58278a1b7714 [2022-01-22T04:51:35.498Z] Removing intermediate container 58278a1b7714 [2022-01-22T04:51:35.498Z] ---> 7bf014b228bd [2022-01-22T04:51:35.498Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-22T04:51:35.771Z] ---> Running in cb13b837f1f1 [2022-01-22T04:51:37.768Z] Removing intermediate container cb13b837f1f1 [2022-01-22T04:51:37.768Z] ---> e9ca2d9c57ab [2022-01-22T04:51:37.768Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-22T04:51:37.768Z] ---> Running in f08263ad89fa [2022-01-22T04:51:38.754Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-22T04:51:39.350Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-22T04:51:40.330Z] OK: 220 MiB in 52 packages [2022-01-22T04:51:41.325Z] Removing intermediate container f08263ad89fa [2022-01-22T04:51:41.325Z] ---> 054f2e4aa0ed [2022-01-22T04:51:41.325Z] Step 10/23 : ENV GO111MODULE=on [2022-01-22T04:51:41.325Z] ---> Running in 29a55d1412ad [2022-01-22T04:51:41.920Z] Removing intermediate container 29a55d1412ad [2022-01-22T04:51:41.920Z] ---> b2075b2dc308 [2022-01-22T04:51:41.920Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-01-22T04:51:41.920Z] ---> Running in 226ecdc3a8f5 [2022-01-22T04:51:42.194Z] Removing intermediate container 226ecdc3a8f5 [2022-01-22T04:51:42.194Z] ---> c0510dda22b5 [2022-01-22T04:51:42.194Z] Step 12/23 : COPY go.mod vendor* ./ [2022-01-22T04:51:43.177Z] ---> dd18fa33f883 [2022-01-22T04:51:43.177Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-22T04:51:43.177Z] ---> Running in d0b7df879137 [2022-01-22T04:51:45.166Z] Removing intermediate container d0b7df879137 [2022-01-22T04:51:45.166Z] ---> 117011fe6372 [2022-01-22T04:51:45.166Z] Step 14/23 : COPY . . [2022-01-22T04:51:48.551Z] ---> ceab6eef71aa [2022-01-22T04:51:48.551Z] Step 15/23 : RUN ${MAKE} [2022-01-22T04:51:48.551Z] ---> Running in dee118e75ce2 [2022-01-22T04:51:49.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-01-22T04:52:21.507Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-01-22T04:52:26.909Z] Removing intermediate container dee118e75ce2 [2022-01-22T04:52:26.909Z] ---> e9b89c442f13 [2022-01-22T04:52:26.909Z] Step 16/23 : FROM alpine:3.14 [2022-01-22T04:52:26.909Z] 3.14: Pulling from library/alpine [2022-01-22T04:52:26.909Z] be307f383ecc: Pulling fs layer [2022-01-22T04:52:27.183Z] be307f383ecc: Verifying Checksum [2022-01-22T04:52:27.183Z] be307f383ecc: Download complete [2022-01-22T04:52:27.785Z] be307f383ecc: Pull complete [2022-01-22T04:52:27.785Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-01-22T04:52:27.785Z] Status: Downloaded newer image for alpine:3.14 [2022-01-22T04:52:27.785Z] ---> 5b8b7b635229 [2022-01-22T04:52:27.786Z] Step 17/23 : EXPOSE 4000 [2022-01-22T04:52:27.786Z] ---> Running in ae52f70c1b9f [2022-01-22T04:52:28.382Z] Removing intermediate container ae52f70c1b9f [2022-01-22T04:52:28.382Z] ---> db3353caf8b3 [2022-01-22T04:52:28.382Z] Step 18/23 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-01-22T04:52:29.821Z] ---> 1a4d2777a917 [2022-01-22T04:52:29.821Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-01-22T04:52:29.821Z] ---> Running in 408642d3019f [2022-01-22T04:52:30.096Z] Removing intermediate container 408642d3019f [2022-01-22T04:52:30.096Z] ---> fa3b45823168 [2022-01-22T04:52:30.096Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-01-22T04:52:30.096Z] ---> Running in f8f9435e7880 [2022-01-22T04:52:30.696Z] Removing intermediate container f8f9435e7880 [2022-01-22T04:52:30.696Z] ---> 16bb5adc9cfd [2022-01-22T04:52:30.696Z] Step 21/23 : LABEL arch=arm64 [2022-01-22T04:52:30.696Z] ---> Running in 45eb308dcdef [2022-01-22T04:52:30.972Z] Removing intermediate container 45eb308dcdef [2022-01-22T04:52:30.972Z] ---> f565d83b35da [2022-01-22T04:52:30.972Z] Step 22/23 : LABEL git_sha=8e17b92fd41b1145a66a00cb13c5a26c2462a490 [2022-01-22T04:52:30.972Z] ---> Running in c99e42be7196 [2022-01-22T04:52:31.573Z] Removing intermediate container c99e42be7196 [2022-01-22T04:52:31.573Z] ---> 3061e295c01f [2022-01-22T04:52:31.573Z] Step 23/23 : LABEL version=0.0.0 [2022-01-22T04:52:31.573Z] ---> Running in 0ecd7d84ebcb [2022-01-22T04:52:31.848Z] Removing intermediate container 0ecd7d84ebcb [2022-01-22T04:52:31.848Z] ---> d55d500e210c [2022-01-22T04:52:31.848Z] [Warning] One or more build-args [ARCH] were not consumed [2022-01-22T04:52:32.123Z] Successfully built d55d500e210c [2022-01-22T04:52:32.123Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-22T04:52:32.572Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-22T04:52:32.572Z] [2022-01-22T04:52:32.572Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-01-22T04:52:32.921Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-22T04:52:33.197Z] arm64: Pulling from edgex-lftools-log-publisher [2022-01-22T04:52:33.197Z] 448f6bf000e3: Pulling fs layer [2022-01-22T04:52:33.197Z] f757da607395: Pulling fs layer [2022-01-22T04:52:33.197Z] 05883995daec: Pulling fs layer [2022-01-22T04:52:33.197Z] 8603b9c90790: Pulling fs layer [2022-01-22T04:52:33.197Z] 1560dd03e051: Pulling fs layer [2022-01-22T04:52:33.197Z] 27f5ce0e4adf: Pulling fs layer [2022-01-22T04:52:33.197Z] c2d8d7efcc4b: Pulling fs layer [2022-01-22T04:52:33.197Z] 8603b9c90790: Waiting [2022-01-22T04:52:33.197Z] 27f5ce0e4adf: Waiting [2022-01-22T04:52:33.197Z] 1560dd03e051: Waiting [2022-01-22T04:52:33.197Z] f757da607395: Verifying Checksum [2022-01-22T04:52:33.197Z] f757da607395: Download complete [2022-01-22T04:52:33.197Z] 8603b9c90790: Verifying Checksum [2022-01-22T04:52:33.197Z] 8603b9c90790: Download complete [2022-01-22T04:52:33.197Z] 1560dd03e051: Verifying Checksum [2022-01-22T04:52:33.197Z] 1560dd03e051: Download complete [2022-01-22T04:52:33.473Z] 05883995daec: Verifying Checksum [2022-01-22T04:52:33.473Z] 05883995daec: Download complete [2022-01-22T04:52:33.473Z] 27f5ce0e4adf: Verifying Checksum [2022-01-22T04:52:33.473Z] 27f5ce0e4adf: Download complete [2022-01-22T04:52:33.749Z] 448f6bf000e3: Verifying Checksum [2022-01-22T04:52:33.749Z] 448f6bf000e3: Download complete [2022-01-22T04:52:36.369Z] c2d8d7efcc4b: Verifying Checksum [2022-01-22T04:52:36.369Z] c2d8d7efcc4b: Download complete [2022-01-22T04:52:37.348Z] 448f6bf000e3: Pull complete [2022-01-22T04:52:37.945Z] f757da607395: Pull complete [2022-01-22T04:52:39.446Z] 05883995daec: Pull complete [2022-01-22T04:52:39.721Z] 8603b9c90790: Pull complete [2022-01-22T04:52:40.700Z] 1560dd03e051: Pull complete [2022-01-22T04:52:40.975Z] 27f5ce0e4adf: Pull complete [2022-01-22T04:52:56.055Z] c2d8d7efcc4b: Pull complete [2022-01-22T04:52:56.055Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2022-01-22T04:52:56.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-22T04:52:56.055Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-01-22T04:52:56.250Z] prd-ubuntu18.04-docker-arm64-4c-16g-3673 does not seem to be running inside a container [2022-01-22T04:52:56.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-01-22T04:52:59.026Z] $ docker top 960d1b401b0c9323ce86c99d76a5d3e1449078ca07c6c650b77f189e6d1a5f12 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-22T04:52:59.904Z] ---> job-cost.sh [2022-01-22T04:52:59.904Z] lf-activate-venv: SKIPPING [2022-01-22T04:52:59.904Z] INFO: No Stack... [2022-01-22T04:53:00.175Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-01-22T04:53:00.774Z] INFO: Archiving Costs [Pipeline] sh [2022-01-22T04:53:01.435Z] + cat /w/workspace/edgex-ui-go/7/archives/cost.csv [2022-01-22T04:53:01.435Z] + cut -d, -f6 [Pipeline] lock [2022-01-22T04:53:01.496Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-487-7-stack-cost] [2022-01-22T04:53:01.502Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-487-7-stack-cost] did not exist. Created. [2022-01-22T04:53:01.502Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-487-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-01-22T04:53:01.854Z] /w/workspace/edgex-ui-go/7@tmp/durable-a6bc654f/script.sh: 1: /w/workspace/edgex-ui-go/7@tmp/durable-a6bc654f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2022-01-22T04:53:02.518Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-01-22T04:53:02.538Z] Warning: overwriting stash ‘stack-cost’ [2022-01-22T04:53:02.677Z] Stashed 1 file(s) [Pipeline] } [2022-01-22T04:53:02.683Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-487-7-stack-cost] [Pipeline] // lock [Pipeline] } [2022-01-22T04:53:02.702Z] $ docker stop --time=1 960d1b401b0c9323ce86c99d76a5d3e1449078ca07c6c650b77f189e6d1a5f12 [2022-01-22T04:53:04.160Z] $ docker rm -f 960d1b401b0c9323ce86c99d76a5d3e1449078ca07c6c650b77f189e6d1a5f12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-01-22T04:53:04.564Z] provisioning config files... [2022-01-22T04:53:04.572Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp/config2583498051042216335tmp [Pipeline] { [Pipeline] sh [2022-01-22T04:53:04.867Z] + set +x [2022-01-22T04:53:04.867Z] + curl -s https://codecov.io/bash [2022-01-22T04:53:04.867Z] + bash -s -- [2022-01-22T04:53:04.867Z] [2022-01-22T04:53:04.867Z] _____ _ [2022-01-22T04:53:04.867Z] / ____| | | [2022-01-22T04:53:04.867Z] | | ___ __| | ___ ___ _____ __ [2022-01-22T04:53:04.867Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-01-22T04:53:04.867Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-01-22T04:53:04.867Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-01-22T04:53:04.867Z] Bash-1.0.6 [2022-01-22T04:53:04.867Z] [2022-01-22T04:53:04.867Z] [2022-01-22T04:53:04.867Z] ==> git version 2.24.4 found [2022-01-22T04:53:04.867Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2022-01-22T04:53:04.867Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2022-01-22T04:53:04.867Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2022-01-22T04:53:04.867Z] ==> Jenkins CI detected. [2022-01-22T04:53:04.867Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-487 [2022-01-22T04:53:04.867Z] project root: . [2022-01-22T04:53:04.867Z] --> token set from env [2022-01-22T04:53:04.867Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-01-22T04:53:04.867Z] ==> Running gcov in . (disable via -X gcov) [2022-01-22T04:53:04.867Z] ==> Python coveragepy not found [2022-01-22T04:53:04.867Z] ==> Searching for coverage reports in: [2022-01-22T04:53:04.867Z] + . [2022-01-22T04:53:04.867Z] -> Found 1 reports [2022-01-22T04:53:04.867Z] ==> Detecting git/mercurial file structure [2022-01-22T04:53:05.128Z] ==> Reading reports [2022-01-22T04:53:05.128Z] + ./coverage.out bytes=10 [2022-01-22T04:53:05.128Z] ==> Appending adjustments [2022-01-22T04:53:05.128Z] https://docs.codecov.io/docs/fixing-reports [2022-01-22T04:53:05.128Z] + Found adjustments [2022-01-22T04:53:05.128Z] ==> Gzipping contents [2022-01-22T04:53:05.128Z] 4.0K /tmp/codecov.y23se1.gz [2022-01-22T04:53:05.128Z] ==> Uploading reports [2022-01-22T04:53:05.128Z] url: https://codecov.io [2022-01-22T04:53:05.128Z] query: branch=PR-487&commit=8e17b92fd41b1145a66a00cb13c5a26c2462a490&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-487%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=487&job=&cmd_args= [2022-01-22T04:53:05.128Z] -> Pinging Codecov [2022-01-22T04:53:05.128Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-487&commit=8e17b92fd41b1145a66a00cb13c5a26c2462a490&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-487%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=487&job=&cmd_args= [2022-01-22T04:53:05.388Z] -> Uploading to [2022-01-22T04:53:05.388Z] https://storage.googleapis.com/codecov/v4/raw/2022-01-22/FB506323287CE973F263BFD2A0EB1F37/8e17b92fd41b1145a66a00cb13c5a26c2462a490/cd25efd0-ada6-4e84-a92d-68ee4326b380.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220122T045305Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7932aa11e561d9398d818072feae9102181b94b415b336dc5fac1bd733886fb5 [2022-01-22T04:53:05.388Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-22T04:53:05.388Z] Dload Upload Total Spent Left Speed [2022-01-22T04:53:05.908Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3732 0 0 100 3732 0 10532 --:--:-- --:--:-- --:--:-- 10512 [2022-01-22T04:53:05.908Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/8e17b92fd41b1145a66a00cb13c5a26c2462a490 [Pipeline] } [2022-01-22T04:53:05.916Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-01-22T04:53:06.555Z] + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-487/archives ']' [2022-01-22T04:53:06.555Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-487/archives [2022-01-22T04:53:06.555Z] total 8 [2022-01-22T04:53:06.555Z] drwxr-xr-x. 3 root root 34 Jan 22 04:44 . [2022-01-22T04:53:06.555Z] drwxrwxr-x. 14 jenkins jenkins 4096 Jan 22 04:44 .. [2022-01-22T04:53:06.555Z] drwxr-xr-x. 2 root root 6 Jan 22 04:44 cost [2022-01-22T04:53:06.555Z] -rw-r--r--. 1 root root 82 Jan 22 04:44 cost.csv [2022-01-22T04:53:06.555Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-487/archives [2022-01-22T04:53:06.555Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-487/archives [2022-01-22T04:53:06.555Z] total 8 [2022-01-22T04:53:06.555Z] drwxr-xr-x. 3 jenkins jenkins 34 Jan 22 04:44 . [2022-01-22T04:53:06.555Z] drwxrwxr-x. 14 jenkins jenkins 4096 Jan 22 04:44 .. [2022-01-22T04:53:06.555Z] drwxr-xr-x. 2 jenkins jenkins 6 Jan 22 04:44 cost [2022-01-22T04:53:06.555Z] -rw-r--r--. 1 jenkins jenkins 82 Jan 22 04:44 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-01-22T04:53:06.850Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-22T04:53:07.405Z] ---> package-listing.sh [2022-01-22T04:53:07.405Z] ++ facter osfamily [2022-01-22T04:53:07.405Z] ++ tr '[:upper:]' '[:lower:]' [2022-01-22T04:53:07.667Z] + OS_FAMILY=redhat [2022-01-22T04:53:07.667Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-487 [2022-01-22T04:53:07.667Z] + START_PACKAGES=/tmp/packages_start.txt [2022-01-22T04:53:07.667Z] + END_PACKAGES=/tmp/packages_end.txt [2022-01-22T04:53:07.667Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-01-22T04:53:07.667Z] + PACKAGES=/tmp/packages_start.txt [2022-01-22T04:53:07.667Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-487 ']' [2022-01-22T04:53:07.667Z] + PACKAGES=/tmp/packages_end.txt [2022-01-22T04:53:07.667Z] + case "${OS_FAMILY}" in [2022-01-22T04:53:07.667Z] + rpm -qa [2022-01-22T04:53:07.667Z] + sort [2022-01-22T04:53:08.239Z] + '[' -f /tmp/packages_start.txt ']' [2022-01-22T04:53:08.239Z] + '[' -f /tmp/packages_end.txt ']' [2022-01-22T04:53:08.239Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-01-22T04:53:08.239Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-487 ']' [2022-01-22T04:53:08.239Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-487/archives/ [2022-01-22T04:53:08.239Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-487/archives/ [Pipeline] echo [2022-01-22T04:53:08.252Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-487/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-01-22T04:53:08.535Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-01-22T04:53:09.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-22T04:53:09.091Z] . [Pipeline] withDockerContainer [2022-01-22T04:53:09.152Z] prd-centos7-docker-4c-2g-3670 does not seem to be running inside a container [2022-01-22T04:53:09.182Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-487/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-487 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-487:/w/workspace/edgexfoundry_edgex-ui-go_PR-487:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-01-22T04:53:09.390Z] $ docker top d6104ca0e9779c608ee907c30a2e5fc120abe8bfdd6b309720b063a28eaa37b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-22T04:53:09.735Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-01-22T04:53:10.030Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-01-22T04:53:10.319Z] + ls /var/log/sa-host [2022-01-22T04:53:10.319Z] + sadf -c /var/log/sa-host/sa17 [2022-01-22T04:53:10.319Z] file_magic: OK [2022-01-22T04:53:10.319Z] HZ: Using current value: 100 [2022-01-22T04:53:10.319Z] file_header: OK [2022-01-22T04:53:10.319Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2022-01-22T04:53:10.319Z] Statistics: [2022-01-22T04:53:10.319Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-01-22T04:53:10.319Z] File successfully converted to sysstat format version 12.0.3 [2022-01-22T04:53:10.319Z] + sadf -c /var/log/sa-host/sa22 [2022-01-22T04:53:10.319Z] file_magic: OK [2022-01-22T04:53:10.319Z] HZ: Using current value: 100 [2022-01-22T04:53:10.319Z] file_header: OK [2022-01-22T04:53:10.319Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2022-01-22T04:53:10.319Z] Statistics: [2022-01-22T04:53:10.319Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-01-22T04:53:10.319Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-22T04:53:10.402Z] provisioning config files... [2022-01-22T04:53:10.411Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-487@tmp/config4607264867755727986tmp [Pipeline] { [Pipeline] echo [2022-01-22T04:53:10.426Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-22T04:53:10.718Z] ---> create-netrc.sh [Pipeline] } [2022-01-22T04:53:10.725Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-01-22T04:53:11.055Z] ---> python-tools-install.sh [Pipeline] echo [2022-01-22T04:53:11.065Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-22T04:53:11.355Z] ---> sudo-logs.sh [2022-01-22T04:53:11.356Z] Archiving 'sudo' log.. [2022-01-22T04:53:11.356Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3670.novalocal: Name or service not known [2022-01-22T04:53:11.356Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3670.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2022-01-22T04:53:11.377Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-22T04:53:11.662Z] ---> job-cost.sh [2022-01-22T04:53:11.662Z] lf-activate-venv: SKIPPING [2022-01-22T04:53:11.662Z] DEBUG: total: 0.05999999865889549 [2022-01-22T04:53:11.662Z] INFO: Retrieving Stack Cost... [2022-01-22T04:53:11.921Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-01-22T04:53:12.179Z] INFO: Archiving Costs [Pipeline] echo [2022-01-22T04:53:12.191Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-22T04:53:12.487Z] ---> logs-deploy.sh [2022-01-22T04:53:12.487Z] lf-activate-venv: SKIPPING [2022-01-22T04:53:12.487Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-487/7 [2022-01-22T04:53:12.487Z] INFO: archiving workspace using pattern(s): [2022-01-22T04:53:13.059Z] Archives upload complete. [2022-01-22T04:53:13.324Z] INFO: archiving logs to Nexus