Pull request #334 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4b984059e715063e903bb92e73cbdc26a9a14341+b243de676507bce5d4d3b934891dea324aa2fec9 (d96a6f0fb54b792e724b9b30c349d985a5fb3929) Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var 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 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-261 in /w/workspace/edgexfoundry_edgex-ui-go_PR-334 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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-334 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit b243de676507bce5d4d3b934891dea324aa2fec9 into PR head commit 4b984059e715063e903bb92e73cbdc26a9a14341 Merge succeeded, producing 4b984059e715063e903bb92e73cbdc26a9a14341 Checking out Revision 4b984059e715063e903bb92e73cbdc26a9a14341 (PR-334) > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/334/head:refs/remotes/origin/PR-334 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b984059e715063e903bb92e73cbdc26a9a14341 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b243de676507bce5d4d3b934891dea324aa2fec9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b984059e715063e903bb92e73cbdc26a9a14341 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.67" > git rev-list --no-walk 8049571d63ed36342359c29c952c80a0ddb52567 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:54:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:54:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:54:27 ========================================================= 11:54:27 EdgeX Global Pipelines Version Info 11:54:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:54:28 ------------------- 11:54:28 stable info: 11:54:28 ------------------- 11:54:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:54:28 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 11:54:28 Message: update stable to v1.0.186 11:54:29 ------------------- 11:54:29 experimental info: 11:54:29 ------------------- 11:54:29 Commited By: **** collab-it+edgex@linuxfoundation.org 11:54:29 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 11:54:29 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:54:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 11:54:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 11:54:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-334 [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-334 [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-334 [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4b984059e715063e903bb92e73cbdc26a9a14341 [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4b98405 [Pipeline] echo 11:54:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:54:30 provisioning config files... 11:54:30 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp/config7321992383550885154tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:54:31 ---> docker-login.sh 11:54:31 nexus3.edgexfoundry.org:10001 11:54:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:54:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:54:31 Configure a credential helper to remove this warning. See 11:54:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:54:31 11:54:31 Login Succeeded 11:54:31 nexus3.edgexfoundry.org:10002 11:54:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:54:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:54:31 Configure a credential helper to remove this warning. See 11:54:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:54:31 11:54:31 Login Succeeded 11:54:31 nexus3.edgexfoundry.org:10003 11:54:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:54:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:54:31 Configure a credential helper to remove this warning. See 11:54:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:54:31 11:54:31 Login Succeeded 11:54:31 nexus3.edgexfoundry.org:10004 11:54:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:54:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:54:32 Configure a credential helper to remove this warning. See 11:54:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:54:32 11:54:32 Login Succeeded 11:54:32 docker.io 11:54:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:54:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:54:32 Configure a credential helper to remove this warning. See 11:54:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:54:32 11:54:32 Login Succeeded 11:54:32 ---> docker-login.sh ends [Pipeline] } 11:54:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:54:32 + git log --format=format:%s -1 4b984059e715063e903bb92e73cbdc26a9a14341 [Pipeline] echo 11:54:33 GIT_COMMIT: 4b984059e715063e903bb92e73cbdc26a9a14341, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.67 [Pipeline] echo 11:54:33 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:54:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:54:33 11:54:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:54:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:54:33 latest: Pulling from edgex-devops/git-semver 11:54:33 31603596830f: Pulling fs layer 11:54:33 2a8b12db71e7: Pulling fs layer 11:54:33 6ca5941a6612: Pulling fs layer 11:54:33 ecc8261a40a4: Pulling fs layer 11:54:33 ecc8261a40a4: Waiting 11:54:33 31603596830f: Verifying Checksum 11:54:33 31603596830f: Download complete 11:54:34 ecc8261a40a4: Verifying Checksum 11:54:34 ecc8261a40a4: Download complete 11:54:34 6ca5941a6612: Verifying Checksum 11:54:34 6ca5941a6612: Download complete 11:54:34 31603596830f: Pull complete 11:54:34 2a8b12db71e7: Pull complete 11:54:35 6ca5941a6612: Pull complete 11:54:35 ecc8261a40a4: Pull complete 11:54:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:54:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:54:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:54:35 prd-centos7-docker-4c-2g-261 does not seem to be running inside a container 11:54:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-334 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-334:/w/workspace/edgexfoundry_edgex-ui-go_PR-334:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-334@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 11:54:37 $ docker top 5df5448394567826ebc6f5eb9fadd58ac30c4650e063f029d80ea8c069483139 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:54:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:54:38 [ssh-agent] Looking for ssh-agent implementation... 11:54:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:54:38 $ docker exec 5df5448394567826ebc6f5eb9fadd58ac30c4650e063f029d80ea8c069483139 ssh-agent 11:54:38 SSH_AUTH_SOCK=/tmp/ssh-AXpXUZQnDfbd/agent.11 11:54:38 SSH_AGENT_PID=17 11:54:38 Running ssh-add (command line suppressed) 11:54:38 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp/private_key_4023141671100284906.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp/private_key_4023141671100284906.key) 11:54:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:54:38 + git tag --points-at HEAD [Pipeline] } 11:54:39 $ docker exec --env ******** --env ******** 5df5448394567826ebc6f5eb9fadd58ac30c4650e063f029d80ea8c069483139 ssh-agent -k 11:54:39 unset SSH_AUTH_SOCK; 11:54:39 unset SSH_AGENT_PID; 11:54:39 echo Agent pid 17 killed; 11:54:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:54:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:54:39 [ssh-agent] Looking for ssh-agent implementation... 11:54:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:54:39 $ docker exec 5df5448394567826ebc6f5eb9fadd58ac30c4650e063f029d80ea8c069483139 ssh-agent 11:54:39 SSH_AUTH_SOCK=/tmp/ssh-k1faUUEc15Kx/agent.47 11:54:39 SSH_AGENT_PID=52 11:54:39 Running ssh-add (command line suppressed) 11:54:39 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp/private_key_5664249765458507303.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp/private_key_5664249765458507303.key) 11:54:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:54:40 + git semver init 11:54:40 # -> Open(): unable to determine branch for HEAD 11:54:40 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-334/.git 11:54:40 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-334 11:54:40 # $SEMVER_REMOTE_NAME = origin 11:54:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:54:40 # $SEMVER_USER_NAME = edgex-jenkins 11:54:40 # $SEMVER_BRANCH = PR-334 11:54:40 # $SEMVER_TEMP = /tmp/semver-979514989 11:54:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 11:54:41 # '/tmp/semver-979514989' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-334/.semver' 11:54:41 # -> Force: false 11:54:41 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-334/.semver [Pipeline] } 11:54:41 $ docker exec --env ******** --env ******** 5df5448394567826ebc6f5eb9fadd58ac30c4650e063f029d80ea8c069483139 ssh-agent -k 11:54:42 unset SSH_AUTH_SOCK; 11:54:42 unset SSH_AGENT_PID; 11:54:42 echo Agent pid 52 killed; 11:54:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:54:42 + git semver [Pipeline] } 11:54:42 $ docker stop --time=1 5df5448394567826ebc6f5eb9fadd58ac30c4650e063f029d80ea8c069483139 11:54:43 $ docker rm -f 5df5448394567826ebc6f5eb9fadd58ac30c4650e063f029d80ea8c069483139 [Pipeline] // withDockerContainer [Pipeline] sh 11:54:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:54:44 Stashed 1 file(s) [Pipeline] echo 11:54:44 [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 11:54:59 Still waiting to schedule task 11:54:59 Waiting for next available executor on ‘centos7-docker-4c-2g’ 11:54:59 Still waiting to schedule task 11:54:59 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 11:56:12 Running on prd-centos7-docker-4c-2g-263 in /w/workspace/edgexfoundry_edgex-ui-go_PR-334 [Pipeline] { [Pipeline] ws 11:56:12 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 11:56:15 using credential edgex-jenkins-ssh 11:56:15 Cloning the remote Git repository 11:56:15 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 11:56:15 > git init /w/workspace/edgex-ui-go/2 # timeout=10 11:56:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:56:15 > git --version # timeout=10 11:56:15 > git --version # 'git version 2.24.3' 11:56:15 using GIT_SSH to set credentials SSH Credentials for GitHub 11:56:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:56:17 Merging remotes/origin/master commit b243de676507bce5d4d3b934891dea324aa2fec9 into PR head commit 4b984059e715063e903bb92e73cbdc26a9a14341 11:56:17 Merge succeeded, producing 4b984059e715063e903bb92e73cbdc26a9a14341 11:56:17 Checking out Revision 4b984059e715063e903bb92e73cbdc26a9a14341 (PR-334) 11:56:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:56:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:56:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:56:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:56:16 using GIT_SSH to set credentials SSH Credentials for GitHub 11:56:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/334/head:refs/remotes/origin/PR-334 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:56:17 > git config core.sparsecheckout # timeout=10 11:56:17 > git checkout -f 4b984059e715063e903bb92e73cbdc26a9a14341 # timeout=10 11:56:17 > git remote # timeout=10 11:56:17 > git config --get remote.origin.url # timeout=10 11:56:17 using GIT_SSH to set credentials SSH Credentials for GitHub 11:56:17 > git merge b243de676507bce5d4d3b934891dea324aa2fec9 # timeout=10 11:56:17 > git rev-parse HEAD^{commit} # timeout=10 11:56:17 > git config core.sparsecheckout # timeout=10 11:56:17 > git checkout -f 4b984059e715063e903bb92e73cbdc26a9a14341 # timeout=10 11:56:21 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.67" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:56:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 11:56:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 11:56:22 + true 11:56:22 + sudo service docker restart 11:56:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:56:24 provisioning config files... 11:56:24 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config5015850972948755121tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:56:24 ---> docker-login.sh 11:56:24 nexus3.edgexfoundry.org:10001 11:56:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:56:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:56:24 Configure a credential helper to remove this warning. See 11:56:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:56:24 11:56:24 Login Succeeded 11:56:24 nexus3.edgexfoundry.org:10002 11:56:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:56:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:56:25 Configure a credential helper to remove this warning. See 11:56:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:56:25 11:56:25 Login Succeeded 11:56:25 nexus3.edgexfoundry.org:10003 11:56:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:56:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:56:25 Configure a credential helper to remove this warning. See 11:56:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:56:25 11:56:25 Login Succeeded 11:56:25 nexus3.edgexfoundry.org:10004 11:56:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:56:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:56:25 Configure a credential helper to remove this warning. See 11:56:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:56:25 11:56:25 Login Succeeded 11:56:25 docker.io 11:56:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:56:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:56:25 Configure a credential helper to remove this warning. See 11:56:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:56:25 11:56:25 Login Succeeded 11:56:25 ---> docker-login.sh ends [Pipeline] } 11:56:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:56:26 ========================================================= 11:56:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 11:56:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:56:26 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 11:56:26 Sending build context to Docker daemon 34.61MB 11:56:26 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 11:56:26 Step 2/8 : FROM ${BASE} 11:56:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 11:56:26 188c0c94c7c5: Pulling fs layer 11:56:26 0ef7d3d256c8: Pulling fs layer 11:56:26 de9db76c5a1d: Pulling fs layer 11:56:26 bca2f99d35d6: Pulling fs layer 11:56:26 93359f2a8cfa: Pulling fs layer 11:56:26 7c6f9722023f: Pulling fs layer 11:56:26 a35cf1a2eb13: Pulling fs layer 11:56:26 bca2f99d35d6: Waiting 11:56:26 7c6f9722023f: Waiting 11:56:26 a35cf1a2eb13: Waiting 11:56:26 93359f2a8cfa: Waiting 11:56:26 de9db76c5a1d: Download complete 11:56:26 0ef7d3d256c8: Verifying Checksum 11:56:26 0ef7d3d256c8: Download complete 11:56:26 93359f2a8cfa: Verifying Checksum 11:56:26 93359f2a8cfa: Download complete 11:56:26 188c0c94c7c5: Verifying Checksum 11:56:26 188c0c94c7c5: Download complete 11:56:26 7c6f9722023f: Download complete 11:56:27 188c0c94c7c5: Pull complete 11:56:27 0ef7d3d256c8: Pull complete 11:56:27 de9db76c5a1d: Pull complete 11:56:28 a35cf1a2eb13: Verifying Checksum 11:56:28 a35cf1a2eb13: Download complete 11:56:29 bca2f99d35d6: Verifying Checksum 11:56:29 bca2f99d35d6: Download complete 11:56:35 bca2f99d35d6: Pull complete 11:56:35 93359f2a8cfa: Pull complete 11:56:35 7c6f9722023f: Pull complete 11:56:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-262 in /w/workspace/edgexfoundry_edgex-ui-go_PR-334 [Pipeline] { [Pipeline] ws 11:56:40 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 11:56:43 a35cf1a2eb13: Pull complete 11:56:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 11:56:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 11:56:43 ---> a62c8e92a672 11:56:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:56:43 ---> Running in 67c5ae0352bc 11:56:43 Removing intermediate container 67c5ae0352bc 11:56:43 ---> 7450b1be854f 11:56:43 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:56:43 ---> Running in 6491064da671 11:56:44 Removing intermediate container 6491064da671 11:56:44 ---> fc12e87cdd02 11:56:44 Step 5/8 : RUN apk add --no-cache make git 11:56:44 ---> Running in 8dcbc368ca37 11:56:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:56:46 OK: 166 MiB in 39 packages 11:56:46 using credential edgex-jenkins-ssh 11:56:46 Cloning the remote Git repository 11:56:46 Removing intermediate container 8dcbc368ca37 11:56:46 ---> 4155b8bff9c7 11:56:46 Step 6/8 : WORKDIR /edgex-ui-go 11:56:46 ---> Running in c8aed6e2285e 11:56:46 Removing intermediate container c8aed6e2285e 11:56:46 ---> b7b373e4175b 11:56:46 Step 7/8 : COPY . . 11:56:46 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 11:56:46 > git init /w/workspace/edgex-ui-go/2 # timeout=10 11:56:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:56:46 > git --version # timeout=10 11:56:46 > git --version # 'git version 2.17.1' 11:56:46 using GIT_SSH to set credentials SSH Credentials for GitHub 11:56:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:56:49 Merging remotes/origin/master commit b243de676507bce5d4d3b934891dea324aa2fec9 into PR head commit 4b984059e715063e903bb92e73cbdc26a9a14341 11:56:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:56:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:56:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:56:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:56:48 using GIT_SSH to set credentials SSH Credentials for GitHub 11:56:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/334/head:refs/remotes/origin/PR-334 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:56:49 > git config core.sparsecheckout # timeout=10 11:56:49 > git checkout -f 4b984059e715063e903bb92e73cbdc26a9a14341 # timeout=10 11:56:49 > git remote # timeout=10 11:56:49 > git config --get remote.origin.url # timeout=10 11:56:49 using GIT_SSH to set credentials SSH Credentials for GitHub 11:56:49 > git merge b243de676507bce5d4d3b934891dea324aa2fec9 # timeout=10 11:56:49 Merge succeeded, producing 4b984059e715063e903bb92e73cbdc26a9a14341 11:56:49 Checking out Revision 4b984059e715063e903bb92e73cbdc26a9a14341 (PR-334) 11:56:50 ---> ba9e35130a0e 11:56:50 Step 8/8 : RUN go mod download 11:56:50 ---> Running in bcead43c6fff 11:56:49 > git rev-parse HEAD^{commit} # timeout=10 11:56:49 > git config core.sparsecheckout # timeout=10 11:56:49 > git checkout -f 4b984059e715063e903bb92e73cbdc26a9a14341 # timeout=10 11:56:54 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.67" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:56:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 11:56:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 11:56:56 + sudo service docker restart 11:56:56 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:56:59 provisioning config files... 11:56:59 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config5658935997261635609tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:57:00 ---> docker-login.sh 11:57:00 nexus3.edgexfoundry.org:10001 11:57:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:57:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:57:01 Configure a credential helper to remove this warning. See 11:57:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:57:01 11:57:01 Login Succeeded 11:57:01 nexus3.edgexfoundry.org:10002 11:57:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:57:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:57:01 Configure a credential helper to remove this warning. See 11:57:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:57:01 11:57:01 Login Succeeded 11:57:01 nexus3.edgexfoundry.org:10003 11:57:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:57:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:57:02 Configure a credential helper to remove this warning. See 11:57:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:57:02 11:57:02 Login Succeeded 11:57:02 nexus3.edgexfoundry.org:10004 11:57:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:57:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:57:02 Configure a credential helper to remove this warning. See 11:57:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:57:02 11:57:02 Login Succeeded 11:57:02 docker.io 11:57:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:57:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:57:03 Configure a credential helper to remove this warning. See 11:57:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:57:03 11:57:03 Login Succeeded 11:57:03 ---> docker-login.sh ends [Pipeline] } 11:57:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:57:03 ========================================================= 11:57:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 11:57:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:57:04 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 11:57:05 Sending build context to Docker daemon 34.61MB 11:57:05 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 11:57:05 Step 2/8 : FROM ${BASE} 11:57:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:57:05 5f621e34cdf4: Pulling fs layer 11:57:05 a4357932f1b6: Pulling fs layer 11:57:05 18c013af1878: Pulling fs layer 11:57:05 00ac8860ef70: Pulling fs layer 11:57:05 63d7cb157983: Pulling fs layer 11:57:05 b116817d02f9: Pulling fs layer 11:57:05 745a02a5169b: Pulling fs layer 11:57:05 63d7cb157983: Waiting 11:57:05 b116817d02f9: Waiting 11:57:05 745a02a5169b: Waiting 11:57:05 00ac8860ef70: Waiting 11:57:05 18c013af1878: Verifying Checksum 11:57:05 18c013af1878: Download complete 11:57:05 a4357932f1b6: Verifying Checksum 11:57:05 a4357932f1b6: Download complete 11:57:05 63d7cb157983: Verifying Checksum 11:57:05 b116817d02f9: Verifying Checksum 11:57:05 b116817d02f9: Download complete 11:57:05 5f621e34cdf4: Verifying Checksum 11:57:05 5f621e34cdf4: Download complete 11:57:06 5f621e34cdf4: Pull complete 11:57:06 a4357932f1b6: Pull complete 11:57:06 18c013af1878: Pull complete 11:57:07 745a02a5169b: Verifying Checksum 11:57:07 745a02a5169b: Download complete 11:57:09 00ac8860ef70: Verifying Checksum 11:57:09 00ac8860ef70: Download complete 11:57:19 00ac8860ef70: Pull complete 11:57:19 63d7cb157983: Pull complete 11:57:19 b116817d02f9: Pull complete 11:57:22 Removing intermediate container bcead43c6fff 11:57:22 ---> 0ac2ca158ce3 11:57:22 Successfully built 0ac2ca158ce3 11:57:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 11:57:22 + docker inspect -f . ci-base-image-x86_64 11:57:22 . [Pipeline] withDockerContainer 11:57:22 prd-centos7-docker-4c-2g-263 does not seem to be running inside a container 11:57:22 745a02a5169b: Pull complete 11:57:22 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 11:57:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 11:57:22 ---> b7e6874047d6 11:57:22 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:57:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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-x86_64 cat 11:57:23 $ docker top e8b8dd2ea8112cd21596dc04740b5fb7a3996fac8fe3b9350ab89597fecebc6c -eo pid,comm [Pipeline] { [Pipeline] sh 11:57:24 + go version 11:57:24 go version go1.15.5 linux/amd64 [Pipeline] } 11:57:24 $ docker stop --time=1 e8b8dd2ea8112cd21596dc04740b5fb7a3996fac8fe3b9350ab89597fecebc6c 11:57:25 $ docker rm -f e8b8dd2ea8112cd21596dc04740b5fb7a3996fac8fe3b9350ab89597fecebc6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:57:25 + docker inspect -f . ci-base-image-x86_64 11:57:25 . [Pipeline] withDockerContainer 11:57:26 prd-centos7-docker-4c-2g-263 does not seem to be running inside a container 11:57:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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-x86_64 cat 11:57:26 ---> Running in 906fc4d9da0b 11:57:26 Removing intermediate container 906fc4d9da0b 11:57:26 ---> 8921725412cb 11:57:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:57:26 ---> Running in 0f21f0ea5564 11:57:26 $ docker top a5a7045e86922853cfcb0cf1a195e862f2c4d8be026d6df5bc93e5d1ddf0c927 -eo pid,comm [Pipeline] { [Pipeline] sh 11:57:27 + make test 11:57:27 GO111MODULE=on go test -coverprofile=coverage.out ./... 11:57:28 ? github.com/edgexfoundry/edgex-ui-go [no test files] 11:57:28 Removing intermediate container 0f21f0ea5564 11:57:28 ---> 39e2ca7a223b 11:57:28 Step 5/8 : RUN apk add --no-cache make git 11:57:28 ---> Running in 3af856f18b92 11:57:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:57:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:57:31 OK: 142 MiB in 39 packages 11:57:32 Removing intermediate container 3af856f18b92 11:57:32 ---> a5250dac6c6d 11:57:32 Step 6/8 : WORKDIR /edgex-ui-go 11:57:32 ---> Running in 3587e4650213 11:57:33 Removing intermediate container 3587e4650213 11:57:33 ---> 2caeb60e2617 11:57:33 Step 7/8 : COPY . . 11:57:36 ---> a87e7d15aee4 11:57:36 Step 8/8 : RUN go mod download 11:57:36 ---> Running in d7b7d3a6550f 11:57:38 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 11:57:38 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 11:57:38 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 11:57:38 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 11:57:38 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 11:57:38 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 11:57:38 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 11:57:38 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 11:57:38 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 11:57:38 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 11:57:38 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 11:57:38 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 11:57:38 GO111MODULE=on go vet ./... [Pipeline] } 11:57:39 $ docker stop --time=1 a5a7045e86922853cfcb0cf1a195e862f2c4d8be026d6df5bc93e5d1ddf0c927 11:57:41 $ docker rm -f a5a7045e86922853cfcb0cf1a195e862f2c4d8be026d6df5bc93e5d1ddf0c927 [Pipeline] // withDockerContainer [Pipeline] sh 11:57:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:57:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:57:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:57:45 + ls -al . 11:57:45 total 92 11:57:45 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 15 11:57 . 11:57:45 drwxrwxr-x. 4 jenkins jenkins 28 Apr 15 11:56 .. 11:57:45 drwxrwxr-x. 3 jenkins jenkins 20 Apr 15 11:56 assets 11:57:45 drwxrwxr-x. 2 jenkins jenkins 35 Apr 15 11:56 bin 11:57:45 drwxrwxr-x. 3 jenkins jenkins 29 Apr 15 11:56 cmd 11:57:45 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 15 11:56 CONTRIBUTING.md 11:57:45 -rw-r--r--. 1 jenkins jenkins 10 Apr 15 11:57 coverage.out 11:57:45 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 15 11:56 Dockerfile 11:57:45 -rw-rw-r--. 1 jenkins jenkins 902 Apr 15 11:56 Dockerfile.build 11:57:45 drwxrwxr-x. 5 jenkins jenkins 104 Apr 15 11:56 docs 11:57:45 drwxrwxr-x. 8 jenkins jenkins 179 Apr 15 11:56 .git 11:57:45 drwxrwxr-x. 2 jenkins jenkins 103 Apr 15 11:56 .github 11:57:45 -rw-rw-r--. 1 jenkins jenkins 162 Apr 15 11:56 .gitignore 11:57:45 -rw-rw-r--. 1 jenkins jenkins 987 Apr 15 11:56 go.mod 11:57:45 -rw-r--r--. 1 jenkins jenkins 22392 Apr 15 11:57 go.sum 11:57:45 drwxrwxr-x. 10 jenkins jenkins 139 Apr 15 11:56 internal 11:57:45 -rw-rw-r--. 1 jenkins jenkins 652 Apr 15 11:56 Jenkinsfile 11:57:45 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 15 11:56 LICENSE 11:57:45 -rw-rw-r--. 1 jenkins jenkins 951 Apr 15 11:56 Makefile 11:57:45 -rw-rw-r--. 1 jenkins jenkins 4535 Apr 15 11:56 README.md 11:57:45 -rw-rw-r--. 1 jenkins jenkins 5 Apr 15 11:54 VERSION 11:57:45 -rw-rw-r--. 1 jenkins jenkins 155 Apr 15 11:56 version.go 11:57:45 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 15 11:56 web [Pipeline] isUnix [Pipeline] sh 11:57:45 + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=4b984059e715063e903bb92e73cbdc26a9a14341 --label arch=amd64 --label version=0.0.0 . 11:57:45 Sending build context to Docker daemon 34.63MB 11:57:46 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 11:57:46 Step 2/24 : FROM ${BASE} AS builder 11:57:46 ---> 0ac2ca158ce3 11:57:46 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 11:57:46 ---> Running in 578d32ef52e1 11:57:46 Removing intermediate container 578d32ef52e1 11:57:46 ---> 27a7b95c449c 11:57:46 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 11:57:46 ---> Running in 9ca0e52f34a4 11:57:46 Removing intermediate container 9ca0e52f34a4 11:57:46 ---> da7cf0b09314 11:57:46 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 11:57:46 ---> Running in 83b02b29c239 11:57:47 Removing intermediate container 83b02b29c239 11:57:47 ---> 2eae82245a05 11:57:47 Step 6/24 : LABEL Name=edgex-ui-go 11:57:47 ---> Running in 1d8ecfac9064 11:57:47 Removing intermediate container 1d8ecfac9064 11:57:47 ---> cf48fb3e3ce7 11:57:47 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 11:57:47 ---> Running in b61c95e44ddb 11:57:47 Removing intermediate container b61c95e44ddb 11:57:47 ---> 4b2925e80572 11:57:47 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:57:47 ---> Running in cab460241474 11:57:48 Removing intermediate container cab460241474 11:57:48 ---> 9525e9bffa1b 11:57:48 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:57:48 ---> Running in c4ac2d212b3a 11:57:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:57:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:57:50 OK: 166 MiB in 39 packages 11:57:50 Removing intermediate container c4ac2d212b3a 11:57:50 ---> da5020a33195 11:57:50 Step 10/24 : ENV GO111MODULE=on 11:57:50 ---> Running in e1b2954df2b5 11:57:50 Removing intermediate container e1b2954df2b5 11:57:50 ---> 20d72b5a5cbd 11:57:50 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 11:57:50 ---> Running in 28ca81a62b5b 11:57:50 Removing intermediate container 28ca81a62b5b 11:57:50 ---> b001c65164ce 11:57:50 Step 12/24 : COPY go.mod . 11:57:51 ---> 3321b9d4dab1 11:57:51 Step 13/24 : COPY Makefile . 11:57:51 ---> 4b85cf17f71c 11:57:51 Step 14/24 : RUN make update 11:57:51 ---> Running in d5a00afb8549 11:57:51 CGO_ENABLED=0 GO111MODULE=on go mod download 11:57:52 Removing intermediate container d5a00afb8549 11:57:52 ---> 4731c5f845ec 11:57:52 Step 15/24 : COPY . . 11:57:54 ---> b423f6166e7a 11:57:54 Step 16/24 : RUN ${MAKE} 11:57:54 ---> Running in 2a186abbab2e 11:57:54 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 11:58:03 CGO_ENABLED=0 GO111MODULE=on go build ./... 11:58:07 Removing intermediate container 2a186abbab2e 11:58:07 ---> 2bc1d4a8d6b8 11:58:07 Step 17/24 : FROM alpine:3.12 11:58:07 3.12: Pulling from library/alpine 11:58:07 339de151aab4: Pulling fs layer 11:58:07 339de151aab4: Verifying Checksum 11:58:07 339de151aab4: Download complete 11:58:07 339de151aab4: Pull complete 11:58:07 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 11:58:07 Status: Downloaded newer image for alpine:3.12 11:58:07 ---> 13621d1b12d4 11:58:07 Step 18/24 : EXPOSE 4000 11:58:07 ---> Running in 031f5936c97b 11:58:07 Removing intermediate container 031f5936c97b 11:58:07 ---> bf68d308aa9e 11:58:07 Step 19/24 : 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 11:58:08 Removing intermediate container d7b7d3a6550f 11:58:08 ---> c0f2f91b2c21 11:58:08 Successfully built c0f2f91b2c21 11:58:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:58:09 + docker inspect -f . ci-base-image-arm64 11:58:09 . 11:58:09 ---> 6968fbfec079 11:58:09 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 11:58:09 ---> Running in f67420b2a04d [Pipeline] withDockerContainer 11:58:09 Removing intermediate container f67420b2a04d 11:58:09 ---> 10cf6c539622 11:58:09 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 11:58:09 ---> Running in ade8222b2bde 11:58:09 prd-ubuntu18.04-docker-arm64-4c-16g-262 does not seem to be running inside a container 11:58:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:58:09 Removing intermediate container ade8222b2bde 11:58:09 ---> 9be37cb09b62 11:58:09 Step 22/24 : LABEL arch=amd64 11:58:09 ---> Running in 767ed89fe5eb 11:58:09 Removing intermediate container 767ed89fe5eb 11:58:09 ---> a5d7d87516cf 11:58:09 Step 23/24 : LABEL git_sha=4b984059e715063e903bb92e73cbdc26a9a14341 11:58:09 ---> Running in da9dbe18a98f 11:58:09 Removing intermediate container da9dbe18a98f 11:58:09 ---> 3586068a08d4 11:58:09 Step 24/24 : LABEL version=0.0.0 11:58:10 ---> Running in 291166caf7e6 11:58:10 Removing intermediate container 291166caf7e6 11:58:10 ---> 45a1a8974143 11:58:10 [Warning] One or more build-args [ARCH] were not consumed 11:58:10 Successfully built 45a1a8974143 11:58:10 Successfully tagged docker-edgex-ui-go:latest 11:58:11 $ docker top 0ef1de21e44fb431e38bd388882a03948a43284f114e825e64b18fcfc09aadc8 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 11:58:12 + go version 11:58:12 go version go1.15.5 linux/arm64 [Pipeline] } 11:58:12 $ docker stop --time=1 0ef1de21e44fb431e38bd388882a03948a43284f114e825e64b18fcfc09aadc8 11:58:12 ---> job-cost.sh 11:58:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-07Os 11:58:14 $ docker rm -f 0ef1de21e44fb431e38bd388882a03948a43284f114e825e64b18fcfc09aadc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:58:14 + docker inspect -f . ci-base-image-arm64 11:58:14 . [Pipeline] withDockerContainer 11:58:15 prd-ubuntu18.04-docker-arm64-4c-16g-262 does not seem to be running inside a container 11:58:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:58:16 $ docker top 494fcdf7ce58ae67015a86a28bcf1f917822a22e03a1ca462db90a10fbfb32c4 -eo pid,comm [Pipeline] { [Pipeline] sh 11:58:17 + make test 11:58:17 GO111MODULE=on go test -coverprofile=coverage.out ./... 11:58:19 ? github.com/edgexfoundry/edgex-ui-go [no test files] 11:58:27 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:58:45 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 11:58:45 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 11:58:45 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 11:58:45 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 11:58:45 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 11:58:45 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 11:58:45 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 11:58:45 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 11:58:45 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 11:58:45 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 11:58:45 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 11:58:45 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 11:58:45 GO111MODULE=on go vet ./... [Pipeline] } 11:58:52 $ docker stop --time=1 494fcdf7ce58ae67015a86a28bcf1f917822a22e03a1ca462db90a10fbfb32c4 11:58:53 lf-activate-venv(): INFO: Adding /tmp/venv-07Os/bin to PATH 11:58:53 INFO: No Stack... 11:58:53 INFO: Retrieving Pricing Info for: v1-standard-2 11:58:53 INFO: Archiving Costs 11:58:54 $ docker rm -f 494fcdf7ce58ae67015a86a28bcf1f917822a22e03a1ca462db90a10fbfb32c4 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 11:58:55 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 11:58:55 + cut -d, -f6 11:58:55 + sudo chown -R jenkins:jenkins . [Pipeline] lock 11:58:55 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-334-2-stack-cost] 11:58:55 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-334-2-stack-cost] did not exist. Created. 11:58:55 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-334-2-stack-cost] [Pipeline] { [Pipeline] stash 11:58:55 Warning: overwriting stash ‘coverage-report’ [Pipeline] unstash [Pipeline] sh 11:58:56 + echo total: 0.029999999329447746 [Pipeline] stash 11:58:56 Stashed 1 file(s) [Pipeline] } 11:58:56 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-334-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:58:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:58:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:58:57 + ls -al . 11:58:57 total 124 11:58:57 drwxrwxr-x 10 jenkins jenkins 4096 Apr 15 11:58 . 11:58:57 drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 11:56 .. 11:58:57 drwxrwxr-x 8 jenkins jenkins 4096 Apr 15 11:56 .git 11:58:57 drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 11:56 .github 11:58:57 -rw-rw-r-- 1 jenkins jenkins 162 Apr 15 11:56 .gitignore 11:58:57 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 15 11:56 CONTRIBUTING.md 11:58:57 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 15 11:56 Dockerfile 11:58:57 -rw-rw-r-- 1 jenkins jenkins 902 Apr 15 11:56 Dockerfile.build 11:58:57 -rw-rw-r-- 1 jenkins jenkins 652 Apr 15 11:56 Jenkinsfile 11:58:57 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 15 11:56 LICENSE 11:58:57 -rw-rw-r-- 1 jenkins jenkins 951 Apr 15 11:56 Makefile 11:58:57 -rw-rw-r-- 1 jenkins jenkins 4535 Apr 15 11:56 README.md 11:58:57 -rw-rw-r-- 1 jenkins jenkins 5 Apr 15 11:54 VERSION 11:58:57 drwxrwxr-x 3 jenkins jenkins 4096 Apr 15 11:56 assets 11:58:57 drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 11:56 bin 11:58:57 drwxrwxr-x 3 jenkins jenkins 4096 Apr 15 11:56 cmd 11:58:57 -rw-r--r-- 1 jenkins jenkins 10 Apr 15 11:58 coverage.out 11:58:57 drwxrwxr-x 5 jenkins jenkins 4096 Apr 15 11:56 docs 11:58:57 -rw-rw-r-- 1 jenkins jenkins 987 Apr 15 11:56 go.mod 11:58:57 -rw-r--r-- 1 jenkins jenkins 22392 Apr 15 11:58 go.sum 11:58:57 drwxrwxr-x 10 jenkins jenkins 4096 Apr 15 11:56 internal 11:58:57 -rw-rw-r-- 1 jenkins jenkins 155 Apr 15 11:56 version.go 11:58:57 drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 11:56 web [Pipeline] isUnix [Pipeline] sh 11:58:58 + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4b984059e715063e903bb92e73cbdc26a9a14341 --label arch=arm64 --label version=0.0.0 . 11:58:59 Sending build context to Docker daemon 34.63MB 11:58:59 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 11:58:59 Step 2/24 : FROM ${BASE} AS builder 11:58:59 ---> c0f2f91b2c21 11:58:59 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 11:59:00 ---> Running in 08f8672bca76 11:59:00 Removing intermediate container 08f8672bca76 11:59:00 ---> 1bf4eb5ebcd9 11:59:00 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 11:59:00 ---> Running in 911ff0502853 11:59:00 Removing intermediate container 911ff0502853 11:59:00 ---> 6610b6f971fb 11:59:00 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 11:59:00 ---> Running in b9c5f64cbff0 11:59:01 Removing intermediate container b9c5f64cbff0 11:59:01 ---> 0ffbbc50b9f2 11:59:01 Step 6/24 : LABEL Name=edgex-ui-go 11:59:01 ---> Running in c1831ad9b2ef 11:59:02 Removing intermediate container c1831ad9b2ef 11:59:02 ---> 6fb9f0ef1da1 11:59:02 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 11:59:02 ---> Running in bc7e1d3a183f 11:59:02 Removing intermediate container bc7e1d3a183f 11:59:02 ---> 5c4339a0a911 11:59:02 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:59:02 ---> Running in 2aa4664f034f 11:59:04 Removing intermediate container 2aa4664f034f 11:59:04 ---> de915b6a3b65 11:59:04 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:59:04 ---> Running in 0e924e036823 11:59:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:59:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:59:07 OK: 142 MiB in 39 packages 11:59:08 Removing intermediate container 0e924e036823 11:59:08 ---> 08aeb4bb7348 11:59:08 Step 10/24 : ENV GO111MODULE=on 11:59:08 ---> Running in bbfd6f2d8a52 11:59:09 Removing intermediate container bbfd6f2d8a52 11:59:09 ---> bd1f022d152a 11:59:09 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 11:59:09 ---> Running in 0dadfb38f88e 11:59:09 Removing intermediate container 0dadfb38f88e 11:59:09 ---> f404c85ca221 11:59:09 Step 12/24 : COPY go.mod . 11:59:10 ---> 0539f0767ca2 11:59:10 Step 13/24 : COPY Makefile . 11:59:11 ---> d3279e237fef 11:59:11 Step 14/24 : RUN make update 11:59:11 ---> Running in 450a308cafa4 11:59:12 CGO_ENABLED=0 GO111MODULE=on go mod download 11:59:13 Removing intermediate container 450a308cafa4 11:59:13 ---> 6e171d636a77 11:59:13 Step 15/24 : COPY . . 11:59:17 ---> b30a0cb59e3b 11:59:17 Step 16/24 : RUN ${MAKE} 11:59:17 ---> Running in 71561c7d4215 11:59:18 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 11:59:45 CGO_ENABLED=0 GO111MODULE=on go build ./... 11:59:50 Removing intermediate container 71561c7d4215 11:59:50 ---> bc7321ed0d5a 11:59:50 Step 17/24 : FROM alpine:3.12 11:59:50 3.12: Pulling from library/alpine 11:59:50 d2f70382dc9a: Pulling fs layer 11:59:50 d2f70382dc9a: Verifying Checksum 11:59:50 d2f70382dc9a: Download complete 11:59:51 d2f70382dc9a: Pull complete 11:59:51 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 11:59:51 Status: Downloaded newer image for alpine:3.12 11:59:51 ---> 9852663dfa18 11:59:51 Step 18/24 : EXPOSE 4000 11:59:51 ---> Running in e389b017701f 11:59:52 Removing intermediate container e389b017701f 11:59:52 ---> 44ad24192cc4 11:59:52 Step 19/24 : 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 11:59:54 ---> d89a806cee64 11:59:54 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 11:59:54 ---> Running in a81b94f01a44 11:59:55 Removing intermediate container a81b94f01a44 11:59:55 ---> 85ca54f99a22 11:59:55 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 11:59:55 ---> Running in 4338b35bdc3d 11:59:55 Removing intermediate container 4338b35bdc3d 11:59:55 ---> c96ef23c97a7 11:59:55 Step 22/24 : LABEL arch=arm64 11:59:55 ---> Running in 817ce32d2f2a 11:59:55 Removing intermediate container 817ce32d2f2a 11:59:55 ---> a35f1545e3dd 11:59:55 Step 23/24 : LABEL git_sha=4b984059e715063e903bb92e73cbdc26a9a14341 11:59:56 ---> Running in 7caf583c0893 11:59:56 Removing intermediate container 7caf583c0893 11:59:56 ---> 8e8ecf6bacb8 11:59:56 Step 24/24 : LABEL version=0.0.0 11:59:56 ---> Running in b109d98b99b0 11:59:57 Removing intermediate container b109d98b99b0 11:59:57 ---> cb6c3ad55519 11:59:57 [Warning] One or more build-args [ARCH] were not consumed 11:59:57 Successfully built cb6c3ad55519 11:59:57 Successfully tagged docker-edgex-ui-go-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] libraryResource [Pipeline] sh 11:59:57 ---> job-cost.sh 11:59:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HXO1 12:00:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:02:13 lf-activate-venv(): INFO: Adding /tmp/venv-HXO1/bin to PATH 12:02:13 INFO: No Stack... 12:02:13 INFO: Retrieving Pricing Info for: lf-standard-4 12:02:13 INFO: Archiving Costs [Pipeline] sh 12:02:13 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 12:02:13 + cut -d, -f6 [Pipeline] lock 12:02:14 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-334-2-stack-cost] 12:02:14 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-334-2-stack-cost] did not exist. Created. 12:02:14 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-334-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:02:14 /w/workspace/edgex-ui-go/2@tmp/durable-27c7cbef/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-27c7cbef/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 12:02:14 + echo total: 0.20999999344348907 [Pipeline] stash 12:02:14 Warning: overwriting stash ‘stack-cost’ 12:02:15 Stashed 1 file(s) [Pipeline] } 12:02:15 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-334-2-stack-cost] [Pipeline] // lock [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] wrap 12:02:15 provisioning config files... 12:02:15 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp/config1715738208599278157tmp [Pipeline] { [Pipeline] sh 12:02:15 + set +x 12:02:15 + bash -s -- 12:02:15 + curl -s https://codecov.io/bash 12:02:16 12:02:16 _____ _ 12:02:16 / ____| | | 12:02:16 | | ___ __| | ___ ___ _____ __ 12:02:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:02:16 | |___| (_) | (_| | __/ (_| (_) \ V / 12:02:16 \_____\___/ \__,_|\___|\___\___/ \_/ 12:02:16 Bash-1.0.1 12:02:16 12:02:16 12:02:16 ==> git version 2.24.3 found 12:02:16 ==> 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 12:02:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 12:02:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 12:02:16 ==> Jenkins CI detected. 12:02:16 project root: . 12:02:16 --> token set from env 12:02:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:02:16 ==> Running gcov in . (disable via -X gcov) 12:02:16 ==> Python coveragepy not found 12:02:16 ==> Searching for coverage reports in: 12:02:16 + . 12:02:16 -> Found 1 reports 12:02:16 ==> Detecting git/mercurial file structure 12:02:16 ==> Reading reports 12:02:16 + ./coverage.out bytes=10 12:02:16 ==> Appending adjustments 12:02:16 https://docs.codecov.io/docs/fixing-reports 12:02:16 + Found adjustments 12:02:16 ==> Gzipping contents 12:02:16 4.0K /tmp/codecov.Pbix5x.gz 12:02:16 ==> Uploading reports 12:02:16 url: https://codecov.io 12:02:16 query: branch=PR-334&commit=4b984059e715063e903bb92e73cbdc26a9a14341&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-334%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=334&job=&cmd_args= 12:02:16 -> Pinging Codecov 12:02:16 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-334&commit=4b984059e715063e903bb92e73cbdc26a9a14341&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-334%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=334&job=&cmd_args= 12:02:16 -> Uploading to 12:02:16 https://storage.googleapis.com/codecov/v4/raw/2021-04-15/FB506323287CE973F263BFD2A0EB1F37/4b984059e715063e903bb92e73cbdc26a9a14341/27a1023c-de76-432c-9d1f-e697db8b06b2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210415%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210415T120216Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e5bdb85981d1261958f67c118903c69d10e33497047ade26abadd93a6f966464 12:02:16 % Total % Received % Xferd Average Speed Time Time Time Current 12:02:16 Dload Upload Total Spent Left Speed 12:02:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3886 0 0 100 3886 0 9717 --:--:-- --:--:-- --:--:-- 9739 12:02:17 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/4b984059e715063e903bb92e73cbdc26a9a14341 [Pipeline] } 12:02:17 Deleting 1 temporary files [Pipeline] // wrap [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] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 12:02:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:02:18 ---> package-listing.sh 12:02:18 ++ facter osfamily 12:02:18 ++ tr '[:upper:]' '[:lower:]' 12:02:18 + OS_FAMILY=redhat 12:02:18 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-334 12:02:18 + START_PACKAGES=/tmp/packages_start.txt 12:02:18 + END_PACKAGES=/tmp/packages_end.txt 12:02:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:02:18 + PACKAGES=/tmp/packages_start.txt 12:02:18 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-334 ']' 12:02:18 + PACKAGES=/tmp/packages_end.txt 12:02:18 + case "${OS_FAMILY}" in 12:02:18 + rpm -qa 12:02:18 + sort 12:02:24 + '[' -f /tmp/packages_start.txt ']' 12:02:24 + '[' -f /tmp/packages_end.txt ']' 12:02:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:02:24 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-334 ']' 12:02:24 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-334/archives/ 12:02:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-334/archives/ [Pipeline] echo 12:02:24 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-334/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:02:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:02:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:02:24 12:02:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:02:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:02:25 alpine: Pulling from edgex-lftools-log-publisher 12:02:25 df20fa9351a1: Pulling fs layer 12:02:25 36b3adc4ff6f: Pulling fs layer 12:02:25 8ad3a11d3b57: Pulling fs layer 12:02:25 46f8f816bc3b: Pulling fs layer 12:02:25 93b61091891f: Pulling fs layer 12:02:25 93b9cdb0e59b: Pulling fs layer 12:02:25 5e14af77c1be: Pulling fs layer 12:02:25 01666e4c0597: Pulling fs layer 12:02:25 aa168da1d23b: Pulling fs layer 12:02:25 93b9cdb0e59b: Waiting 12:02:25 5e14af77c1be: Waiting 12:02:25 01666e4c0597: Waiting 12:02:25 aa168da1d23b: Waiting 12:02:25 46f8f816bc3b: Waiting 12:02:25 93b61091891f: Waiting 12:02:25 36b3adc4ff6f: Download complete 12:02:25 46f8f816bc3b: Download complete 12:02:25 df20fa9351a1: Verifying Checksum 12:02:25 93b9cdb0e59b: Verifying Checksum 12:02:25 93b9cdb0e59b: Download complete 12:02:25 93b61091891f: Download complete 12:02:25 5e14af77c1be: Verifying Checksum 12:02:25 5e14af77c1be: Download complete 12:02:25 01666e4c0597: Verifying Checksum 12:02:25 01666e4c0597: Download complete 12:02:25 8ad3a11d3b57: Verifying Checksum 12:02:25 8ad3a11d3b57: Download complete 12:02:25 df20fa9351a1: Pull complete 12:02:25 36b3adc4ff6f: Pull complete 12:02:26 8ad3a11d3b57: Pull complete 12:02:26 46f8f816bc3b: Pull complete 12:02:27 93b61091891f: Pull complete 12:02:27 93b9cdb0e59b: Pull complete 12:02:27 5e14af77c1be: Pull complete 12:02:27 aa168da1d23b: Verifying Checksum 12:02:27 aa168da1d23b: Download complete 12:02:27 01666e4c0597: Pull complete 12:02:35 aa168da1d23b: Pull complete 12:02:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:02:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:02:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:02:36 prd-centos7-docker-4c-2g-261 does not seem to be running inside a container 12:02:36 $ 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-334/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-334 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-334:/w/workspace/edgexfoundry_edgex-ui-go_PR-334:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-334@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:alpine cat 12:02:39 $ docker top d344da3c4895a894733fa495321cd4d7b0e0e3a552ce211107f84f8cced2dcb2 -eo pid,comm [Pipeline] { [Pipeline] sh 12:02:39 + touch /tmp/pre-build-complete [Pipeline] sh 12:02:40 + mkdir -p /var/log/sa [Pipeline] sh 12:02:40 + ls /var/log/sa-host 12:02:40 + sadf -c /var/log/sa-host/sa15 12:02:40 file_magic: OK 12:02:40 HZ: Using current value: 100 12:02:40 file_header: OK 12:02:40 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 12:02:40 Statistics: 12:02:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:02:40 File successfully converted to sysstat format version 12.2.1 12:02:40 + sadf -c /var/log/sa-host/sa23 12:02:40 file_magic: OK 12:02:40 HZ: Using current value: 100 12:02:40 file_header: OK 12:02:40 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 12:02:40 Statistics: 12:02:40 Hnuu...uuuununununu... 12:02:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:02:41 provisioning config files... 12:02:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-334@tmp/config8326257367772197052tmp [Pipeline] { [Pipeline] echo 12:02:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:02:41 ---> create-netrc.sh [Pipeline] } 12:02:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:02:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:02:41 ---> python-tools-install.sh [Pipeline] echo 12:02:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:02:42 ---> sudo-logs.sh 12:02:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:02:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:02:42 ---> job-cost.sh 12:02:42 lf-activate-venv: SKIPPING 12:02:42 DEBUG: total: 0.20999999344348907 12:02:42 INFO: Retrieving Stack Cost... 12:02:43 INFO: Retrieving Pricing Info for: v1-standard-2 12:02:44 INFO: Archiving Costs [Pipeline] echo 12:02:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:02:44 ---> logs-deploy.sh 12:02:44 lf-activate-venv: SKIPPING 12:02:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-334/2 12:02:44 INFO: archiving workspace using pattern(s): 12:02:46 Archives upload complete. 12:02:46 INFO: archiving logs to Nexus