Pull request #480 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b+e434f5a74feb2b6c0235e74b51739bbffb9202a5 (ccdfa2fac7421282de2e8a9ccd9e88515b3714ba) Running in Durability level: MAX_SURVIVABILITY 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-ssh6876709870027716976.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a03e002eace0db65b27acd1444eb3c4392a49323 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-ssh8993123065794103042.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 a03e002eace0db65b27acd1444eb3c4392a49323 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-480/workspace@libs/edgex-global-pipelines # timeout=10 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-480/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2088384964932714495.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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-480/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5781255172424914949.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a03e002eace0db65b27acd1444eb3c4392a49323 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a03e002eace0db65b27acd1444eb3c4392a49323 # timeout=10 Commit message: "Merge pull request #364 from ernestojeda/fix-folder-name" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh7432113991733288434.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-480/workspace@libs/lf-pipelines # timeout=10 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-480/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5955077136961045606.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 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.16 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-294 in /w/workspace/edgexfoundry_edgex-ui-go_PR-480 [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-480 # 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-480@tmp/jenkins-gitclient-ssh3047634406553843013.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b Merge succeeded, producing 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b Checking out Revision 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b (PR-480) > 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-480@tmp/jenkins-gitclient-ssh7964182529381830012.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/480/head:refs/remotes/origin/PR-480 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b # 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-480@tmp/jenkins-gitclient-ssh6775397739055333285.key > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:15:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:15:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:15:33 ========================================================= 04:15:33 EdgeX Global Pipelines Version Info 04:15:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:15:34 ------------------- 04:15:34 stable info: 04:15:34 ------------------- 04:15:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:15:34 Commit SHA: a03e002eace0db65b27acd1444eb3c4392a49323 04:15:34 Message: update stable to v1.0.213 04:15:34 ------------------- 04:15:34 experimental info: 04:15:34 ------------------- 04:15:34 Commited By: **** collab-it+edgex@linuxfoundation.org 04:15:34 Commit SHA: a03e002eace0db65b27acd1444eb3c4392a49323 04:15:34 Message: update experimental to v1.0.213 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:15:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:15:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-480 [Pipeline] echo 04:15:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-480 [Pipeline] echo 04:15:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-480 [Pipeline] echo 04:15:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [Pipeline] echo 04:15:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4bce8f4 [Pipeline] echo 04:15:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:15:36 provisioning config files... 04:15:36 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/config5841720900748616044tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:15:36 ---> docker-login.sh 04:15:36 nexus3.edgexfoundry.org:10001 04:15:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:36 Configure a credential helper to remove this warning. See 04:15:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:36 04:15:36 Login Succeeded 04:15:36 nexus3.edgexfoundry.org:10002 04:15:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:36 Configure a credential helper to remove this warning. See 04:15:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:36 04:15:36 Login Succeeded 04:15:36 nexus3.edgexfoundry.org:10003 04:15:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:37 Configure a credential helper to remove this warning. See 04:15:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:37 04:15:37 Login Succeeded 04:15:37 nexus3.edgexfoundry.org:10004 04:15:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:37 Configure a credential helper to remove this warning. See 04:15:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:37 04:15:37 Login Succeeded 04:15:37 docker.io 04:15:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:37 Configure a credential helper to remove this warning. See 04:15:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:37 04:15:37 Login Succeeded 04:15:37 ---> docker-login.sh ends [Pipeline] } 04:15:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:15:38 + git rev-list -1 --merges 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b~1..4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [Pipeline] echo 04:15:38 -----------> git rev-list -1 --merges 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b~1..4bce8f467106bbffdd361c91dd0bf94f7b0edf4b 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [false] [Pipeline] sh 04:15:38 + git log --format=format:%s -1 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [Pipeline] echo 04:15:38 ========================================================= 04:15:38 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:15:38 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:15:39 + git log --format=format:%s -1 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [Pipeline] echo 04:15:39 [semverPrep] GIT_COMMIT: 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2 [Pipeline] echo 04:15:39 [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:15:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:15:39 04:15:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:15:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:15:40 latest: Pulling from edgex-devops/git-semver 04:15:40 a0d0a0d46f8b: Pulling fs layer 04:15:40 3e5f54012d9b: Pulling fs layer 04:15:40 4c7163046ea9: Pulling fs layer 04:15:40 0c2d73faf560: Pulling fs layer 04:15:40 0c2d73faf560: Waiting 04:15:40 3e5f54012d9b: Verifying Checksum 04:15:40 3e5f54012d9b: Download complete 04:15:40 a0d0a0d46f8b: Verifying Checksum 04:15:40 a0d0a0d46f8b: Download complete 04:15:40 0c2d73faf560: Verifying Checksum 04:15:40 0c2d73faf560: Download complete 04:15:40 4c7163046ea9: Verifying Checksum 04:15:40 4c7163046ea9: Download complete 04:15:40 a0d0a0d46f8b: Pull complete 04:15:40 3e5f54012d9b: Pull complete 04:15:40 4c7163046ea9: Pull complete 04:15:40 0c2d73faf560: Pull complete 04:15:40 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 04:15:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:15:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:15:41 prd-centos7-docker-4c-2g-294 does not seem to be running inside a container 04:15:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-480 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-480:/w/workspace/edgexfoundry_edgex-ui-go_PR-480:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-480@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:15:41 $ docker top 3f0ae97b40ff1b5d6a99763371594c4af74ec62c915c4be5ba8ae9369551fdd3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:15:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:15:41 [ssh-agent] Looking for ssh-agent implementation... 04:15:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:15:41 $ docker exec 3f0ae97b40ff1b5d6a99763371594c4af74ec62c915c4be5ba8ae9369551fdd3 ssh-agent 04:15:42 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXgBgPDp/agent.13 04:15:42 SSH_AGENT_PID=19 04:15:42 Running ssh-add (command line suppressed) 04:15:42 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/private_key_5268041095197403458.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/private_key_5268041095197403458.key) 04:15:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:15:42 + git tag --points-at HEAD [Pipeline] } 04:15:42 $ docker exec --env ******** --env ******** 3f0ae97b40ff1b5d6a99763371594c4af74ec62c915c4be5ba8ae9369551fdd3 ssh-agent -k 04:15:42 unset SSH_AUTH_SOCK; 04:15:42 unset SSH_AGENT_PID; 04:15:42 echo Agent pid 19 killed; 04:15:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:15:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:15:42 [ssh-agent] Looking for ssh-agent implementation... 04:15:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:15:42 $ docker exec 3f0ae97b40ff1b5d6a99763371594c4af74ec62c915c4be5ba8ae9369551fdd3 ssh-agent 04:15:43 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXLgaiiK/agent.52 04:15:43 SSH_AGENT_PID=59 04:15:43 Running ssh-add (command line suppressed) 04:15:43 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/private_key_5337585162902039087.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/private_key_5337585162902039087.key) 04:15:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:15:43 + git semver init 04:15:43 # -> Open(): unable to determine branch for HEAD 04:15:43 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-480/.git 04:15:43 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-480 04:15:43 # $SEMVER_REMOTE_NAME = origin 04:15:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:15:43 # $SEMVER_USER_NAME = edgex-jenkins 04:15:43 # $SEMVER_BRANCH = PR-480 04:15:43 # $SEMVER_TEMP = /tmp/semver-804962898 04:15:43 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 04:15:46 # '/tmp/semver-804962898' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-480/.semver' 04:15:46 # -> Force: false 04:15:46 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-480/.semver [Pipeline] } 04:15:46 $ docker exec --env ******** --env ******** 3f0ae97b40ff1b5d6a99763371594c4af74ec62c915c4be5ba8ae9369551fdd3 ssh-agent -k 04:15:46 unset SSH_AUTH_SOCK; 04:15:46 unset SSH_AGENT_PID; 04:15:46 echo Agent pid 59 killed; 04:15:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:15:46 + git semver [Pipeline] } 04:15:46 $ docker stop --time=1 3f0ae97b40ff1b5d6a99763371594c4af74ec62c915c4be5ba8ae9369551fdd3 04:15:47 $ docker rm -f 3f0ae97b40ff1b5d6a99763371594c4af74ec62c915c4be5ba8ae9369551fdd3 [Pipeline] // withDockerContainer [Pipeline] sh 04:15:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:15:48 Stashed 1 file(s) [Pipeline] echo 04:15:48 [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] node [Pipeline] node 04:16:03 Still waiting to schedule task 04:16:03 ‘prd-centos7-docker-4c-2g-297’ is offline 04:16:03 Still waiting to schedule task 04:16:03 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-295’ 04:16:48 Running on prd-centos7-docker-4c-2g-298 in /w/workspace/edgexfoundry_edgex-ui-go_PR-480 [Pipeline] { [Pipeline] ws 04:16:48 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 04:16:48 The recommended git tool is: git 04:16:50 using credential edgex-jenkins-ssh 04:16:50 Cloning the remote Git repository 04:16:50 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:16:50 > git init /w/workspace/edgex-ui-go/1 # timeout=10 04:16:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:16:50 > git --version # timeout=10 04:16:50 > git --version # 'git version 2.24.4' 04:16:50 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:50 [INFO] Currently running in a labeled security context 04:16:50 [INFO] Currently SELinux is 'enforcing' on the host 04:16:50 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh4725532875051383093.key 04:16:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:16:52 Merging remotes/origin/main commit e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b 04:16:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:16:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:16:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:16:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:16:51 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:51 [INFO] Currently running in a labeled security context 04:16:51 [INFO] Currently SELinux is 'enforcing' on the host 04:16:51 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh7220743802439336063.key 04:16:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/480/head:refs/remotes/origin/PR-480 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:16:52 > git config core.sparsecheckout # timeout=10 04:16:52 > git checkout -f 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b # timeout=10 04:16:52 > git remote # timeout=10 04:16:52 > git config --get remote.origin.url # timeout=10 04:16:52 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:52 [INFO] Currently running in a labeled security context 04:16:52 [INFO] Currently SELinux is 'enforcing' on the host 04:16:52 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh4465179843500282581.key 04:16:52 > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 04:16:52 Merge succeeded, producing 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b 04:16:52 Checking out Revision 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b (PR-480) 04:16:52 > git rev-parse HEAD^{commit} # timeout=10 04:16:52 > git config core.sparsecheckout # timeout=10 04:16:52 > git checkout -f 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b # timeout=10 04:16:56 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" 04:16:56 > git --version # timeout=10 04:16:56 > git --version # 'git version 2.24.4' 04:16:56 fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:16:56 provisioning config files... 04:16:56 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config8774046361926919571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:16:57 ---> docker-login.sh 04:16:57 nexus3.edgexfoundry.org:10001 04:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:57 Configure a credential helper to remove this warning. See 04:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:57 04:16:57 Login Succeeded 04:16:57 nexus3.edgexfoundry.org:10002 04:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:57 Configure a credential helper to remove this warning. See 04:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:57 04:16:57 Login Succeeded 04:16:57 nexus3.edgexfoundry.org:10003 04:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:57 Configure a credential helper to remove this warning. See 04:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:57 04:16:57 Login Succeeded 04:16:57 nexus3.edgexfoundry.org:10004 04:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:57 Configure a credential helper to remove this warning. See 04:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:57 04:16:57 Login Succeeded 04:16:57 docker.io 04:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:58 Configure a credential helper to remove this warning. See 04:16:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:58 04:16:58 Login Succeeded 04:16:58 ---> docker-login.sh ends [Pipeline] } 04:16:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:16:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:16:58 ========================================================= 04:16:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 04:16:58 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:16:58 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . 04:16:59 Sending build context to Docker daemon 25.22MB 04:16:59 Step 1/14 : ARG BASE=golang:1.16-alpine3.14 04:16:59 Step 2/14 : FROM ${BASE} AS builder 04:16:59 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 04:16:59 a0d0a0d46f8b: Pulling fs layer 04:16:59 31adcdaf11c8: Pulling fs layer 04:16:59 b8b176561691: Pulling fs layer 04:16:59 4527c011a84f: Pulling fs layer 04:16:59 5d74067f8e1e: Pulling fs layer 04:16:59 e0aca202a116: Pulling fs layer 04:16:59 3a43be97a3b4: Pulling fs layer 04:16:59 34cad66bf833: Pulling fs layer 04:16:59 b4e3c513aaa6: Pulling fs layer 04:16:59 e0aca202a116: Waiting 04:16:59 3a43be97a3b4: Waiting 04:16:59 34cad66bf833: Waiting 04:16:59 b4e3c513aaa6: Waiting 04:16:59 4527c011a84f: Waiting 04:16:59 5d74067f8e1e: Waiting 04:16:59 b8b176561691: Verifying Checksum 04:16:59 b8b176561691: Download complete 04:16:59 31adcdaf11c8: Verifying Checksum 04:16:59 31adcdaf11c8: Download complete 04:16:59 5d74067f8e1e: Verifying Checksum 04:16:59 5d74067f8e1e: Download complete 04:16:59 e0aca202a116: Download complete 04:16:59 a0d0a0d46f8b: Verifying Checksum 04:16:59 a0d0a0d46f8b: Download complete 04:16:59 3a43be97a3b4: Verifying Checksum 04:16:59 3a43be97a3b4: Download complete 04:16:59 34cad66bf833: Verifying Checksum 04:16:59 34cad66bf833: Download complete 04:16:59 a0d0a0d46f8b: Pull complete 04:16:59 4527c011a84f: Verifying Checksum 04:16:59 4527c011a84f: Download complete 04:16:59 b4e3c513aaa6: Verifying Checksum 04:16:59 b4e3c513aaa6: Download complete 04:16:59 31adcdaf11c8: Pull complete 04:16:59 b8b176561691: Pull complete 04:17:04 4527c011a84f: Pull complete 04:17:04 5d74067f8e1e: Pull complete 04:17:04 e0aca202a116: Pull complete 04:17:04 3a43be97a3b4: Pull complete 04:17:04 34cad66bf833: Pull complete 04:17:06 b4e3c513aaa6: Pull complete 04:17:06 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 04:17:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:17:06 ---> 9f6097aaca64 04:17:06 Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:17:08 ---> Running in d33311cdd02a 04:17:08 Removing intermediate container d33311cdd02a 04:17:08 ---> 697647ace769 04:17:08 Step 4/14 : ARG ALPINE_PKG_BASE="make git" 04:17:08 ---> Running in 2311599b0df3 04:17:08 Removing intermediate container 2311599b0df3 04:17:08 ---> 109f6488d700 04:17:08 Step 5/14 : ARG ALPINE_PKG_EXTRA="" 04:17:08 ---> Running in 1887f17638f0 04:17:08 Removing intermediate container 1887f17638f0 04:17:08 ---> d9bcfe655507 04:17:08 Step 6/14 : LABEL Name=edgex-ui-go 04:17:08 ---> Running in 3ce00331d72a 04:17:08 Removing intermediate container 3ce00331d72a 04:17:08 ---> 265a2335aff4 04:17:08 Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:17:08 ---> Running in 859a2eee3871 04:17:08 Removing intermediate container 859a2eee3871 04:17:08 ---> f3da69b8d57b 04:17:08 Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:17:08 ---> Running in 527c82a37e83 04:17:09 Removing intermediate container 527c82a37e83 04:17:09 ---> 360b3cc8ce04 04:17:09 Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:17:09 ---> Running in 7802473a9e0b 04:17:09 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:17:10 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:17:10 OK: 220 MiB in 52 packages 04:17:11 Removing intermediate container 7802473a9e0b 04:17:11 ---> dc00274c75a4 04:17:11 Step 10/14 : ENV GO111MODULE=on 04:17:11 ---> Running in 627e5f30f5c5 04:17:11 Removing intermediate container 627e5f30f5c5 04:17:11 ---> b4385ec4e00b 04:17:11 Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:17:11 ---> Running in 7d7a96abfc90 04:17:11 Removing intermediate container 7d7a96abfc90 04:17:11 ---> 8dbcc030eeed 04:17:11 Step 12/14 : COPY . . 04:17:12 ---> bf428c89fb5d 04:17:12 Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:17:12 ---> Running in e0ffac2b66cb 04:17:24 Removing intermediate container e0ffac2b66cb 04:17:24 ---> c503ba5c841e 04:17:24 Step 14/14 : RUN ${MAKE} 04:17:24 ---> Running in 9b360fd0cf60 04:17:24 noop 04:17:24 Removing intermediate container 9b360fd0cf60 04:17:24 ---> 38a90bfab543 04:17:24 Successfully built 38a90bfab543 04:17:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:17:25 + docker inspect -f . ci-base-image-x86_64 04:17:25 . [Pipeline] withDockerContainer 04:17:25 prd-centos7-docker-4c-2g-298 does not seem to be running inside a container 04:17:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-x86_64 cat 04:17:25 $ docker top 8e6af8767e48d42c9535c5162a4f5847b0fc503db5e46a0af65b6ba52ae273c4 -eo pid,comm [Pipeline] { [Pipeline] sh 04:17:26 + go version 04:17:26 go version go1.16.8 linux/amd64 [Pipeline] } 04:17:26 $ docker stop --time=1 8e6af8767e48d42c9535c5162a4f5847b0fc503db5e46a0af65b6ba52ae273c4 04:17:27 $ docker rm -f 8e6af8767e48d42c9535c5162a4f5847b0fc503db5e46a0af65b6ba52ae273c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:17:27 + docker inspect -f . ci-base-image-x86_64 04:17:27 . [Pipeline] withDockerContainer 04:17:27 prd-centos7-docker-4c-2g-298 does not seem to be running inside a container 04:17:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-x86_64 cat 04:17:28 $ docker top 95d30eb2e178ad16a9fdb9033e6117b93b473897d67b579d8fdf611f36a74dc4 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:17:28 + make test 04:17:28 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:17:29 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:17:41 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:17:41 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:17:41 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 04:17:41 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 04:17:41 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 04:17:41 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 04:17:41 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:17:41 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:17:41 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 04:17:41 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 04:17:41 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 04:17:41 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 04:17:41 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:17:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:17:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] } 04:17:48 $ docker stop --time=1 95d30eb2e178ad16a9fdb9033e6117b93b473897d67b579d8fdf611f36a74dc4 04:17:49 $ docker rm -f 95d30eb2e178ad16a9fdb9033e6117b93b473897d67b579d8fdf611f36a74dc4 [Pipeline] // withDockerContainer [Pipeline] sh 04:17:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:17:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:17:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:17:51 + ls -al . 04:17:51 total 88 04:17:51 drwxrwxr-x. 12 jenkins jenkins 4096 Nov 12 04:17 . 04:17:51 drwxrwxr-x. 4 jenkins jenkins 28 Nov 12 04:16 .. 04:17:51 drwxrwxr-x. 3 jenkins jenkins 20 Nov 12 04:16 assets 04:17:51 drwxrwxr-x. 2 jenkins jenkins 66 Nov 12 04:16 bin 04:17:51 drwxrwxr-x. 3 jenkins jenkins 29 Nov 12 04:16 cmd 04:17:51 -rw-rw-r--. 1 jenkins jenkins 3959 Nov 12 04:16 CONTRIBUTING.md 04:17:51 -rw-r--r--. 1 jenkins jenkins 10 Nov 12 04:17 coverage.out 04:17:51 -rw-rw-r--. 1 jenkins jenkins 1526 Nov 12 04:16 Dockerfile 04:17:51 drwxrwxr-x. 2 jenkins jenkins 23 Nov 12 04:16 docs 04:17:51 drwxrwxr-x. 8 jenkins jenkins 179 Nov 12 04:16 .git 04:17:51 drwxrwxr-x. 2 jenkins jenkins 103 Nov 12 04:16 .github 04:17:51 -rw-rw-r--. 1 jenkins jenkins 155 Nov 12 04:16 .gitignore 04:17:51 -rw-rw-r--. 1 jenkins jenkins 881 Nov 12 04:16 go.mod 04:17:51 -rw-rw-r--. 1 jenkins jenkins 23990 Nov 12 04:16 go.sum 04:17:51 drwxrwxr-x. 9 jenkins jenkins 125 Nov 12 04:16 internal 04:17:51 -rw-rw-r--. 1 jenkins jenkins 652 Nov 12 04:16 Jenkinsfile 04:17:51 -rw-rw-r--. 1 jenkins jenkins 11357 Nov 12 04:16 LICENSE 04:17:51 -rw-rw-r--. 1 jenkins jenkins 1212 Nov 12 04:16 Makefile 04:17:51 drwxrwxr-x. 3 jenkins jenkins 19 Nov 12 04:16 pkg 04:17:51 -rw-rw-r--. 1 jenkins jenkins 4450 Nov 12 04:16 README.md 04:17:51 drwxrwxr-x. 4 jenkins jenkins 71 Nov 12 04:16 snap 04:17:51 -rw-rw-r--. 1 jenkins jenkins 5 Nov 12 04:15 VERSION 04:17:51 -rw-rw-r--. 1 jenkins jenkins 155 Nov 12 04:16 version.go 04:17:51 drwxrwxr-x. 4 jenkins jenkins 4096 Nov 12 04:16 web [Pipeline] isUnix [Pipeline] sh 04:17:52 + 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=4bce8f467106bbffdd361c91dd0bf94f7b0edf4b --label arch=amd64 --label version=0.0.0 . 04:17:52 Sending build context to Docker daemon 25.22MB 04:17:52 Step 1/22 : ARG BASE=golang:1.16-alpine3.14 04:17:52 Step 2/22 : FROM ${BASE} AS builder 04:17:52 ---> 38a90bfab543 04:17:52 Step 3/22 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:17:52 ---> Running in 7ac3a6984f94 04:17:52 Removing intermediate container 7ac3a6984f94 04:17:52 ---> e8c5729c3bf1 04:17:52 Step 4/22 : ARG ALPINE_PKG_BASE="make git" 04:17:52 ---> Running in 9b35a326cdfa 04:17:52 Removing intermediate container 9b35a326cdfa 04:17:52 ---> 1831ed47da61 04:17:52 Step 5/22 : ARG ALPINE_PKG_EXTRA="" 04:17:52 ---> Running in 6d72e912fadb 04:17:52 Removing intermediate container 6d72e912fadb 04:17:52 ---> 9861640c6603 04:17:52 Step 6/22 : LABEL Name=edgex-ui-go 04:17:52 ---> Running in 693b24e92fe6 04:17:52 Removing intermediate container 693b24e92fe6 04:17:52 ---> b321ed3e8e42 04:17:52 Step 7/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:17:52 ---> Running in ab2ed2ae03c0 04:17:52 Removing intermediate container ab2ed2ae03c0 04:17:52 ---> c5a6e35d0cb4 04:17:52 Step 8/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:17:52 ---> Running in 040998f149ed 04:17:53 Removing intermediate container 040998f149ed 04:17:53 ---> e36ac19fe7f6 04:17:53 Step 9/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:17:53 ---> Running in 7cb9da926b61 04:17:53 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:17:54 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:17:55 OK: 220 MiB in 52 packages 04:17:55 Removing intermediate container 7cb9da926b61 04:17:55 ---> f78d75c0d7ed 04:17:55 Step 10/22 : ENV GO111MODULE=on 04:17:55 ---> Running in 1f70ad59097c 04:17:55 Removing intermediate container 1f70ad59097c 04:17:55 ---> ac6d68fc427b 04:17:55 Step 11/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:17:55 ---> Running in cecf10f081fa 04:17:55 Removing intermediate container cecf10f081fa 04:17:55 ---> c4f013b2427f 04:17:55 Step 12/22 : COPY . . 04:17:56 ---> e0f88db99be9 04:17:56 Step 13/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:17:56 ---> Running in 583087e9dd54 04:17:57 Removing intermediate container 583087e9dd54 04:17:57 ---> d26f69eac4bf 04:17:57 Step 14/22 : RUN ${MAKE} 04:17:57 ---> Running in ed36945952bf 04:17:57 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 04:18:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-300 in /w/workspace/edgexfoundry_edgex-ui-go_PR-480 [Pipeline] { [Pipeline] ws 04:18:03 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 04:18:04 The recommended git tool is: git 04:18:05 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:18:09 Removing intermediate container ed36945952bf 04:18:09 ---> 541ef74ea89b 04:18:09 Step 15/22 : FROM alpine:3.14 04:18:10 using credential edgex-jenkins-ssh 04:18:10 Cloning the remote Git repository 04:18:10 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:18:10 > git init /w/workspace/edgex-ui-go/1 # timeout=10 04:18:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:18:10 > git --version # timeout=10 04:18:10 > git --version # 'git version 2.17.1' 04:18:10 using GIT_SSH to set credentials SSH Credentials for GitHub 04:18:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:18:12 3.14: Pulling from library/alpine 04:18:12 a0d0a0d46f8b: Already exists 04:18:12 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 04:18:12 Status: Downloaded newer image for alpine:3.14 04:18:12 ---> 14119a10abf4 04:18:12 Step 16/22 : EXPOSE 4000 04:18:12 ---> Running in 9bc3debb2413 04:18:12 Removing intermediate container 9bc3debb2413 04:18:12 ---> 8f0302b1d89e 04:18:12 Step 17/22 : 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 04:18:13 ---> 3212404fb8ed 04:18:13 Step 18/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:18:13 ---> Running in 19f9c330a60b 04:18:13 Removing intermediate container 19f9c330a60b 04:18:13 ---> 223cd1c31a31 04:18:13 Step 19/22 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 04:18:13 ---> Running in 868d8f0274d0 04:18:13 Removing intermediate container 868d8f0274d0 04:18:13 ---> d2f158f2161e 04:18:13 Step 20/22 : LABEL arch=amd64 04:18:13 ---> Running in 59fd3f99206b 04:18:13 Removing intermediate container 59fd3f99206b 04:18:13 ---> 3db7a243a63d 04:18:13 Step 21/22 : LABEL git_sha=4bce8f467106bbffdd361c91dd0bf94f7b0edf4b 04:18:13 ---> Running in 547cb5bd8076 04:18:13 Merging remotes/origin/main commit e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b 04:18:14 Removing intermediate container 547cb5bd8076 04:18:14 ---> 77722b865d29 04:18:14 Step 22/22 : LABEL version=0.0.0 04:18:14 ---> Running in 5ce364791cc5 04:18:14 Removing intermediate container 5ce364791cc5 04:18:14 ---> e93ec3dad079 04:18:14 [Warning] One or more build-args [ARCH] were not consumed 04:18:14 Successfully built e93ec3dad079 04:18:14 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 04:18:14 Merge succeeded, producing 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b 04:18:14 Checking out Revision 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b (PR-480) [Pipeline] } 04:18:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:18:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:18:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:18:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:18:13 using GIT_SSH to set credentials SSH Credentials for GitHub 04:18:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/480/head:refs/remotes/origin/PR-480 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:18:13 > git config core.sparsecheckout # timeout=10 04:18:14 > git checkout -f 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b # timeout=10 04:18:14 > git remote # timeout=10 04:18:14 > git config --get remote.origin.url # timeout=10 04:18:14 using GIT_SSH to set credentials SSH Credentials for GitHub 04:18:14 > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 04:18:14 > git rev-parse HEAD^{commit} # timeout=10 04:18:14 > git config core.sparsecheckout # timeout=10 [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:18:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:18:14 04:18:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:18:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:18:15 latest: Pulling from edgex-lftools-log-publisher 04:18:15 b4d181a07f80: Pulling fs layer 04:18:15 a1111a8f2ec3: Pulling fs layer 04:18:15 ed53099fbce6: Pulling fs layer 04:18:15 dc539afda2c1: Pulling fs layer 04:18:15 77bc0d833cb6: Pulling fs layer 04:18:15 9065ff56babe: Pulling fs layer 04:18:15 d287ab97295c: Pulling fs layer 04:18:15 dc539afda2c1: Waiting 04:18:15 77bc0d833cb6: Waiting 04:18:15 9065ff56babe: Waiting 04:18:15 d287ab97295c: Waiting 04:18:15 a1111a8f2ec3: Verifying Checksum 04:18:15 a1111a8f2ec3: Download complete 04:18:15 dc539afda2c1: Verifying Checksum 04:18:15 dc539afda2c1: Download complete 04:18:15 ed53099fbce6: Verifying Checksum 04:18:15 ed53099fbce6: Download complete 04:18:15 77bc0d833cb6: Verifying Checksum 04:18:15 77bc0d833cb6: Download complete 04:18:15 9065ff56babe: Verifying Checksum 04:18:15 9065ff56babe: Download complete 04:18:15 b4d181a07f80: Verifying Checksum 04:18:15 b4d181a07f80: Download complete 04:18:14 > git checkout -f 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b # timeout=10 04:18:16 d287ab97295c: Verifying Checksum 04:18:16 d287ab97295c: Download complete 04:18:16 b4d181a07f80: Pull complete 04:18:16 a1111a8f2ec3: Pull complete 04:18:17 ed53099fbce6: Pull complete 04:18:17 dc539afda2c1: Pull complete 04:18:17 77bc0d833cb6: Pull complete 04:18:17 9065ff56babe: Pull complete 04:18:18 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" 04:18:18 > git --version # timeout=10 04:18:18 > git --version # 'git version 2.17.1' 04:18:18 fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 04:18:19 04:18:19 GitHub has been notified of this commit’s build result 04:18:19 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:18:19 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:18:19 % Total % Received % Xferd Average Speed Time Time Time Current 04:18:19 Dload Upload Total Spent Left Speed 04:18:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 235k 0 --:--:-- --:--:-- --:--:-- 240k [Pipeline] sh 04:18:20 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:18:20 + sudo tee /etc/docker/daemon.new 04:18:20 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:18:20 { 04:18:20 "registry-mirrors": [ 04:18:20 "https://nexus3.edgexfoundry.org:10001" 04:18:20 ], 04:18:20 "bip": "10.250.0.254/24", 04:18:20 "hosts": [ 04:18:20 "tcp://0.0.0.0:5555", 04:18:20 "unix:///var/run/docker.sock" 04:18:20 ], 04:18:20 "mtu": 1458, 04:18:20 "selinux-enabled": true, 04:18:20 "seccomp-profile": "/etc/docker/seccomp.json" 04:18:20 } [Pipeline] sh 04:18:21 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:18:21 + sudo service docker restart 04:18:23 d287ab97295c: Pull complete 04:18:23 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:18:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:18:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:18:23 prd-centos7-docker-4c-2g-298 does not seem to be running inside a container 04:18:23 $ 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/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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:10003/edgex-lftools-log-publisher:latest cat 04:18:25 $ docker top da4cc7f5ab49f0b6142fb8f4edd34ddc7086fab4046061f62e0577969ab110de -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:18:26 ---> job-cost.sh 04:18:26 lf-activate-venv: SKIPPING 04:18:26 INFO: No Stack... 04:18:26 INFO: Retrieving Pricing Info for: v3-standard-2 04:18:26 INFO: Archiving Costs [Pipeline] sh 04:18:27 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 04:18:27 + cut -d, -f6 [Pipeline] lock 04:18:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-480-1-stack-cost] 04:18:27 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-480-1-stack-cost] did not exist. Created. 04:18:27 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-480-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:18:27 + echo total: 0.05999999865889549 [Pipeline] stash 04:18:27 Stashed 1 file(s) [Pipeline] } 04:18:27 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-480-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:18:27 $ docker stop --time=1 da4cc7f5ab49f0b6142fb8f4edd34ddc7086fab4046061f62e0577969ab110de 04:18:28 $ docker rm -f da4cc7f5ab49f0b6142fb8f4edd34ddc7086fab4046061f62e0577969ab110de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:18:39 provisioning config files... 04:18:39 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config4370998112018317349tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:18:40 ---> docker-login.sh 04:18:40 nexus3.edgexfoundry.org:10001 04:18:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:18:41 Configure a credential helper to remove this warning. See 04:18:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:18:41 04:18:41 Login Succeeded 04:18:41 nexus3.edgexfoundry.org:10002 04:18:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:18:41 Configure a credential helper to remove this warning. See 04:18:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:18:41 04:18:41 Login Succeeded 04:18:41 nexus3.edgexfoundry.org:10003 04:18:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:18:42 Configure a credential helper to remove this warning. See 04:18:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:18:42 04:18:42 Login Succeeded 04:18:42 nexus3.edgexfoundry.org:10004 04:18:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:18:42 Configure a credential helper to remove this warning. See 04:18:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:18:42 04:18:42 Login Succeeded 04:18:42 docker.io 04:18:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:18:43 Configure a credential helper to remove this warning. See 04:18:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:18:43 04:18:43 Login Succeeded 04:18:43 ---> docker-login.sh ends [Pipeline] } 04:18:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:18:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:18:44 ========================================================= 04:18:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 04:18:44 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:18:44 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . 04:18:45 Sending build context to Docker daemon 25.22MB 04:18:45 Step 1/14 : ARG BASE=golang:1.16-alpine3.14 04:18:45 Step 2/14 : FROM ${BASE} AS builder 04:18:45 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:18:45 552d1f2373af: Pulling fs layer 04:18:45 ea3f2d53f512: Pulling fs layer 04:18:45 9e70ebbbe112: Pulling fs layer 04:18:45 7a9cfe048b4a: Pulling fs layer 04:18:45 72dc09318566: Pulling fs layer 04:18:45 f4f7b4309257: Pulling fs layer 04:18:45 0ac9a79272e3: Pulling fs layer 04:18:45 b78e95d17946: Pulling fs layer 04:18:45 7a9cfe048b4a: Waiting 04:18:45 72dc09318566: Waiting 04:18:45 f4f7b4309257: Waiting 04:18:45 0ac9a79272e3: Waiting 04:18:45 b78e95d17946: Waiting 04:18:45 9e70ebbbe112: Download complete 04:18:45 ea3f2d53f512: Download complete 04:18:46 72dc09318566: Verifying Checksum 04:18:46 72dc09318566: Download complete 04:18:46 f4f7b4309257: Verifying Checksum 04:18:46 f4f7b4309257: Download complete 04:18:46 0ac9a79272e3: Verifying Checksum 04:18:46 0ac9a79272e3: Download complete 04:18:46 552d1f2373af: Download complete 04:18:46 552d1f2373af: Pull complete 04:18:47 ea3f2d53f512: Pull complete 04:18:47 9e70ebbbe112: Pull complete 04:18:47 b78e95d17946: Verifying Checksum 04:18:47 b78e95d17946: Download complete 04:18:48 7a9cfe048b4a: Verifying Checksum 04:18:48 7a9cfe048b4a: Download complete 04:18:58 7a9cfe048b4a: Pull complete 04:18:58 72dc09318566: Pull complete 04:18:58 f4f7b4309257: Pull complete 04:18:58 0ac9a79272e3: Pull complete 04:19:04 b78e95d17946: Pull complete 04:19:04 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 04:19:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:19:04 ---> 8b459fc5aaf0 04:19:04 Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:19:05 ---> Running in 670527d84b80 04:19:06 Removing intermediate container 670527d84b80 04:19:06 ---> cb015d9265f7 04:19:06 Step 4/14 : ARG ALPINE_PKG_BASE="make git" 04:19:06 ---> Running in a545584c4fb4 04:19:06 Removing intermediate container a545584c4fb4 04:19:06 ---> dedee8d85985 04:19:06 Step 5/14 : ARG ALPINE_PKG_EXTRA="" 04:19:06 ---> Running in 9cb894b94bfa 04:19:07 Removing intermediate container 9cb894b94bfa 04:19:07 ---> 671ee8cf40f2 04:19:07 Step 6/14 : LABEL Name=edgex-ui-go 04:19:07 ---> Running in 5f8b84bd6544 04:19:07 Removing intermediate container 5f8b84bd6544 04:19:07 ---> c9740f18cb24 04:19:07 Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:19:07 ---> Running in c8b03b076530 04:19:08 Removing intermediate container c8b03b076530 04:19:08 ---> f592aba656bb 04:19:08 Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:19:08 ---> Running in 4e1d9d90e531 04:19:10 Removing intermediate container 4e1d9d90e531 04:19:10 ---> 3f24e0cc4439 04:19:10 Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:19:10 ---> Running in 6a72bea87e92 04:19:11 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:19:12 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:19:13 OK: 219 MiB in 52 packages 04:19:14 Removing intermediate container 6a72bea87e92 04:19:14 ---> c10c23ed8fc2 04:19:14 Step 10/14 : ENV GO111MODULE=on 04:19:14 ---> Running in eaa582cea79a 04:19:14 Removing intermediate container eaa582cea79a 04:19:14 ---> ea3e7666ce81 04:19:14 Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:19:14 ---> Running in 876b289b4f91 04:19:15 Removing intermediate container 876b289b4f91 04:19:15 ---> 93f6174fc478 04:19:15 Step 12/14 : COPY . . 04:19:18 ---> a46daafe5734 04:19:18 Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:19:18 ---> Running in 039fe89cb259 04:19:44 Removing intermediate container 039fe89cb259 04:19:44 ---> 5212172a3f5a 04:19:44 Step 14/14 : RUN ${MAKE} 04:19:44 ---> Running in 3f7cee80facd 04:19:44 noop 04:19:44 Removing intermediate container 3f7cee80facd 04:19:44 ---> 5309de2c2c6c 04:19:44 Successfully built 5309de2c2c6c 04:19:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:19:45 + docker inspect -f . ci-base-image-arm64 04:19:45 . [Pipeline] withDockerContainer 04:19:45 prd-ubuntu18.04-docker-arm64-4c-16g-300 does not seem to be running inside a container 04:19:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-arm64 cat 04:19:47 $ docker top 398c8a80bca0575dff7b8478fb18506f28232b836ca4f2c333f2807ebe3589dc -eo pid,comm [Pipeline] { [Pipeline] sh 04:19:48 + go version 04:19:48 go version go1.16.8 linux/arm64 [Pipeline] } 04:19:48 $ docker stop --time=1 398c8a80bca0575dff7b8478fb18506f28232b836ca4f2c333f2807ebe3589dc 04:19:49 $ docker rm -f 398c8a80bca0575dff7b8478fb18506f28232b836ca4f2c333f2807ebe3589dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:19:50 + docker inspect -f . ci-base-image-arm64 04:19:50 . [Pipeline] withDockerContainer 04:19:51 prd-ubuntu18.04-docker-arm64-4c-16g-300 does not seem to be running inside a container 04:19:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-arm64 cat 04:19:52 $ docker top 7da3030d3c04ebcbc980804f13bb16a60255f21a37c47eed0a1f47f8685e3e0e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:19:53 + make test 04:19:53 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:19:54 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:20:41 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:20:41 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:20:41 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 04:20:41 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 04:20:41 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 04:20:41 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 04:20:41 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:20:41 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:20:41 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 04:20:41 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 04:20:41 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 04:20:41 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 04:20:41 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:20:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:20:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] } 04:20:56 $ docker stop --time=1 7da3030d3c04ebcbc980804f13bb16a60255f21a37c47eed0a1f47f8685e3e0e 04:20:58 $ docker rm -f 7da3030d3c04ebcbc980804f13bb16a60255f21a37c47eed0a1f47f8685e3e0e [Pipeline] // withDockerContainer [Pipeline] sh 04:20:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:20:59 Warning: overwriting stash ‘coverage-report’ 04:21:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:21:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:21:01 + ls -al . 04:21:01 total 128 04:21:01 drwxrwxr-x 12 jenkins jenkins 4096 Nov 12 04:19 . 04:21:01 drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 04:18 .. 04:21:01 drwxrwxr-x 8 jenkins jenkins 4096 Nov 12 04:18 .git 04:21:01 drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 04:18 .github 04:21:01 -rw-rw-r-- 1 jenkins jenkins 155 Nov 12 04:18 .gitignore 04:21:01 -rw-rw-r-- 1 jenkins jenkins 3959 Nov 12 04:18 CONTRIBUTING.md 04:21:01 -rw-rw-r-- 1 jenkins jenkins 1526 Nov 12 04:18 Dockerfile 04:21:01 -rw-rw-r-- 1 jenkins jenkins 652 Nov 12 04:18 Jenkinsfile 04:21:01 -rw-rw-r-- 1 jenkins jenkins 11357 Nov 12 04:18 LICENSE 04:21:01 -rw-rw-r-- 1 jenkins jenkins 1212 Nov 12 04:18 Makefile 04:21:01 -rw-rw-r-- 1 jenkins jenkins 4450 Nov 12 04:18 README.md 04:21:01 -rw-rw-r-- 1 jenkins jenkins 5 Nov 12 04:15 VERSION 04:21:01 drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 04:18 assets 04:21:01 drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 04:18 bin 04:21:01 drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 04:18 cmd 04:21:01 -rw-r--r-- 1 jenkins jenkins 10 Nov 12 04:19 coverage.out 04:21:01 drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 04:18 docs 04:21:01 -rw-rw-r-- 1 jenkins jenkins 881 Nov 12 04:18 go.mod 04:21:01 -rw-rw-r-- 1 jenkins jenkins 23990 Nov 12 04:18 go.sum 04:21:01 drwxrwxr-x 9 jenkins jenkins 4096 Nov 12 04:18 internal 04:21:01 drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 04:18 pkg 04:21:01 drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 04:18 snap 04:21:01 -rw-rw-r-- 1 jenkins jenkins 155 Nov 12 04:18 version.go 04:21:01 drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 04:18 web [Pipeline] isUnix [Pipeline] sh 04:21:01 + 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=4bce8f467106bbffdd361c91dd0bf94f7b0edf4b --label arch=arm64 --label version=0.0.0 . 04:21:02 Sending build context to Docker daemon 25.22MB 04:21:02 Step 1/22 : ARG BASE=golang:1.16-alpine3.14 04:21:02 Step 2/22 : FROM ${BASE} AS builder 04:21:02 ---> 5309de2c2c6c 04:21:02 Step 3/22 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:21:02 ---> Running in 0ed3347ddcec 04:21:02 Removing intermediate container 0ed3347ddcec 04:21:02 ---> 20a1fa2b9fac 04:21:02 Step 4/22 : ARG ALPINE_PKG_BASE="make git" 04:21:02 ---> Running in 88a16d7fbd15 04:21:03 Removing intermediate container 88a16d7fbd15 04:21:03 ---> 8b88be0935c2 04:21:03 Step 5/22 : ARG ALPINE_PKG_EXTRA="" 04:21:03 ---> Running in a2849fdb69fe 04:21:03 Removing intermediate container a2849fdb69fe 04:21:03 ---> 15481e4bc1d6 04:21:03 Step 6/22 : LABEL Name=edgex-ui-go 04:21:04 ---> Running in 313db8c00938 04:21:04 Removing intermediate container 313db8c00938 04:21:04 ---> 2552e44f77fa 04:21:04 Step 7/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:21:04 ---> Running in 125e94886c26 04:21:05 Removing intermediate container 125e94886c26 04:21:05 ---> 78ea063f9583 04:21:05 Step 8/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:05 ---> Running in ca9de9ef9294 04:21:07 Removing intermediate container ca9de9ef9294 04:21:07 ---> a8115c301a36 04:21:07 Step 9/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:21:07 ---> Running in e9ecc24d6d66 04:21:08 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:21:09 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:21:09 OK: 219 MiB in 52 packages 04:21:10 Removing intermediate container e9ecc24d6d66 04:21:10 ---> 84147b9da6fb 04:21:10 Step 10/22 : ENV GO111MODULE=on 04:21:10 ---> Running in 517241c54798 04:21:11 Removing intermediate container 517241c54798 04:21:11 ---> 43adb6ed49cb 04:21:11 Step 11/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:21:11 ---> Running in a4f32415b547 04:21:11 Removing intermediate container a4f32415b547 04:21:11 ---> e4a4adeef6bf 04:21:11 Step 12/22 : COPY . . 04:21:14 ---> 38ca4b8a5b64 04:21:14 Step 13/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:21:14 ---> Running in 11b38a58ea02 04:21:16 Removing intermediate container 11b38a58ea02 04:21:16 ---> 7b3059a38e3d 04:21:16 Step 14/22 : RUN ${MAKE} 04:21:16 ---> Running in e10761faa630 04:21:17 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 04:21:44 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:21:48 Removing intermediate container e10761faa630 04:21:48 ---> 815b006c0677 04:21:48 Step 15/22 : FROM alpine:3.14 04:21:51 3.14: Pulling from library/alpine 04:21:51 552d1f2373af: Already exists 04:21:51 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 04:21:51 Status: Downloaded newer image for alpine:3.14 04:21:51 ---> bb3de5531c18 04:21:51 Step 16/22 : EXPOSE 4000 04:21:52 ---> Running in c7255ece9c80 04:21:52 Removing intermediate container c7255ece9c80 04:21:52 ---> ae4698a1f643 04:21:52 Step 17/22 : 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 04:21:53 ---> 5518b70b7b95 04:21:53 Step 18/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:21:53 ---> Running in d2fbde728a1a 04:21:54 Removing intermediate container d2fbde728a1a 04:21:54 ---> d3c0ee77c8f9 04:21:54 Step 19/22 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 04:21:54 ---> Running in 4d3b75c203d0 04:21:54 Removing intermediate container 4d3b75c203d0 04:21:54 ---> 53e6206048a5 04:21:54 Step 20/22 : LABEL arch=arm64 04:21:54 ---> Running in 36dfdbc76b9a 04:21:55 Removing intermediate container 36dfdbc76b9a 04:21:55 ---> 6ae4bfba2a93 04:21:55 Step 21/22 : LABEL git_sha=4bce8f467106bbffdd361c91dd0bf94f7b0edf4b 04:21:55 ---> Running in fa99689a74b8 04:21:55 Removing intermediate container fa99689a74b8 04:21:55 ---> 71a89b480211 04:21:55 Step 22/22 : LABEL version=0.0.0 04:21:55 ---> Running in 913faf582152 04:21:56 Removing intermediate container 913faf582152 04:21:56 ---> 55a1bc5d5c00 04:21:56 [Warning] One or more build-args [ARCH] were not consumed 04:21:56 Successfully built 55a1bc5d5c00 04:21:56 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 04:21:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:21:57 04:21:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 04:21:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:21:57 arm64: Pulling from edgex-lftools-log-publisher 04:21:57 448f6bf000e3: Pulling fs layer 04:21:57 f757da607395: Pulling fs layer 04:21:57 05883995daec: Pulling fs layer 04:21:57 8603b9c90790: Pulling fs layer 04:21:57 1560dd03e051: Pulling fs layer 04:21:57 27f5ce0e4adf: Pulling fs layer 04:21:57 c2d8d7efcc4b: Pulling fs layer 04:21:57 27f5ce0e4adf: Waiting 04:21:57 c2d8d7efcc4b: Waiting 04:21:57 1560dd03e051: Waiting 04:21:57 f757da607395: Verifying Checksum 04:21:57 f757da607395: Download complete 04:21:57 8603b9c90790: Download complete 04:21:58 1560dd03e051: Verifying Checksum 04:21:58 1560dd03e051: Download complete 04:21:58 27f5ce0e4adf: Verifying Checksum 04:21:58 27f5ce0e4adf: Download complete 04:21:58 05883995daec: Verifying Checksum 04:21:58 05883995daec: Download complete 04:21:58 448f6bf000e3: Download complete 04:22:01 c2d8d7efcc4b: Verifying Checksum 04:22:01 c2d8d7efcc4b: Download complete 04:22:02 448f6bf000e3: Pull complete 04:22:02 f757da607395: Pull complete 04:22:04 05883995daec: Pull complete 04:22:04 8603b9c90790: Pull complete 04:22:05 1560dd03e051: Pull complete 04:22:05 27f5ce0e4adf: Pull complete 04:22:20 c2d8d7efcc4b: Pull complete 04:22:20 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 04:22:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:22:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 04:22:21 prd-ubuntu18.04-docker-arm64-4c-16g-300 does not seem to be running inside a container 04:22:21 $ 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/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:22:23 $ docker top 9bce254a714ea578450eea4cb2f638c86403222fedc15d01aa61d21a7089af89 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:22:24 ---> job-cost.sh 04:22:24 lf-activate-venv: SKIPPING 04:22:24 INFO: No Stack... 04:22:27 INFO: Retrieving Pricing Info for: v3-standard-4 04:22:28 INFO: Archiving Costs [Pipeline] sh 04:22:28 + cut -d, -f6 04:22:28 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock 04:22:28 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-480-1-stack-cost] 04:22:28 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-480-1-stack-cost] did not exist. Created. 04:22:28 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-480-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:22:29 /w/workspace/edgex-ui-go/1@tmp/durable-04e6550e/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-04e6550e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:22:30 + echo total: 0.10999999940395355 [Pipeline] stash 04:22:30 Warning: overwriting stash ‘stack-cost’ 04:22:30 Stashed 1 file(s) [Pipeline] } 04:22:30 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-480-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:22:30 $ docker stop --time=1 9bce254a714ea578450eea4cb2f638c86403222fedc15d01aa61d21a7089af89 04:22:32 $ docker rm -f 9bce254a714ea578450eea4cb2f638c86403222fedc15d01aa61d21a7089af89 [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 04:22:33 provisioning config files... 04:22:33 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/config8118956749156341060tmp [Pipeline] { [Pipeline] sh 04:22:33 + set +x 04:22:33 + bash -s -- 04:22:33 + curl -s https://codecov.io/bash 04:22:33 04:22:33 _____ _ 04:22:33 / ____| | | 04:22:33 | | ___ __| | ___ ___ _____ __ 04:22:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:22:33 | |___| (_) | (_| | __/ (_| (_) \ V / 04:22:33 \_____\___/ \__,_|\___|\___\___/ \_/ 04:22:33 Bash-1.0.6 04:22:33 04:22:33 04:22:33 ==> git version 2.24.4 found 04:22:33 ==> 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 04:22:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:22:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:22:33 ==> Jenkins CI detected. 04:22:33 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-480 04:22:33 project root: . 04:22:33 --> token set from env 04:22:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:22:33 ==> Running gcov in . (disable via -X gcov) 04:22:33 ==> Python coveragepy not found 04:22:33 ==> Searching for coverage reports in: 04:22:33 + . 04:22:33 -> Found 1 reports 04:22:33 ==> Detecting git/mercurial file structure 04:22:33 ==> Reading reports 04:22:33 + ./coverage.out bytes=10 04:22:33 ==> Appending adjustments 04:22:33 https://docs.codecov.io/docs/fixing-reports 04:22:33 + Found adjustments 04:22:33 ==> Gzipping contents 04:22:33 4.0K /tmp/codecov.kIoOVL.gz 04:22:33 ==> Uploading reports 04:22:33 url: https://codecov.io 04:22:33 query: branch=PR-480&commit=4bce8f467106bbffdd361c91dd0bf94f7b0edf4b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-480%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=480&job=&cmd_args= 04:22:33 -> Pinging Codecov 04:22:33 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-480&commit=4bce8f467106bbffdd361c91dd0bf94f7b0edf4b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-480%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=480&job=&cmd_args= 04:22:34 -> Uploading to 04:22:34 https://storage.googleapis.com/codecov/v4/raw/2021-11-12/FB506323287CE973F263BFD2A0EB1F37/4bce8f467106bbffdd361c91dd0bf94f7b0edf4b/b4c842b4-8bdb-4747-851f-1dc5fc455528.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211112T042234Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=64778655ac59dfd49866d22d5fcfd6138ea8fed5a048f509a69a468e710171ec 04:22:34 % Total % Received % Xferd Average Speed Time Time Time Current 04:22:34 Dload Upload Total Spent Left Speed 04:22:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3662 0 0 100 3662 0 11227 --:--:-- --:--:-- --:--:-- 11198 04:22:34 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [Pipeline] } 04:22:34 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 04:22:36 + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-480/archives ']' [Pipeline] libraryResource [Pipeline] sh 04:22:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:22:37 ---> package-listing.sh 04:22:37 ++ facter osfamily 04:22:37 ++ tr '[:upper:]' '[:lower:]' 04:22:37 + OS_FAMILY=redhat 04:22:37 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-480 04:22:37 + START_PACKAGES=/tmp/packages_start.txt 04:22:37 + END_PACKAGES=/tmp/packages_end.txt 04:22:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:22:37 + PACKAGES=/tmp/packages_start.txt 04:22:37 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-480 ']' 04:22:37 + PACKAGES=/tmp/packages_end.txt 04:22:37 + case "${OS_FAMILY}" in 04:22:37 + rpm -qa 04:22:37 + sort 04:22:38 + '[' -f /tmp/packages_start.txt ']' 04:22:38 + '[' -f /tmp/packages_end.txt ']' 04:22:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:22:38 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-480 ']' 04:22:38 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-480/archives/ 04:22:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-480/archives/ [Pipeline] echo 04:22:38 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-480/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:22:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:22:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:22:39 04:22:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:22:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:22:39 latest: Pulling from edgex-lftools-log-publisher 04:22:39 b4d181a07f80: Pulling fs layer 04:22:39 a1111a8f2ec3: Pulling fs layer 04:22:39 ed53099fbce6: Pulling fs layer 04:22:39 dc539afda2c1: Pulling fs layer 04:22:39 77bc0d833cb6: Pulling fs layer 04:22:39 9065ff56babe: Pulling fs layer 04:22:39 d287ab97295c: Pulling fs layer 04:22:39 dc539afda2c1: Waiting 04:22:39 77bc0d833cb6: Waiting 04:22:39 9065ff56babe: Waiting 04:22:39 d287ab97295c: Waiting 04:22:39 a1111a8f2ec3: Verifying Checksum 04:22:39 a1111a8f2ec3: Download complete 04:22:39 dc539afda2c1: Verifying Checksum 04:22:39 dc539afda2c1: Download complete 04:22:40 ed53099fbce6: Verifying Checksum 04:22:40 ed53099fbce6: Download complete 04:22:40 9065ff56babe: Verifying Checksum 04:22:40 9065ff56babe: Download complete 04:22:40 77bc0d833cb6: Verifying Checksum 04:22:40 77bc0d833cb6: Download complete 04:22:40 b4d181a07f80: Verifying Checksum 04:22:40 b4d181a07f80: Download complete 04:22:40 d287ab97295c: Verifying Checksum 04:22:40 d287ab97295c: Download complete 04:22:41 b4d181a07f80: Pull complete 04:22:41 a1111a8f2ec3: Pull complete 04:22:42 ed53099fbce6: Pull complete 04:22:42 dc539afda2c1: Pull complete 04:22:42 77bc0d833cb6: Pull complete 04:22:42 9065ff56babe: Pull complete 04:22:49 d287ab97295c: Pull complete 04:22:49 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:22:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:22:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:22:49 prd-centos7-docker-4c-2g-294 does not seem to be running inside a container 04:22:49 $ 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-480/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-480 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-480:/w/workspace/edgexfoundry_edgex-ui-go_PR-480:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-480@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:10003/edgex-lftools-log-publisher:latest cat 04:22:51 $ docker top 48964d8524a491550dd552c04b50fb9522b27e1baa1988c36ae5a72107d38cb9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:22:52 + touch /tmp/pre-build-complete [Pipeline] sh 04:22:52 + mkdir -p /var/log/sysstat [Pipeline] sh 04:22:52 + ls /var/log/sa-host 04:22:52 + sadf -c /var/log/sa-host/sa12 04:22:52 file_magic: OK 04:22:52 HZ: Using current value: 100 04:22:52 file_header: OK 04:22:52 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 04:22:52 Statistics: 04:22:52 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:22:52 File successfully converted to sysstat format version 12.0.3 04:22:52 + sadf -c /var/log/sa-host/sa30 04:22:52 file_magic: OK 04:22:52 HZ: Using current value: 100 04:22:52 file_header: OK 04:22:52 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 04:22:52 Statistics: 04:22:52 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:22:52 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:22:52 provisioning config files... 04:22:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/config3360711204726663717tmp [Pipeline] { [Pipeline] echo 04:22:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:22:53 ---> create-netrc.sh [Pipeline] } 04:22:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:22:53 ---> python-tools-install.sh [Pipeline] echo 04:22:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:22:54 ---> sudo-logs.sh 04:22:54 Archiving 'sudo' log.. 04:22:54 sudo: unable to resolve host prd-centos7-docker-4c-2g-294.novalocal: Name or service not known 04:22:54 sudo: unable to resolve host prd-centos7-docker-4c-2g-294.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 04:22:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:22:54 ---> job-cost.sh 04:22:54 lf-activate-venv: SKIPPING 04:22:54 DEBUG: total: 0.10999999940395355 04:22:54 INFO: Retrieving Stack Cost... 04:22:54 INFO: Retrieving Pricing Info for: v3-standard-2 04:22:54 INFO: Archiving Costs [Pipeline] echo 04:22:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:22:55 ---> logs-deploy.sh 04:22:55 lf-activate-venv: SKIPPING 04:22:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-480/1 04:22:55 INFO: archiving workspace using pattern(s): 04:22:55 Archives upload complete. 04:22:55 INFO: archiving logs to Nexus 04:22:56 ---> uname -a: 04:22:56 Linux prd-centos7-docker-4c-2g-294.novalocal 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 GNU/Linux 04:22:56 04:22:56 04:22:56 ---> lscpu: 04:22:56 Architecture: x86_64 04:22:56 CPU op-mode(s): 32-bit, 64-bit 04:22:56 Byte Order: Little Endian 04:22:56 Address sizes: 40 bits physical, 48 bits virtual 04:22:56 CPU(s): 2 04:22:56 On-line CPU(s) list: 0,1 04:22:56 Thread(s) per core: 1 04:22:56 Core(s) per socket: 1 04:22:56 Socket(s): 2 04:22:56 NUMA node(s): 1 04:22:56 Vendor ID: AuthenticAMD 04:22:56 CPU family: 23 04:22:56 Model: 49 04:22:56 Model name: AMD EPYC-Rome Processor 04:22:56 Stepping: 0 04:22:56 CPU MHz: 2800.000 04:22:56 BogoMIPS: 5600.00 04:22:56 Virtualization: AMD-V 04:22:56 Hypervisor vendor: KVM 04:22:56 Virtualization type: full 04:22:56 L1d cache: 32K 04:22:56 L1i cache: 32K 04:22:56 L2 cache: 512K 04:22:56 L3 cache: 16384K 04:22:56 NUMA node0 CPU(s): 0,1 04:22:56 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 04:22:56 04:22:56 04:22:56 ---> nproc: 04:22:56 2 04:22:56 04:22:56 04:22:56 ---> df -h: 04:22:56 Filesystem Size Used Avail Use% Mounted on 04:22:56 overlay 40G 7.7G 33G 20% / 04:22:56 tmpfs 64M 0 64M 0% /dev 04:22:56 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 04:22:56 shm 64M 0 64M 0% /dev/shm 04:22:56 /dev/vda1 40G 7.7G 33G 20% /facter-os 04:22:56 04:22:56 04:22:56 ---> sar -b -r -n DEV: 04:22:56 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 11/12/21 _x86_64_ (2 CPU) 04:22:56 04:22:56 04:14:57 LINUX RESTART (2 CPU) 04:22:56 04:22:56 04:16:01 tps rtps wtps bread/s bwrtn/s 04:22:56 04:17:01 2.12 0.00 2.12 0.00 45.34 04:22:56 04:18:01 0.25 0.00 0.25 0.00 3.12 04:22:56 04:19:01 0.27 0.00 0.27 0.00 3.33 04:22:56 04:20:01 0.20 0.00 0.20 0.00 2.73 04:22:56 04:21:01 0.23 0.00 0.23 0.00 3.85 04:22:56 04:22:01 0.27 0.00 0.27 0.00 3.52 04:22:56 Average: 0.56 0.00 0.56 0.00 10.31 04:22:56 04:22:56 04:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:22:56 04:17:01 5655768 0 615936 7.69 2620 1734608 1210084 13.36 581360 1535692 20 04:22:56 04:18:01 5659044 0 612652 7.65 2620 1734616 1193636 13.18 577856 1536288 16 04:22:56 04:19:01 5659460 0 612236 7.64 2620 1734616 1164040 12.85 578312 1536288 8 04:22:56 04:20:01 5657460 0 614228 7.67 2620 1734624 1164112 12.85 579904 1537208 8 04:22:56 04:21:01 5662172 0 609512 7.61 2620 1734628 1163908 12.85 574436 1537208 8 04:22:56 04:22:01 5662516 0 609164 7.61 2620 1734632 1163860 12.85 574076 1537340 8 04:22:56 Average: 5659403 0 612288 7.65 2620 1734621 1176607 12.99 577657 1536671 11 04:22:56 04:22:56 04:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:22:56 04:17:01 eth0 2.17 0.52 0.66 0.37 0.00 0.00 0.00 0.00 04:22:56 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:56 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:56 04:18:01 eth0 1.10 0.27 0.32 0.23 0.00 0.00 0.00 0.00 04:22:56 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:56 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:56 04:19:01 eth0 0.58 0.30 0.27 0.20 0.00 0.00 0.00 0.00 04:22:56 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:56 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:56 04:20:01 eth0 0.53 0.32 0.27 0.20 0.00 0.00 0.00 0.00 04:22:56 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:56 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:56 04:21:01 eth0 0.33 0.27 0.09 0.11 0.00 0.00 0.00 0.00 04:22:56 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:56 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:56 04:22:01 eth0 0.23 0.15 0.07 0.01 0.00 0.00 0.00 0.00 04:22:56 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:56 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:56 Average: eth0 0.82 0.30 0.28 0.19 0.00 0.00 0.00 0.00 04:22:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:56 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:56 04:22:56 04:22:56 ---> sar -P ALL: 04:22:56 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 11/12/21 _x86_64_ (2 CPU) 04:22:56 04:22:56 04:14:57 LINUX RESTART (2 CPU) 04:22:56 04:22:56 04:16:01 CPU %user %nice %system %iowait %steal %idle 04:22:56 04:17:01 all 0.10 0.00 0.06 0.00 0.03 99.82 04:22:56 04:17:01 0 0.10 0.00 0.03 0.00 0.02 99.85 04:22:56 04:17:01 1 0.10 0.00 0.08 0.00 0.03 99.78 04:22:56 04:18:01 all 0.14 0.00 0.08 0.00 0.03 99.76 04:22:56 04:18:01 0 0.18 0.00 0.08 0.00 0.02 99.72 04:22:56 04:18:01 1 0.10 0.00 0.07 0.00 0.03 99.80 04:22:56 04:19:01 all 0.22 0.00 0.04 0.00 0.02 99.72 04:22:56 04:19:01 0 0.35 0.00 0.03 0.00 0.00 99.62 04:22:56 04:19:01 1 0.08 0.00 0.05 0.00 0.03 99.83 04:22:56 04:20:01 all 0.17 0.00 0.04 0.00 0.02 99.77 04:22:56 04:20:01 0 0.25 0.00 0.03 0.00 0.02 99.70 04:22:56 04:20:01 1 0.08 0.00 0.05 0.00 0.02 99.85 04:22:56 04:21:01 all 0.15 0.00 0.04 0.00 0.03 99.78 04:22:56 04:21:01 0 0.03 0.00 0.05 0.00 0.03 99.88 04:22:56 04:21:01 1 0.27 0.00 0.03 0.00 0.02 99.68 04:22:56 04:22:01 all 0.10 0.00 0.03 0.00 0.02 99.85 04:22:56 04:22:01 0 0.15 0.00 0.03 0.00 0.02 99.80 04:22:56 04:22:01 1 0.05 0.00 0.03 0.00 0.02 99.90 04:22:56 Average: all 0.15 0.00 0.05 0.00 0.02 99.78 04:22:56 Average: 0 0.18 0.00 0.04 0.00 0.02 99.76 04:22:56 Average: 1 0.11 0.00 0.05 0.00 0.03 99.81 04:22:56 04:22:56 04:22:56