Pull request #493 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 157701551f1f4216e76e7039cd050805c01f3024+08d737650594c0e31d6fe669fc383b023950acd4 (afcae54fd8bb72fe1a19287cf6ff81a6138fb984) 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-ssh18288920967551420617.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-ssh14671641113965682505.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-493/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-493/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5941305876031660181.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-ssh13209565253213388059.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-493/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-493/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh11668449369747649065.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-3757 in /w/workspace/edgexfoundry_edgex-ui-go_PR-493 [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-493 # 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-493@tmp/jenkins-gitclient-ssh7464506050280655845.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-493@tmp/jenkins-gitclient-ssh6855380455170991422.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/493/head:refs/remotes/origin/PR-493 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 08d737650594c0e31d6fe669fc383b023950acd4 into PR head commit 157701551f1f4216e76e7039cd050805c01f3024 Merge succeeded, producing 157701551f1f4216e76e7039cd050805c01f3024 Checking out Revision 157701551f1f4216e76e7039cd050805c01f3024 (PR-493) > git config core.sparsecheckout # timeout=10 > git checkout -f 157701551f1f4216e76e7039cd050805c01f3024 # 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-493@tmp/jenkins-gitclient-ssh6921036072575407821.key > git merge 08d737650594c0e31d6fe669fc383b023950acd4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 157701551f1f4216e76e7039cd050805c01f3024 # timeout=10 Commit message: "Merge branch 'main' into dependabot/npm_and_yarn/web/nanoid-3.2.0" > git rev-list --no-walk af92fc3a510baf92b26249ea2e822b715f893e43 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-01-24T08:10:55.058Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-01-24T08:10:55.102Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-01-24T08:10:55.113Z] ========================================================= [2022-01-24T08:10:55.113Z] EdgeX Global Pipelines Version Info [2022-01-24T08:10:55.113Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-01-24T08:10:56.224Z] ------------------- [2022-01-24T08:10:56.224Z] stable info: [2022-01-24T08:10:56.224Z] ------------------- [2022-01-24T08:10:56.224Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-01-24T08:10:56.224Z] Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 [2022-01-24T08:10:56.224Z] Message: update stable to v1.0.219 [2022-01-24T08:10:56.795Z] ------------------- [2022-01-24T08:10:56.795Z] experimental info: [2022-01-24T08:10:56.795Z] ------------------- [2022-01-24T08:10:56.795Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-01-24T08:10:56.796Z] Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 [2022-01-24T08:10:56.796Z] Message: update experimental to v1.0.219 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-01-24T08:10:56.935Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-01-24T08:10:56.951Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-01-24T08:10:56.968Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-01-24T08:10:56.982Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-01-24T08:10:56.993Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-01-24T08:10:57.006Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-01-24T08:10:57.019Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-01-24T08:10:57.036Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-01-24T08:10:57.052Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-01-24T08:10:57.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-01-24T08:10:57.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-01-24T08:10:57.085Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-01-24T08:10:57.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-01-24T08:10:57.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-01-24T08:10:57.122Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-01-24T08:10:57.136Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-01-24T08:10:57.148Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-01-24T08:10:57.161Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-01-24T08:10:57.173Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-01-24T08:10:57.186Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-01-24T08:10:57.199Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-01-24T08:10:57.216Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-01-24T08:10:57.227Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-01-24T08:10:57.240Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-01-24T08:10:57.252Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-01-24T08:10:57.265Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-01-24T08:10:57.276Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-493 [Pipeline] echo [2022-01-24T08:10:57.288Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-493 [Pipeline] echo [2022-01-24T08:10:57.302Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-493 [Pipeline] echo [2022-01-24T08:10:57.323Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 157701551f1f4216e76e7039cd050805c01f3024 [Pipeline] echo [2022-01-24T08:10:57.340Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1577015 [Pipeline] echo [2022-01-24T08:10:57.353Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-24T08:10:57.396Z] provisioning config files... [2022-01-24T08:10:57.409Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-493@tmp/config173867196860637264tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-24T08:10:57.724Z] ---> docker-login.sh [2022-01-24T08:10:57.724Z] nexus3.edgexfoundry.org:10001 [2022-01-24T08:10:57.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-24T08:10:57.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-24T08:10:57.989Z] Configure a credential helper to remove this warning. See [2022-01-24T08:10:57.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-24T08:10:57.989Z] [2022-01-24T08:10:57.989Z] Login Succeeded [2022-01-24T08:10:57.989Z] nexus3.edgexfoundry.org:10002 [2022-01-24T08:10:57.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-24T08:10:57.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-24T08:10:57.989Z] Configure a credential helper to remove this warning. See [2022-01-24T08:10:57.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-24T08:10:57.989Z] [2022-01-24T08:10:57.989Z] Login Succeeded [2022-01-24T08:10:57.989Z] nexus3.edgexfoundry.org:10003 [2022-01-24T08:10:57.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-24T08:10:57.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-24T08:10:57.989Z] Configure a credential helper to remove this warning. See [2022-01-24T08:10:57.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-24T08:10:57.989Z] [2022-01-24T08:10:57.989Z] Login Succeeded [2022-01-24T08:10:57.989Z] nexus3.edgexfoundry.org:10004 [2022-01-24T08:10:58.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-24T08:10:58.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-24T08:10:58.251Z] Configure a credential helper to remove this warning. See [2022-01-24T08:10:58.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-24T08:10:58.251Z] [2022-01-24T08:10:58.251Z] Login Succeeded [2022-01-24T08:10:58.251Z] docker.io [2022-01-24T08:10:58.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-24T08:10:58.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-24T08:10:58.511Z] Configure a credential helper to remove this warning. See [2022-01-24T08:10:58.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-24T08:10:58.511Z] [2022-01-24T08:10:58.511Z] Login Succeeded [2022-01-24T08:10:58.511Z] ---> docker-login.sh ends [Pipeline] } [2022-01-24T08:10:58.526Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-01-24T08:10:58.877Z] + git rev-list -1 --merges 157701551f1f4216e76e7039cd050805c01f3024~1..157701551f1f4216e76e7039cd050805c01f3024 [Pipeline] echo [2022-01-24T08:10:58.907Z] -----------> git rev-list -1 --merges 157701551f1f4216e76e7039cd050805c01f3024~1..157701551f1f4216e76e7039cd050805c01f3024 157701551f1f4216e76e7039cd050805c01f3024 [2022-01-24T08:10:58.907Z] 157701551f1f4216e76e7039cd050805c01f3024 [false] [Pipeline] sh [2022-01-24T08:10:59.200Z] + git log --format=format:%s -1 157701551f1f4216e76e7039cd050805c01f3024 [Pipeline] echo [2022-01-24T08:10:59.216Z] ========================================================= [2022-01-24T08:10:59.216Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-01-24T08:10:59.216Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-24T08:10:59.561Z] + git log --format=format:%s -1 157701551f1f4216e76e7039cd050805c01f3024 [Pipeline] echo [2022-01-24T08:10:59.574Z] [semverPrep] GIT_COMMIT: 157701551f1f4216e76e7039cd050805c01f3024, Commit Message: Merge branch 'main' into dependabot/npm_and_yarn/web/nanoid-3.2.0 [Pipeline] echo [2022-01-24T08:10:59.586Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-01-24T08:10:59.962Z] + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts [2022-01-24T08:10:59.962Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-01-24T08:10:59.962Z] + '[' -e /tmp/ssh_known_hosts ']' [2022-01-24T08:10:59.962Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-01-24T08:10:59.962Z] + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' [2022-01-24T08:10:59.962Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-01-24T08:10:59.962Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-01-24T08:11:00.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-24T08:11:00.308Z] [2022-01-24T08:11:00.308Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-01-24T08:11:00.652Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-24T08:11:00.652Z] latest: Pulling from edgex-devops/git-semver [2022-01-24T08:11:00.652Z] a0d0a0d46f8b: Pulling fs layer [2022-01-24T08:11:00.652Z] 3e5f54012d9b: Pulling fs layer [2022-01-24T08:11:00.652Z] 4c7163046ea9: Pulling fs layer [2022-01-24T08:11:00.652Z] 0c2d73faf560: Pulling fs layer [2022-01-24T08:11:00.652Z] 0c2d73faf560: Waiting [2022-01-24T08:11:00.652Z] 3e5f54012d9b: Verifying Checksum [2022-01-24T08:11:00.652Z] 3e5f54012d9b: Download complete [2022-01-24T08:11:00.652Z] a0d0a0d46f8b: Verifying Checksum [2022-01-24T08:11:00.652Z] a0d0a0d46f8b: Download complete [2022-01-24T08:11:00.652Z] 0c2d73faf560: Verifying Checksum [2022-01-24T08:11:00.652Z] 0c2d73faf560: Download complete [2022-01-24T08:11:00.652Z] 4c7163046ea9: Verifying Checksum [2022-01-24T08:11:00.652Z] 4c7163046ea9: Download complete [2022-01-24T08:11:00.912Z] a0d0a0d46f8b: Pull complete [2022-01-24T08:11:00.912Z] 3e5f54012d9b: Pull complete [2022-01-24T08:11:01.177Z] 4c7163046ea9: Pull complete [2022-01-24T08:11:01.446Z] 0c2d73faf560: Pull complete [2022-01-24T08:11:01.446Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-01-24T08:11:01.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-24T08:11:01.446Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-01-24T08:11:01.528Z] prd-centos7-docker-4c-2g-3757 does not seem to be running inside a container [2022-01-24T08:11:01.568Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-493 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-493:/w/workspace/edgexfoundry_edgex-ui-go_PR-493:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-493@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-493@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-24T08:11:02.269Z] $ docker top 0146ff225d41ae00018cbf47eeb364920de83c4bab9112b7fb38968d4240ace0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-01-24T08:11:02.372Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-24T08:11:02.372Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-24T08:11:02.475Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-24T08:11:02.476Z] $ docker exec 0146ff225d41ae00018cbf47eeb364920de83c4bab9112b7fb38968d4240ace0 ssh-agent [2022-01-24T08:11:02.579Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOonkGg/agent.13 [2022-01-24T08:11:02.579Z] SSH_AGENT_PID=19 [2022-01-24T08:11:02.588Z] Running ssh-add (command line suppressed) [2022-01-24T08:11:02.693Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-493@tmp/private_key_3150102709344398805.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-493@tmp/private_key_3150102709344398805.key) [2022-01-24T08:11:02.707Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-24T08:11:03.015Z] + git tag --points-at HEAD [Pipeline] } [2022-01-24T08:11:03.034Z] $ docker exec --env ******** --env ******** 0146ff225d41ae00018cbf47eeb364920de83c4bab9112b7fb38968d4240ace0 ssh-agent -k [2022-01-24T08:11:03.119Z] unset SSH_AUTH_SOCK; [2022-01-24T08:11:03.120Z] unset SSH_AGENT_PID; [2022-01-24T08:11:03.121Z] echo Agent pid 19 killed; [2022-01-24T08:11:03.129Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-01-24T08:11:03.154Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-24T08:11:03.154Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-24T08:11:03.250Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-24T08:11:03.252Z] $ docker exec 0146ff225d41ae00018cbf47eeb364920de83c4bab9112b7fb38968d4240ace0 ssh-agent [2022-01-24T08:11:03.348Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXoPeILJ/agent.53 [2022-01-24T08:11:03.348Z] SSH_AGENT_PID=60 [2022-01-24T08:11:03.353Z] Running ssh-add (command line suppressed) [2022-01-24T08:11:03.443Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-493@tmp/private_key_5824800878141013817.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-493@tmp/private_key_5824800878141013817.key) [2022-01-24T08:11:03.456Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-24T08:11:03.756Z] + git semver init [2022-01-24T08:11:03.756Z] # -> Open(): unable to determine branch for HEAD [2022-01-24T08:11:03.756Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-493/.git [2022-01-24T08:11:03.756Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-493 [2022-01-24T08:11:03.756Z] # $SEMVER_REMOTE_NAME = origin [2022-01-24T08:11:03.756Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-01-24T08:11:03.756Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-01-24T08:11:03.756Z] # $SEMVER_BRANCH = PR-493 [2022-01-24T08:11:03.756Z] # $SEMVER_TEMP = /tmp/semver-804821400 [2022-01-24T08:11:03.756Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2022-01-24T08:11:05.681Z] # '/tmp/semver-804821400' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-493/.semver' [2022-01-24T08:11:05.681Z] # -> Force: false [2022-01-24T08:11:05.681Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-493/.semver [Pipeline] } [2022-01-24T08:11:05.691Z] $ docker exec --env ******** --env ******** 0146ff225d41ae00018cbf47eeb364920de83c4bab9112b7fb38968d4240ace0 ssh-agent -k [2022-01-24T08:11:05.781Z] unset SSH_AUTH_SOCK; [2022-01-24T08:11:05.781Z] unset SSH_AGENT_PID; [2022-01-24T08:11:05.782Z] echo Agent pid 60 killed; [2022-01-24T08:11:05.793Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-01-24T08:11:06.113Z] + git semver [Pipeline] } [2022-01-24T08:11:06.127Z] $ docker stop --time=1 0146ff225d41ae00018cbf47eeb364920de83c4bab9112b7fb38968d4240ace0 [2022-01-24T08:11:07.482Z] $ docker rm -f 0146ff225d41ae00018cbf47eeb364920de83c4bab9112b7fb38968d4240ace0 [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-24T08:11:07.840Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-01-24T08:11:08.085Z] Stashed 1 file(s) [Pipeline] echo [2022-01-24T08:11:08.089Z] [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-24T08:11:08.278Z] provisioning config files... [2022-01-24T08:11:08.288Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-493@tmp/config7756474981354783828tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-24T08:11:08.602Z] ---> docker-login.sh [2022-01-24T08:11:08.602Z] nexus3.edgexfoundry.org:10001 [2022-01-24T08:11:08.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-24T08:11:08.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-24T08:11:08.603Z] Configure a credential helper to remove this warning. See [2022-01-24T08:11:08.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-24T08:11:08.603Z] [2022-01-24T08:11:08.603Z] Login Succeeded [2022-01-24T08:11:08.603Z] nexus3.edgexfoundry.org:10002 [2022-01-24T08:11:08.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-24T08:11:08.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-24T08:11:08.603Z] Configure a credential helper to remove this warning. See [2022-01-24T08:11:08.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-24T08:11:08.603Z] [2022-01-24T08:11:08.603Z] Login Succeeded [2022-01-24T08:11:08.603Z] nexus3.edgexfoundry.org:10003 [2022-01-24T08:11:08.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-24T08:11:08.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-24T08:11:08.868Z] Configure a credential helper to remove this warning. See [2022-01-24T08:11:08.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-24T08:11:08.868Z] [2022-01-24T08:11:08.868Z] Login Succeeded [2022-01-24T08:11:08.868Z] nexus3.edgexfoundry.org:10004 [2022-01-24T08:11:08.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-24T08:11:08.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-24T08:11:08.868Z] Configure a credential helper to remove this warning. See [2022-01-24T08:11:08.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-24T08:11:08.868Z] [2022-01-24T08:11:08.868Z] Login Succeeded [2022-01-24T08:11:08.868Z] docker.io [2022-01-24T08:11:09.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-24T08:11:09.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-24T08:11:09.392Z] Configure a credential helper to remove this warning. See [2022-01-24T08:11:09.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-24T08:11:09.392Z] [2022-01-24T08:11:09.392Z] Login Succeeded [2022-01-24T08:11:09.392Z] ---> docker-login.sh ends [Pipeline] } [2022-01-24T08:11:09.401Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-01-24T08:11:09.481Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-24T08:11:09.495Z] ========================================================= [2022-01-24T08:11:09.495Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-01-24T08:11:09.495Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-01-24T08:11:09.838Z] + 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-24T08:11:10.105Z] Sending build context to Docker daemon 40.87MB [2022-01-24T08:11:10.105Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-01-24T08:11:10.105Z] Step 2/15 : FROM ${BASE} AS builder [2022-01-24T08:11:10.105Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-01-24T08:11:10.105Z] 59bf1c3509f3: Pulling fs layer [2022-01-24T08:11:10.105Z] 666ba61612fd: Pulling fs layer [2022-01-24T08:11:10.105Z] 8ed8ca486205: Pulling fs layer [2022-01-24T08:11:10.105Z] 4fe6c5a15a65: Pulling fs layer [2022-01-24T08:11:10.105Z] 22a0e8bec74d: Pulling fs layer [2022-01-24T08:11:10.105Z] f965cba54748: Pulling fs layer [2022-01-24T08:11:10.105Z] 861ffc35075e: Pulling fs layer [2022-01-24T08:11:10.105Z] 4b385c91608e: Pulling fs layer [2022-01-24T08:11:10.105Z] 560528eb2ebb: Pulling fs layer [2022-01-24T08:11:10.106Z] f965cba54748: Waiting [2022-01-24T08:11:10.106Z] 861ffc35075e: Waiting [2022-01-24T08:11:10.106Z] 4fe6c5a15a65: Waiting [2022-01-24T08:11:10.106Z] 4b385c91608e: Waiting [2022-01-24T08:11:10.106Z] 22a0e8bec74d: Waiting [2022-01-24T08:11:10.106Z] 560528eb2ebb: Waiting [2022-01-24T08:11:10.106Z] 8ed8ca486205: Verifying Checksum [2022-01-24T08:11:10.106Z] 8ed8ca486205: Download complete [2022-01-24T08:11:10.106Z] 666ba61612fd: Verifying Checksum [2022-01-24T08:11:10.106Z] 666ba61612fd: Download complete [2022-01-24T08:11:10.106Z] 22a0e8bec74d: Verifying Checksum [2022-01-24T08:11:10.106Z] 22a0e8bec74d: Download complete [2022-01-24T08:11:10.106Z] 59bf1c3509f3: Verifying Checksum [2022-01-24T08:11:10.368Z] f965cba54748: Verifying Checksum [2022-01-24T08:11:10.368Z] f965cba54748: Download complete [2022-01-24T08:11:10.368Z] 861ffc35075e: Verifying Checksum [2022-01-24T08:11:10.368Z] 861ffc35075e: Download complete [2022-01-24T08:11:10.368Z] 4b385c91608e: Verifying Checksum [2022-01-24T08:11:10.368Z] 4b385c91608e: Download complete [2022-01-24T08:11:10.637Z] 560528eb2ebb: Verifying Checksum [2022-01-24T08:11:10.637Z] 560528eb2ebb: Download complete [2022-01-24T08:11:10.901Z] 4fe6c5a15a65: Verifying Checksum [2022-01-24T08:11:10.901Z] 4fe6c5a15a65: Download complete [2022-01-24T08:11:10.901Z] 59bf1c3509f3: Pull complete [2022-01-24T08:11:10.901Z] 666ba61612fd: Pull complete [2022-01-24T08:11:10.901Z] 8ed8ca486205: Pull complete [2022-01-24T08:11:15.131Z] 4fe6c5a15a65: Pull complete [2022-01-24T08:11:15.131Z] 22a0e8bec74d: Pull complete [2022-01-24T08:11:15.131Z] f965cba54748: Pull complete [2022-01-24T08:11:15.131Z] 861ffc35075e: Pull complete [2022-01-24T08:11:15.131Z] 4b385c91608e: Pull complete [2022-01-24T08:11:17.709Z] 560528eb2ebb: Pull complete [2022-01-24T08:11:17.709Z] Digest: sha256:95a4686c8495b6f6bb7c4a5166a7528182518169a5847072e9a4515f5458b02f [2022-01-24T08:11:17.709Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-01-24T08:11:17.709Z] ---> dd4a08f94e63 [2022-01-24T08:11:17.709Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-01-24T08:11:19.093Z] ---> Running in 75de6c334f1f [2022-01-24T08:11:19.093Z] Removing intermediate container 75de6c334f1f [2022-01-24T08:11:19.093Z] ---> a38d91da6a88 [2022-01-24T08:11:19.093Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-01-24T08:11:19.354Z] ---> Running in 35dda60895f6 [2022-01-24T08:11:19.354Z] Removing intermediate container 35dda60895f6 [2022-01-24T08:11:19.354Z] ---> d46cb2d39783 [2022-01-24T08:11:19.354Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-01-24T08:11:19.354Z] ---> Running in db46bfa18eee [2022-01-24T08:11:19.354Z] Removing intermediate container db46bfa18eee [2022-01-24T08:11:19.354Z] ---> 85b7c8bc87cd [2022-01-24T08:11:19.354Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-01-24T08:11:19.354Z] ---> Running in e16578114b9a [2022-01-24T08:11:19.616Z] Removing intermediate container e16578114b9a [2022-01-24T08:11:19.616Z] ---> c5930d99382c [2022-01-24T08:11:19.616Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-01-24T08:11:19.616Z] ---> Running in e140742f879b [2022-01-24T08:11:19.616Z] Removing intermediate container e140742f879b [2022-01-24T08:11:19.616Z] ---> 58799b01385a [2022-01-24T08:11:19.616Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-24T08:11:19.616Z] ---> Running in 89e8cb0184d8 [2022-01-24T08:11:20.202Z] Removing intermediate container 89e8cb0184d8 [2022-01-24T08:11:20.202Z] ---> 7761d66c33c5 [2022-01-24T08:11:20.202Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-24T08:11:20.202Z] ---> Running in 3412249ce1bc [2022-01-24T08:11:20.461Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-01-24T08:11:21.404Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-01-24T08:11:21.667Z] OK: 221 MiB in 52 packages [2022-01-24T08:11:21.667Z] Removing intermediate container 3412249ce1bc [2022-01-24T08:11:21.667Z] ---> f1a68429323b [2022-01-24T08:11:21.667Z] Step 10/15 : ENV GO111MODULE=on [2022-01-24T08:11:21.928Z] ---> Running in e1da1e52cd06 [2022-01-24T08:11:21.928Z] Removing intermediate container e1da1e52cd06 [2022-01-24T08:11:21.928Z] ---> 938db7db96e9 [2022-01-24T08:11:21.928Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-01-24T08:11:21.928Z] ---> Running in 721624cba654 [2022-01-24T08:11:21.928Z] Removing intermediate container 721624cba654 [2022-01-24T08:11:21.928Z] ---> 3d2a7499fce3 [2022-01-24T08:11:21.928Z] Step 12/15 : COPY go.mod vendor* ./ [2022-01-24T08:11:22.189Z] ---> ab75b4ddd7f4 [2022-01-24T08:11:22.189Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-24T08:11:22.189Z] ---> Running in bd77de6da29d [2022-01-24T08:11:23.223Z] Still waiting to schedule task [2022-01-24T08:11:23.223Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3758’ is offline [2022-01-24T08:11:48.794Z] Removing intermediate container bd77de6da29d [2022-01-24T08:11:48.795Z] ---> 6e26f33364b8 [2022-01-24T08:11:48.795Z] Step 14/15 : COPY . . [2022-01-24T08:11:48.795Z] ---> 2115300f6874 [2022-01-24T08:11:48.795Z] Step 15/15 : RUN ${MAKE} [2022-01-24T08:11:48.795Z] ---> Running in 162a3d2b2fb1 [2022-01-24T08:11:48.795Z] noop [2022-01-24T08:11:48.795Z] Removing intermediate container 162a3d2b2fb1 [2022-01-24T08:11:48.795Z] ---> c90301532a7b [2022-01-24T08:11:48.795Z] Successfully built c90301532a7b [2022-01-24T08:11:48.795Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-24T08:11:49.101Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-24T08:11:49.101Z] . [Pipeline] withDockerContainer [2022-01-24T08:11:49.218Z] prd-centos7-docker-4c-2g-3757 does not seem to be running inside a container [2022-01-24T08:11:49.251Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-493 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-493:/w/workspace/edgexfoundry_edgex-ui-go_PR-493:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-493@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-493@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-24T08:11:49.638Z] $ docker top c7c756300a67e2f5a734a3f73ff13ea77e03a58bb94a943b2a59624a5aba5ed3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-24T08:11:50.013Z] + go version [2022-01-24T08:11:50.013Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-01-24T08:11:50.025Z] $ docker stop --time=1 c7c756300a67e2f5a734a3f73ff13ea77e03a58bb94a943b2a59624a5aba5ed3 [2022-01-24T08:11:51.235Z] $ docker rm -f c7c756300a67e2f5a734a3f73ff13ea77e03a58bb94a943b2a59624a5aba5ed3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-24T08:11:51.641Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-24T08:11:51.641Z] . [Pipeline] withDockerContainer [2022-01-24T08:11:51.705Z] prd-centos7-docker-4c-2g-3757 does not seem to be running inside a container [2022-01-24T08:11:51.742Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-493 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-493:/w/workspace/edgexfoundry_edgex-ui-go_PR-493:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-493@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-493@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-24T08:11:52.097Z] $ docker top 4212c8df680e766ddf5ea44201629fb5c2c3788b463a0e36646b78555caab4c3 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-01-24T08:11:52.473Z] + make test [2022-01-24T08:11:52.473Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-01-24T08:11:52.755Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-01-24T08:12:05.102Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-01-24T08:12:05.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-01-24T08:12:05.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-01-24T08:12:05.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-01-24T08:12:05.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-01-24T08:12:05.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-01-24T08:12:05.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-01-24T08:12:05.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-01-24T08:12:05.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-01-24T08:12:05.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-01-24T08:12:05.102Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-01-24T08:12:05.102Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-01-24T08:12:05.102Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-01-24T08:12:07.688Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-01-24T08:12:07.688Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-01-24T08:12:07.699Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-01-24T08:12:07.711Z] $ docker stop --time=1 4212c8df680e766ddf5ea44201629fb5c2c3788b463a0e36646b78555caab4c3 [2022-01-24T08:12:09.137Z] $ docker rm -f 4212c8df680e766ddf5ea44201629fb5c2c3788b463a0e36646b78555caab4c3 [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-24T08:12:09.517Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-01-24T08:12:09.562Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-01-24T08:12:10.125Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-01-24T08:12:10.416Z] + ls -al . [2022-01-24T08:12:10.416Z] total 112 [2022-01-24T08:12:10.416Z] drwxrwxr-x. 13 jenkins jenkins 4096 Jan 24 08:11 . [2022-01-24T08:12:10.416Z] drwxrwxr-x. 4 jenkins jenkins 110 Jan 24 08:10 .. [2022-01-24T08:12:10.416Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 24 08:10 assets [2022-01-24T08:12:10.416Z] drwxrwxr-x. 2 jenkins jenkins 66 Jan 24 08:10 bin [2022-01-24T08:12:10.416Z] drwxrwxr-x. 3 jenkins jenkins 29 Jan 24 08:10 cmd [2022-01-24T08:12:10.416Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jan 24 08:10 CONTRIBUTING.md [2022-01-24T08:12:10.416Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 24 08:11 coverage.out [2022-01-24T08:12:10.416Z] -rw-rw-r--. 1 jenkins jenkins 1549 Jan 24 08:10 Dockerfile [2022-01-24T08:12:10.416Z] drwxrwxr-x. 2 jenkins jenkins 23 Jan 24 08:10 docs [2022-01-24T08:12:10.416Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 24 08:10 .git [2022-01-24T08:12:10.416Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 24 08:10 .github [2022-01-24T08:12:10.416Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 24 08:10 .gitignore [2022-01-24T08:12:10.416Z] -rw-rw-r--. 1 jenkins jenkins 1944 Jan 24 08:10 go.mod [2022-01-24T08:12:10.416Z] -rw-rw-r--. 1 jenkins jenkins 48565 Jan 24 08:10 go.sum [2022-01-24T08:12:10.416Z] drwxrwxr-x. 9 jenkins jenkins 125 Jan 24 08:10 internal [2022-01-24T08:12:10.416Z] -rw-rw-r--. 1 jenkins jenkins 652 Jan 24 08:10 Jenkinsfile [2022-01-24T08:12:10.416Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jan 24 08:10 LICENSE [2022-01-24T08:12:10.416Z] -rw-rw-r--. 1 jenkins jenkins 1212 Jan 24 08:10 Makefile [2022-01-24T08:12:10.416Z] drwxrwxr-x. 3 jenkins jenkins 19 Jan 24 08:10 pkg [2022-01-24T08:12:10.416Z] -rw-rw-r--. 1 jenkins jenkins 4450 Jan 24 08:10 README.md [2022-01-24T08:12:10.416Z] drwx------. 3 jenkins jenkins 56 Jan 24 08:11 .semver [2022-01-24T08:12:10.416Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 24 08:10 snap [2022-01-24T08:12:10.416Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 24 08:11 VERSION [2022-01-24T08:12:10.416Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 24 08:10 version.go [2022-01-24T08:12:10.416Z] drwxrwxr-x. 4 jenkins jenkins 4096 Jan 24 08:10 web [Pipeline] isUnix [Pipeline] sh [2022-01-24T08:12:10.712Z] + 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=157701551f1f4216e76e7039cd050805c01f3024 --label arch=amd64 --label version=0.0.0 . [2022-01-24T08:12:10.974Z] Sending build context to Docker daemon 40.87MB [2022-01-24T08:12:10.974Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-01-24T08:12:10.974Z] Step 2/23 : FROM ${BASE} AS builder [2022-01-24T08:12:10.974Z] ---> c90301532a7b [2022-01-24T08:12:10.974Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-01-24T08:12:11.239Z] ---> Running in 088edb2c94e0 [2022-01-24T08:12:11.239Z] Removing intermediate container 088edb2c94e0 [2022-01-24T08:12:11.239Z] ---> 50c7c935f257 [2022-01-24T08:12:11.239Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-01-24T08:12:11.239Z] ---> Running in e23441077ed4 [2022-01-24T08:12:11.239Z] Removing intermediate container e23441077ed4 [2022-01-24T08:12:11.239Z] ---> d070ba18a1ec [2022-01-24T08:12:11.239Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-01-24T08:12:11.239Z] ---> Running in 6ed7ea2d76b6 [2022-01-24T08:12:11.502Z] Removing intermediate container 6ed7ea2d76b6 [2022-01-24T08:12:11.502Z] ---> 005b05c0dcec [2022-01-24T08:12:11.502Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-01-24T08:12:11.502Z] ---> Running in afdb7b629b4f [2022-01-24T08:12:11.502Z] Removing intermediate container afdb7b629b4f [2022-01-24T08:12:11.502Z] ---> c67e6baf9b9c [2022-01-24T08:12:11.502Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-01-24T08:12:11.502Z] ---> Running in b66d7f57f7fc [2022-01-24T08:12:11.502Z] Removing intermediate container b66d7f57f7fc [2022-01-24T08:12:11.502Z] ---> 7ae623235399 [2022-01-24T08:12:11.502Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-24T08:12:11.763Z] ---> Running in f8af6045e6ca [2022-01-24T08:12:12.032Z] Removing intermediate container f8af6045e6ca [2022-01-24T08:12:12.032Z] ---> 53a6aac821ca [2022-01-24T08:12:12.032Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-24T08:12:12.032Z] ---> Running in 9b3c784a0083 [2022-01-24T08:12:12.605Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-01-24T08:12:13.180Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-01-24T08:12:13.444Z] OK: 221 MiB in 52 packages [2022-01-24T08:12:13.705Z] Removing intermediate container 9b3c784a0083 [2022-01-24T08:12:13.705Z] ---> dc4c6fdd14b0 [2022-01-24T08:12:13.705Z] Step 10/23 : ENV GO111MODULE=on [2022-01-24T08:12:13.705Z] ---> Running in 62825a0cec8d [2022-01-24T08:12:13.970Z] Removing intermediate container 62825a0cec8d [2022-01-24T08:12:13.970Z] ---> 347c077882ba [2022-01-24T08:12:13.970Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-01-24T08:12:13.970Z] ---> Running in 0800eb7b9b46 [2022-01-24T08:12:13.970Z] Removing intermediate container 0800eb7b9b46 [2022-01-24T08:12:13.970Z] ---> 94f1b60bdd3f [2022-01-24T08:12:13.970Z] Step 12/23 : COPY go.mod vendor* ./ [2022-01-24T08:12:14.231Z] ---> 0083df8c6acd [2022-01-24T08:12:14.231Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-24T08:12:14.231Z] ---> Running in a4f83de3a755 [2022-01-24T08:12:14.801Z] Removing intermediate container a4f83de3a755 [2022-01-24T08:12:14.801Z] ---> c5abcc141e11 [2022-01-24T08:12:14.801Z] Step 14/23 : COPY . . [2022-01-24T08:12:15.741Z] ---> 3413534c6e6c [2022-01-24T08:12:15.741Z] Step 15/23 : RUN ${MAKE} [2022-01-24T08:12:15.741Z] ---> Running in f762d63f5507 [2022-01-24T08:12:16.003Z] 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-24T08:12:24.217Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-01-24T08:12:26.129Z] Removing intermediate container f762d63f5507 [2022-01-24T08:12:26.129Z] ---> 165d4e5cd112 [2022-01-24T08:12:26.129Z] Step 16/23 : FROM alpine:3.14 [2022-01-24T08:12:26.389Z] 3.14: Pulling from library/alpine [2022-01-24T08:12:26.653Z] 97518928ae5f: Pulling fs layer [2022-01-24T08:12:26.653Z] 97518928ae5f: Verifying Checksum [2022-01-24T08:12:26.653Z] 97518928ae5f: Download complete [2022-01-24T08:12:26.913Z] 97518928ae5f: Pull complete [2022-01-24T08:12:26.913Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-01-24T08:12:26.913Z] Status: Downloaded newer image for alpine:3.14 [2022-01-24T08:12:26.913Z] ---> 0a97eee8041e [2022-01-24T08:12:26.913Z] Step 17/23 : EXPOSE 4000 [2022-01-24T08:12:26.913Z] ---> Running in ed9134aa41f3 [2022-01-24T08:12:27.172Z] Removing intermediate container ed9134aa41f3 [2022-01-24T08:12:27.172Z] ---> 15cae9984277 [2022-01-24T08:12:27.172Z] 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-24T08:12:27.747Z] ---> fa62076ec252 [2022-01-24T08:12:27.747Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-01-24T08:12:27.747Z] ---> Running in 9cdaeefe95bb [2022-01-24T08:12:27.747Z] Removing intermediate container 9cdaeefe95bb [2022-01-24T08:12:27.747Z] ---> 3888d4d7e4c7 [2022-01-24T08:12:27.747Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-01-24T08:12:27.747Z] ---> Running in 8bceadda135c [2022-01-24T08:12:27.747Z] Removing intermediate container 8bceadda135c [2022-01-24T08:12:27.747Z] ---> 8621c66e7511 [2022-01-24T08:12:27.747Z] Step 21/23 : LABEL arch=amd64 [2022-01-24T08:12:27.747Z] ---> Running in 48d5278c8cde [2022-01-24T08:12:28.004Z] Removing intermediate container 48d5278c8cde [2022-01-24T08:12:28.004Z] ---> 71f9c2bb1d0e [2022-01-24T08:12:28.004Z] Step 22/23 : LABEL git_sha=157701551f1f4216e76e7039cd050805c01f3024 [2022-01-24T08:12:28.004Z] ---> Running in 7d78e7368c69 [2022-01-24T08:12:28.005Z] Removing intermediate container 7d78e7368c69 [2022-01-24T08:12:28.005Z] ---> de10be2aa8c0 [2022-01-24T08:12:28.005Z] Step 23/23 : LABEL version=0.0.0 [2022-01-24T08:12:28.005Z] ---> Running in b9bf3abe0d84 [2022-01-24T08:12:28.005Z] Removing intermediate container b9bf3abe0d84 [2022-01-24T08:12:28.005Z] ---> fe09643d8518 [2022-01-24T08:12:28.005Z] [Warning] One or more build-args [ARCH] were not consumed [2022-01-24T08:12:28.005Z] Successfully built fe09643d8518 [2022-01-24T08:12:28.264Z] 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-24T08:12:28.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-24T08:12:28.695Z] [2022-01-24T08:12:28.695Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-01-24T08:12:29.000Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-24T08:12:29.000Z] latest: Pulling from edgex-lftools-log-publisher [2022-01-24T08:12:29.000Z] b4d181a07f80: Pulling fs layer [2022-01-24T08:12:29.000Z] a1111a8f2ec3: Pulling fs layer [2022-01-24T08:12:29.000Z] ed53099fbce6: Pulling fs layer [2022-01-24T08:12:29.000Z] dc539afda2c1: Pulling fs layer [2022-01-24T08:12:29.000Z] 77bc0d833cb6: Pulling fs layer [2022-01-24T08:12:29.000Z] 9065ff56babe: Pulling fs layer [2022-01-24T08:12:29.000Z] d287ab97295c: Pulling fs layer [2022-01-24T08:12:29.000Z] 77bc0d833cb6: Waiting [2022-01-24T08:12:29.000Z] dc539afda2c1: Waiting [2022-01-24T08:12:29.000Z] 9065ff56babe: Waiting [2022-01-24T08:12:29.000Z] d287ab97295c: Waiting [2022-01-24T08:12:29.000Z] a1111a8f2ec3: Verifying Checksum [2022-01-24T08:12:29.000Z] a1111a8f2ec3: Download complete [2022-01-24T08:12:29.000Z] dc539afda2c1: Verifying Checksum [2022-01-24T08:12:29.000Z] dc539afda2c1: Download complete [2022-01-24T08:12:29.000Z] ed53099fbce6: Verifying Checksum [2022-01-24T08:12:29.000Z] ed53099fbce6: Download complete [2022-01-24T08:12:29.271Z] 77bc0d833cb6: Verifying Checksum [2022-01-24T08:12:29.271Z] 77bc0d833cb6: Download complete [2022-01-24T08:12:29.271Z] 9065ff56babe: Verifying Checksum [2022-01-24T08:12:29.271Z] 9065ff56babe: Download complete [2022-01-24T08:12:29.271Z] b4d181a07f80: Verifying Checksum [2022-01-24T08:12:29.271Z] b4d181a07f80: Download complete [2022-01-24T08:12:29.859Z] d287ab97295c: Verifying Checksum [2022-01-24T08:12:29.859Z] d287ab97295c: Download complete [2022-01-24T08:12:30.807Z] b4d181a07f80: Pull complete [2022-01-24T08:12:30.807Z] a1111a8f2ec3: Pull complete [2022-01-24T08:12:31.380Z] ed53099fbce6: Pull complete [2022-01-24T08:12:31.380Z] dc539afda2c1: Pull complete [2022-01-24T08:12:31.954Z] 77bc0d833cb6: Pull complete [2022-01-24T08:12:31.954Z] 9065ff56babe: Pull complete [2022-01-24T08:12:37.269Z] d287ab97295c: Pull complete [2022-01-24T08:12:37.269Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2022-01-24T08:12:37.269Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-24T08:12:37.269Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-01-24T08:12:37.333Z] prd-centos7-docker-4c-2g-3757 does not seem to be running inside a container [2022-01-24T08:12:37.370Z] $ 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-493 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-493:/w/workspace/edgexfoundry_edgex-ui-go_PR-493:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-493@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-493@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-24T08:12:39.712Z] $ docker top 28bcde21e3578f232bde56cf2d675afa802309943118851c9e11326b45b1fea4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-24T08:12:40.112Z] ---> job-cost.sh [2022-01-24T08:12:40.113Z] lf-activate-venv: SKIPPING [2022-01-24T08:12:40.113Z] INFO: No Stack... [2022-01-24T08:12:40.372Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-01-24T08:12:40.631Z] INFO: Archiving Costs [Pipeline] sh [2022-01-24T08:12:40.923Z] + cut -d, -f6 [2022-01-24T08:12:40.923Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-493/archives/cost.csv [Pipeline] lock [2022-01-24T08:12:40.939Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-493-4-stack-cost] [2022-01-24T08:12:40.945Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-493-4-stack-cost] did not exist. Created. [2022-01-24T08:12:40.945Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-493-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-01-24T08:12:41.255Z] + echo total: 0.05999999865889549 [Pipeline] stash [2022-01-24T08:12:41.292Z] Stashed 1 file(s) [Pipeline] } [2022-01-24T08:12:41.299Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-493-4-stack-cost] [Pipeline] // lock [Pipeline] } [2022-01-24T08:12:41.318Z] $ docker stop --time=1 28bcde21e3578f232bde56cf2d675afa802309943118851c9e11326b45b1fea4 [2022-01-24T08:12:42.456Z] $ docker rm -f 28bcde21e3578f232bde56cf2d675afa802309943118851c9e11326b45b1fea4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-24T08:13:32.128Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3759 in /w/workspace/edgexfoundry_edgex-ui-go_PR-493 [Pipeline] { [Pipeline] ws [2022-01-24T08:13:32.140Z] Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout [2022-01-24T08:13:32.162Z] The recommended git tool is: git [2022-01-24T08:13:37.613Z] using credential edgex-jenkins-ssh [2022-01-24T08:13:37.632Z] Cloning the remote Git repository [2022-01-24T08:13:37.705Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-01-24T08:13:37.790Z] > git init /w/workspace/edgex-ui-go/4 # timeout=10 [2022-01-24T08:13:37.953Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-01-24T08:13:37.954Z] > git --version # timeout=10 [2022-01-24T08:13:37.984Z] > git --version # 'git version 2.17.1' [2022-01-24T08:13:37.986Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-24T08:13:38.089Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-24T08:13:40.722Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-01-24T08:13:40.742Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-24T08:13:40.771Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-01-24T08:13:40.800Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-01-24T08:13:40.801Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-24T08:13:40.832Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/493/head:refs/remotes/origin/PR-493 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-01-24T08:13:41.388Z] Merging remotes/origin/main commit 08d737650594c0e31d6fe669fc383b023950acd4 into PR head commit 157701551f1f4216e76e7039cd050805c01f3024 [2022-01-24T08:13:41.828Z] Merge succeeded, producing 157701551f1f4216e76e7039cd050805c01f3024 [2022-01-24T08:13:41.829Z] Checking out Revision 157701551f1f4216e76e7039cd050805c01f3024 (PR-493) [2022-01-24T08:13:41.427Z] > git config core.sparsecheckout # timeout=10 [2022-01-24T08:13:41.449Z] > git checkout -f 157701551f1f4216e76e7039cd050805c01f3024 # timeout=10 [2022-01-24T08:13:41.757Z] > git remote # timeout=10 [2022-01-24T08:13:41.778Z] > git config --get remote.origin.url # timeout=10 [2022-01-24T08:13:41.797Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-24T08:13:41.808Z] > git merge 08d737650594c0e31d6fe669fc383b023950acd4 # timeout=10 [2022-01-24T08:13:41.831Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-24T08:13:41.852Z] > git config core.sparsecheckout # timeout=10 [2022-01-24T08:13:41.877Z] > git checkout -f 157701551f1f4216e76e7039cd050805c01f3024 # timeout=10 [2022-01-24T08:13:46.553Z] Commit message: "Merge branch 'main' into dependabot/npm_and_yarn/web/nanoid-3.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-24T08:13:47.516Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-01-24T08:13:47.517Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-24T08:13:47.517Z] Dload Upload Total Spent Left Speed [2022-01-24T08:13:47.517Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 196k 0 --:--:-- --:--:-- --:--:-- 196k [Pipeline] sh [2022-01-24T08:13:48.031Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-01-24T08:13:48.380Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-01-24T08:13:48.380Z] + sudo tee /etc/docker/daemon.new [2022-01-24T08:13:48.380Z] { [2022-01-24T08:13:48.380Z] "registry-mirrors": [ [2022-01-24T08:13:48.380Z] "https://nexus3.edgexfoundry.org:10001" [2022-01-24T08:13:48.380Z] ], [2022-01-24T08:13:48.380Z] "bip": "10.250.0.254/24", [2022-01-24T08:13:48.380Z] "hosts": [ [2022-01-24T08:13:48.380Z] "tcp://0.0.0.0:5555", [2022-01-24T08:13:48.380Z] "unix:///var/run/docker.sock" [2022-01-24T08:13:48.380Z] ], [2022-01-24T08:13:48.380Z] "mtu": 1458, [2022-01-24T08:13:48.380Z] "selinux-enabled": true, [2022-01-24T08:13:48.380Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-01-24T08:13:48.380Z] } [Pipeline] sh [2022-01-24T08:13:48.731Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-01-24T08:13:49.072Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-24T08:14:07.394Z] provisioning config files... [2022-01-24T08:14:07.420Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/4@tmp/config6472336017347480520tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-24T08:14:07.778Z] ---> docker-login.sh [2022-01-24T08:14:07.778Z] nexus3.edgexfoundry.org:10001 [2022-01-24T08:14:08.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-24T08:14:08.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-24T08:14:08.643Z] Configure a credential helper to remove this warning. See [2022-01-24T08:14:08.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-24T08:14:08.643Z] [2022-01-24T08:14:08.643Z] Login Succeeded [2022-01-24T08:14:08.643Z] nexus3.edgexfoundry.org:10002 [2022-01-24T08:14:08.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-24T08:14:08.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-24T08:14:08.916Z] Configure a credential helper to remove this warning. See [2022-01-24T08:14:08.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-24T08:14:08.916Z] [2022-01-24T08:14:08.916Z] Login Succeeded [2022-01-24T08:14:08.916Z] nexus3.edgexfoundry.org:10003 [2022-01-24T08:14:09.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-24T08:14:09.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-24T08:14:09.462Z] Configure a credential helper to remove this warning. See [2022-01-24T08:14:09.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-24T08:14:09.462Z] [2022-01-24T08:14:09.462Z] Login Succeeded [2022-01-24T08:14:09.462Z] nexus3.edgexfoundry.org:10004 [2022-01-24T08:14:09.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-24T08:14:09.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-24T08:14:09.736Z] Configure a credential helper to remove this warning. See [2022-01-24T08:14:09.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-24T08:14:09.736Z] [2022-01-24T08:14:09.736Z] Login Succeeded [2022-01-24T08:14:09.736Z] docker.io [2022-01-24T08:14:10.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-24T08:14:10.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-24T08:14:10.602Z] Configure a credential helper to remove this warning. See [2022-01-24T08:14:10.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-24T08:14:10.602Z] [2022-01-24T08:14:10.602Z] Login Succeeded [2022-01-24T08:14:10.602Z] ---> docker-login.sh ends [Pipeline] } [2022-01-24T08:14:10.619Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-01-24T08:14:10.862Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-24T08:14:10.876Z] ========================================================= [2022-01-24T08:14:10.876Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-01-24T08:14:10.876Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-01-24T08:14:11.226Z] + 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-24T08:14:12.201Z] Sending build context to Docker daemon 25.67MB [2022-01-24T08:14:12.201Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-01-24T08:14:12.201Z] Step 2/15 : FROM ${BASE} AS builder [2022-01-24T08:14:12.201Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-01-24T08:14:12.201Z] 9b3977197b4f: Pulling fs layer [2022-01-24T08:14:12.201Z] 1a89e8eeedd5: Pulling fs layer [2022-01-24T08:14:12.201Z] 94645a83ff95: Pulling fs layer [2022-01-24T08:14:12.201Z] 3f3a8bcf1eab: Pulling fs layer [2022-01-24T08:14:12.201Z] 0c92f367c5e7: Pulling fs layer [2022-01-24T08:14:12.201Z] 4b8299f9d1f4: Pulling fs layer [2022-01-24T08:14:12.201Z] 9a6b49a46696: Pulling fs layer [2022-01-24T08:14:12.201Z] cf05db05a679: Pulling fs layer [2022-01-24T08:14:12.201Z] 4b8299f9d1f4: Waiting [2022-01-24T08:14:12.201Z] 9a6b49a46696: Waiting [2022-01-24T08:14:12.201Z] cf05db05a679: Waiting [2022-01-24T08:14:12.201Z] 3f3a8bcf1eab: Waiting [2022-01-24T08:14:12.201Z] 0c92f367c5e7: Waiting [2022-01-24T08:14:12.201Z] 1a89e8eeedd5: Download complete [2022-01-24T08:14:12.201Z] 94645a83ff95: Verifying Checksum [2022-01-24T08:14:12.201Z] 94645a83ff95: Download complete [2022-01-24T08:14:12.201Z] 0c92f367c5e7: Verifying Checksum [2022-01-24T08:14:12.201Z] 0c92f367c5e7: Download complete [2022-01-24T08:14:12.201Z] 4b8299f9d1f4: Download complete [2022-01-24T08:14:12.482Z] 9a6b49a46696: Verifying Checksum [2022-01-24T08:14:12.482Z] 9a6b49a46696: Download complete [2022-01-24T08:14:12.482Z] 9b3977197b4f: Download complete [2022-01-24T08:14:13.078Z] 9b3977197b4f: Pull complete [2022-01-24T08:14:13.682Z] 1a89e8eeedd5: Pull complete [2022-01-24T08:14:13.958Z] 94645a83ff95: Pull complete [2022-01-24T08:14:14.554Z] cf05db05a679: Verifying Checksum [2022-01-24T08:14:14.554Z] cf05db05a679: Download complete [2022-01-24T08:14:14.829Z] 3f3a8bcf1eab: Download complete [2022-01-24T08:14:27.222Z] 3f3a8bcf1eab: Pull complete [2022-01-24T08:14:27.222Z] 0c92f367c5e7: Pull complete [2022-01-24T08:14:27.222Z] 4b8299f9d1f4: Pull complete [2022-01-24T08:14:27.222Z] 9a6b49a46696: Pull complete [2022-01-24T08:14:32.633Z] cf05db05a679: Pull complete [2022-01-24T08:14:32.633Z] Digest: sha256:412614556fb143d068119134f73b4a6d2e86ac7be33fa5b1c0cdba920e4bb5c6 [2022-01-24T08:14:32.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-01-24T08:14:32.633Z] ---> 0ccda1f7e2ee [2022-01-24T08:14:32.633Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-01-24T08:14:34.070Z] ---> Running in 6a27e2168fa5 [2022-01-24T08:14:34.346Z] Removing intermediate container 6a27e2168fa5 [2022-01-24T08:14:34.346Z] ---> 2e271d0f2085 [2022-01-24T08:14:34.346Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-01-24T08:14:34.346Z] ---> Running in 2d7ba079c620 [2022-01-24T08:14:34.940Z] Removing intermediate container 2d7ba079c620 [2022-01-24T08:14:34.940Z] ---> 3b9953d2ade2 [2022-01-24T08:14:34.940Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-01-24T08:14:34.940Z] ---> Running in a1982a342326 [2022-01-24T08:14:35.211Z] Removing intermediate container a1982a342326 [2022-01-24T08:14:35.212Z] ---> 316d6b69f740 [2022-01-24T08:14:35.212Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-01-24T08:14:35.484Z] ---> Running in daefc04b9ee5 [2022-01-24T08:14:35.758Z] Removing intermediate container daefc04b9ee5 [2022-01-24T08:14:35.758Z] ---> 4a3b2d2d0dd5 [2022-01-24T08:14:35.758Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-01-24T08:14:35.758Z] ---> Running in 66d2e38d0c8e [2022-01-24T08:14:36.355Z] Removing intermediate container 66d2e38d0c8e [2022-01-24T08:14:36.355Z] ---> d270007f05f0 [2022-01-24T08:14:36.355Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-24T08:14:36.355Z] ---> Running in c5cf84bafb6d [2022-01-24T08:14:38.355Z] Removing intermediate container c5cf84bafb6d [2022-01-24T08:14:38.355Z] ---> 7487092fa1e7 [2022-01-24T08:14:38.355Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-24T08:14:38.355Z] ---> Running in 6e7637dad6a6 [2022-01-24T08:14:39.338Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-24T08:14:40.319Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-24T08:14:41.303Z] OK: 220 MiB in 52 packages [2022-01-24T08:14:41.907Z] Removing intermediate container 6e7637dad6a6 [2022-01-24T08:14:41.907Z] ---> 7821fc509446 [2022-01-24T08:14:41.907Z] Step 10/15 : ENV GO111MODULE=on [2022-01-24T08:14:42.181Z] ---> Running in 810dc5a8fc19 [2022-01-24T08:14:42.455Z] Removing intermediate container 810dc5a8fc19 [2022-01-24T08:14:42.456Z] ---> 7592efdbd0db [2022-01-24T08:14:42.456Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-01-24T08:14:42.733Z] ---> Running in 34e35e143680 [2022-01-24T08:14:43.006Z] Removing intermediate container 34e35e143680 [2022-01-24T08:14:43.006Z] ---> 4c81f98b58c8 [2022-01-24T08:14:43.006Z] Step 12/15 : COPY go.mod vendor* ./ [2022-01-24T08:14:43.605Z] ---> 2db37fab9055 [2022-01-24T08:14:43.605Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-24T08:14:43.884Z] ---> Running in 3a8a1c36ec47 [2022-01-24T08:16:05.632Z] Removing intermediate container 3a8a1c36ec47 [2022-01-24T08:16:05.632Z] ---> fcbd0974f629 [2022-01-24T08:16:05.632Z] Step 14/15 : COPY . . [2022-01-24T08:16:05.632Z] ---> 664ae70d1cfd [2022-01-24T08:16:05.632Z] Step 15/15 : RUN ${MAKE} [2022-01-24T08:16:05.632Z] ---> Running in 01fb6f6dd6f1 [2022-01-24T08:16:05.632Z] noop [2022-01-24T08:16:05.632Z] Removing intermediate container 01fb6f6dd6f1 [2022-01-24T08:16:05.632Z] ---> 8f55d4f5af21 [2022-01-24T08:16:05.632Z] Successfully built 8f55d4f5af21 [2022-01-24T08:16:05.632Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-24T08:16:05.974Z] + docker inspect -f . ci-base-image-arm64 [2022-01-24T08:16:05.975Z] . [Pipeline] withDockerContainer [2022-01-24T08:16:06.211Z] prd-ubuntu18.04-docker-arm64-4c-16g-3759 does not seem to be running inside a container [2022-01-24T08:16:06.328Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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-arm64 cat [2022-01-24T08:16:07.712Z] $ docker top 102f911150501bd23f7f267032b8b153e43ae5121e060e55b6d4dc003ffb8136 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-24T08:16:08.579Z] + go version [2022-01-24T08:16:08.579Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-01-24T08:16:08.648Z] $ docker stop --time=1 102f911150501bd23f7f267032b8b153e43ae5121e060e55b6d4dc003ffb8136 [2022-01-24T08:16:10.276Z] $ docker rm -f 102f911150501bd23f7f267032b8b153e43ae5121e060e55b6d4dc003ffb8136 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-24T08:16:10.844Z] + docker inspect -f . ci-base-image-arm64 [2022-01-24T08:16:10.844Z] . [Pipeline] withDockerContainer [2022-01-24T08:16:11.066Z] prd-ubuntu18.04-docker-arm64-4c-16g-3759 does not seem to be running inside a container [2022-01-24T08:16:11.190Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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-arm64 cat [2022-01-24T08:16:12.501Z] $ docker top ea67b48a23c114ad837e3c66586c2cc73d7538ba35719d6bd32646cefc7f07af -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-01-24T08:16:13.383Z] + make test [2022-01-24T08:16:13.383Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-01-24T08:16:14.370Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-01-24T08:16:53.402Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-01-24T08:16:53.402Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-01-24T08:16:53.402Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-01-24T08:16:53.402Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-01-24T08:16:53.402Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-01-24T08:16:53.402Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-01-24T08:16:53.402Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-01-24T08:16:53.402Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-01-24T08:16:53.402Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-01-24T08:16:53.402Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-01-24T08:16:53.402Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-01-24T08:16:53.402Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-01-24T08:16:53.402Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-01-24T08:17:08.483Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-01-24T08:17:08.483Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-01-24T08:17:08.507Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-01-24T08:17:08.574Z] $ docker stop --time=1 ea67b48a23c114ad837e3c66586c2cc73d7538ba35719d6bd32646cefc7f07af [2022-01-24T08:17:10.332Z] $ docker rm -f ea67b48a23c114ad837e3c66586c2cc73d7538ba35719d6bd32646cefc7f07af [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-24T08:17:11.008Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-01-24T08:17:11.030Z] Warning: overwriting stash ‘coverage-report’ [2022-01-24T08:17:11.558Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-24T08:17:11.957Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-01-24T08:17:12.287Z] + ls -al . [2022-01-24T08:17:12.287Z] total 152 [2022-01-24T08:17:12.287Z] drwxrwxr-x 12 jenkins jenkins 4096 Jan 24 08:16 . [2022-01-24T08:17:12.287Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 24 08:13 .. [2022-01-24T08:17:12.287Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 24 08:13 .git [2022-01-24T08:17:12.287Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 24 08:13 .github [2022-01-24T08:17:12.287Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 24 08:13 .gitignore [2022-01-24T08:17:12.287Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jan 24 08:13 CONTRIBUTING.md [2022-01-24T08:17:12.287Z] -rw-rw-r-- 1 jenkins jenkins 1549 Jan 24 08:13 Dockerfile [2022-01-24T08:17:12.287Z] -rw-rw-r-- 1 jenkins jenkins 652 Jan 24 08:13 Jenkinsfile [2022-01-24T08:17:12.287Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jan 24 08:13 LICENSE [2022-01-24T08:17:12.287Z] -rw-rw-r-- 1 jenkins jenkins 1212 Jan 24 08:13 Makefile [2022-01-24T08:17:12.287Z] -rw-rw-r-- 1 jenkins jenkins 4450 Jan 24 08:13 README.md [2022-01-24T08:17:12.287Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 24 08:11 VERSION [2022-01-24T08:17:12.287Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 24 08:13 assets [2022-01-24T08:17:12.287Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 24 08:13 bin [2022-01-24T08:17:12.287Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 24 08:13 cmd [2022-01-24T08:17:12.287Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 24 08:16 coverage.out [2022-01-24T08:17:12.287Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 24 08:13 docs [2022-01-24T08:17:12.287Z] -rw-rw-r-- 1 jenkins jenkins 1944 Jan 24 08:13 go.mod [2022-01-24T08:17:12.287Z] -rw-rw-r-- 1 jenkins jenkins 48565 Jan 24 08:13 go.sum [2022-01-24T08:17:12.287Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 24 08:13 internal [2022-01-24T08:17:12.287Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 24 08:13 pkg [2022-01-24T08:17:12.287Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 24 08:13 snap [2022-01-24T08:17:12.287Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 24 08:13 version.go [2022-01-24T08:17:12.287Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 24 08:13 web [Pipeline] isUnix [Pipeline] sh [2022-01-24T08:17:12.628Z] + 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=157701551f1f4216e76e7039cd050805c01f3024 --label arch=arm64 --label version=0.0.0 . [2022-01-24T08:17:13.609Z] Sending build context to Docker daemon 25.67MB [2022-01-24T08:17:13.609Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-01-24T08:17:13.609Z] Step 2/23 : FROM ${BASE} AS builder [2022-01-24T08:17:13.609Z] ---> 8f55d4f5af21 [2022-01-24T08:17:13.609Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-01-24T08:17:13.609Z] ---> Running in 70a9a386f48e [2022-01-24T08:17:13.884Z] Removing intermediate container 70a9a386f48e [2022-01-24T08:17:13.884Z] ---> b34b4c0970c1 [2022-01-24T08:17:13.884Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-01-24T08:17:14.168Z] ---> Running in 7180fd4c7a42 [2022-01-24T08:17:14.446Z] Removing intermediate container 7180fd4c7a42 [2022-01-24T08:17:14.446Z] ---> 032b52c33772 [2022-01-24T08:17:14.446Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-01-24T08:17:14.446Z] ---> Running in 4681915b7c67 [2022-01-24T08:17:15.040Z] Removing intermediate container 4681915b7c67 [2022-01-24T08:17:15.040Z] ---> 8953a5b70fb2 [2022-01-24T08:17:15.040Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-01-24T08:17:15.040Z] ---> Running in 4dbda9150b9c [2022-01-24T08:17:15.314Z] Removing intermediate container 4dbda9150b9c [2022-01-24T08:17:15.314Z] ---> 42b0c4467bca [2022-01-24T08:17:15.315Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-01-24T08:17:15.315Z] ---> Running in c099c9a78b4e [2022-01-24T08:17:15.921Z] Removing intermediate container c099c9a78b4e [2022-01-24T08:17:15.921Z] ---> c555fa4a1ea8 [2022-01-24T08:17:15.921Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-24T08:17:15.921Z] ---> Running in 3fce629c6a85 [2022-01-24T08:17:17.364Z] Removing intermediate container 3fce629c6a85 [2022-01-24T08:17:17.364Z] ---> a378a59453aa [2022-01-24T08:17:17.364Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-24T08:17:17.640Z] ---> Running in 840d84a98765 [2022-01-24T08:17:18.626Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-24T08:17:19.605Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-24T08:17:20.200Z] OK: 220 MiB in 52 packages [2022-01-24T08:17:21.180Z] Removing intermediate container 840d84a98765 [2022-01-24T08:17:21.180Z] ---> f4439f4aabf5 [2022-01-24T08:17:21.180Z] Step 10/23 : ENV GO111MODULE=on [2022-01-24T08:17:21.180Z] ---> Running in 2ccbe9bcc237 [2022-01-24T08:17:21.454Z] Removing intermediate container 2ccbe9bcc237 [2022-01-24T08:17:21.454Z] ---> 7ed99cad98f0 [2022-01-24T08:17:21.454Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-01-24T08:17:21.728Z] ---> Running in 863fdc8e1bed [2022-01-24T08:17:22.002Z] Removing intermediate container 863fdc8e1bed [2022-01-24T08:17:22.002Z] ---> 51125f177b50 [2022-01-24T08:17:22.002Z] Step 12/23 : COPY go.mod vendor* ./ [2022-01-24T08:17:22.597Z] ---> 6c5816e3c4be [2022-01-24T08:17:22.597Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-24T08:17:22.597Z] ---> Running in 840a51480e76 [2022-01-24T08:17:25.225Z] Removing intermediate container 840a51480e76 [2022-01-24T08:17:25.225Z] ---> 45cabe0f40d2 [2022-01-24T08:17:25.225Z] Step 14/23 : COPY . . [2022-01-24T08:17:27.850Z] ---> 734c9d02166e [2022-01-24T08:17:27.850Z] Step 15/23 : RUN ${MAKE} [2022-01-24T08:17:27.850Z] ---> Running in 4e0efcbdffd5 [2022-01-24T08:17:28.456Z] 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-24T08:18:00.803Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-01-24T08:18:02.779Z] Removing intermediate container 4e0efcbdffd5 [2022-01-24T08:18:02.779Z] ---> cae277f8ed05 [2022-01-24T08:18:02.779Z] Step 16/23 : FROM alpine:3.14 [2022-01-24T08:18:03.371Z] 3.14: Pulling from library/alpine [2022-01-24T08:18:03.372Z] be307f383ecc: Pulling fs layer [2022-01-24T08:18:03.644Z] be307f383ecc: Verifying Checksum [2022-01-24T08:18:03.644Z] be307f383ecc: Download complete [2022-01-24T08:18:04.237Z] be307f383ecc: Pull complete [2022-01-24T08:18:04.237Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-01-24T08:18:04.237Z] Status: Downloaded newer image for alpine:3.14 [2022-01-24T08:18:04.237Z] ---> 5b8b7b635229 [2022-01-24T08:18:04.237Z] Step 17/23 : EXPOSE 4000 [2022-01-24T08:18:04.237Z] ---> Running in a501470c70a4 [2022-01-24T08:18:04.840Z] Removing intermediate container a501470c70a4 [2022-01-24T08:18:04.840Z] ---> 01ecd3f15696 [2022-01-24T08:18:04.840Z] 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-24T08:18:05.828Z] ---> 0bc8fbccdc30 [2022-01-24T08:18:05.828Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-01-24T08:18:06.100Z] ---> Running in 3baac3b374c0 [2022-01-24T08:18:06.374Z] Removing intermediate container 3baac3b374c0 [2022-01-24T08:18:06.374Z] ---> 44c06c1ec78c [2022-01-24T08:18:06.374Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-01-24T08:18:06.374Z] ---> Running in 5930b0bf48af [2022-01-24T08:18:06.972Z] Removing intermediate container 5930b0bf48af [2022-01-24T08:18:06.972Z] ---> dbfcf59dc33c [2022-01-24T08:18:06.972Z] Step 21/23 : LABEL arch=arm64 [2022-01-24T08:18:06.972Z] ---> Running in 76a22711a627 [2022-01-24T08:18:07.248Z] Removing intermediate container 76a22711a627 [2022-01-24T08:18:07.248Z] ---> 8662ea26b3d3 [2022-01-24T08:18:07.248Z] Step 22/23 : LABEL git_sha=157701551f1f4216e76e7039cd050805c01f3024 [2022-01-24T08:18:07.248Z] ---> Running in c094923a3ca7 [2022-01-24T08:18:07.843Z] Removing intermediate container c094923a3ca7 [2022-01-24T08:18:07.843Z] ---> e6fbd2c1c8f4 [2022-01-24T08:18:07.843Z] Step 23/23 : LABEL version=0.0.0 [2022-01-24T08:18:07.843Z] ---> Running in 9687e4b362bb [2022-01-24T08:18:08.119Z] Removing intermediate container 9687e4b362bb [2022-01-24T08:18:08.119Z] ---> 889096839d94 [2022-01-24T08:18:08.119Z] [Warning] One or more build-args [ARCH] were not consumed [2022-01-24T08:18:08.119Z] Successfully built 889096839d94 [2022-01-24T08:18:08.119Z] 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-24T08:18:08.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-24T08:18:08.544Z] [2022-01-24T08:18:08.544Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-01-24T08:18:08.894Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-24T08:18:09.170Z] arm64: Pulling from edgex-lftools-log-publisher [2022-01-24T08:18:09.170Z] 448f6bf000e3: Pulling fs layer [2022-01-24T08:18:09.170Z] f757da607395: Pulling fs layer [2022-01-24T08:18:09.170Z] 05883995daec: Pulling fs layer [2022-01-24T08:18:09.170Z] 8603b9c90790: Pulling fs layer [2022-01-24T08:18:09.170Z] 1560dd03e051: Pulling fs layer [2022-01-24T08:18:09.170Z] 27f5ce0e4adf: Pulling fs layer [2022-01-24T08:18:09.170Z] c2d8d7efcc4b: Pulling fs layer [2022-01-24T08:18:09.170Z] 1560dd03e051: Waiting [2022-01-24T08:18:09.170Z] 27f5ce0e4adf: Waiting [2022-01-24T08:18:09.170Z] 8603b9c90790: Waiting [2022-01-24T08:18:09.170Z] c2d8d7efcc4b: Waiting [2022-01-24T08:18:09.170Z] f757da607395: Verifying Checksum [2022-01-24T08:18:09.170Z] f757da607395: Download complete [2022-01-24T08:18:09.170Z] 8603b9c90790: Verifying Checksum [2022-01-24T08:18:09.170Z] 8603b9c90790: Download complete [2022-01-24T08:18:09.170Z] 1560dd03e051: Verifying Checksum [2022-01-24T08:18:09.170Z] 1560dd03e051: Download complete [2022-01-24T08:18:09.170Z] 27f5ce0e4adf: Verifying Checksum [2022-01-24T08:18:09.170Z] 27f5ce0e4adf: Download complete [2022-01-24T08:18:09.442Z] 05883995daec: Verifying Checksum [2022-01-24T08:18:09.442Z] 05883995daec: Download complete [2022-01-24T08:18:09.715Z] 448f6bf000e3: Verifying Checksum [2022-01-24T08:18:09.715Z] 448f6bf000e3: Download complete [2022-01-24T08:18:12.329Z] c2d8d7efcc4b: Verifying Checksum [2022-01-24T08:18:12.329Z] c2d8d7efcc4b: Download complete [2022-01-24T08:18:13.308Z] 448f6bf000e3: Pull complete [2022-01-24T08:18:13.908Z] f757da607395: Pull complete [2022-01-24T08:18:15.341Z] 05883995daec: Pull complete [2022-01-24T08:18:15.614Z] 8603b9c90790: Pull complete [2022-01-24T08:18:16.593Z] 1560dd03e051: Pull complete [2022-01-24T08:18:16.593Z] 27f5ce0e4adf: Pull complete [2022-01-24T08:18:31.668Z] c2d8d7efcc4b: Pull complete [2022-01-24T08:18:31.668Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2022-01-24T08:18:31.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-24T08:18:31.668Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-01-24T08:18:31.867Z] prd-ubuntu18.04-docker-arm64-4c-16g-3759 does not seem to be running inside a container [2022-01-24T08:18:32.014Z] $ 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/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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:arm64 cat [2022-01-24T08:18:34.527Z] $ docker top e87a083a7be4257d874b5b51f63fc8d30d1f9194f1af833ec1b6490bf47d4270 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-24T08:18:35.333Z] ---> job-cost.sh [2022-01-24T08:18:35.333Z] lf-activate-venv: SKIPPING [2022-01-24T08:18:35.333Z] INFO: No Stack... [2022-01-24T08:18:35.603Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-01-24T08:18:35.874Z] INFO: Archiving Costs [Pipeline] sh [2022-01-24T08:18:36.533Z] + cat /w/workspace/edgex-ui-go/4/archives/cost.csv [2022-01-24T08:18:36.533Z] + cut -d, -f6 [Pipeline] lock [2022-01-24T08:18:36.565Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-493-4-stack-cost] [2022-01-24T08:18:36.574Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-493-4-stack-cost] did not exist. Created. [2022-01-24T08:18:36.574Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-493-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-01-24T08:18:37.249Z] /w/workspace/edgex-ui-go/4@tmp/durable-14b45896/script.sh: 1: /w/workspace/edgex-ui-go/4@tmp/durable-14b45896/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2022-01-24T08:18:37.922Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-01-24T08:18:37.943Z] Warning: overwriting stash ‘stack-cost’ [2022-01-24T08:18:38.077Z] Stashed 1 file(s) [Pipeline] } [2022-01-24T08:18:38.086Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-493-4-stack-cost] [Pipeline] // lock [Pipeline] } [2022-01-24T08:18:38.170Z] $ docker stop --time=1 e87a083a7be4257d874b5b51f63fc8d30d1f9194f1af833ec1b6490bf47d4270 [2022-01-24T08:18:39.665Z] $ docker rm -f e87a083a7be4257d874b5b51f63fc8d30d1f9194f1af833ec1b6490bf47d4270 [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-24T08:18:40.113Z] provisioning config files... [2022-01-24T08:18:40.123Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-493@tmp/config2243256772199604822tmp [Pipeline] { [Pipeline] sh [2022-01-24T08:18:40.425Z] + set +x [2022-01-24T08:18:40.425Z] + curl -s https://codecov.io/bash [2022-01-24T08:18:40.425Z] + bash -s -- [2022-01-24T08:18:40.425Z] [2022-01-24T08:18:40.425Z] _____ _ [2022-01-24T08:18:40.425Z] / ____| | | [2022-01-24T08:18:40.425Z] | | ___ __| | ___ ___ _____ __ [2022-01-24T08:18:40.425Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-01-24T08:18:40.425Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-01-24T08:18:40.425Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-01-24T08:18:40.425Z] Bash-1.0.6 [2022-01-24T08:18:40.425Z] [2022-01-24T08:18:40.425Z] [2022-01-24T08:18:40.425Z] ==> git version 2.24.4 found [2022-01-24T08:18:40.425Z] ==> 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-24T08:18:40.425Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2022-01-24T08:18:40.425Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2022-01-24T08:18:40.425Z] ==> Jenkins CI detected. [2022-01-24T08:18:40.425Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-493 [2022-01-24T08:18:40.425Z] project root: . [2022-01-24T08:18:40.425Z] --> token set from env [2022-01-24T08:18:40.425Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-01-24T08:18:40.425Z] ==> Running gcov in . (disable via -X gcov) [2022-01-24T08:18:40.425Z] ==> Python coveragepy not found [2022-01-24T08:18:40.425Z] ==> Searching for coverage reports in: [2022-01-24T08:18:40.425Z] + . [2022-01-24T08:18:40.425Z] -> Found 1 reports [2022-01-24T08:18:40.425Z] ==> Detecting git/mercurial file structure [2022-01-24T08:18:40.425Z] ==> Reading reports [2022-01-24T08:18:40.686Z] + ./coverage.out bytes=10 [2022-01-24T08:18:40.686Z] ==> Appending adjustments [2022-01-24T08:18:40.686Z] https://docs.codecov.io/docs/fixing-reports [2022-01-24T08:18:40.686Z] + Found adjustments [2022-01-24T08:18:40.686Z] ==> Gzipping contents [2022-01-24T08:18:40.686Z] 4.0K /tmp/codecov.VfHVIc.gz [2022-01-24T08:18:40.686Z] ==> Uploading reports [2022-01-24T08:18:40.686Z] url: https://codecov.io [2022-01-24T08:18:40.686Z] query: branch=PR-493&commit=157701551f1f4216e76e7039cd050805c01f3024&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-493%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=493&job=&cmd_args= [2022-01-24T08:18:40.686Z] -> Pinging Codecov [2022-01-24T08:18:40.686Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-493&commit=157701551f1f4216e76e7039cd050805c01f3024&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-493%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=493&job=&cmd_args= [2022-01-24T08:18:40.949Z] -> Uploading to [2022-01-24T08:18:40.949Z] https://storage.googleapis.com/codecov/v4/raw/2022-01-24/FB506323287CE973F263BFD2A0EB1F37/157701551f1f4216e76e7039cd050805c01f3024/22bd4ae5-8e16-4b42-9150-e430c746d7b1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220124%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220124T081840Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c1d0b72357fc3209a9938bbe986e244278821d5bd15f5af51220862ba7120ce9 [2022-01-24T08:18:40.949Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-24T08:18:40.949Z] Dload Upload Total Spent Left Speed [2022-01-24T08:18:41.212Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3732 0 0 100 3732 0 11921 --:--:-- --:--:-- --:--:-- 11961 [2022-01-24T08:18:41.212Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/157701551f1f4216e76e7039cd050805c01f3024 [Pipeline] } [2022-01-24T08:18:41.220Z] 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-24T08:18:41.943Z] + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-493/archives ']' [2022-01-24T08:18:41.944Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-493/archives [2022-01-24T08:18:41.944Z] total 8 [2022-01-24T08:18:41.944Z] drwxr-xr-x. 3 root root 34 Jan 24 08:12 . [2022-01-24T08:18:41.944Z] drwxrwxr-x. 14 jenkins jenkins 4096 Jan 24 08:12 .. [2022-01-24T08:18:41.944Z] drwxr-xr-x. 2 root root 6 Jan 24 08:12 cost [2022-01-24T08:18:41.944Z] -rw-r--r--. 1 root root 82 Jan 24 08:12 cost.csv [2022-01-24T08:18:41.944Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-493/archives [2022-01-24T08:18:41.944Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-493/archives [2022-01-24T08:18:41.944Z] total 8 [2022-01-24T08:18:41.944Z] drwxr-xr-x. 3 jenkins jenkins 34 Jan 24 08:12 . [2022-01-24T08:18:41.944Z] drwxrwxr-x. 14 jenkins jenkins 4096 Jan 24 08:12 .. [2022-01-24T08:18:41.944Z] drwxr-xr-x. 2 jenkins jenkins 6 Jan 24 08:12 cost [2022-01-24T08:18:41.944Z] -rw-r--r--. 1 jenkins jenkins 82 Jan 24 08:12 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-01-24T08:18:42.244Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-24T08:18:42.800Z] ---> package-listing.sh [2022-01-24T08:18:42.800Z] ++ facter osfamily [2022-01-24T08:18:42.800Z] ++ tr '[:upper:]' '[:lower:]' [2022-01-24T08:18:43.065Z] + OS_FAMILY=redhat [2022-01-24T08:18:43.065Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-493 [2022-01-24T08:18:43.065Z] + START_PACKAGES=/tmp/packages_start.txt [2022-01-24T08:18:43.066Z] + END_PACKAGES=/tmp/packages_end.txt [2022-01-24T08:18:43.066Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-01-24T08:18:43.066Z] + PACKAGES=/tmp/packages_start.txt [2022-01-24T08:18:43.066Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-493 ']' [2022-01-24T08:18:43.066Z] + PACKAGES=/tmp/packages_end.txt [2022-01-24T08:18:43.066Z] + case "${OS_FAMILY}" in [2022-01-24T08:18:43.066Z] + sort [2022-01-24T08:18:43.066Z] + rpm -qa [2022-01-24T08:18:43.641Z] + '[' -f /tmp/packages_start.txt ']' [2022-01-24T08:18:43.641Z] + '[' -f /tmp/packages_end.txt ']' [2022-01-24T08:18:43.641Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-01-24T08:18:43.641Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-493 ']' [2022-01-24T08:18:43.641Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-493/archives/ [2022-01-24T08:18:43.641Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-493/archives/ [Pipeline] echo [2022-01-24T08:18:43.655Z] 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-493/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-01-24T08:18:43.941Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-01-24T08:18:44.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-24T08:18:44.505Z] . [Pipeline] withDockerContainer [2022-01-24T08:18:44.577Z] prd-centos7-docker-4c-2g-3757 does not seem to be running inside a container [2022-01-24T08:18:44.609Z] $ 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-493/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-493 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-493:/w/workspace/edgexfoundry_edgex-ui-go_PR-493:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-493@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-493@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-24T08:18:44.874Z] $ docker top 8b82d33d5fef7f6c52e9d83341e8523a41f26f734049cbd89115a5ef96730aec -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-24T08:18:45.245Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-01-24T08:18:45.540Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-01-24T08:18:45.831Z] + ls /var/log/sa-host [2022-01-24T08:18:45.831Z] + sadf -c /var/log/sa-host/sa17 [2022-01-24T08:18:45.831Z] file_magic: OK [2022-01-24T08:18:45.831Z] HZ: Using current value: 100 [2022-01-24T08:18:45.831Z] file_header: OK [2022-01-24T08:18:45.831Z] 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-24T08:18:45.831Z] Statistics: [2022-01-24T08:18:45.831Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-01-24T08:18:45.831Z] File successfully converted to sysstat format version 12.0.3 [2022-01-24T08:18:45.831Z] + sadf -c /var/log/sa-host/sa24 [2022-01-24T08:18:45.831Z] file_magic: OK [2022-01-24T08:18:45.831Z] HZ: Using current value: 100 [2022-01-24T08:18:45.831Z] file_header: OK [2022-01-24T08:18:45.831Z] 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-24T08:18:45.831Z] Statistics: [2022-01-24T08:18:45.831Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-01-24T08:18:45.831Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-24T08:18:45.916Z] provisioning config files... [2022-01-24T08:18:45.931Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-493@tmp/config1439262800370431266tmp [Pipeline] { [Pipeline] echo [2022-01-24T08:18:45.948Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-24T08:18:46.233Z] ---> create-netrc.sh [Pipeline] } [2022-01-24T08:18:46.241Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-01-24T08:18:46.583Z] ---> python-tools-install.sh [Pipeline] echo [2022-01-24T08:18:46.591Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-24T08:18:46.879Z] ---> sudo-logs.sh [2022-01-24T08:18:46.879Z] Archiving 'sudo' log.. [2022-01-24T08:18:46.879Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3757.novalocal: Name or service not known [2022-01-24T08:18:46.879Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3757.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2022-01-24T08:18:46.903Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-24T08:18:47.191Z] ---> job-cost.sh [2022-01-24T08:18:47.191Z] lf-activate-venv: SKIPPING [2022-01-24T08:18:47.191Z] DEBUG: total: 0.05999999865889549 [2022-01-24T08:18:47.191Z] INFO: Retrieving Stack Cost... [2022-01-24T08:18:47.452Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-01-24T08:18:47.715Z] INFO: Archiving Costs [Pipeline] echo [2022-01-24T08:18:47.730Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-24T08:18:48.017Z] ---> logs-deploy.sh [2022-01-24T08:18:48.017Z] lf-activate-venv: SKIPPING [2022-01-24T08:18:48.017Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-493/4 [2022-01-24T08:18:48.017Z] INFO: archiving workspace using pattern(s): [2022-01-24T08:18:48.588Z] Archives upload complete. [2022-01-24T08:18:48.849Z] INFO: archiving logs to Nexus