Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a88ea99ffe9e2626f031198baec7712ee48b9091 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-1032 in /w/workspace/edgexfoundry_edgex-ui-go_master [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_master # 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 Checking out Revision a88ea99ffe9e2626f031198baec7712ee48b9091 (master) > 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a88ea99ffe9e2626f031198baec7712ee48b9091 # timeout=10 Commit message: "Merge pull request #339 from soda480/US149" > git rev-list --no-walk ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:38:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:38:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:38:03 ========================================================= 23:38:03 EdgeX Global Pipelines Version Info 23:38:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:38:05 ------------------- 23:38:05 stable info: 23:38:05 ------------------- 23:38:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:38:05 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 23:38:05 Message: update stable to v1.0.186 23:38:06 ------------------- 23:38:06 experimental info: 23:38:06 ------------------- 23:38:06 Commited By: **** collab-it+edgex@linuxfoundation.org 23:38:06 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 23:38:06 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:38:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 23:38:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 23:38:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:38:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:38:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:38:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:38:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 23:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:38:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a88ea99ffe9e2626f031198baec7712ee48b9091 [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a88ea99 [Pipeline] echo 23:38:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:38:07 provisioning config files... 23:38:07 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1183931438499831400tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:38:07 ---> docker-login.sh 23:38:07 nexus3.edgexfoundry.org:10001 23:38:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:38:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:38:08 Configure a credential helper to remove this warning. See 23:38:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:38:08 23:38:08 Login Succeeded 23:38:08 nexus3.edgexfoundry.org:10002 23:38:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:38:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:38:08 Configure a credential helper to remove this warning. See 23:38:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:38:08 23:38:08 Login Succeeded 23:38:08 nexus3.edgexfoundry.org:10003 23:38:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:38:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:38:08 Configure a credential helper to remove this warning. See 23:38:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:38:08 23:38:08 Login Succeeded 23:38:08 nexus3.edgexfoundry.org:10004 23:38:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:38:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:38:08 Configure a credential helper to remove this warning. See 23:38:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:38:08 23:38:08 Login Succeeded 23:38:08 docker.io 23:38:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:38:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:38:09 Configure a credential helper to remove this warning. See 23:38:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:38:09 23:38:09 Login Succeeded 23:38:09 ---> docker-login.sh ends [Pipeline] } 23:38:09 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 23:38:09 + git log --format=format:%s -1 a88ea99ffe9e2626f031198baec7712ee48b9091 [Pipeline] echo 23:38:10 GIT_COMMIT: a88ea99ffe9e2626f031198baec7712ee48b9091, Commit Message: Merge pull request #339 from soda480/US149 [Pipeline] echo 23:38:10 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:38:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:38:11 23:38:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:38:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:38:11 latest: Pulling from edgex-devops/git-semver 23:38:11 31603596830f: Pulling fs layer 23:38:11 2a8b12db71e7: Pulling fs layer 23:38:11 6ca5941a6612: Pulling fs layer 23:38:11 ecc8261a40a4: Pulling fs layer 23:38:11 ecc8261a40a4: Waiting 23:38:11 2a8b12db71e7: Verifying Checksum 23:38:11 2a8b12db71e7: Download complete 23:38:11 31603596830f: Verifying Checksum 23:38:11 31603596830f: Download complete 23:38:11 ecc8261a40a4: Verifying Checksum 23:38:11 ecc8261a40a4: Download complete 23:38:11 6ca5941a6612: Download complete 23:38:12 31603596830f: Pull complete 23:38:12 2a8b12db71e7: Pull complete 23:38:13 6ca5941a6612: Pull complete 23:38:13 ecc8261a40a4: Pull complete 23:38:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:38:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:38:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:38:13 prd-centos7-docker-4c-2g-1032 does not seem to be running inside a container 23:38:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:38:15 $ docker top caa52b40b11d109a029f543144fd39de2e61a3be3b26b06862e99211d95e7a56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:38:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:38:15 [ssh-agent] Looking for ssh-agent implementation... 23:38:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:38:16 $ docker exec caa52b40b11d109a029f543144fd39de2e61a3be3b26b06862e99211d95e7a56 ssh-agent 23:38:16 SSH_AUTH_SOCK=/tmp/ssh-0y8fkOymqkuf/agent.12 23:38:16 SSH_AGENT_PID=17 23:38:16 Running ssh-add (command line suppressed) 23:38:16 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6304881874287294934.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6304881874287294934.key) 23:38:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:38:16 + git tag --points-at HEAD [Pipeline] } 23:38:16 $ docker exec --env ******** --env ******** caa52b40b11d109a029f543144fd39de2e61a3be3b26b06862e99211d95e7a56 ssh-agent -k 23:38:16 unset SSH_AUTH_SOCK; 23:38:16 unset SSH_AGENT_PID; 23:38:16 echo Agent pid 17 killed; 23:38:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:38:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:38:17 [ssh-agent] Looking for ssh-agent implementation... 23:38:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:38:17 $ docker exec caa52b40b11d109a029f543144fd39de2e61a3be3b26b06862e99211d95e7a56 ssh-agent 23:38:17 SSH_AUTH_SOCK=/tmp/ssh-K2c1fewIKilu/agent.46 23:38:17 SSH_AGENT_PID=51 23:38:17 Running ssh-add (command line suppressed) 23:38:17 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6241130241103523840.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6241130241103523840.key) 23:38:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:38:17 + git semver init 23:38:17 # -> Open(): unable to determine branch for HEAD 23:38:17 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 23:38:17 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 23:38:17 # $SEMVER_REMOTE_NAME = origin 23:38:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:38:17 # $SEMVER_USER_NAME = edgex-jenkins 23:38:17 # $SEMVER_BRANCH = master 23:38:17 # $SEMVER_TEMP = /tmp/semver-272825236 23:38:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 23:38:19 # '/tmp/semver-272825236' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 23:38:19 # -> Force: false 23:38:19 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 23:38:19 $ docker exec --env ******** --env ******** caa52b40b11d109a029f543144fd39de2e61a3be3b26b06862e99211d95e7a56 ssh-agent -k 23:38:19 unset SSH_AUTH_SOCK; 23:38:19 unset SSH_AGENT_PID; 23:38:19 echo Agent pid 51 killed; 23:38:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:38:20 + git semver [Pipeline] } 23:38:20 $ docker stop --time=1 caa52b40b11d109a029f543144fd39de2e61a3be3b26b06862e99211d95e7a56 23:38:21 $ docker rm -f caa52b40b11d109a029f543144fd39de2e61a3be3b26b06862e99211d95e7a56 [Pipeline] // withDockerContainer [Pipeline] sh 23:38:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:38:22 Stashed 1 file(s) [Pipeline] echo 23:38:22 [edgeXSemver]: initialized semver on version 2.0.0-dev.41 [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 23:38:37 Still waiting to schedule task 23:38:37 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1032’ 23:38:37 Still waiting to schedule task 23:38:37 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:40:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1033 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 23:40:30 Running in /w/workspace/edgex-ui-go/100 [Pipeline] { [Pipeline] checkout 23:40:36 using credential edgex-jenkins-ssh 23:40:36 Cloning the remote Git repository 23:40:36 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 23:40:36 > git init /w/workspace/edgex-ui-go/100 # timeout=10 23:40:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 23:40:36 > git --version # timeout=10 23:40:36 > git --version # 'git version 2.17.1' 23:40:36 using GIT_SSH to set credentials SSH Credentials for GitHub 23:40:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:40:39 Checking out Revision a88ea99ffe9e2626f031198baec7712ee48b9091 (master) 23:40:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 23:40:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:40:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 23:40:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 23:40:39 using GIT_SSH to set credentials SSH Credentials for GitHub 23:40:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:40:39 > git config core.sparsecheckout # timeout=10 23:40:39 > git checkout -f a88ea99ffe9e2626f031198baec7712ee48b9091 # timeout=10 23:40:44 Commit message: "Merge pull request #339 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:40:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:40:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:40:46 + true 23:40:46 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:40:49 provisioning config files... 23:40:49 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/100@tmp/config4527766225710678471tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:40:49 ---> docker-login.sh 23:40:49 nexus3.edgexfoundry.org:10001 23:40:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:40:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:40:50 Configure a credential helper to remove this warning. See 23:40:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:40:50 23:40:50 Login Succeeded 23:40:50 nexus3.edgexfoundry.org:10002 23:40:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:40:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:40:51 Configure a credential helper to remove this warning. See 23:40:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:40:51 23:40:51 Login Succeeded 23:40:51 nexus3.edgexfoundry.org:10003 23:40:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:40:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:40:52 Configure a credential helper to remove this warning. See 23:40:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:40:52 23:40:52 Login Succeeded 23:40:52 nexus3.edgexfoundry.org:10004 23:40:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:40:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:40:52 Configure a credential helper to remove this warning. See 23:40:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:40:52 23:40:52 Login Succeeded 23:40:52 docker.io 23:40:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:40:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:40:53 Configure a credential helper to remove this warning. See 23:40:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:40:53 23:40:53 Login Succeeded 23:40:53 ---> docker-login.sh ends [Pipeline] } 23:40:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:40:53 ========================================================= 23:40:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:40:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:40:54 + 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 . 23:40:55 Sending build context to Docker daemon 34.83MB 23:40:55 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:40:55 Step 2/8 : FROM ${BASE} 23:40:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:40:55 5f621e34cdf4: Pulling fs layer 23:40:55 a4357932f1b6: Pulling fs layer 23:40:55 18c013af1878: Pulling fs layer 23:40:55 00ac8860ef70: Pulling fs layer 23:40:55 63d7cb157983: Pulling fs layer 23:40:55 b116817d02f9: Pulling fs layer 23:40:55 745a02a5169b: Pulling fs layer 23:40:55 63d7cb157983: Waiting 23:40:55 b116817d02f9: Waiting 23:40:55 745a02a5169b: Waiting 23:40:55 00ac8860ef70: Waiting 23:40:55 18c013af1878: Download complete 23:40:55 a4357932f1b6: Verifying Checksum 23:40:55 a4357932f1b6: Download complete 23:40:55 63d7cb157983: Verifying Checksum 23:40:55 63d7cb157983: Download complete 23:40:55 b116817d02f9: Verifying Checksum 23:40:55 b116817d02f9: Download complete 23:40:55 5f621e34cdf4: Verifying Checksum 23:40:55 5f621e34cdf4: Download complete 23:40:55 5f621e34cdf4: Pull complete 23:40:56 a4357932f1b6: Pull complete 23:40:56 18c013af1878: Pull complete 23:40:57 745a02a5169b: Verifying Checksum 23:40:57 745a02a5169b: Download complete 23:40:58 Running on prd-centos7-docker-4c-2g-1034 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 23:40:58 Running in /w/workspace/edgex-ui-go/100 [Pipeline] { [Pipeline] checkout 23:40:59 00ac8860ef70: Verifying Checksum 23:40:59 00ac8860ef70: Download complete 23:41:01 using credential edgex-jenkins-ssh 23:41:01 Cloning the remote Git repository 23:41:01 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 23:41:01 > git init /w/workspace/edgex-ui-go/100 # timeout=10 23:41:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 23:41:01 > git --version # timeout=10 23:41:01 > git --version # 'git version 2.24.3' 23:41:01 using GIT_SSH to set credentials SSH Credentials for GitHub 23:41:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:41:04 Checking out Revision a88ea99ffe9e2626f031198baec7712ee48b9091 (master) 23:41:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 23:41:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:41:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 23:41:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 23:41:03 using GIT_SSH to set credentials SSH Credentials for GitHub 23:41:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:41:04 > git config core.sparsecheckout # timeout=10 23:41:04 > git checkout -f a88ea99ffe9e2626f031198baec7712ee48b9091 # timeout=10 23:41:08 Commit message: "Merge pull request #339 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:41:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:41:09 00ac8860ef70: Pull complete 23:41:09 63d7cb157983: Pull complete 23:41:09 b116817d02f9: Pull complete 23:41:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:41:09 + sudo service docker restart 23:41:09 + true 23:41:09 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:41:10 provisioning config files... 23:41:10 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/100@tmp/config6429913506048202029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:41:11 ---> docker-login.sh 23:41:11 nexus3.edgexfoundry.org:10001 23:41:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:41:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:41:11 Configure a credential helper to remove this warning. See 23:41:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:41:11 23:41:11 Login Succeeded 23:41:11 nexus3.edgexfoundry.org:10002 23:41:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:41:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:41:11 Configure a credential helper to remove this warning. See 23:41:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:41:11 23:41:11 Login Succeeded 23:41:11 nexus3.edgexfoundry.org:10003 23:41:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:41:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:41:12 Configure a credential helper to remove this warning. See 23:41:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:41:12 23:41:12 Login Succeeded 23:41:12 nexus3.edgexfoundry.org:10004 23:41:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:41:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:41:12 Configure a credential helper to remove this warning. See 23:41:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:41:12 23:41:12 Login Succeeded 23:41:12 docker.io 23:41:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:41:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:41:12 Configure a credential helper to remove this warning. See 23:41:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:41:12 23:41:12 Login Succeeded 23:41:12 ---> docker-login.sh ends [Pipeline] } 23:41:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:41:12 ========================================================= 23:41:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:41:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:41:13 + 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 . 23:41:13 Sending build context to Docker daemon 34.83MB 23:41:13 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:41:13 Step 2/8 : FROM ${BASE} 23:41:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:41:13 188c0c94c7c5: Pulling fs layer 23:41:13 0ef7d3d256c8: Pulling fs layer 23:41:13 de9db76c5a1d: Pulling fs layer 23:41:13 bca2f99d35d6: Pulling fs layer 23:41:13 93359f2a8cfa: Pulling fs layer 23:41:13 7c6f9722023f: Pulling fs layer 23:41:13 a35cf1a2eb13: Pulling fs layer 23:41:13 93359f2a8cfa: Waiting 23:41:13 a35cf1a2eb13: Waiting 23:41:13 7c6f9722023f: Waiting 23:41:13 bca2f99d35d6: Waiting 23:41:13 de9db76c5a1d: Verifying Checksum 23:41:13 de9db76c5a1d: Download complete 23:41:13 0ef7d3d256c8: Download complete 23:41:13 93359f2a8cfa: Verifying Checksum 23:41:13 93359f2a8cfa: Download complete 23:41:13 188c0c94c7c5: Verifying Checksum 23:41:13 188c0c94c7c5: Download complete 23:41:13 7c6f9722023f: Verifying Checksum 23:41:13 7c6f9722023f: Download complete 23:41:13 745a02a5169b: Pull complete 23:41:13 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:41:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:41:13 ---> b7e6874047d6 23:41:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:41:14 188c0c94c7c5: Pull complete 23:41:14 0ef7d3d256c8: Pull complete 23:41:14 de9db76c5a1d: Pull complete 23:41:15 a35cf1a2eb13: Verifying Checksum 23:41:15 a35cf1a2eb13: Download complete 23:41:16 bca2f99d35d6: Verifying Checksum 23:41:16 bca2f99d35d6: Download complete 23:41:16 ---> Running in 8e04b56f21cd 23:41:16 Removing intermediate container 8e04b56f21cd 23:41:16 ---> 1c1b38d20ac6 23:41:16 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:41:16 ---> Running in dd90f6bebc42 23:41:18 Removing intermediate container dd90f6bebc42 23:41:18 ---> 8cebc2ff332b 23:41:18 Step 5/8 : RUN apk add --no-cache make git 23:41:18 ---> Running in b0248513fae8 23:41:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:41:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:41:21 bca2f99d35d6: Pull complete 23:41:21 93359f2a8cfa: Pull complete 23:41:21 7c6f9722023f: Pull complete 23:41:21 OK: 142 MiB in 39 packages 23:41:22 Removing intermediate container b0248513fae8 23:41:22 ---> 657c4d7333be 23:41:22 Step 6/8 : WORKDIR /edgex-ui-go 23:41:22 ---> Running in 295ae43df9a0 23:41:23 Removing intermediate container 295ae43df9a0 23:41:23 ---> 22029e9ffe54 23:41:23 Step 7/8 : COPY . . 23:41:26 ---> 902b01b72f65 23:41:26 Step 8/8 : RUN go mod download 23:41:26 ---> Running in a4449fc2b759 23:41:31 a35cf1a2eb13: Pull complete 23:41:31 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:41:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:41:31 ---> a62c8e92a672 23:41:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:41:31 ---> Running in 1244e5a0409e 23:41:31 Removing intermediate container 1244e5a0409e 23:41:31 ---> d40421af200d 23:41:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:41:31 ---> Running in a5b038f0f7f6 23:41:31 Removing intermediate container a5b038f0f7f6 23:41:31 ---> ede2d40bf376 23:41:31 Step 5/8 : RUN apk add --no-cache make git 23:41:31 ---> Running in 63335d774223 23:41:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:41:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:41:34 OK: 166 MiB in 39 packages 23:41:34 Removing intermediate container 63335d774223 23:41:34 ---> fb5e7c0d703c 23:41:34 Step 6/8 : WORKDIR /edgex-ui-go 23:41:34 ---> Running in 7af95c9f8143 23:41:34 Removing intermediate container 7af95c9f8143 23:41:34 ---> ae0fab0ccdd8 23:41:34 Step 7/8 : COPY . . 23:41:37 ---> f5bc6a8e1ad4 23:41:37 Step 8/8 : RUN go mod download 23:41:37 ---> Running in 7cc47db3b53f 23:41:58 Removing intermediate container a4449fc2b759 23:41:58 ---> f3606068e832 23:41:58 Successfully built f3606068e832 23:41:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:41:59 + docker inspect -f . ci-base-image-arm64 23:41:59 . [Pipeline] withDockerContainer 23:41:59 prd-ubuntu18.04-docker-arm64-4c-16g-1033 does not seem to be running inside a container 23:41:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/100 -v /w/workspace/edgex-ui-go/100:/w/workspace/edgex-ui-go/100:rw,z -v /w/workspace/edgex-ui-go/100@tmp:/w/workspace/edgex-ui-go/100@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 ******** ci-base-image-arm64 cat 23:42:01 $ docker top d606a84d611deb367f9a66736796c4f472aa51980332aefd194750008d1b2d57 -eo pid,comm [Pipeline] { [Pipeline] sh 23:42:01 + go version 23:42:01 go version go1.15.5 linux/arm64 [Pipeline] } 23:42:02 $ docker stop --time=1 d606a84d611deb367f9a66736796c4f472aa51980332aefd194750008d1b2d57 23:42:03 $ docker rm -f d606a84d611deb367f9a66736796c4f472aa51980332aefd194750008d1b2d57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:42:04 Removing intermediate container 7cc47db3b53f 23:42:04 ---> 5d1b6ff99f45 23:42:04 Successfully built 5d1b6ff99f45 23:42:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:42:04 + docker inspect -f . ci-base-image-arm64 23:42:04 . [Pipeline] withDockerContainer 23:42:04 + docker inspect -f . ci-base-image-x86_64 23:42:04 . 23:42:04 prd-ubuntu18.04-docker-arm64-4c-16g-1033 does not seem to be running inside a container 23:42:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/100 -v /w/workspace/edgex-ui-go/100:/w/workspace/edgex-ui-go/100:rw,z -v /w/workspace/edgex-ui-go/100@tmp:/w/workspace/edgex-ui-go/100@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 ******** ci-base-image-arm64 cat 23:42:06 $ docker top 1047bf15bd9f605e74f5567563c5117f045e90ae3c5c725b52a8a5323d5cab6c -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 23:42:06 prd-centos7-docker-4c-2g-1034 does not seem to be running inside a container 23:42:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/100 -v /w/workspace/edgex-ui-go/100:/w/workspace/edgex-ui-go/100:rw,z -v /w/workspace/edgex-ui-go/100@tmp:/w/workspace/edgex-ui-go/100@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 ******** ci-base-image-x86_64 cat 23:42:07 $ docker top bf371d26f07ec98d61d3290b16eae218197b5340fe47e161c6d13365360ea239 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 23:42:08 + go version 23:42:08 go version go1.15.5 linux/amd64 [Pipeline] } 23:42:08 $ docker stop --time=1 bf371d26f07ec98d61d3290b16eae218197b5340fe47e161c6d13365360ea239 23:42:08 + make test 23:42:08 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:42:09 $ docker rm -f bf371d26f07ec98d61d3290b16eae218197b5340fe47e161c6d13365360ea239 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:42:10 ? github.com/edgexfoundry/edgex-ui-go [no test files] 23:42:10 + docker inspect -f . ci-base-image-x86_64 23:42:10 . [Pipeline] withDockerContainer 23:42:10 prd-centos7-docker-4c-2g-1034 does not seem to be running inside a container 23:42:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/100 -v /w/workspace/edgex-ui-go/100:/w/workspace/edgex-ui-go/100:rw,z -v /w/workspace/edgex-ui-go/100@tmp:/w/workspace/edgex-ui-go/100@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 ******** ci-base-image-x86_64 cat 23:42:11 $ docker top 3441819ab6ab6669edc23a79ee409a93e1732ac2fbf898c0029790c94fe07b9b -eo pid,comm [Pipeline] { [Pipeline] sh 23:42:11 + make test 23:42:11 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:42:13 ? github.com/edgexfoundry/edgex-ui-go [no test files] 23:42:23 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 23:42:23 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 23:42:23 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 23:42:23 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 23:42:23 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 23:42:23 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 23:42:23 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 23:42:23 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 23:42:23 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 23:42:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 23:42:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 23:42:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 23:42:23 GO111MODULE=on go vet ./... [Pipeline] } 23:42:25 $ docker stop --time=1 3441819ab6ab6669edc23a79ee409a93e1732ac2fbf898c0029790c94fe07b9b 23:42:27 $ docker rm -f 3441819ab6ab6669edc23a79ee409a93e1732ac2fbf898c0029790c94fe07b9b [Pipeline] // withDockerContainer [Pipeline] sh 23:42:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:42:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 23:42:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:42:31 + ls -al . 23:42:31 total 92 23:42:31 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 19 23:42 . 23:42:31 drwxrwxr-x. 4 jenkins jenkins 32 Apr 19 23:41 .. 23:42:31 drwxrwxr-x. 3 jenkins jenkins 20 Apr 19 23:41 assets 23:42:31 drwxrwxr-x. 2 jenkins jenkins 35 Apr 19 23:41 bin 23:42:31 drwxrwxr-x. 3 jenkins jenkins 29 Apr 19 23:41 cmd 23:42:31 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 19 23:41 CONTRIBUTING.md 23:42:31 -rw-r--r--. 1 jenkins jenkins 10 Apr 19 23:42 coverage.out 23:42:31 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 19 23:41 Dockerfile 23:42:31 -rw-rw-r--. 1 jenkins jenkins 902 Apr 19 23:41 Dockerfile.build 23:42:31 drwxrwxr-x. 5 jenkins jenkins 104 Apr 19 23:41 docs 23:42:31 drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 23:41 .git 23:42:31 drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 23:41 .github 23:42:31 -rw-rw-r--. 1 jenkins jenkins 162 Apr 19 23:41 .gitignore 23:42:31 -rw-rw-r--. 1 jenkins jenkins 987 Apr 19 23:41 go.mod 23:42:31 -rw-r--r--. 1 jenkins jenkins 22392 Apr 19 23:42 go.sum 23:42:31 drwxrwxr-x. 10 jenkins jenkins 139 Apr 19 23:41 internal 23:42:31 -rw-rw-r--. 1 jenkins jenkins 652 Apr 19 23:41 Jenkinsfile 23:42:31 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 19 23:41 LICENSE 23:42:31 -rw-rw-r--. 1 jenkins jenkins 951 Apr 19 23:41 Makefile 23:42:31 -rw-rw-r--. 1 jenkins jenkins 6012 Apr 19 23:41 README.md 23:42:31 -rw-rw-r--. 1 jenkins jenkins 12 Apr 19 23:38 VERSION 23:42:31 -rw-rw-r--. 1 jenkins jenkins 155 Apr 19 23:41 version.go 23:42:31 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 19 23:41 web [Pipeline] isUnix [Pipeline] sh 23:42:31 + 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=a88ea99ffe9e2626f031198baec7712ee48b9091 --label arch=amd64 --label version=2.0.0-dev.41 . 23:42:32 Sending build context to Docker daemon 34.86MB 23:42:32 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 23:42:32 Step 2/24 : FROM ${BASE} AS builder 23:42:32 ---> 5d1b6ff99f45 23:42:32 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 23:42:33 ---> Running in 3adc0fc71b4d 23:42:33 Removing intermediate container 3adc0fc71b4d 23:42:33 ---> b9e44e8a3f13 23:42:33 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 23:42:33 ---> Running in 9d8656e011d1 23:42:33 Removing intermediate container 9d8656e011d1 23:42:33 ---> 09dcc594213a 23:42:33 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 23:42:33 ---> Running in 1999feb37311 23:42:33 Removing intermediate container 1999feb37311 23:42:33 ---> b260e579922f 23:42:33 Step 6/24 : LABEL Name=edgex-ui-go 23:42:33 ---> Running in 98f3c57a9a69 23:42:34 Removing intermediate container 98f3c57a9a69 23:42:34 ---> c7325b1b421b 23:42:34 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 23:42:34 ---> Running in 30654079d2a7 23:42:34 Removing intermediate container 30654079d2a7 23:42:34 ---> 3c1657ee01a7 23:42:34 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:42:34 ---> Running in 0c0bb7f7a402 23:42:35 Removing intermediate container 0c0bb7f7a402 23:42:35 ---> 2bbf9b66dcf3 23:42:35 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:42:35 ---> Running in 199b97de8c24 23:42:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:42:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:42:36 OK: 166 MiB in 39 packages 23:42:37 Removing intermediate container 199b97de8c24 23:42:37 ---> 053a64141168 23:42:37 Step 10/24 : ENV GO111MODULE=on 23:42:37 ---> Running in 8869368103b3 23:42:37 Removing intermediate container 8869368103b3 23:42:37 ---> 14a99616dee1 23:42:37 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 23:42:37 ---> Running in 1e11854b016f 23:42:37 Removing intermediate container 1e11854b016f 23:42:37 ---> d064427e9e01 23:42:37 Step 12/24 : COPY go.mod . 23:42:38 ---> 39af967b21b8 23:42:38 Step 13/24 : COPY Makefile . 23:42:38 ---> ce66f4c45f7b 23:42:38 Step 14/24 : RUN make update 23:42:38 ---> Running in b0f6be9954b7 23:42:38 CGO_ENABLED=0 GO111MODULE=on go mod download 23:42:39 Removing intermediate container b0f6be9954b7 23:42:39 ---> 9bd4b23f8865 23:42:39 Step 15/24 : COPY . . 23:42:42 ---> a1c7a42895fc 23:42:42 Step 16/24 : RUN ${MAKE} 23:42:42 ---> Running in 1a7fbbe62f94 23:42:42 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 23:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 23:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 23:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 23:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 23:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 23:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 23:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 23:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 23:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 23:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 23:42:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 23:42:42 GO111MODULE=on go vet ./... 23:42:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.41" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [Pipeline] } 23:42:45 $ docker stop --time=1 1047bf15bd9f605e74f5567563c5117f045e90ae3c5c725b52a8a5323d5cab6c 23:42:47 $ docker rm -f 1047bf15bd9f605e74f5567563c5117f045e90ae3c5c725b52a8a5323d5cab6c [Pipeline] // withDockerContainer [Pipeline] sh 23:42:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:42:47 Warning: overwriting stash ‘coverage-report’ 23:42:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:42:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:42:49 + ls -al . 23:42:49 total 124 23:42:49 drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 23:42 . 23:42:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 23:40 .. 23:42:49 drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 23:40 .git 23:42:49 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 23:40 .github 23:42:49 -rw-rw-r-- 1 jenkins jenkins 162 Apr 19 23:40 .gitignore 23:42:49 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 19 23:40 CONTRIBUTING.md 23:42:49 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 19 23:40 Dockerfile 23:42:49 -rw-rw-r-- 1 jenkins jenkins 902 Apr 19 23:40 Dockerfile.build 23:42:49 -rw-rw-r-- 1 jenkins jenkins 652 Apr 19 23:40 Jenkinsfile 23:42:49 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 19 23:40 LICENSE 23:42:49 -rw-rw-r-- 1 jenkins jenkins 951 Apr 19 23:40 Makefile 23:42:49 -rw-rw-r-- 1 jenkins jenkins 6012 Apr 19 23:40 README.md 23:42:49 -rw-rw-r-- 1 jenkins jenkins 12 Apr 19 23:38 VERSION 23:42:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 23:40 assets 23:42:49 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 23:40 bin 23:42:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 23:40 cmd 23:42:49 -rw-r--r-- 1 jenkins jenkins 10 Apr 19 23:42 coverage.out 23:42:49 drwxrwxr-x 5 jenkins jenkins 4096 Apr 19 23:40 docs 23:42:49 -rw-rw-r-- 1 jenkins jenkins 987 Apr 19 23:40 go.mod 23:42:49 -rw-r--r-- 1 jenkins jenkins 22392 Apr 19 23:42 go.sum 23:42:49 drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 23:40 internal 23:42:49 -rw-rw-r-- 1 jenkins jenkins 155 Apr 19 23:40 version.go 23:42:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 23:40 web [Pipeline] isUnix [Pipeline] sh 23:42:50 + 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=a88ea99ffe9e2626f031198baec7712ee48b9091 --label arch=arm64 --label version=2.0.0-dev.41 . 23:42:51 Sending build context to Docker daemon 34.86MB 23:42:51 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 23:42:51 Step 2/24 : FROM ${BASE} AS builder 23:42:51 ---> f3606068e832 23:42:51 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 23:42:51 ---> Running in c3e732d1f7a0 23:42:52 Removing intermediate container c3e732d1f7a0 23:42:52 ---> fb3e18075a0f 23:42:52 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 23:42:52 ---> Running in 4ae149ce62e7 23:42:52 Removing intermediate container 4ae149ce62e7 23:42:52 ---> 91823abb81c0 23:42:52 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 23:42:52 ---> Running in 28cadefb95a7 23:42:53 Removing intermediate container 28cadefb95a7 23:42:53 ---> a0fb44460386 23:42:53 Step 6/24 : LABEL Name=edgex-ui-go 23:42:53 CGO_ENABLED=0 GO111MODULE=on go build ./... 23:42:53 ---> Running in 7e75458d2008 23:42:53 Removing intermediate container 7e75458d2008 23:42:53 ---> 4212c7e95280 23:42:53 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 23:42:53 ---> Running in 4ede524056b2 23:42:54 Removing intermediate container 4ede524056b2 23:42:54 ---> 6a2f53e25bed 23:42:54 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:42:54 ---> Running in 60fee48f6148 23:42:55 Removing intermediate container 1a7fbbe62f94 23:42:55 ---> 57529a38cf89 23:42:55 Step 17/24 : FROM alpine:3.12 23:42:55 3.12: Pulling from library/alpine 23:42:55 339de151aab4: Pulling fs layer 23:42:56 339de151aab4: Verifying Checksum 23:42:56 339de151aab4: Download complete 23:42:56 339de151aab4: Pull complete 23:42:56 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 23:42:56 Status: Downloaded newer image for alpine:3.12 23:42:56 ---> 13621d1b12d4 23:42:56 Step 18/24 : EXPOSE 4000 23:42:56 Removing intermediate container 60fee48f6148 23:42:56 ---> fa784c0e9327 23:42:56 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:42:56 ---> Running in bc95f6ded0ee 23:42:56 Removing intermediate container bc95f6ded0ee 23:42:56 ---> 16dcd0688891 23:42:56 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 23:42:56 ---> Running in 9e3892db2438 23:42:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:42:58 ---> 26b70fb125da 23:42:58 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 23:42:58 ---> Running in 91013098acf0 23:42:58 Removing intermediate container 91013098acf0 23:42:58 ---> 90c477f9674a 23:42:58 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 23:42:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:42:58 ---> Running in 9201945d909a 23:42:58 Removing intermediate container 9201945d909a 23:42:58 ---> 9050f6e021c0 23:42:58 Step 22/24 : LABEL arch=amd64 23:42:58 ---> Running in 481f0790ab6c 23:42:58 Removing intermediate container 481f0790ab6c 23:42:58 ---> 200c61e3c087 23:42:58 Step 23/24 : LABEL git_sha=a88ea99ffe9e2626f031198baec7712ee48b9091 23:42:58 ---> Running in 5554a84e42ff 23:42:59 Removing intermediate container 5554a84e42ff 23:42:59 ---> 823bd7b6706d 23:42:59 Step 24/24 : LABEL version=2.0.0-dev.41 23:42:59 ---> Running in bc687c5415c4 23:42:59 OK: 142 MiB in 39 packages 23:43:00 Removing intermediate container bc687c5415c4 23:43:00 ---> 7642a1c2a2ef 23:43:00 [Warning] One or more build-args [ARCH] were not consumed 23:43:00 Successfully built 7642a1c2a2ef 23:43:00 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:43:00 provisioning config files... 23:43:00 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/100@tmp/config5532702748308490992tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:43:00 Removing intermediate container 9e3892db2438 23:43:00 ---> c158fbf99112 23:43:00 Step 10/24 : ENV GO111MODULE=on 23:43:00 ---> Running in bc1fd742ad24 23:43:00 ---> docker-login.sh 23:43:00 nexus3.edgexfoundry.org:10001 23:43:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:43:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:43:00 Configure a credential helper to remove this warning. See 23:43:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:43:00 23:43:00 Login Succeeded 23:43:00 nexus3.edgexfoundry.org:10002 23:43:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:43:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:43:00 Configure a credential helper to remove this warning. See 23:43:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:43:00 23:43:00 Login Succeeded 23:43:00 nexus3.edgexfoundry.org:10003 23:43:00 Removing intermediate container bc1fd742ad24 23:43:00 ---> f51a9c74d30b 23:43:00 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 23:43:00 ---> Running in 0a9beac928e6 23:43:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:43:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:43:01 Configure a credential helper to remove this warning. See 23:43:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:43:01 23:43:01 Login Succeeded 23:43:01 nexus3.edgexfoundry.org:10004 23:43:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:43:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:43:01 Configure a credential helper to remove this warning. See 23:43:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:43:01 23:43:01 Login Succeeded 23:43:01 docker.io 23:43:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:43:01 Removing intermediate container 0a9beac928e6 23:43:01 ---> d5706e474299 23:43:01 Step 12/24 : COPY go.mod . 23:43:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:43:01 Configure a credential helper to remove this warning. See 23:43:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:43:01 23:43:01 Login Succeeded 23:43:01 ---> docker-login.sh ends [Pipeline] } 23:43:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:43:01 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 23:43:01 a88ea99ffe9e2626f031198baec7712ee48b9091 23:43:01 latest 23:43:01 2.0.0-dev.41 23:43:01 a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41 23:43:01 master 23:43:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:43:02 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:a88ea99ffe9e2626f031198baec7712ee48b9091 [Pipeline] isUnix [Pipeline] sh 23:43:02 ---> 4860c13e5e21 23:43:02 Step 13/24 : COPY Makefile . 23:43:02 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:a88ea99ffe9e2626f031198baec7712ee48b9091 23:43:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 23:43:02 3263a8f01d8f: Preparing 23:43:02 32f366d666a5: Preparing 23:43:02 32f366d666a5: Layer already exists 23:43:03 ---> ac271c14bf13 23:43:03 Step 14/24 : RUN make update 23:43:03 ---> Running in e6a1d80b3fba 23:43:04 CGO_ENABLED=0 GO111MODULE=on go mod download 23:43:04 3263a8f01d8f: Pushed 23:43:04 a88ea99ffe9e2626f031198baec7712ee48b9091: digest: sha256:f8563b57a295ac457200543294f2aa1bae18766be2c0d425f8e79b5fd652c8c0 size: 740 [Pipeline] isUnix [Pipeline] sh 23:43:05 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 23:43:05 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 23:43:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 23:43:05 3263a8f01d8f: Preparing 23:43:05 32f366d666a5: Preparing 23:43:05 3263a8f01d8f: Layer already exists 23:43:05 32f366d666a5: Layer already exists 23:43:05 latest: digest: sha256:f8563b57a295ac457200543294f2aa1bae18766be2c0d425f8e79b5fd652c8c0 size: 740 23:43:05 Removing intermediate container e6a1d80b3fba 23:43:05 ---> 4ecce5c8be7a 23:43:05 Step 15/24 : COPY . . [Pipeline] isUnix [Pipeline] sh 23:43:05 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh 23:43:06 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.41 23:43:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 23:43:06 3263a8f01d8f: Preparing 23:43:06 32f366d666a5: Preparing 23:43:06 32f366d666a5: Layer already exists 23:43:06 3263a8f01d8f: Layer already exists 23:43:06 2.0.0-dev.41: digest: sha256:f8563b57a295ac457200543294f2aa1bae18766be2c0d425f8e79b5fd652c8c0 size: 740 [Pipeline] isUnix [Pipeline] sh 23:43:06 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh 23:43:06 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41 23:43:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 23:43:06 3263a8f01d8f: Preparing 23:43:06 32f366d666a5: Preparing 23:43:06 32f366d666a5: Layer already exists 23:43:06 3263a8f01d8f: Layer already exists 23:43:06 a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41: digest: sha256:f8563b57a295ac457200543294f2aa1bae18766be2c0d425f8e79b5fd652c8c0 size: 740 [Pipeline] isUnix [Pipeline] sh 23:43:07 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 23:43:07 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 23:43:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 23:43:07 3263a8f01d8f: Preparing 23:43:07 32f366d666a5: Preparing 23:43:07 32f366d666a5: Layer already exists 23:43:07 3263a8f01d8f: Layer already exists 23:43:07 master: digest: sha256:f8563b57a295ac457200543294f2aa1bae18766be2c0d425f8e79b5fd652c8c0 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:43:07 ===================================================== [Pipeline] echo 23:43:07 taggedImages: 23:43:07 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:a88ea99ffe9e2626f031198baec7712ee48b9091 23:43:07 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 23:43:07 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.41 23:43:07 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41 23:43:07 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 23:43:07 ---> job-cost.sh 23:43:07 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VRyO 23:43:08 ---> 58cff684fd9b 23:43:08 Step 16/24 : RUN ${MAKE} 23:43:08 ---> Running in 659ce9c4abfb 23:43:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.41" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 23:43:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:43:36 CGO_ENABLED=0 GO111MODULE=on go build ./... 23:43:41 Removing intermediate container 659ce9c4abfb 23:43:41 ---> 0de95d8f0432 23:43:41 Step 17/24 : FROM alpine:3.12 23:43:42 3.12: Pulling from library/alpine 23:43:42 d2f70382dc9a: Pulling fs layer 23:43:42 d2f70382dc9a: Download complete 23:43:43 d2f70382dc9a: Pull complete 23:43:43 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 23:43:43 Status: Downloaded newer image for alpine:3.12 23:43:43 ---> 9852663dfa18 23:43:43 Step 18/24 : EXPOSE 4000 23:43:43 ---> Running in 5c7edb4ca26a 23:43:43 Removing intermediate container 5c7edb4ca26a 23:43:43 ---> 97220345c12a 23:43:43 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 23:43:46 ---> b6775f11d674 23:43:46 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 23:43:46 ---> Running in 72f90ebfdd5d 23:43:46 Removing intermediate container 72f90ebfdd5d 23:43:46 ---> 255c29f4ff57 23:43:46 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 23:43:46 ---> Running in 130d4d3dae69 23:43:47 Removing intermediate container 130d4d3dae69 23:43:47 ---> 74dedcd2e684 23:43:47 Step 22/24 : LABEL arch=arm64 23:43:47 ---> Running in 15bdd9cbf6d2 23:43:47 Removing intermediate container 15bdd9cbf6d2 23:43:47 ---> d6bb0df5027c 23:43:47 Step 23/24 : LABEL git_sha=a88ea99ffe9e2626f031198baec7712ee48b9091 23:43:47 ---> Running in ffb106dc7485 23:43:48 Removing intermediate container ffb106dc7485 23:43:48 ---> eb201f84b269 23:43:48 Step 24/24 : LABEL version=2.0.0-dev.41 23:43:48 ---> Running in 5034be688ce5 23:43:49 Removing intermediate container 5034be688ce5 23:43:49 ---> ae5c60a8bfad 23:43:49 [Warning] One or more build-args [ARCH] were not consumed 23:43:49 Successfully built ae5c60a8bfad 23:43:49 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:43:49 provisioning config files... 23:43:49 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/100@tmp/config2489478909819221387tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:43:49 ---> docker-login.sh 23:43:49 nexus3.edgexfoundry.org:10001 23:43:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:43:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:43:50 Configure a credential helper to remove this warning. See 23:43:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:43:50 23:43:50 Login Succeeded 23:43:50 nexus3.edgexfoundry.org:10002 23:43:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:43:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:43:50 Configure a credential helper to remove this warning. See 23:43:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:43:50 23:43:50 Login Succeeded 23:43:50 nexus3.edgexfoundry.org:10003 23:43:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:43:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:43:51 Configure a credential helper to remove this warning. See 23:43:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:43:51 23:43:51 Login Succeeded 23:43:51 nexus3.edgexfoundry.org:10004 23:43:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:43:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:43:51 Configure a credential helper to remove this warning. See 23:43:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:43:51 23:43:51 Login Succeeded 23:43:51 docker.io 23:43:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:43:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:43:52 Configure a credential helper to remove this warning. See 23:43:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:43:52 23:43:52 Login Succeeded 23:43:52 ---> docker-login.sh ends [Pipeline] } 23:43:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:43:52 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 23:43:52 a88ea99ffe9e2626f031198baec7712ee48b9091 23:43:52 latest 23:43:52 2.0.0-dev.41 23:43:52 a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41 23:43:52 master 23:43:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:43:52 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:a88ea99ffe9e2626f031198baec7712ee48b9091 [Pipeline] isUnix [Pipeline] sh 23:43:53 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:a88ea99ffe9e2626f031198baec7712ee48b9091 23:43:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 23:43:53 70b4477f27be: Preparing 23:43:53 3fbe34a1663b: Preparing 23:43:53 3fbe34a1663b: Layer already exists 23:43:55 lf-activate-venv(): INFO: Adding /tmp/venv-VRyO/bin to PATH 23:43:55 INFO: No Stack... 23:43:55 INFO: Retrieving Pricing Info for: v1-standard-2 23:43:55 INFO: Archiving Costs [Pipeline] sh 23:43:55 + cat /w/workspace/edgex-ui-go/100/archives/cost.csv 23:43:55 + cut -d, -f6 [Pipeline] lock 23:43:55 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-100-stack-cost] 23:43:55 Resource [jenkins-edgexfoundry-edgex-ui-go-master-100-stack-cost] did not exist. Created. 23:43:55 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-100-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:43:55 + echo total: 0.029999999329447746 [Pipeline] stash 23:43:56 Stashed 1 file(s) [Pipeline] } 23:43:56 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-100-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:43:59 70b4477f27be: Pushed 23:43:59 a88ea99ffe9e2626f031198baec7712ee48b9091: digest: sha256:0ee6500eb88a965807829e3017070f6359bdf0608f64bf90f22132f07bd35556 size: 740 [Pipeline] isUnix [Pipeline] sh 23:44:00 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:44:00 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 23:44:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 23:44:00 70b4477f27be: Preparing 23:44:00 3fbe34a1663b: Preparing 23:44:00 70b4477f27be: Layer already exists 23:44:00 3fbe34a1663b: Layer already exists 23:44:00 latest: digest: sha256:0ee6500eb88a965807829e3017070f6359bdf0608f64bf90f22132f07bd35556 size: 740 [Pipeline] isUnix [Pipeline] sh 23:44:01 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh 23:44:01 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.41 23:44:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 23:44:01 70b4477f27be: Preparing 23:44:01 3fbe34a1663b: Preparing 23:44:01 70b4477f27be: Layer already exists 23:44:01 3fbe34a1663b: Layer already exists 23:44:01 2.0.0-dev.41: digest: sha256:0ee6500eb88a965807829e3017070f6359bdf0608f64bf90f22132f07bd35556 size: 740 [Pipeline] isUnix [Pipeline] sh 23:44:02 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh 23:44:02 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41 23:44:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 23:44:02 70b4477f27be: Preparing 23:44:02 3fbe34a1663b: Preparing 23:44:02 70b4477f27be: Layer already exists 23:44:02 3fbe34a1663b: Layer already exists 23:44:02 a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41: digest: sha256:0ee6500eb88a965807829e3017070f6359bdf0608f64bf90f22132f07bd35556 size: 740 [Pipeline] isUnix [Pipeline] sh 23:44:03 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:44:03 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 23:44:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 23:44:03 70b4477f27be: Preparing 23:44:03 3fbe34a1663b: Preparing 23:44:03 3fbe34a1663b: Layer already exists 23:44:03 70b4477f27be: Layer already exists 23:44:03 master: digest: sha256:0ee6500eb88a965807829e3017070f6359bdf0608f64bf90f22132f07bd35556 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:44:03 ===================================================== [Pipeline] echo 23:44:03 taggedImages: 23:44:03 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:a88ea99ffe9e2626f031198baec7712ee48b9091 23:44:03 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 23:44:03 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.41 23:44:03 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41 23:44:03 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 23:44:04 ---> job-cost.sh 23:44:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fpwo 23:44:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:46:20 lf-activate-venv(): INFO: Adding /tmp/venv-fpwo/bin to PATH 23:46:20 INFO: No Stack... 23:46:20 INFO: Retrieving Pricing Info for: lf-standard-4 23:46:20 INFO: Archiving Costs [Pipeline] sh 23:46:20 + + cutcat -d, /w/workspace/edgex-ui-go/100/archives/cost.csv -f6 23:46:20 [Pipeline] lock 23:46:20 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-100-stack-cost] 23:46:20 Resource [jenkins-edgexfoundry-edgex-ui-go-master-100-stack-cost] did not exist. Created. 23:46:20 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-100-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:46:20 /w/workspace/edgex-ui-go/100@tmp/durable-325f4e63/script.sh: 1: /w/workspace/edgex-ui-go/100@tmp/durable-325f4e63/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 23:46:21 + echo total: 0.20999999344348907 [Pipeline] stash 23:46:21 Warning: overwriting stash ‘stack-cost’ 23:46:21 Stashed 1 file(s) [Pipeline] } 23:46:21 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-100-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 23:46:22 provisioning config files... 23:46:22 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2743688017726815765tmp [Pipeline] { [Pipeline] sh 23:46:22 + set +x 23:46:22 + bash -s -- 23:46:22 + curl -s https://codecov.io/bash 23:46:22 23:46:22 _____ _ 23:46:22 / ____| | | 23:46:22 | | ___ __| | ___ ___ _____ __ 23:46:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:46:22 | |___| (_) | (_| | __/ (_| (_) \ V / 23:46:22 \_____\___/ \__,_|\___|\___\___/ \_/ 23:46:22 Bash-1.0.1 23:46:22 23:46:22 23:46:22 ==> git version 2.24.3 found 23:46:22 ==> 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 23:46:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:46:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:46:22 ==> Jenkins CI detected. 23:46:22 project root: . 23:46:22 --> token set from env 23:46:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:46:22 ==> Running gcov in . (disable via -X gcov) 23:46:22 ==> Python coveragepy not found 23:46:22 ==> Searching for coverage reports in: 23:46:22 + . 23:46:22 -> Found 1 reports 23:46:22 ==> Detecting git/mercurial file structure 23:46:22 ==> Reading reports 23:46:22 + ./coverage.out bytes=10 23:46:22 ==> Appending adjustments 23:46:22 https://docs.codecov.io/docs/fixing-reports 23:46:23 + Found adjustments 23:46:23 ==> Gzipping contents 23:46:23 4.0K /tmp/codecov.opDHxS.gz 23:46:23 ==> Uploading reports 23:46:23 url: https://codecov.io 23:46:23 query: branch=master&commit=a88ea99ffe9e2626f031198baec7712ee48b9091&build=100&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F100%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:46:23 -> Pinging Codecov 23:46:23 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=a88ea99ffe9e2626f031198baec7712ee48b9091&build=100&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F100%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:46:23 -> Uploading to 23:46:23 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/FB506323287CE973F263BFD2A0EB1F37/a88ea99ffe9e2626f031198baec7712ee48b9091/5aa18ea9-bf08-41cd-93d2-d0042c9ee7ac.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T234623Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6b12fc85ff0fd785ac6a9f1e4852b7965c21376bf19017f2ac7dcc1ce372cf9e 23:46:23 % Total % Received % Xferd Average Speed Time Time Time Current 23:46:23 Dload Upload Total Spent Left Speed 23:46:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 6902 --:--:-- --:--:-- --:--:-- 6893 100 3902 0 0 100 3902 0 6899 --:--:-- --:--:-- --:--:-- 6893 23:46:24 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/a88ea99ffe9e2626f031198baec7712ee48b9091 [Pipeline] } 23:46:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:46:24 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:46:24 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:46:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:46:25 23:46:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 23:46:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:46:25 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:46:25 188c0c94c7c5: Pulling fs layer 23:46:25 0ef7d3d256c8: Pulling fs layer 23:46:25 de9db76c5a1d: Pulling fs layer 23:46:25 0eba1c9be4d2: Pulling fs layer 23:46:25 0d57e429df01: Pulling fs layer 23:46:25 4e4be7b47b0d: Pulling fs layer 23:46:25 e1f770b5df2f: Pulling fs layer 23:46:25 85a0685a4137: Pulling fs layer 23:46:25 0eba1c9be4d2: Waiting 23:46:25 0d57e429df01: Waiting 23:46:25 4e4be7b47b0d: Waiting 23:46:25 e1f770b5df2f: Waiting 23:46:25 85a0685a4137: Waiting 23:46:25 de9db76c5a1d: Verifying Checksum 23:46:25 de9db76c5a1d: Download complete 23:46:25 0ef7d3d256c8: Verifying Checksum 23:46:25 0ef7d3d256c8: Download complete 23:46:25 0d57e429df01: Verifying Checksum 23:46:25 0d57e429df01: Download complete 23:46:25 4e4be7b47b0d: Verifying Checksum 23:46:25 4e4be7b47b0d: Download complete 23:46:25 188c0c94c7c5: Verifying Checksum 23:46:26 188c0c94c7c5: Pull complete 23:46:26 0ef7d3d256c8: Pull complete 23:46:26 de9db76c5a1d: Pull complete 23:46:27 e1f770b5df2f: Verifying Checksum 23:46:27 e1f770b5df2f: Download complete 23:46:29 0eba1c9be4d2: Verifying Checksum 23:46:29 0eba1c9be4d2: Download complete 23:46:29 85a0685a4137: Verifying Checksum 23:46:34 0eba1c9be4d2: Pull complete 23:46:34 0d57e429df01: Pull complete 23:46:34 4e4be7b47b0d: Pull complete 23:46:36 e1f770b5df2f: Pull complete 23:46:44 85a0685a4137: Pull complete 23:46:44 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 23:46:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:46:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 23:46:45 prd-centos7-docker-4c-2g-1032 does not seem to be running inside a container 23:46:45 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 23:46:46 $ docker top 5183aa2bd663908309c705637f4c0850c493cfcd42f7053d89614e1a35d02e4e -eo pid,comm [Pipeline] { [Pipeline] echo 23:46:46 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 23:46:46 + set -o pipefail 23:46:46 + snyk monitor '--org=edgex-jenkins' 23:46:56 23:46:56 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 23:46:56 23:46:56 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/802f8fd7-5e13-4641-9e06-7b27c8544a9e 23:46:56 23:46:56 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 23:46:56 23:46:56 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:46:56 23:46:56 23:46:56 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 23:46:56 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 23:46:56 $ docker stop --time=1 5183aa2bd663908309c705637f4c0850c493cfcd42f7053d89614e1a35d02e4e 23:47:00 $ docker rm -f 5183aa2bd663908309c705637f4c0850c493cfcd42f7053d89614e1a35d02e4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:47:01 + git log --format=format:%s -1 a88ea99ffe9e2626f031198baec7712ee48b9091 [Pipeline] isUnix [Pipeline] sh 23:47:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:47:01 . [Pipeline] withDockerContainer 23:47:01 prd-centos7-docker-4c-2g-1032 does not seem to be running inside a container 23:47:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:47:02 $ docker top c0f1c750870526c7e96a0b9b3ccf00375935a3afdc81208da4731cce5f1d08ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:47:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:47:02 [ssh-agent] Looking for ssh-agent implementation... 23:47:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:47:02 $ docker exec c0f1c750870526c7e96a0b9b3ccf00375935a3afdc81208da4731cce5f1d08ef ssh-agent 23:47:03 SSH_AUTH_SOCK=/tmp/ssh-GWyHBZ2wQoiM/agent.11 23:47:03 SSH_AGENT_PID=16 23:47:03 Running ssh-add (command line suppressed) 23:47:03 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_9122626317113061380.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_9122626317113061380.key) 23:47:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:47:03 + git semver tag 23:47:03 # -> Open(): unable to determine branch for HEAD 23:47:03 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 23:47:03 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 23:47:03 # $SEMVER_REMOTE_NAME = origin 23:47:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:47:03 # $SEMVER_USER_NAME = edgex-jenkins 23:47:03 # $SEMVER_BRANCH = master 23:47:03 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 23:47:03 # a88ea99ffe9e2626f031198baec7712ee48b9091 HEAD 23:47:03 # -> Force: false 23:47:03 # c233fbacc43cf0025c36f35d2dde71270a949174 refs/tags/v2.0.0-dev.41 [Pipeline] } 23:47:03 $ docker exec --env ******** --env ******** c0f1c750870526c7e96a0b9b3ccf00375935a3afdc81208da4731cce5f1d08ef ssh-agent -k 23:47:04 unset SSH_AUTH_SOCK; 23:47:04 unset SSH_AGENT_PID; 23:47:04 echo Agent pid 16 killed; 23:47:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:47:04 + git semver [Pipeline] } 23:47:04 $ docker stop --time=1 c0f1c750870526c7e96a0b9b3ccf00375935a3afdc81208da4731cce5f1d08ef 23:47:05 $ docker rm -f c0f1c750870526c7e96a0b9b3ccf00375935a3afdc81208da4731cce5f1d08ef [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:47:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:47:06 23:47:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:47:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:47:06 0.23.1-centos7: Pulling from edgex-lftools 23:47:06 ab5ef0e58194: Pulling fs layer 23:47:06 9712f1f96733: Pulling fs layer 23:47:06 63f879dbbcfc: Pulling fs layer 23:47:06 0d9ebad4ef96: Pulling fs layer 23:47:06 e9a5061849ea: Pulling fs layer 23:47:06 d747dcd14b5f: Pulling fs layer 23:47:06 2de7ff778b66: Pulling fs layer 23:47:06 e9a5061849ea: Waiting 23:47:06 d747dcd14b5f: Waiting 23:47:06 2de7ff778b66: Waiting 23:47:06 0d9ebad4ef96: Waiting 23:47:06 9712f1f96733: Verifying Checksum 23:47:06 9712f1f96733: Download complete 23:47:08 63f879dbbcfc: Verifying Checksum 23:47:08 63f879dbbcfc: Download complete 23:47:08 e9a5061849ea: Verifying Checksum 23:47:08 e9a5061849ea: Download complete 23:47:08 d747dcd14b5f: Verifying Checksum 23:47:08 d747dcd14b5f: Download complete 23:47:08 0d9ebad4ef96: Verifying Checksum 23:47:08 0d9ebad4ef96: Download complete 23:47:08 2de7ff778b66: Verifying Checksum 23:47:08 2de7ff778b66: Download complete 23:47:09 ab5ef0e58194: Verifying Checksum 23:47:09 ab5ef0e58194: Download complete 23:47:14 ab5ef0e58194: Pull complete 23:47:14 9712f1f96733: Pull complete 23:47:18 63f879dbbcfc: Pull complete 23:47:24 0d9ebad4ef96: Pull complete 23:47:27 e9a5061849ea: Pull complete 23:47:27 d747dcd14b5f: Pull complete 23:47:28 2de7ff778b66: Pull complete 23:47:28 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:47:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:47:28 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:47:28 prd-centos7-docker-4c-2g-1032 does not seem to be running inside a container 23:47:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:47:33 $ docker top c2b8d28a16215b14b77dea01867a270956e344f823a0f9fd7d951dddd4e1cd0d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:47:34 provisioning config files... 23:47:34 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1888655290737702145tmp 23:47:34 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2257098313765830333tmp 23:47:34 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1096024916123184805tmp [Pipeline] { [Pipeline] echo 23:47:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:47:34 ---> sigul-configuration.sh 23:47:34 gpg: directory `/root/.gnupg' created 23:47:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:47:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:47:34 gpg: keyring `/root/.gnupg/secring.gpg' created 23:47:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:47:34 gpg: CAST5 encrypted data 23:47:34 gpg: encrypted with 1 passphrase 23:47:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:47:35 + mkdir /home/jenkins 23:47:35 + mkdir /home/jenkins/sigul [Pipeline] sh 23:47:35 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 23:47:35 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:47:35 ---> sigul-install.sh 23:47:43 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:47:44 + git tag --list 23:47:44 0.1.1 23:47:44 v1.1.0 23:47:44 v1.2.0 23:47:44 v1.2.1 23:47:44 v1.3.0 23:47:44 v2.0.0-dev.1 23:47:44 v2.0.0-dev.10 23:47:44 v2.0.0-dev.11 23:47:44 v2.0.0-dev.12 23:47:44 v2.0.0-dev.13 23:47:44 v2.0.0-dev.14 23:47:44 v2.0.0-dev.15 23:47:44 v2.0.0-dev.16 23:47:44 v2.0.0-dev.17 23:47:44 v2.0.0-dev.18 23:47:44 v2.0.0-dev.19 23:47:44 v2.0.0-dev.2 23:47:44 v2.0.0-dev.20 23:47:44 v2.0.0-dev.21 23:47:44 v2.0.0-dev.22 23:47:44 v2.0.0-dev.23 23:47:44 v2.0.0-dev.24 23:47:44 v2.0.0-dev.25 23:47:44 v2.0.0-dev.26 23:47:44 v2.0.0-dev.27 23:47:44 v2.0.0-dev.28 23:47:44 v2.0.0-dev.29 23:47:44 v2.0.0-dev.3 23:47:44 v2.0.0-dev.30 23:47:44 v2.0.0-dev.31 23:47:44 v2.0.0-dev.32 23:47:44 v2.0.0-dev.33 23:47:44 v2.0.0-dev.34 23:47:44 v2.0.0-dev.35 23:47:44 v2.0.0-dev.36 23:47:44 v2.0.0-dev.37 23:47:44 v2.0.0-dev.38 23:47:44 v2.0.0-dev.39 23:47:44 v2.0.0-dev.4 23:47:44 v2.0.0-dev.40 23:47:44 v2.0.0-dev.41 23:47:44 v2.0.0-dev.5 23:47:44 v2.0.0-dev.6 23:47:44 v2.0.0-dev.7 23:47:44 v2.0.0-dev.8 23:47:44 v2.0.0-dev.9 [Pipeline] sh 23:47:44 + lftools sign git-tag v2.0.0-dev.41 23:47:45 Signing Git tag with Sigul... 23:47:45 Signing v2.0.0-dev.41 [Pipeline] echo 23:47:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:47:48 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:47:48 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:47:48 $ docker stop --time=1 c2b8d28a16215b14b77dea01867a270956e344f823a0f9fd7d951dddd4e1cd0d 23:47:50 $ docker rm -f c2b8d28a16215b14b77dea01867a270956e344f823a0f9fd7d951dddd4e1cd0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:47:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:47:50 . [Pipeline] withDockerContainer 23:47:50 prd-centos7-docker-4c-2g-1032 does not seem to be running inside a container 23:47:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:47:51 $ docker top 9443678784dc241549860c6a0cd8abb93b64aea8d3a789e2c7983c39d5f1fd11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:47:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:47:51 [ssh-agent] Looking for ssh-agent implementation... 23:47:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:47:52 $ docker exec 9443678784dc241549860c6a0cd8abb93b64aea8d3a789e2c7983c39d5f1fd11 ssh-agent 23:47:52 SSH_AUTH_SOCK=/tmp/ssh-wSTMpSnp53QN/agent.12 23:47:52 SSH_AGENT_PID=17 23:47:52 Running ssh-add (command line suppressed) 23:47:52 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_347899887649923505.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_347899887649923505.key) 23:47:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:47:52 + git semver bump pre 23:47:52 # -> Open(): unable to determine branch for HEAD 23:47:52 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 23:47:52 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 23:47:52 # $SEMVER_REMOTE_NAME = origin 23:47:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:47:52 # $SEMVER_USER_NAME = edgex-jenkins 23:47:52 # $SEMVER_BRANCH = master 23:47:52 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 23:47:52 2.0.0-dev.42 [Pipeline] } 23:47:52 $ docker exec --env ******** --env ******** 9443678784dc241549860c6a0cd8abb93b64aea8d3a789e2c7983c39d5f1fd11 ssh-agent -k 23:47:52 unset SSH_AUTH_SOCK; 23:47:52 unset SSH_AGENT_PID; 23:47:52 echo Agent pid 17 killed; 23:47:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:47:53 + git semver [Pipeline] } 23:47:53 $ docker stop --time=1 9443678784dc241549860c6a0cd8abb93b64aea8d3a789e2c7983c39d5f1fd11 23:47:54 $ docker rm -f 9443678784dc241549860c6a0cd8abb93b64aea8d3a789e2c7983c39d5f1fd11 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:47:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:47:55 . [Pipeline] withDockerContainer 23:47:55 prd-centos7-docker-4c-2g-1032 does not seem to be running inside a container 23:47:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:47:56 $ docker top 6ce1bd3cc4dd1b9c5a77128764f29c192c9e7e290476b85a0350ada9b45090b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:47:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:47:56 [ssh-agent] Looking for ssh-agent implementation... 23:47:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:47:56 $ docker exec 6ce1bd3cc4dd1b9c5a77128764f29c192c9e7e290476b85a0350ada9b45090b8 ssh-agent 23:47:56 SSH_AUTH_SOCK=/tmp/ssh-ABSPesstUxf0/agent.12 23:47:56 SSH_AGENT_PID=17 23:47:56 Running ssh-add (command line suppressed) 23:47:56 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_985404354156525310.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_985404354156525310.key) 23:47:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:47:57 + git semver push 23:47:57 # -> Open(): unable to determine branch for HEAD 23:47:57 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 23:47:57 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 23:47:57 # $SEMVER_REMOTE_NAME = origin 23:47:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:47:57 # $SEMVER_USER_NAME = edgex-jenkins 23:47:57 # $SEMVER_BRANCH = master 23:47:57 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 23:48:02 $ docker exec --env ******** --env ******** 6ce1bd3cc4dd1b9c5a77128764f29c192c9e7e290476b85a0350ada9b45090b8 ssh-agent -k 23:48:02 unset SSH_AUTH_SOCK; 23:48:02 unset SSH_AGENT_PID; 23:48:02 echo Agent pid 17 killed; 23:48:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:48:03 + git semver [Pipeline] } 23:48:03 $ docker stop --time=1 6ce1bd3cc4dd1b9c5a77128764f29c192c9e7e290476b85a0350ada9b45090b8 23:48:04 $ docker rm -f 6ce1bd3cc4dd1b9c5a77128764f29c192c9e7e290476b85a0350ada9b45090b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 23:48:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:48:06 ---> package-listing.sh 23:48:06 ++ facter osfamily 23:48:06 ++ tr '[:upper:]' '[:lower:]' 23:48:06 + OS_FAMILY=redhat 23:48:06 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 23:48:06 + START_PACKAGES=/tmp/packages_start.txt 23:48:06 + END_PACKAGES=/tmp/packages_end.txt 23:48:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:48:06 + PACKAGES=/tmp/packages_start.txt 23:48:06 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 23:48:06 + PACKAGES=/tmp/packages_end.txt 23:48:06 + case "${OS_FAMILY}" in 23:48:06 + rpm -qa 23:48:06 + sort 23:48:11 + '[' -f /tmp/packages_start.txt ']' 23:48:11 + '[' -f /tmp/packages_end.txt ']' 23:48:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:48:11 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 23:48:11 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 23:48:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 23:48:11 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:48:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:48:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:48:12 23:48:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:48:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:48:12 alpine: Pulling from edgex-lftools-log-publisher 23:48:12 df20fa9351a1: Pulling fs layer 23:48:12 36b3adc4ff6f: Pulling fs layer 23:48:12 8ad3a11d3b57: Pulling fs layer 23:48:12 46f8f816bc3b: Pulling fs layer 23:48:12 93b61091891f: Pulling fs layer 23:48:12 93b9cdb0e59b: Pulling fs layer 23:48:12 5e14af77c1be: Pulling fs layer 23:48:12 01666e4c0597: Pulling fs layer 23:48:12 aa168da1d23b: Pulling fs layer 23:48:12 46f8f816bc3b: Waiting 23:48:12 93b61091891f: Waiting 23:48:12 93b9cdb0e59b: Waiting 23:48:12 5e14af77c1be: Waiting 23:48:12 01666e4c0597: Waiting 23:48:12 aa168da1d23b: Waiting 23:48:12 36b3adc4ff6f: Verifying Checksum 23:48:12 36b3adc4ff6f: Download complete 23:48:12 46f8f816bc3b: Verifying Checksum 23:48:12 46f8f816bc3b: Download complete 23:48:12 df20fa9351a1: Verifying Checksum 23:48:12 df20fa9351a1: Download complete 23:48:12 93b9cdb0e59b: Verifying Checksum 23:48:12 93b9cdb0e59b: Download complete 23:48:12 5e14af77c1be: Verifying Checksum 23:48:12 5e14af77c1be: Download complete 23:48:12 93b61091891f: Download complete 23:48:12 01666e4c0597: Verifying Checksum 23:48:12 01666e4c0597: Download complete 23:48:12 8ad3a11d3b57: Verifying Checksum 23:48:12 8ad3a11d3b57: Download complete 23:48:13 df20fa9351a1: Pull complete 23:48:14 36b3adc4ff6f: Pull complete 23:48:15 aa168da1d23b: Verifying Checksum 23:48:15 aa168da1d23b: Download complete 23:48:15 8ad3a11d3b57: Pull complete 23:48:15 46f8f816bc3b: Pull complete 23:48:15 93b61091891f: Pull complete 23:48:15 93b9cdb0e59b: Pull complete 23:48:16 5e14af77c1be: Pull complete 23:48:16 01666e4c0597: Pull complete 23:48:24 aa168da1d23b: Pull complete 23:48:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:48:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:48:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:48:24 prd-centos7-docker-4c-2g-1032 does not seem to be running inside a container 23:48:24 $ 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_master/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_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:48:27 $ docker top c16377442c6e0abc3fd67620859a804897ffdcd1e43f26a9a14a69a1400d080d -eo pid,comm [Pipeline] { [Pipeline] sh 23:48:27 + touch /tmp/pre-build-complete [Pipeline] sh 23:48:28 + mkdir -p /var/log/sa [Pipeline] sh 23:48:28 + ls /var/log/sa-host 23:48:28 + sadf -c /var/log/sa-host/sa19 23:48:28 file_magic: OK 23:48:28 HZ: Using current value: 100 23:48:28 file_header: OK 23:48:28 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 23:48:28 Statistics: 23:48:28 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:48:28 File successfully converted to sysstat format version 12.2.1 23:48:28 + sadf -c /var/log/sa-host/sa23 23:48:28 file_magic: OK 23:48:28 HZ: Using current value: 100 23:48:28 file_header: OK 23:48:28 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 23:48:28 Statistics: 23:48:28 Hnuu...uuuununununu... 23:48:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:48:29 provisioning config files... 23:48:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8415917511591148540tmp [Pipeline] { [Pipeline] echo 23:48:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:48:29 ---> create-netrc.sh [Pipeline] } 23:48:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:48:29 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:48:29 ---> python-tools-install.sh [Pipeline] echo 23:48:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:48:30 ---> sudo-logs.sh 23:48:30 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:48:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:48:30 ---> job-cost.sh 23:48:30 lf-activate-venv: SKIPPING 23:48:30 DEBUG: total: 0.20999999344348907 23:48:30 INFO: Retrieving Stack Cost... 23:48:31 INFO: Retrieving Pricing Info for: v1-standard-2 23:48:31 INFO: Archiving Costs [Pipeline] echo 23:48:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:48:32 ---> logs-deploy.sh 23:48:32 lf-activate-venv: SKIPPING 23:48:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/100 23:48:32 INFO: archiving workspace using pattern(s): 23:48:33 Archives upload complete. 23:48:33 INFO: archiving logs to Nexus 23:48:35 ---> uname -a: 23:48:35 Linux prd-centos7-docker-4c-2g-1032.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:48:35 23:48:35 23:48:35 ---> lscpu: 23:48:35 Architecture: x86_64 23:48:35 CPU op-mode(s): 32-bit, 64-bit 23:48:35 Byte Order: Little Endian 23:48:35 Address sizes: 40 bits physical, 48 bits virtual 23:48:35 CPU(s): 4 23:48:35 On-line CPU(s) list: 0-3 23:48:35 Thread(s) per core: 1 23:48:35 Core(s) per socket: 1 23:48:35 Socket(s): 4 23:48:35 NUMA node(s): 1 23:48:35 Vendor ID: GenuineIntel 23:48:35 CPU family: 6 23:48:35 Model: 44 23:48:35 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:48:35 Stepping: 1 23:48:35 CPU MHz: 2933.438 23:48:35 BogoMIPS: 5866.87 23:48:35 Virtualization: VT-x 23:48:35 Hypervisor vendor: KVM 23:48:35 Virtualization type: full 23:48:35 L1d cache: 128 KiB 23:48:35 L1i cache: 128 KiB 23:48:35 L2 cache: 16 MiB 23:48:35 L3 cache: 64 MiB 23:48:35 NUMA node0 CPU(s): 0-3 23:48:35 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:48:35 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:48:35 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:48:35 Vulnerability Meltdown: Mitigation; PTI 23:48:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:48:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:48:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:48:35 Vulnerability Srbds: Not affected 23:48:35 Vulnerability Tsx async abort: Not affected 23:48:35 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:48:35 23:48:35 23:48:35 ---> nproc: 23:48:35 4 23:48:35 23:48:35 23:48:35 ---> df -h: 23:48:35 Filesystem Size Used Available Use% Mounted on 23:48:35 overlay 50.0G 8.6G 41.4G 17% / 23:48:35 tmpfs 64.0M 0 64.0M 0% /dev 23:48:35 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:48:35 shm 64.0M 0 64.0M 0% /dev/shm 23:48:35 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 23:48:35 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 23:48:35 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 23:48:35 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 23:48:35 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 23:48:35 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 23:48:35 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 23:48:35 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 23:48:35 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 23:48:35 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 23:48:35 23:48:35 23:48:35 ---> free -m: 23:48:35 total used free shared buff/cache available 23:48:35 Mem: 1837 835 151 0 850 938 23:48:35 Swap: 1023 3 1020 23:48:35 23:48:35 23:48:35 ---> ip addr: 23:48:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:48:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:48:35 inet 127.0.0.1/8 scope host lo 23:48:35 valid_lft forever preferred_lft forever 23:48:35 inet6 ::1/128 scope host 23:48:35 valid_lft forever preferred_lft forever 23:48:35 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:48:35 link/ether fa:16:3e:7b:5a:81 brd ff:ff:ff:ff:ff:ff 23:48:35 inet 10.30.123.46/23 brd 10.30.123.255 scope global dynamic eth0 23:48:35 valid_lft 85736sec preferred_lft 85736sec 23:48:35 inet6 fe80::f816:3eff:fe7b:5a81/64 scope link 23:48:35 valid_lft forever preferred_lft forever 23:48:35 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:48:35 link/ether 02:42:cb:31:3f:69 brd ff:ff:ff:ff:ff:ff 23:48:35 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:48:35 valid_lft forever preferred_lft forever 23:48:35 inet6 fe80::42:cbff:fe31:3f69/64 scope link 23:48:35 valid_lft forever preferred_lft forever 23:48:35 23:48:35 23:48:35 ---> sar -b -r -n DEV: 23:48:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 23:48:35 23:48:35 23:37:19 LINUX RESTART (4 CPU) 23:48:35 23:48:35 23:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:48:35 23:39:01 41.48 13.15 28.33 0.00 4520.19 4513.02 0.00 23:48:35 23:40:01 1.83 0.00 1.83 0.00 0.00 35.21 0.00 23:48:35 23:41:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 23:48:35 23:42:01 0.17 0.00 0.17 0.00 0.00 2.15 0.00 23:48:35 23:43:01 0.27 0.00 0.27 0.00 0.00 3.83 0.00 23:48:35 23:44:02 0.30 0.00 0.30 0.00 0.00 4.33 0.00 23:48:35 23:45:01 0.25 0.00 0.25 0.00 0.00 3.93 0.00 23:48:35 23:46:01 0.22 0.00 0.22 0.00 0.00 2.43 0.00 23:48:35 23:47:01 309.42 179.09 130.33 0.00 8719.17 38207.34 0.00 23:48:35 23:48:01 215.70 78.18 137.52 0.00 5025.57 33568.86 0.00 23:48:35 Average: 57.10 27.10 30.01 0.00 1830.23 7650.23 0.00 23:48:35 23:48:35 23:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:48:35 23:39:01 148424 0 611248 32.49 2620 1119252 1106920 37.78 394628 1138588 20 23:48:35 23:40:01 149860 0 609800 32.41 2620 1119264 1080120 36.86 395920 1135964 8 23:48:35 23:41:01 140692 0 618964 32.90 2620 1119268 1080324 36.87 419540 1121548 8 23:48:35 23:42:01 138748 0 620908 33.00 2620 1119268 1080384 36.87 422044 1121152 8 23:48:35 23:43:01 139984 0 619664 32.93 2620 1119276 1080204 36.87 423940 1118124 8 23:48:35 23:44:02 140328 0 619316 32.92 2620 1119280 1080120 36.86 433124 1108572 8 23:48:35 23:45:01 139068 0 620572 32.98 2620 1119284 1080252 36.87 438124 1104476 8 23:48:35 23:46:01 139980 0 619656 32.93 2620 1119288 1080120 36.86 437316 1104476 8 23:48:35 23:47:01 274740 0 711424 37.81 2620 892760 1112864 37.98 510148 826872 20 23:48:35 23:48:01 255816 0 787248 41.84 1576 836904 1316496 44.93 556728 733384 48 23:48:35 Average: 166764 0 643880 34.22 2516 1068384 1109780 37.87 443151 1051316 14 23:48:35 23:48:35 23:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:48:35 23:39:01 eth0 222.16 184.20 615.96 32.66 0.00 0.00 0.00 0.00 23:48:35 23:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:39:01 docker0 67.09 56.00 5.85 161.87 0.00 0.00 0.00 0.00 23:48:35 23:40:01 eth0 0.73 0.02 0.06 0.00 0.00 0.00 0.00 0.00 23:48:35 23:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:41:01 eth0 4.61 1.92 3.56 0.30 0.00 0.00 0.00 0.00 23:48:35 23:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:42:01 eth0 0.52 0.38 0.27 0.21 0.00 0.00 0.00 0.00 23:48:35 23:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:43:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 23:48:35 23:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:44:02 eth0 0.52 0.07 0.05 0.01 0.00 0.00 0.00 0.00 23:48:35 23:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:45:01 eth0 0.66 0.49 0.34 0.18 0.00 0.00 0.00 0.00 23:48:35 23:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:46:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 23:48:35 23:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:47:01 eth0 503.21 451.50 4462.39 70.62 0.00 0.00 0.00 0.00 23:48:35 23:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:47:01 docker0 70.09 70.64 5.86 375.32 0.00 0.00 0.00 0.00 23:48:35 23:48:01 vethc2d02be 1.78 1.33 0.36 0.36 0.00 0.00 0.00 0.00 23:48:35 23:48:01 eth0 464.48 392.11 3498.14 66.90 0.00 0.00 0.00 0.00 23:48:35 23:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 23:48:01 docker0 30.33 36.57 1.91 244.83 0.00 0.00 0.00 0.00 23:48:35 Average: vethc2d02be 0.18 0.13 0.04 0.04 0.00 0.00 0.00 0.00 23:48:35 Average: eth0 119.96 103.31 859.86 17.13 0.00 0.00 0.00 0.00 23:48:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:48:35 Average: docker0 16.78 16.35 1.36 78.36 0.00 0.00 0.00 0.00 23:48:35 23:48:35 23:48:35 ---> sar -P ALL: 23:48:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 23:48:35 23:48:35 23:37:19 LINUX RESTART (4 CPU) 23:48:35 23:48:35 23:38:01 CPU %user %nice %system %iowait %steal %idle 23:48:35 23:39:01 all 4.15 0.00 2.47 0.91 0.03 92.44 23:48:35 23:39:01 0 4.04 0.00 2.83 0.71 0.02 92.42 23:48:35 23:39:01 1 4.20 0.00 2.16 0.28 0.07 93.28 23:48:35 23:39:01 2 3.75 0.00 2.16 0.20 0.02 93.88 23:48:35 23:39:01 3 4.60 0.00 2.75 2.45 0.03 90.16 23:48:35 23:40:01 all 0.15 0.00 0.04 0.00 0.01 99.80 23:48:35 23:40:01 0 0.05 0.00 0.03 0.00 0.02 99.90 23:48:35 23:40:01 1 0.02 0.00 0.05 0.00 0.00 99.93 23:48:35 23:40:01 2 0.45 0.00 0.03 0.00 0.00 99.52 23:48:35 23:40:01 3 0.08 0.00 0.05 0.00 0.02 99.85 23:48:35 23:41:01 all 0.13 0.00 0.06 0.00 0.00 99.81 23:48:35 23:41:01 0 0.05 0.00 0.07 0.00 0.00 99.88 23:48:35 23:41:01 1 0.37 0.00 0.03 0.00 0.00 99.60 23:48:35 23:41:01 2 0.07 0.00 0.12 0.00 0.02 99.80 23:48:35 23:41:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:48:35 23:42:01 all 0.14 0.00 0.05 0.00 0.00 99.81 23:48:35 23:42:01 0 0.05 0.00 0.02 0.00 0.00 99.93 23:48:35 23:42:01 1 0.47 0.00 0.10 0.00 0.00 99.43 23:48:35 23:42:01 2 0.03 0.00 0.05 0.00 0.00 99.92 23:48:35 23:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:48:35 23:43:01 all 0.19 0.00 0.10 0.00 0.00 99.70 23:48:35 23:43:01 0 0.38 0.00 0.05 0.00 0.00 99.57 23:48:35 23:43:01 1 0.22 0.00 0.08 0.00 0.00 99.70 23:48:35 23:43:01 2 0.12 0.00 0.20 0.00 0.00 99.68 23:48:35 23:43:01 3 0.05 0.00 0.08 0.00 0.00 99.87 23:48:35 23:44:02 all 0.15 0.00 0.04 0.00 0.00 99.80 23:48:35 23:44:02 0 0.52 0.00 0.03 0.00 0.00 99.45 23:48:35 23:44:02 1 0.03 0.00 0.03 0.00 0.02 99.92 23:48:35 23:44:02 2 0.05 0.00 0.07 0.00 0.00 99.88 23:48:35 23:44:02 3 0.02 0.00 0.02 0.00 0.00 99.97 23:48:35 23:45:01 all 0.17 0.00 0.05 0.00 0.00 99.78 23:48:35 23:45:01 0 0.47 0.00 0.07 0.00 0.00 99.46 23:48:35 23:45:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:48:35 23:45:01 2 0.08 0.00 0.05 0.00 0.02 99.85 23:48:35 23:45:01 3 0.07 0.00 0.05 0.00 0.00 99.88 23:48:35 23:46:01 all 0.05 0.00 0.04 0.00 0.00 99.91 23:48:35 23:46:01 0 0.10 0.00 0.05 0.00 0.00 99.85 23:48:35 23:46:01 1 0.02 0.00 0.03 0.00 0.00 99.95 23:48:35 23:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 23:48:35 23:46:01 3 0.07 0.00 0.07 0.00 0.00 99.87 23:48:35 23:47:01 all 10.29 0.00 6.71 6.06 0.09 76.85 23:48:35 23:47:01 0 9.72 0.00 7.35 4.94 0.09 77.91 23:48:35 23:47:01 1 9.95 0.00 6.93 6.64 0.09 76.39 23:48:35 23:47:01 2 9.81 0.00 6.11 6.18 0.10 77.80 23:48:35 23:47:01 3 11.67 0.00 6.45 6.47 0.09 75.33 23:48:35 23:48:01 all 11.88 0.00 8.59 3.21 0.10 76.21 23:48:35 23:48:01 0 10.24 0.00 8.10 0.43 0.17 81.06 23:48:35 23:48:01 1 10.54 0.00 8.71 0.97 0.07 79.70 23:48:35 23:48:01 2 16.32 0.00 9.30 6.84 0.10 67.43 23:48:35 23:48:01 3 10.43 0.00 8.26 4.62 0.07 76.62 23:48:35 Average: all 2.69 0.00 1.79 1.00 0.02 94.50 23:48:35 Average: 0 2.52 0.00 1.83 0.60 0.03 95.02 23:48:35 Average: 1 2.55 0.00 1.79 0.78 0.02 94.86 23:48:35 Average: 2 3.02 0.00 1.78 1.30 0.03 93.88 23:48:35 Average: 3 2.66 0.00 1.75 1.33 0.02 94.23 23:48:35 23:48:35 23:48:35