Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from de7c5c3e6b4481bff3e484d1404955fbb7d3e33f 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27656’ Running on prd-centos7-docker-4c-2g-27668 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 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f (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 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f # timeout=10 Commit message: "Merge pull request #290 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.27" > git rev-list --no-walk 062c99091897d73a20556ba115d924aa41bc7550 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:16:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:16:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:16:36 ========================================================= 15:16:36 EdgeX Global Pipelines Version Info 15:16:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:16:38 ------------------- 15:16:38 stable info: 15:16:38 ------------------- 15:16:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:16:38 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 15:16:38 Message: update stable to v1.0.181 15:16:39 ------------------- 15:16:39 experimental info: 15:16:39 ------------------- 15:16:39 Commited By: **** collab-it+edgex@linuxfoundation.org 15:16:39 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 15:16:39 Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:16:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 15:16:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 15:16:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:16:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:16:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:16:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:16:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:16:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:16:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:16:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:16:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:16:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 15:16:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:16:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:16:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:16:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:16:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:16:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:16:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:16:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:16:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:16:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:16:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:16:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:16:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:16:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:16:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:16:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:16:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [Pipeline] echo 15:16:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = de7c5c3 [Pipeline] echo 15:16:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:16:43 provisioning config files... 15:16:43 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1259218932865426985tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:16:43 ---> docker-login.sh 15:16:43 nexus3.edgexfoundry.org:10001 15:16:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:44 Configure a credential helper to remove this warning. See 15:16:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:44 15:16:44 Login Succeeded 15:16:44 nexus3.edgexfoundry.org:10002 15:16:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:44 Configure a credential helper to remove this warning. See 15:16:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:44 15:16:44 Login Succeeded 15:16:44 nexus3.edgexfoundry.org:10003 15:16:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:44 Configure a credential helper to remove this warning. See 15:16:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:44 15:16:44 Login Succeeded 15:16:44 nexus3.edgexfoundry.org:10004 15:16:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:44 Configure a credential helper to remove this warning. See 15:16:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:44 15:16:44 Login Succeeded 15:16:44 docker.io 15:16:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:44 Configure a credential helper to remove this warning. See 15:16:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:44 15:16:44 Login Succeeded 15:16:44 ---> docker-login.sh ends [Pipeline] } 15:16:44 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 15:16:45 + git log --format=format:%s -1 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [Pipeline] echo 15:16:45 GIT_COMMIT: de7c5c3e6b4481bff3e484d1404955fbb7d3e33f, Commit Message: Merge pull request #290 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.27 [Pipeline] echo 15:16:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:16:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:16:46 15:16:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:16:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:16:47 latest: Pulling from edgex-devops/git-semver 15:16:47 31603596830f: Pulling fs layer 15:16:47 2a8b12db71e7: Pulling fs layer 15:16:47 6ca5941a6612: Pulling fs layer 15:16:47 ecc8261a40a4: Pulling fs layer 15:16:47 ecc8261a40a4: Waiting 15:16:47 2a8b12db71e7: Verifying Checksum 15:16:47 2a8b12db71e7: Download complete 15:16:47 31603596830f: Verifying Checksum 15:16:47 31603596830f: Download complete 15:16:47 6ca5941a6612: Verifying Checksum 15:16:47 6ca5941a6612: Download complete 15:16:47 ecc8261a40a4: Verifying Checksum 15:16:47 ecc8261a40a4: Download complete 15:16:47 31603596830f: Pull complete 15:16:48 2a8b12db71e7: Pull complete 15:16:49 6ca5941a6612: Pull complete 15:16:49 ecc8261a40a4: Pull complete 15:16:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:16:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:16:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:16:49 prd-centos7-docker-4c-2g-27668 does not seem to be running inside a container 15:16:49 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:16:51 $ docker top 639883e6099f4b194ff92397f327ca684cce887584a4d4ee1f78d6c822797c05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:16:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:16:52 [ssh-agent] Looking for ssh-agent implementation... 15:16:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:16:52 $ docker exec 639883e6099f4b194ff92397f327ca684cce887584a4d4ee1f78d6c822797c05 ssh-agent 15:16:52 SSH_AUTH_SOCK=/tmp/ssh-svBEiRm6QBnr/agent.11 15:16:52 SSH_AGENT_PID=17 15:16:52 Running ssh-add (command line suppressed) 15:16:52 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3397975958132812417.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3397975958132812417.key) 15:16:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:16:53 + git tag --points-at HEAD [Pipeline] } 15:16:53 $ docker exec --env ******** --env ******** 639883e6099f4b194ff92397f327ca684cce887584a4d4ee1f78d6c822797c05 ssh-agent -k 15:16:53 unset SSH_AUTH_SOCK; 15:16:53 unset SSH_AGENT_PID; 15:16:53 echo Agent pid 17 killed; 15:16:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:16:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:16:53 [ssh-agent] Looking for ssh-agent implementation... 15:16:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:16:53 $ docker exec 639883e6099f4b194ff92397f327ca684cce887584a4d4ee1f78d6c822797c05 ssh-agent 15:16:54 SSH_AUTH_SOCK=/tmp/ssh-tVXqhR8muKYk/agent.45 15:16:54 SSH_AGENT_PID=50 15:16:54 Running ssh-add (command line suppressed) 15:16:54 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5570916708136215826.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5570916708136215826.key) 15:16:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:16:54 + git semver init 15:16:54 # -> Open(): unable to determine branch for HEAD 15:16:54 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 15:16:54 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 15:16:54 # $SEMVER_REMOTE_NAME = origin 15:16:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:16:54 # $SEMVER_USER_NAME = edgex-jenkins 15:16:54 # $SEMVER_BRANCH = master 15:16:54 # $SEMVER_TEMP = /tmp/semver-545896736 15:16:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 15:16:56 # '/tmp/semver-545896736' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 15:16:56 # -> Force: false 15:16:56 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 15:16:56 $ docker exec --env ******** --env ******** 639883e6099f4b194ff92397f327ca684cce887584a4d4ee1f78d6c822797c05 ssh-agent -k 15:16:56 unset SSH_AUTH_SOCK; 15:16:56 unset SSH_AGENT_PID; 15:16:56 echo Agent pid 50 killed; 15:16:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:16:56 + git semver [Pipeline] } 15:16:56 $ docker stop --time=1 639883e6099f4b194ff92397f327ca684cce887584a4d4ee1f78d6c822797c05 15:16:58 $ docker rm -f 639883e6099f4b194ff92397f327ca684cce887584a4d4ee1f78d6c822797c05 [Pipeline] // withDockerContainer [Pipeline] sh 15:16:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:16:59 Stashed 1 file(s) [Pipeline] echo 15:16:59 [edgeXSemver]: initialized semver on version 2.0.0-dev.15 [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 15:17:14 Still waiting to schedule task 15:17:14 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:17:14 Still waiting to schedule task 15:17:14 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:19:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27670 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 15:19:01 Running in /w/workspace/edgex-ui-go/73 [Pipeline] { [Pipeline] checkout 15:19:06 using credential edgex-jenkins-ssh 15:19:06 Cloning the remote Git repository 15:19:06 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 15:19:06 > git init /w/workspace/edgex-ui-go/73 # timeout=10 15:19:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 15:19:07 > git --version # timeout=10 15:19:07 > git --version # 'git version 2.17.1' 15:19:07 using GIT_SSH to set credentials SSH Credentials for GitHub 15:19:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:19:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 15:19:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:19:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 15:19:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 15:19:08 using GIT_SSH to set credentials SSH Credentials for GitHub 15:19:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:19:09 Checking out Revision de7c5c3e6b4481bff3e484d1404955fbb7d3e33f (master) 15:19:09 > git config core.sparsecheckout # timeout=10 15:19:09 > git checkout -f de7c5c3e6b4481bff3e484d1404955fbb7d3e33f # timeout=10 15:19:14 Commit message: "Merge pull request #290 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.27" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:19:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:19:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:19:16 + + sudo servicetrue docker 15:19:16 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:19:19 provisioning config files... 15:19:19 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/73@tmp/config7914223567724015367tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:19:19 ---> docker-login.sh 15:19:19 nexus3.edgexfoundry.org:10001 15:19:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:20 Configure a credential helper to remove this warning. See 15:19:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:20 15:19:20 Login Succeeded 15:19:20 nexus3.edgexfoundry.org:10002 15:19:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:21 Configure a credential helper to remove this warning. See 15:19:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:21 15:19:21 Login Succeeded 15:19:21 nexus3.edgexfoundry.org:10003 15:19:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:21 Configure a credential helper to remove this warning. See 15:19:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:21 15:19:21 Login Succeeded 15:19:21 nexus3.edgexfoundry.org:10004 15:19:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:22 Configure a credential helper to remove this warning. See 15:19:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:22 15:19:22 Login Succeeded 15:19:22 docker.io 15:19:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:23 Configure a credential helper to remove this warning. See 15:19:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:23 15:19:23 Login Succeeded 15:19:23 ---> docker-login.sh ends [Pipeline] } 15:19:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:19:23 ========================================================= 15:19:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:19:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:19:24 + 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 . 15:19:24 Sending build context to Docker daemon 17.08MB 15:19:24 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:19:24 Step 2/8 : FROM ${BASE} 15:19:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:19:25 5f621e34cdf4: Pulling fs layer 15:19:25 a4357932f1b6: Pulling fs layer 15:19:25 18c013af1878: Pulling fs layer 15:19:25 00ac8860ef70: Pulling fs layer 15:19:25 63d7cb157983: Pulling fs layer 15:19:25 b116817d02f9: Pulling fs layer 15:19:25 745a02a5169b: Pulling fs layer 15:19:25 00ac8860ef70: Waiting 15:19:25 63d7cb157983: Waiting 15:19:25 b116817d02f9: Waiting 15:19:25 745a02a5169b: Waiting 15:19:25 18c013af1878: Verifying Checksum 15:19:25 18c013af1878: Download complete 15:19:25 a4357932f1b6: Verifying Checksum 15:19:25 a4357932f1b6: Download complete 15:19:25 63d7cb157983: Verifying Checksum 15:19:25 63d7cb157983: Download complete 15:19:25 b116817d02f9: Verifying Checksum 15:19:25 b116817d02f9: Download complete 15:19:25 5f621e34cdf4: Verifying Checksum 15:19:25 5f621e34cdf4: Download complete 15:19:26 5f621e34cdf4: Pull complete 15:19:26 a4357932f1b6: Pull complete 15:19:27 18c013af1878: Pull complete 15:19:28 745a02a5169b: Verifying Checksum 15:19:28 745a02a5169b: Download complete 15:19:29 00ac8860ef70: Verifying Checksum 15:19:29 00ac8860ef70: Download complete 15:19:39 00ac8860ef70: Pull complete 15:19:39 63d7cb157983: Pull complete 15:19:39 b116817d02f9: Pull complete 15:19:43 745a02a5169b: Pull complete 15:19:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:19:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:19:43 ---> b7e6874047d6 15:19:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:19:46 Running on prd-centos7-docker-4c-2g-27671 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 15:19:46 Running in /w/workspace/edgex-ui-go/73 [Pipeline] { [Pipeline] checkout 15:19:46 ---> Running in 27d865f03b9c 15:19:46 Removing intermediate container 27d865f03b9c 15:19:46 ---> 734470404db5 15:19:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:19:47 ---> Running in d0b0a81f20e5 15:19:48 using credential edgex-jenkins-ssh 15:19:48 Cloning the remote Git repository 15:19:48 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 15:19:48 > git init /w/workspace/edgex-ui-go/73 # timeout=10 15:19:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 15:19:48 > git --version # timeout=10 15:19:48 > git --version # 'git version 2.24.3' 15:19:48 using GIT_SSH to set credentials SSH Credentials for GitHub 15:19:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:19:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 15:19:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:19:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 15:19:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 15:19:49 using GIT_SSH to set credentials SSH Credentials for GitHub 15:19:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:19:49 Removing intermediate container d0b0a81f20e5 15:19:49 ---> 8ee1b99516e7 15:19:49 Step 5/8 : RUN apk add --no-cache make git 15:19:49 ---> Running in 8e496ae868ab 15:19:50 Checking out Revision de7c5c3e6b4481bff3e484d1404955fbb7d3e33f (master) 15:19:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:19:50 > git config core.sparsecheckout # timeout=10 15:19:50 > git checkout -f de7c5c3e6b4481bff3e484d1404955fbb7d3e33f # timeout=10 15:19:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:19:52 OK: 142 MiB in 39 packages 15:19:53 Removing intermediate container 8e496ae868ab 15:19:53 ---> f2ee33230e02 15:19:53 Step 6/8 : WORKDIR /edgex-ui-go 15:19:53 ---> Running in e001848085ad 15:19:53 Commit message: "Merge pull request #290 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.27" 15:19:54 Removing intermediate container e001848085ad 15:19:54 ---> a73f205e7504 15:19:54 Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:19:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:19:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:19:55 + sudo service docker restart 15:19:55 + true 15:19:55 Redirecting to /bin/systemctl restart docker.service 15:19:56 ---> 1096a7dab49b 15:19:56 Step 8/8 : RUN go mod download 15:19:56 ---> Running in 9631007bd6ba [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:19:56 provisioning config files... 15:19:56 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/73@tmp/config2750398038102453654tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:19:57 ---> docker-login.sh 15:19:57 nexus3.edgexfoundry.org:10001 15:19:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:57 Configure a credential helper to remove this warning. See 15:19:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:57 15:19:57 Login Succeeded 15:19:57 nexus3.edgexfoundry.org:10002 15:19:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:57 Configure a credential helper to remove this warning. See 15:19:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:57 15:19:57 Login Succeeded 15:19:57 nexus3.edgexfoundry.org:10003 15:19:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:58 Configure a credential helper to remove this warning. See 15:19:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:58 15:19:58 Login Succeeded 15:19:58 nexus3.edgexfoundry.org:10004 15:19:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:58 Configure a credential helper to remove this warning. See 15:19:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:58 15:19:58 Login Succeeded 15:19:58 docker.io 15:19:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:58 Configure a credential helper to remove this warning. See 15:19:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:58 15:19:58 Login Succeeded 15:19:58 ---> docker-login.sh ends [Pipeline] } 15:19:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:19:58 ========================================================= 15:19:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:19:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:19:59 + 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 . 15:19:59 Sending build context to Docker daemon 17.08MB 15:19:59 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:19:59 Step 2/8 : FROM ${BASE} 15:19:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:19:59 188c0c94c7c5: Pulling fs layer 15:19:59 0ef7d3d256c8: Pulling fs layer 15:19:59 de9db76c5a1d: Pulling fs layer 15:19:59 bca2f99d35d6: Pulling fs layer 15:19:59 93359f2a8cfa: Pulling fs layer 15:19:59 7c6f9722023f: Pulling fs layer 15:19:59 a35cf1a2eb13: Pulling fs layer 15:19:59 93359f2a8cfa: Waiting 15:19:59 7c6f9722023f: Waiting 15:19:59 a35cf1a2eb13: Waiting 15:19:59 bca2f99d35d6: Waiting 15:19:59 de9db76c5a1d: Verifying Checksum 15:19:59 de9db76c5a1d: Download complete 15:19:59 0ef7d3d256c8: Verifying Checksum 15:19:59 0ef7d3d256c8: Download complete 15:19:59 93359f2a8cfa: Verifying Checksum 15:19:59 93359f2a8cfa: Download complete 15:19:59 188c0c94c7c5: Verifying Checksum 15:19:59 188c0c94c7c5: Download complete 15:19:59 7c6f9722023f: Verifying Checksum 15:19:59 7c6f9722023f: Download complete 15:19:59 188c0c94c7c5: Pull complete 15:20:00 0ef7d3d256c8: Pull complete 15:20:00 de9db76c5a1d: Pull complete 15:20:01 a35cf1a2eb13: Verifying Checksum 15:20:01 a35cf1a2eb13: Download complete 15:20:02 bca2f99d35d6: Verifying Checksum 15:20:02 bca2f99d35d6: Download complete 15:20:07 bca2f99d35d6: Pull complete 15:20:07 93359f2a8cfa: Pull complete 15:20:07 7c6f9722023f: Pull complete 15:20:14 a35cf1a2eb13: Pull complete 15:20:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:20:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:20:14 ---> a62c8e92a672 15:20:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:20:14 ---> Running in 233c9923bf8d 15:20:14 Removing intermediate container 233c9923bf8d 15:20:14 ---> b85882bf81f0 15:20:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:20:14 ---> Running in 0645d515c706 15:20:15 Removing intermediate container 0645d515c706 15:20:15 ---> 85142673e379 15:20:15 Step 5/8 : RUN apk add --no-cache make git 15:20:15 ---> Running in 2b36a1472d94 15:20:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:20:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:20:17 OK: 166 MiB in 39 packages 15:20:18 Removing intermediate container 2b36a1472d94 15:20:18 ---> 813dcc4c9c2a 15:20:18 Step 6/8 : WORKDIR /edgex-ui-go 15:20:18 ---> Running in 8ba218f28c28 15:20:18 Removing intermediate container 8ba218f28c28 15:20:18 ---> 7b24ff89ef63 15:20:18 Step 7/8 : COPY . . 15:20:20 ---> 19e3b50f0241 15:20:20 Step 8/8 : RUN go mod download 15:20:20 ---> Running in 01d3574f6af4 15:20:23 Removing intermediate container 9631007bd6ba 15:20:23 ---> ad16b28ef6e6 15:20:23 Successfully built ad16b28ef6e6 15:20:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:20:23 + docker inspect -f . ci-base-image-arm64 15:20:23 . [Pipeline] withDockerContainer 15:20:23 prd-ubuntu18.04-docker-arm64-4c-16g-27670 does not seem to be running inside a container 15:20:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/73 -v /w/workspace/edgex-ui-go/73:/w/workspace/edgex-ui-go/73:rw,z -v /w/workspace/edgex-ui-go/73@tmp:/w/workspace/edgex-ui-go/73@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 ******** ci-base-image-arm64 cat 15:20:25 $ docker top edf0266ccbbdfe092f57e40fb24aba16fa5d37b2274d59108098f311e0d93656 -eo pid,comm [Pipeline] { [Pipeline] sh 15:20:26 + go version 15:20:26 go version go1.15.5 linux/arm64 [Pipeline] } 15:20:26 $ docker stop --time=1 edf0266ccbbdfe092f57e40fb24aba16fa5d37b2274d59108098f311e0d93656 15:20:28 $ docker rm -f edf0266ccbbdfe092f57e40fb24aba16fa5d37b2274d59108098f311e0d93656 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:20:29 + docker inspect -f . ci-base-image-arm64 15:20:29 . [Pipeline] withDockerContainer 15:20:29 prd-ubuntu18.04-docker-arm64-4c-16g-27670 does not seem to be running inside a container 15:20:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/73 -v /w/workspace/edgex-ui-go/73:/w/workspace/edgex-ui-go/73:rw,z -v /w/workspace/edgex-ui-go/73@tmp:/w/workspace/edgex-ui-go/73@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 ******** ci-base-image-arm64 cat 15:20:31 $ docker top 432a4a4675aad7cf523cafd3b6fd64227546c521b7a65d485e2761a56dcd4611 -eo pid,comm [Pipeline] { [Pipeline] sh 15:20:32 + make test 15:20:32 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:20:33 ? github.com/edgexfoundry/edgex-ui-go [no test files] 15:20:42 Removing intermediate container 01d3574f6af4 15:20:42 ---> d8c21a0b0dc1 15:20:42 Successfully built d8c21a0b0dc1 15:20:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:20:43 + docker inspect -f . ci-base-image-x86_64 15:20:43 . [Pipeline] withDockerContainer 15:20:43 prd-centos7-docker-4c-2g-27671 does not seem to be running inside a container 15:20:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/73 -v /w/workspace/edgex-ui-go/73:/w/workspace/edgex-ui-go/73:rw,z -v /w/workspace/edgex-ui-go/73@tmp:/w/workspace/edgex-ui-go/73@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 ******** ci-base-image-x86_64 cat 15:20:44 $ docker top 7bbbd34ad6cad87c4c88a3d6d3af8bdada10d48f37560f593be3661213b267ad -eo pid,comm [Pipeline] { [Pipeline] sh 15:20:44 + go version 15:20:44 go version go1.15.5 linux/amd64 [Pipeline] } 15:20:44 $ docker stop --time=1 7bbbd34ad6cad87c4c88a3d6d3af8bdada10d48f37560f593be3661213b267ad 15:20:45 $ docker rm -f 7bbbd34ad6cad87c4c88a3d6d3af8bdada10d48f37560f593be3661213b267ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:20:46 + docker inspect -f . ci-base-image-x86_64 15:20:46 . [Pipeline] withDockerContainer 15:20:46 prd-centos7-docker-4c-2g-27671 does not seem to be running inside a container 15:20:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/73 -v /w/workspace/edgex-ui-go/73:/w/workspace/edgex-ui-go/73:rw,z -v /w/workspace/edgex-ui-go/73@tmp:/w/workspace/edgex-ui-go/73@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 ******** ci-base-image-x86_64 cat 15:20:47 $ docker top 50bdb012bc037eda3c98079ea17e0f553ef14073e2e1004fd4e95d6cf8031ca3 -eo pid,comm [Pipeline] { [Pipeline] sh 15:20:48 + make test 15:20:48 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:20:49 ? github.com/edgexfoundry/edgex-ui-go [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 15:20:56 GO111MODULE=on go vet ./... 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 15:20:56 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 15:20:56 GO111MODULE=on go vet ./... [Pipeline] } 15:20:57 $ docker stop --time=1 50bdb012bc037eda3c98079ea17e0f553ef14073e2e1004fd4e95d6cf8031ca3 15:20:59 $ docker rm -f 50bdb012bc037eda3c98079ea17e0f553ef14073e2e1004fd4e95d6cf8031ca3 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 15:20:59 $ docker stop --time=1 432a4a4675aad7cf523cafd3b6fd64227546c521b7a65d485e2761a56dcd4611 15:20:59 + sudo chown -R jenkins:jenkins . 15:21:01 $ docker rm -f 432a4a4675aad7cf523cafd3b6fd64227546c521b7a65d485e2761a56dcd4611 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stash 15:21:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:21:02 Warning: overwriting stash ‘coverage-report’ 15:21:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 15:21:03 Stashed 1 file(s) [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } 15:21:05 + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:21:06 + ls -al . 15:21:06 total 88 15:21:06 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 25 15:20 . 15:21:06 drwxrwxr-x. 4 jenkins jenkins 30 Feb 25 15:19 .. 15:21:06 drwxrwxr-x. 3 jenkins jenkins 20 Feb 25 15:19 assets 15:21:06 drwxrwxr-x. 2 jenkins jenkins 35 Feb 25 15:19 bin 15:21:06 drwxrwxr-x. 3 jenkins jenkins 29 Feb 25 15:19 cmd 15:21:06 -rw-rw-r--. 1 jenkins jenkins 3959 Feb 25 15:19 CONTRIBUTING.md 15:21:06 -rw-r--r--. 1 jenkins jenkins 10 Feb 25 15:20 coverage.out 15:21:06 -rw-rw-r--. 1 jenkins jenkins 1508 Feb 25 15:19 Dockerfile 15:21:06 -rw-rw-r--. 1 jenkins jenkins 902 Feb 25 15:19 Dockerfile.build 15:21:06 drwxrwxr-x. 5 jenkins jenkins 104 Feb 25 15:19 docs 15:21:06 drwxrwxr-x. 8 jenkins jenkins 162 Feb 25 15:19 .git 15:21:06 drwxrwxr-x. 2 jenkins jenkins 103 Feb 25 15:19 .github 15:21:06 -rw-rw-r--. 1 jenkins jenkins 153 Feb 25 15:19 .gitignore 15:21:06 -rw-rw-r--. 1 jenkins jenkins 966 Feb 25 15:19 go.mod 15:21:06 -rw-r--r--. 1 jenkins jenkins 20277 Feb 25 15:20 go.sum 15:21:06 drwxrwxr-x. 10 jenkins jenkins 139 Feb 25 15:19 internal 15:21:06 -rw-rw-r--. 1 jenkins jenkins 652 Feb 25 15:19 Jenkinsfile 15:21:06 -rw-rw-r--. 1 jenkins jenkins 11357 Feb 25 15:19 LICENSE 15:21:06 -rw-rw-r--. 1 jenkins jenkins 951 Feb 25 15:19 Makefile 15:21:06 -rw-rw-r--. 1 jenkins jenkins 4535 Feb 25 15:19 README.md 15:21:06 -rw-rw-r--. 1 jenkins jenkins 12 Feb 25 15:16 VERSION 15:21:06 -rw-rw-r--. 1 jenkins jenkins 155 Feb 25 15:19 version.go 15:21:06 drwxrwxr-x. 4 jenkins jenkins 4096 Feb 25 15:19 web [Pipeline] isUnix [Pipeline] sh 15:21:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:21:06 + 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=de7c5c3e6b4481bff3e484d1404955fbb7d3e33f --label arch=amd64 --label version=2.0.0-dev.15 . 15:21:07 Sending build context to Docker daemon 17.1MB 15:21:07 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 15:21:07 Step 2/24 : FROM ${BASE} AS builder 15:21:07 ---> d8c21a0b0dc1 15:21:07 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 15:21:07 + ls -al . 15:21:07 total 120 15:21:07 drwxrwxr-x 10 jenkins jenkins 4096 Feb 25 15:20 . 15:21:07 drwxrwxr-x 4 jenkins jenkins 4096 Feb 25 15:19 .. 15:21:07 drwxrwxr-x 8 jenkins jenkins 4096 Feb 25 15:19 .git 15:21:07 drwxrwxr-x 2 jenkins jenkins 4096 Feb 25 15:19 .github 15:21:07 -rw-rw-r-- 1 jenkins jenkins 153 Feb 25 15:19 .gitignore 15:21:07 -rw-rw-r-- 1 jenkins jenkins 3959 Feb 25 15:19 CONTRIBUTING.md 15:21:07 -rw-rw-r-- 1 jenkins jenkins 1508 Feb 25 15:19 Dockerfile 15:21:07 -rw-rw-r-- 1 jenkins jenkins 902 Feb 25 15:19 Dockerfile.build 15:21:07 -rw-rw-r-- 1 jenkins jenkins 652 Feb 25 15:19 Jenkinsfile 15:21:07 -rw-rw-r-- 1 jenkins jenkins 11357 Feb 25 15:19 LICENSE 15:21:07 -rw-rw-r-- 1 jenkins jenkins 951 Feb 25 15:19 Makefile 15:21:07 -rw-rw-r-- 1 jenkins jenkins 4535 Feb 25 15:19 README.md 15:21:07 -rw-rw-r-- 1 jenkins jenkins 12 Feb 25 15:16 VERSION 15:21:07 drwxrwxr-x 3 jenkins jenkins 4096 Feb 25 15:19 assets 15:21:07 drwxrwxr-x 2 jenkins jenkins 4096 Feb 25 15:19 bin 15:21:07 drwxrwxr-x 3 jenkins jenkins 4096 Feb 25 15:19 cmd 15:21:07 -rw-r--r-- 1 jenkins jenkins 10 Feb 25 15:20 coverage.out 15:21:07 drwxrwxr-x 5 jenkins jenkins 4096 Feb 25 15:19 docs 15:21:07 -rw-rw-r-- 1 jenkins jenkins 966 Feb 25 15:19 go.mod 15:21:07 -rw-r--r-- 1 jenkins jenkins 20277 Feb 25 15:20 go.sum 15:21:07 drwxrwxr-x 10 jenkins jenkins 4096 Feb 25 15:19 internal 15:21:07 -rw-rw-r-- 1 jenkins jenkins 155 Feb 25 15:19 version.go 15:21:07 drwxrwxr-x 4 jenkins jenkins 4096 Feb 25 15:19 web [Pipeline] isUnix [Pipeline] sh 15:21:07 + 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=de7c5c3e6b4481bff3e484d1404955fbb7d3e33f --label arch=arm64 --label version=2.0.0-dev.15 . 15:21:07 ---> Running in 07767b97ceec 15:21:07 Removing intermediate container 07767b97ceec 15:21:07 ---> 4db461e3ec5f 15:21:07 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 15:21:07 ---> Running in 05ecc9af7bd7 15:21:07 Removing intermediate container 05ecc9af7bd7 15:21:07 ---> 6b0b9c36c2f8 15:21:07 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 15:21:08 Sending build context to Docker daemon 17.1MB 15:21:08 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 15:21:08 Step 2/24 : FROM ${BASE} AS builder 15:21:08 ---> ad16b28ef6e6 15:21:08 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 15:21:08 ---> Running in 487912de14d3 15:21:08 Removing intermediate container 487912de14d3 15:21:08 ---> 80d657e93167 15:21:08 Step 6/24 : LABEL Name=edgex-ui-go 15:21:08 ---> Running in 2f01e6f14904 15:21:08 Removing intermediate container 2f01e6f14904 15:21:08 ---> 5201ff850bd6 15:21:08 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 15:21:08 ---> Running in aed8683461b6 15:21:08 Removing intermediate container aed8683461b6 15:21:08 ---> 2be599186cf0 15:21:08 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:21:08 ---> Running in 245fe1f34dbb 15:21:08 ---> Running in 18e1f418c118 15:21:09 Removing intermediate container 18e1f418c118 15:21:09 ---> 2d5a96041de4 15:21:09 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 15:21:09 ---> Running in 923469f2cdef 15:21:09 Removing intermediate container 923469f2cdef 15:21:09 ---> 7a9a3fef651a 15:21:09 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 15:21:09 ---> Running in 8d24e32f9da0 15:21:09 Removing intermediate container 245fe1f34dbb 15:21:09 ---> fbc795fe9a42 15:21:09 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:21:09 ---> Running in cada28b8cebd 15:21:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:21:10 Removing intermediate container 8d24e32f9da0 15:21:10 ---> cd834fff7645 15:21:10 Step 6/24 : LABEL Name=edgex-ui-go 15:21:10 ---> Running in 9657dccfdcc4 15:21:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:21:10 Removing intermediate container 9657dccfdcc4 15:21:10 ---> bb6fa5f76502 15:21:10 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 15:21:10 ---> Running in 1840c88c89fa 15:21:11 OK: 166 MiB in 39 packages 15:21:11 Removing intermediate container 1840c88c89fa 15:21:11 ---> 630199e1bf2b 15:21:11 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:21:11 ---> Running in 9da2b9b3bdbb 15:21:12 Removing intermediate container cada28b8cebd 15:21:12 ---> ad5a8ce0af20 15:21:12 Step 10/24 : ENV GO111MODULE=on 15:21:12 ---> Running in 138ac8a1ad9e 15:21:12 Removing intermediate container 138ac8a1ad9e 15:21:12 ---> 9fdfbeb88531 15:21:12 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 15:21:12 ---> Running in 31c999f6b794 15:21:12 Removing intermediate container 31c999f6b794 15:21:12 ---> 3bbc44557968 15:21:12 Step 12/24 : COPY go.mod . 15:21:13 ---> 89e14b258ad3 15:21:13 Step 13/24 : COPY Makefile . 15:21:13 ---> b8cabb102f0c 15:21:13 Step 14/24 : RUN make update 15:21:13 ---> Running in 62e9798edaaa 15:21:13 Removing intermediate container 9da2b9b3bdbb 15:21:13 ---> 4e07e42bbd07 15:21:13 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:21:13 ---> Running in 0ee57dac990f 15:21:13 CGO_ENABLED=0 GO111MODULE=on go mod download 15:21:14 Removing intermediate container 62e9798edaaa 15:21:14 ---> 0c4035ca0298 15:21:14 Step 15/24 : COPY . . 15:21:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:21:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:21:15 ---> 70d07809dd9b 15:21:15 Step 16/24 : RUN ${MAKE} 15:21:16 ---> Running in 40babc1871ea 15:21:16 OK: 142 MiB in 39 packages 15:21:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.15" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 15:21:17 Removing intermediate container 0ee57dac990f 15:21:17 ---> 77199c53b339 15:21:17 Step 10/24 : ENV GO111MODULE=on 15:21:17 ---> Running in 2186f029c753 15:21:18 Removing intermediate container 2186f029c753 15:21:18 ---> 0baada0249d8 15:21:18 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 15:21:18 ---> Running in 033d41cb0606 15:21:18 Removing intermediate container 033d41cb0606 15:21:18 ---> f5a8e8168079 15:21:18 Step 12/24 : COPY go.mod . 15:21:19 ---> 35af723e5c9f 15:21:19 Step 13/24 : COPY Makefile . 15:21:20 ---> 718d596afff4 15:21:20 Step 14/24 : RUN make update 15:21:20 ---> Running in 89765fb9398e 15:21:21 CGO_ENABLED=0 GO111MODULE=on go mod download 15:21:22 Removing intermediate container 89765fb9398e 15:21:22 ---> 3326d110e283 15:21:22 Step 15/24 : COPY . . 15:21:23 CGO_ENABLED=0 GO111MODULE=on go build ./... 15:21:25 ---> 0b30c7790015 15:21:25 Step 16/24 : RUN ${MAKE} 15:21:25 ---> Running in 6cc14ebf5d90 15:21:25 Removing intermediate container 40babc1871ea 15:21:25 ---> 94605a9921ab 15:21:25 Step 17/24 : FROM alpine:3.12 15:21:26 3.12: Pulling from library/alpine 15:21:26 f84cab65f19f: Pulling fs layer 15:21:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.15" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 15:21:26 f84cab65f19f: Verifying Checksum 15:21:26 f84cab65f19f: Download complete 15:21:26 f84cab65f19f: Pull complete 15:21:26 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:21:26 Status: Downloaded newer image for alpine:3.12 15:21:26 ---> 88dd2752d2ea 15:21:26 Step 18/24 : EXPOSE 4000 15:21:26 ---> Running in 7888af682fb7 15:21:27 Removing intermediate container 7888af682fb7 15:21:27 ---> 00d669c11ffd 15:21:27 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 15:21:28 ---> 89a50a9ea87d 15:21:28 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 15:21:28 ---> Running in 5b35eac42755 15:21:28 Removing intermediate container 5b35eac42755 15:21:28 ---> 635baf09a440 15:21:28 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 15:21:28 ---> Running in 2f395e7704a2 15:21:28 Removing intermediate container 2f395e7704a2 15:21:28 ---> cacd76f56c5a 15:21:28 Step 22/24 : LABEL arch=amd64 15:21:28 ---> Running in a1502ba3b78a 15:21:28 Removing intermediate container a1502ba3b78a 15:21:28 ---> 35ab3ee652fe 15:21:28 Step 23/24 : LABEL git_sha=de7c5c3e6b4481bff3e484d1404955fbb7d3e33f 15:21:28 ---> Running in 0f58edbf66a6 15:21:28 Removing intermediate container 0f58edbf66a6 15:21:28 ---> f599537724d5 15:21:28 Step 24/24 : LABEL version=2.0.0-dev.15 15:21:29 ---> Running in 67b9f5be2544 15:21:29 Removing intermediate container 67b9f5be2544 15:21:29 ---> b8c40f2600d7 15:21:29 [Warning] One or more build-args [ARCH] were not consumed 15:21:29 Successfully built b8c40f2600d7 15:21:29 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:21:29 provisioning config files... 15:21:29 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/73@tmp/config291702112750498538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:21:30 ---> docker-login.sh 15:21:30 nexus3.edgexfoundry.org:10001 15:21:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:30 Configure a credential helper to remove this warning. See 15:21:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:30 15:21:30 Login Succeeded 15:21:30 nexus3.edgexfoundry.org:10002 15:21:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:30 Configure a credential helper to remove this warning. See 15:21:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:30 15:21:30 Login Succeeded 15:21:30 nexus3.edgexfoundry.org:10003 15:21:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:30 Configure a credential helper to remove this warning. See 15:21:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:30 15:21:30 Login Succeeded 15:21:30 nexus3.edgexfoundry.org:10004 15:21:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:30 Configure a credential helper to remove this warning. See 15:21:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:30 15:21:30 Login Succeeded 15:21:30 docker.io 15:21:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:31 Configure a credential helper to remove this warning. See 15:21:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:31 15:21:31 Login Succeeded 15:21:31 ---> docker-login.sh ends [Pipeline] } 15:21:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:21:31 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 15:21:31 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f 15:21:31 latest 15:21:31 2.0.0-dev.15 15:21:31 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15 15:21:31 master 15:21:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:21:32 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [Pipeline] isUnix [Pipeline] sh 15:21:32 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f 15:21:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 15:21:32 4fed448a9296: Preparing 15:21:32 33e8713114f8: Preparing 15:21:32 33e8713114f8: Layer already exists 15:21:33 4fed448a9296: Pushed 15:21:33 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f: digest: sha256:e08b4e1c3ad28621ab53fa136e14ec976e200a5ca699d430de8bc44e51f65189 size: 739 [Pipeline] isUnix [Pipeline] sh 15:21:34 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 15:21:34 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 15:21:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 15:21:34 4fed448a9296: Preparing 15:21:34 33e8713114f8: Preparing 15:21:34 4fed448a9296: Layer already exists 15:21:34 33e8713114f8: Layer already exists 15:21:34 latest: digest: sha256:e08b4e1c3ad28621ab53fa136e14ec976e200a5ca699d430de8bc44e51f65189 size: 739 [Pipeline] isUnix [Pipeline] sh 15:21:34 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.15 [Pipeline] isUnix [Pipeline] sh 15:21:35 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.15 15:21:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 15:21:35 4fed448a9296: Preparing 15:21:35 33e8713114f8: Preparing 15:21:35 4fed448a9296: Layer already exists 15:21:35 33e8713114f8: Layer already exists 15:21:35 2.0.0-dev.15: digest: sha256:e08b4e1c3ad28621ab53fa136e14ec976e200a5ca699d430de8bc44e51f65189 size: 739 [Pipeline] isUnix [Pipeline] sh 15:21:35 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15 [Pipeline] isUnix [Pipeline] sh 15:21:35 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15 15:21:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 15:21:35 4fed448a9296: Preparing 15:21:35 33e8713114f8: Preparing 15:21:35 33e8713114f8: Layer already exists 15:21:35 4fed448a9296: Layer already exists 15:21:35 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15: digest: sha256:e08b4e1c3ad28621ab53fa136e14ec976e200a5ca699d430de8bc44e51f65189 size: 739 [Pipeline] isUnix [Pipeline] sh 15:21:36 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 15:21:36 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 15:21:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 15:21:36 4fed448a9296: Preparing 15:21:36 33e8713114f8: Preparing 15:21:36 33e8713114f8: Layer already exists 15:21:36 4fed448a9296: Layer already exists 15:21:36 master: digest: sha256:e08b4e1c3ad28621ab53fa136e14ec976e200a5ca699d430de8bc44e51f65189 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:21:36 ===================================================== [Pipeline] echo 15:21:36 taggedImages: 15:21:36 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f 15:21:36 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 15:21:36 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.15 15:21:36 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15 15:21:36 - 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 15:21:37 ---> job-cost.sh 15:21:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OrHJ 15:21:48 CGO_ENABLED=0 GO111MODULE=on go build ./... 15:21:52 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:21:52 Removing intermediate container 6cc14ebf5d90 15:21:52 ---> 16bdc50e636d 15:21:52 Step 17/24 : FROM alpine:3.12 15:21:53 3.12: Pulling from library/alpine 15:21:53 dce8679b510e: Pulling fs layer 15:21:53 dce8679b510e: Verifying Checksum 15:21:53 dce8679b510e: Download complete 15:21:54 dce8679b510e: Pull complete 15:21:54 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:21:54 Status: Downloaded newer image for alpine:3.12 15:21:54 ---> d10569e2745f 15:21:54 Step 18/24 : EXPOSE 4000 15:21:54 ---> Running in 8b1776271bf7 15:21:54 Removing intermediate container 8b1776271bf7 15:21:54 ---> 0d71c9757c17 15:21:54 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 15:21:56 ---> 41ae575480d7 15:21:56 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 15:21:56 ---> Running in 898d664f0866 15:21:57 Removing intermediate container 898d664f0866 15:21:57 ---> 6138f42bd5b2 15:21:57 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 15:21:57 ---> Running in 1a53d6023d85 15:21:57 Removing intermediate container 1a53d6023d85 15:21:57 ---> 17c005f57543 15:21:57 Step 22/24 : LABEL arch=arm64 15:21:57 ---> Running in 05ccf20fdd6c 15:21:58 Removing intermediate container 05ccf20fdd6c 15:21:58 ---> 37a0b92ed090 15:21:58 Step 23/24 : LABEL git_sha=de7c5c3e6b4481bff3e484d1404955fbb7d3e33f 15:21:58 ---> Running in e8d8a0c7212b 15:21:58 Removing intermediate container e8d8a0c7212b 15:21:58 ---> d6ebb01dd224 15:21:58 Step 24/24 : LABEL version=2.0.0-dev.15 15:21:58 ---> Running in 5bf7b9e07112 15:21:59 Removing intermediate container 5bf7b9e07112 15:21:59 ---> 0b7c90c36be8 15:21:59 [Warning] One or more build-args [ARCH] were not consumed 15:21:59 Successfully built 0b7c90c36be8 15:21:59 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 15:22:00 provisioning config files... 15:22:00 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/73@tmp/config1822312058578270151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:22:00 ---> docker-login.sh 15:22:00 nexus3.edgexfoundry.org:10001 15:22:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:01 Configure a credential helper to remove this warning. See 15:22:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:01 15:22:01 Login Succeeded 15:22:01 nexus3.edgexfoundry.org:10002 15:22:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:01 Configure a credential helper to remove this warning. See 15:22:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:01 15:22:01 Login Succeeded 15:22:01 nexus3.edgexfoundry.org:10003 15:22:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:02 Configure a credential helper to remove this warning. See 15:22:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:02 15:22:02 Login Succeeded 15:22:02 nexus3.edgexfoundry.org:10004 15:22:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:02 Configure a credential helper to remove this warning. See 15:22:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:02 15:22:02 Login Succeeded 15:22:02 docker.io 15:22:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:03 Configure a credential helper to remove this warning. See 15:22:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:03 15:22:03 Login Succeeded 15:22:03 ---> docker-login.sh ends [Pipeline] } 15:22:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:03 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 15:22:03 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f 15:22:03 latest 15:22:03 2.0.0-dev.15 15:22:03 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15 15:22:03 master 15:22:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:22:04 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [Pipeline] isUnix [Pipeline] sh 15:22:04 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f 15:22:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 15:22:04 a91a806cc8df: Preparing 15:22:04 02a88cfff88f: Preparing 15:22:05 02a88cfff88f: Layer already exists 15:22:08 a91a806cc8df: Pushed 15:22:08 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f: digest: sha256:c73b02b769555abb0a5fc41b5808277515b7b8e0a740adc88940b9b98edff773 size: 739 [Pipeline] isUnix [Pipeline] sh 15:22:08 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:22:09 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 15:22:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 15:22:09 a91a806cc8df: Preparing 15:22:09 02a88cfff88f: Preparing 15:22:09 a91a806cc8df: Layer already exists 15:22:09 02a88cfff88f: Layer already exists 15:22:09 latest: digest: sha256:c73b02b769555abb0a5fc41b5808277515b7b8e0a740adc88940b9b98edff773 size: 739 [Pipeline] isUnix [Pipeline] sh 15:22:09 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.15 [Pipeline] isUnix [Pipeline] sh 15:22:09 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.15 15:22:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 15:22:09 a91a806cc8df: Preparing 15:22:09 02a88cfff88f: Preparing 15:22:09 a91a806cc8df: Layer already exists 15:22:09 02a88cfff88f: Layer already exists 15:22:10 2.0.0-dev.15: digest: sha256:c73b02b769555abb0a5fc41b5808277515b7b8e0a740adc88940b9b98edff773 size: 739 [Pipeline] isUnix [Pipeline] sh 15:22:10 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15 [Pipeline] isUnix [Pipeline] sh 15:22:10 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15 15:22:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 15:22:10 a91a806cc8df: Preparing 15:22:10 02a88cfff88f: Preparing 15:22:10 02a88cfff88f: Layer already exists 15:22:10 a91a806cc8df: Layer already exists 15:22:11 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15: digest: sha256:c73b02b769555abb0a5fc41b5808277515b7b8e0a740adc88940b9b98edff773 size: 739 [Pipeline] isUnix [Pipeline] sh 15:22:11 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:22:11 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 15:22:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 15:22:11 a91a806cc8df: Preparing 15:22:11 02a88cfff88f: Preparing 15:22:12 02a88cfff88f: Layer already exists 15:22:12 a91a806cc8df: Layer already exists 15:22:12 master: digest: sha256:c73b02b769555abb0a5fc41b5808277515b7b8e0a740adc88940b9b98edff773 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:12 ===================================================== [Pipeline] echo 15:22:12 taggedImages: 15:22:12 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f 15:22:12 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 15:22:12 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.15 15:22:12 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:de7c5c3e6b4481bff3e484d1404955fbb7d3e33f-2.0.0-dev.15 15:22:12 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:22:13 ---> job-cost.sh 15:22:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6GI2 15:22:18 lf-activate-venv(): INFO: Adding /tmp/venv-OrHJ/bin to PATH 15:22:18 INFO: No Stack... 15:22:19 INFO: Retrieving Pricing Info for: v1-standard-2 15:22:20 INFO: Archiving Costs [Pipeline] sh 15:22:20 + cat /w/workspace/edgex-ui-go/73/archives/cost.csv 15:22:20 + cut -d, -f6 [Pipeline] lock 15:22:20 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-73-stack-cost] 15:22:20 Resource [jenkins-edgexfoundry-edgex-ui-go-master-73-stack-cost] did not exist. Created. 15:22:20 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-73-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:22:21 + echo total: 0.029999999329447746 [Pipeline] stash 15:22:21 Stashed 1 file(s) [Pipeline] } 15:22:21 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-73-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:22:52 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:24:58 lf-activate-venv(): INFO: Adding /tmp/venv-6GI2/bin to PATH 15:24:58 INFO: No Stack... 15:24:58 INFO: Retrieving Pricing Info for: lf-standard-4 15:24:59 INFO: Archiving Costs [Pipeline] sh 15:24:59 + + cut -d,cat -f6 /w/workspace/edgex-ui-go/73/archives/cost.csv 15:24:59 [Pipeline] lock 15:24:59 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-73-stack-cost] 15:24:59 Resource [jenkins-edgexfoundry-edgex-ui-go-master-73-stack-cost] did not exist. Created. 15:24:59 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-73-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:25:00 /w/workspace/edgex-ui-go/73@tmp/durable-eae318de/script.sh: 1: /w/workspace/edgex-ui-go/73@tmp/durable-eae318de/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:25:00 + echo total: 0.20999999344348907 [Pipeline] stash 15:25:00 Warning: overwriting stash ‘stack-cost’ 15:25:00 Stashed 1 file(s) [Pipeline] } 15:25:00 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-73-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 15:25:02 provisioning config files... 15:25:02 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5321834681107492716tmp [Pipeline] { [Pipeline] sh 15:25:02 + set +x 15:25:02 + curl -s https://codecov.io/bash 15:25:02 + bash -s -- 15:25:02 15:25:02 _____ _ 15:25:02 / ____| | | 15:25:02 | | ___ __| | ___ ___ _____ __ 15:25:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:25:02 | |___| (_) | (_| | __/ (_| (_) \ V / 15:25:02 \_____\___/ \__,_|\___|\___\___/ \_/ 15:25:02 Bash-20210129-7c25fce 15:25:02 15:25:02 15:25:02 ==> git version 2.24.3 found 15:25:02 ==> 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 15:25:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:25:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:25:02 ==> Jenkins CI detected. 15:25:02 project root: . 15:25:02 --> token set from env 15:25:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:25:02 ==> Running gcov in . (disable via -X gcov) 15:25:02 ==> Python coveragepy not found 15:25:02 ==> Searching for coverage reports in: 15:25:02 + . 15:25:02 -> Found 1 reports 15:25:02 ==> Detecting git/mercurial file structure 15:25:02 ==> Reading reports 15:25:02 + ./coverage.out bytes=10 15:25:02 ==> Appending adjustments 15:25:02 https://docs.codecov.io/docs/fixing-reports 15:25:02 + Found adjustments 15:25:02 ==> Gzipping contents 15:25:02 4.0K /tmp/codecov.lScsiP.gz 15:25:02 ==> Uploading reports 15:25:02 url: https://codecov.io 15:25:02 query: branch=master&commit=de7c5c3e6b4481bff3e484d1404955fbb7d3e33f&build=73&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F73%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:25:02 -> Pinging Codecov 15:25:02 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=de7c5c3e6b4481bff3e484d1404955fbb7d3e33f&build=73&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F73%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:25:03 -> Uploading to 15:25:03 https://storage.googleapis.com/codecov/v4/raw/2021-02-25/FB506323287CE973F263BFD2A0EB1F37/de7c5c3e6b4481bff3e484d1404955fbb7d3e33f/425e8d6a-ff07-41d9-9d81-53189b5f0924.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210225%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210225T152503Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f61b8a4722c756b579640d851aed40ea75384e1c4e74d7c7bce38d080dbece93 15:25:03 % Total % Received % Xferd Average Speed Time Time Time Current 15:25:03 Dload Upload Total Spent Left Speed 15:25:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2843 0 0 100 2843 0 6202 --:--:-- --:--:-- --:--:-- 6207 15:25:03 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [Pipeline] } 15:25:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:25:04 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:25:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:25:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:25:05 15:25:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:25:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:25:05 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:25:05 188c0c94c7c5: Pulling fs layer 15:25:05 0ef7d3d256c8: Pulling fs layer 15:25:05 de9db76c5a1d: Pulling fs layer 15:25:05 0eba1c9be4d2: Pulling fs layer 15:25:05 0d57e429df01: Pulling fs layer 15:25:05 4e4be7b47b0d: Pulling fs layer 15:25:05 e1f770b5df2f: Pulling fs layer 15:25:05 85a0685a4137: Pulling fs layer 15:25:05 0d57e429df01: Waiting 15:25:05 4e4be7b47b0d: Waiting 15:25:05 e1f770b5df2f: Waiting 15:25:05 85a0685a4137: Waiting 15:25:05 0eba1c9be4d2: Waiting 15:25:05 0ef7d3d256c8: Download complete 15:25:05 de9db76c5a1d: Verifying Checksum 15:25:05 de9db76c5a1d: Download complete 15:25:05 0d57e429df01: Verifying Checksum 15:25:05 0d57e429df01: Download complete 15:25:05 188c0c94c7c5: Verifying Checksum 15:25:05 4e4be7b47b0d: Verifying Checksum 15:25:05 4e4be7b47b0d: Download complete 15:25:06 188c0c94c7c5: Pull complete 15:25:06 0ef7d3d256c8: Pull complete 15:25:06 de9db76c5a1d: Pull complete 15:25:07 e1f770b5df2f: Verifying Checksum 15:25:07 e1f770b5df2f: Download complete 15:25:09 0eba1c9be4d2: Verifying Checksum 15:25:09 0eba1c9be4d2: Download complete 15:25:09 85a0685a4137: Verifying Checksum 15:25:09 85a0685a4137: Download complete 15:25:15 0eba1c9be4d2: Pull complete 15:25:15 0d57e429df01: Pull complete 15:25:15 4e4be7b47b0d: Pull complete 15:25:18 e1f770b5df2f: Pull complete 15:25:26 85a0685a4137: Pull complete 15:25:26 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:25:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:25:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:25:26 prd-centos7-docker-4c-2g-27668 does not seem to be running inside a container 15:25:26 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:25:27 $ docker top 6123a5aa68ec978b10bbd9f48fbbb0e4e6a368ab456b3f3e5d088943d9640576 -eo pid,comm [Pipeline] { [Pipeline] echo 15:25:27 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:25:28 + set -o pipefail 15:25:28 + snyk monitor '--org=edgex-jenkins' 15:25:36 15:25:36 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 15:25:36 15:25:36 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/ae0483b5-c6a7-45b3-9f76-d534547a0145 15:25:36 15:25:36 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:25:36 15:25:36 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:25:36 15:25:36 15:25:36 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 15:25:36 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:25:36 $ docker stop --time=1 6123a5aa68ec978b10bbd9f48fbbb0e4e6a368ab456b3f3e5d088943d9640576 15:25:38 $ docker rm -f 6123a5aa68ec978b10bbd9f48fbbb0e4e6a368ab456b3f3e5d088943d9640576 [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 15:25:40 + git log --format=format:%s -1 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f [Pipeline] isUnix [Pipeline] sh 15:25:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:25:40 . [Pipeline] withDockerContainer 15:25:40 prd-centos7-docker-4c-2g-27668 does not seem to be running inside a container 15:25:40 $ 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 15:25:41 $ docker top c60f97f037c761431236fd675871616c0df698af614cf2a5f4aa566fe501546f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:25:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:25:41 [ssh-agent] Looking for ssh-agent implementation... 15:25:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:25:41 $ docker exec c60f97f037c761431236fd675871616c0df698af614cf2a5f4aa566fe501546f ssh-agent 15:25:42 SSH_AUTH_SOCK=/tmp/ssh-BVuIShnYdcDq/agent.12 15:25:42 SSH_AGENT_PID=18 15:25:42 Running ssh-add (command line suppressed) 15:25:42 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5453306318220478501.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5453306318220478501.key) 15:25:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:25:42 + git semver tag 15:25:42 # -> Open(): unable to determine branch for HEAD 15:25:42 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 15:25:42 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 15:25:42 # $SEMVER_REMOTE_NAME = origin 15:25:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:25:42 # $SEMVER_USER_NAME = edgex-jenkins 15:25:42 # $SEMVER_BRANCH = master 15:25:42 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 15:25:42 # de7c5c3e6b4481bff3e484d1404955fbb7d3e33f HEAD 15:25:42 # -> Force: false 15:25:42 # ad31b86ebdbc7623179b2a2dd1e91010bcb793b2 refs/tags/v2.0.0-dev.15 [Pipeline] } 15:25:42 $ docker exec --env ******** --env ******** c60f97f037c761431236fd675871616c0df698af614cf2a5f4aa566fe501546f ssh-agent -k 15:25:42 unset SSH_AUTH_SOCK; 15:25:42 unset SSH_AGENT_PID; 15:25:42 echo Agent pid 18 killed; 15:25:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:25:43 + git semver [Pipeline] } 15:25:43 $ docker stop --time=1 c60f97f037c761431236fd675871616c0df698af614cf2a5f4aa566fe501546f 15:25:44 $ docker rm -f c60f97f037c761431236fd675871616c0df698af614cf2a5f4aa566fe501546f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:25:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:25:45 15:25:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:25:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:25:45 0.23.1-centos7: Pulling from edgex-lftools 15:25:45 ab5ef0e58194: Pulling fs layer 15:25:45 9712f1f96733: Pulling fs layer 15:25:45 63f879dbbcfc: Pulling fs layer 15:25:45 0d9ebad4ef96: Pulling fs layer 15:25:45 e9a5061849ea: Pulling fs layer 15:25:45 d747dcd14b5f: Pulling fs layer 15:25:45 2de7ff778b66: Pulling fs layer 15:25:45 d747dcd14b5f: Waiting 15:25:45 e9a5061849ea: Waiting 15:25:45 2de7ff778b66: Waiting 15:25:45 0d9ebad4ef96: Waiting 15:25:45 9712f1f96733: Verifying Checksum 15:25:45 9712f1f96733: Download complete 15:25:47 63f879dbbcfc: Verifying Checksum 15:25:47 63f879dbbcfc: Download complete 15:25:47 e9a5061849ea: Verifying Checksum 15:25:47 e9a5061849ea: Download complete 15:25:47 d747dcd14b5f: Download complete 15:25:48 2de7ff778b66: Verifying Checksum 15:25:48 2de7ff778b66: Download complete 15:25:48 0d9ebad4ef96: Verifying Checksum 15:25:48 0d9ebad4ef96: Download complete 15:25:48 ab5ef0e58194: Verifying Checksum 15:25:48 ab5ef0e58194: Download complete 15:25:53 ab5ef0e58194: Pull complete 15:25:53 9712f1f96733: Pull complete 15:25:56 63f879dbbcfc: Pull complete 15:26:03 0d9ebad4ef96: Pull complete 15:26:03 e9a5061849ea: Pull complete 15:26:03 d747dcd14b5f: Pull complete 15:26:06 2de7ff778b66: Pull complete 15:26:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:26:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:26:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:26:06 prd-centos7-docker-4c-2g-27668 does not seem to be running inside a container 15:26:06 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:26:11 $ docker top 40089c4bb4b8f6f2377e5de5904cee012035531e3b226d8e74c3a9a7ae689db3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:26:11 provisioning config files... 15:26:11 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5064102997274529611tmp 15:26:11 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4116785146586632796tmp 15:26:11 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6811018916881157869tmp [Pipeline] { [Pipeline] echo 15:26:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:26:11 ---> sigul-configuration.sh 15:26:11 gpg: directory `/root/.gnupg' created 15:26:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:26:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:26:11 gpg: keyring `/root/.gnupg/secring.gpg' created 15:26:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:26:11 gpg: CAST5 encrypted data 15:26:12 gpg: encrypted with 1 passphrase 15:26:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:26:12 + mkdir /home/jenkins 15:26:12 + mkdir /home/jenkins/sigul [Pipeline] sh 15:26:12 + 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 15:26:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:26:12 ---> sigul-install.sh 15:26:19 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:26:19 + git tag --list 15:26:19 0.1.1 15:26:19 v1.1.0 15:26:19 v1.2.0 15:26:19 v1.2.1 15:26:19 v1.3.0 15:26:19 v2.0.0-dev.1 15:26:19 v2.0.0-dev.10 15:26:19 v2.0.0-dev.11 15:26:19 v2.0.0-dev.12 15:26:19 v2.0.0-dev.13 15:26:19 v2.0.0-dev.14 15:26:19 v2.0.0-dev.15 15:26:19 v2.0.0-dev.2 15:26:19 v2.0.0-dev.3 15:26:19 v2.0.0-dev.4 15:26:19 v2.0.0-dev.5 15:26:19 v2.0.0-dev.6 15:26:19 v2.0.0-dev.7 15:26:19 v2.0.0-dev.8 15:26:19 v2.0.0-dev.9 [Pipeline] sh 15:26:20 + lftools sign git-tag v2.0.0-dev.15 15:26:21 Signing Git tag with Sigul... 15:26:21 Signing v2.0.0-dev.15 [Pipeline] echo 15:26:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:26:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:26:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:26:23 $ docker stop --time=1 40089c4bb4b8f6f2377e5de5904cee012035531e3b226d8e74c3a9a7ae689db3 15:26:25 $ docker rm -f 40089c4bb4b8f6f2377e5de5904cee012035531e3b226d8e74c3a9a7ae689db3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:26:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:26:26 . [Pipeline] withDockerContainer 15:26:26 prd-centos7-docker-4c-2g-27668 does not seem to be running inside a container 15:26:26 $ 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 15:26:27 $ docker top 03ea38ee6f85012547eabb11dce3419a98dd1e67a7a9f81b3b367949bf0ed506 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:26:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:26:27 [ssh-agent] Looking for ssh-agent implementation... 15:26:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:26:27 $ docker exec 03ea38ee6f85012547eabb11dce3419a98dd1e67a7a9f81b3b367949bf0ed506 ssh-agent 15:26:28 SSH_AUTH_SOCK=/tmp/ssh-K5YxavmTLmnx/agent.12 15:26:28 SSH_AGENT_PID=17 15:26:28 Running ssh-add (command line suppressed) 15:26:28 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8108932856482765671.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8108932856482765671.key) 15:26:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:26:28 + git semver bump pre 15:26:28 # -> Open(): unable to determine branch for HEAD 15:26:28 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 15:26:28 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 15:26:28 # $SEMVER_REMOTE_NAME = origin 15:26:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:26:28 # $SEMVER_USER_NAME = edgex-jenkins 15:26:28 # $SEMVER_BRANCH = master 15:26:28 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 15:26:28 2.0.0-dev.16 [Pipeline] } 15:26:28 $ docker exec --env ******** --env ******** 03ea38ee6f85012547eabb11dce3419a98dd1e67a7a9f81b3b367949bf0ed506 ssh-agent -k 15:26:28 unset SSH_AUTH_SOCK; 15:26:28 unset SSH_AGENT_PID; 15:26:28 echo Agent pid 17 killed; 15:26:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:26:29 + git semver [Pipeline] } 15:26:29 $ docker stop --time=1 03ea38ee6f85012547eabb11dce3419a98dd1e67a7a9f81b3b367949bf0ed506 15:26:30 $ docker rm -f 03ea38ee6f85012547eabb11dce3419a98dd1e67a7a9f81b3b367949bf0ed506 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:26:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:26:31 . [Pipeline] withDockerContainer 15:26:31 prd-centos7-docker-4c-2g-27668 does not seem to be running inside a container 15:26:31 $ 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 15:26:32 $ docker top 389f6bfa4abfe3d71f8515fbd4c89ed95faaa346612a4989ac161d3a409f78db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:26:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:26:32 [ssh-agent] Looking for ssh-agent implementation... 15:26:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:26:32 $ docker exec 389f6bfa4abfe3d71f8515fbd4c89ed95faaa346612a4989ac161d3a409f78db ssh-agent 15:26:32 SSH_AUTH_SOCK=/tmp/ssh-FMXY6VJt2PwX/agent.13 15:26:32 SSH_AGENT_PID=18 15:26:32 Running ssh-add (command line suppressed) 15:26:33 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7376416316920553008.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7376416316920553008.key) 15:26:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:26:33 + git semver push 15:26:33 # -> Open(): unable to determine branch for HEAD 15:26:33 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 15:26:33 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 15:26:33 # $SEMVER_REMOTE_NAME = origin 15:26:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:26:33 # $SEMVER_USER_NAME = edgex-jenkins 15:26:33 # $SEMVER_BRANCH = master 15:26:33 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 15:26:40 $ docker exec --env ******** --env ******** 389f6bfa4abfe3d71f8515fbd4c89ed95faaa346612a4989ac161d3a409f78db ssh-agent -k 15:26:40 unset SSH_AUTH_SOCK; 15:26:40 unset SSH_AGENT_PID; 15:26:40 echo Agent pid 18 killed; 15:26:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:26:40 + git semver [Pipeline] } 15:26:40 $ docker stop --time=1 389f6bfa4abfe3d71f8515fbd4c89ed95faaa346612a4989ac161d3a409f78db 15:26:42 $ docker rm -f 389f6bfa4abfe3d71f8515fbd4c89ed95faaa346612a4989ac161d3a409f78db [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 15:26:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:26:44 ---> package-listing.sh 15:26:44 ++ facter osfamily 15:26:44 ++ tr '[:upper:]' '[:lower:]' 15:26:44 + OS_FAMILY=redhat 15:26:44 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 15:26:44 + START_PACKAGES=/tmp/packages_start.txt 15:26:44 + END_PACKAGES=/tmp/packages_end.txt 15:26:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:26:44 + PACKAGES=/tmp/packages_start.txt 15:26:44 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 15:26:44 + PACKAGES=/tmp/packages_end.txt 15:26:44 + case "${OS_FAMILY}" in 15:26:44 + rpm -qa 15:26:44 + sort 15:26:49 + '[' -f /tmp/packages_start.txt ']' 15:26:49 + '[' -f /tmp/packages_end.txt ']' 15:26:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:26:49 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 15:26:49 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 15:26:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 15:26:49 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 15:26:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:26:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:26:50 15:26:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:26:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:26:50 alpine: Pulling from edgex-lftools-log-publisher 15:26:50 df20fa9351a1: Pulling fs layer 15:26:50 36b3adc4ff6f: Pulling fs layer 15:26:50 8ad3a11d3b57: Pulling fs layer 15:26:50 46f8f816bc3b: Pulling fs layer 15:26:50 93b61091891f: Pulling fs layer 15:26:50 93b9cdb0e59b: Pulling fs layer 15:26:50 5e14af77c1be: Pulling fs layer 15:26:50 01666e4c0597: Pulling fs layer 15:26:50 aa168da1d23b: Pulling fs layer 15:26:50 46f8f816bc3b: Waiting 15:26:50 93b61091891f: Waiting 15:26:50 93b9cdb0e59b: Waiting 15:26:50 01666e4c0597: Waiting 15:26:50 5e14af77c1be: Waiting 15:26:50 aa168da1d23b: Waiting 15:26:50 36b3adc4ff6f: Download complete 15:26:50 46f8f816bc3b: Verifying Checksum 15:26:50 46f8f816bc3b: Download complete 15:26:50 df20fa9351a1: Verifying Checksum 15:26:50 df20fa9351a1: Download complete 15:26:50 93b9cdb0e59b: Download complete 15:26:50 5e14af77c1be: Verifying Checksum 15:26:50 5e14af77c1be: Download complete 15:26:50 01666e4c0597: Verifying Checksum 15:26:50 01666e4c0597: Download complete 15:26:50 93b61091891f: Verifying Checksum 15:26:50 93b61091891f: Download complete 15:26:50 8ad3a11d3b57: Verifying Checksum 15:26:50 8ad3a11d3b57: Download complete 15:26:51 df20fa9351a1: Pull complete 15:26:51 36b3adc4ff6f: Pull complete 15:26:53 aa168da1d23b: Verifying Checksum 15:26:53 aa168da1d23b: Download complete 15:26:53 8ad3a11d3b57: Pull complete 15:26:53 46f8f816bc3b: Pull complete 15:26:53 93b61091891f: Pull complete 15:26:53 93b9cdb0e59b: Pull complete 15:26:53 5e14af77c1be: Pull complete 15:26:54 01666e4c0597: Pull complete 15:27:02 aa168da1d23b: Pull complete 15:27:02 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:27:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:27:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:27:02 prd-centos7-docker-4c-2g-27668 does not seem to be running inside a container 15:27:02 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:27:05 $ docker top b333ed404cd0c30e9e7a5ef049335cc61da806e815ea238b2da460d481006874 -eo pid,comm [Pipeline] { [Pipeline] sh 15:27:05 + touch /tmp/pre-build-complete [Pipeline] sh 15:27:05 + mkdir -p /var/log/sa [Pipeline] sh 15:27:06 + ls /var/log/sa-host 15:27:06 + sadf -c /var/log/sa-host/sa23 15:27:06 file_magic: OK 15:27:06 HZ: Using current value: 100 15:27:06 file_header: OK 15:27:06 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 15:27:06 Statistics: 15:27:06 Hnuu...uuuununununu... 15:27:06 File successfully converted to sysstat format version 12.2.1 15:27:06 + sadf -c /var/log/sa-host/sa25 15:27:06 file_magic: OK 15:27:06 HZ: Using current value: 100 15:27:06 file_header: OK 15:27:06 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 15:27:06 Statistics: 15:27:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:27:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:27:06 provisioning config files... 15:27:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8145720984309300059tmp [Pipeline] { [Pipeline] echo 15:27:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:27:06 ---> create-netrc.sh [Pipeline] } 15:27:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:27:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:27:07 ---> python-tools-install.sh [Pipeline] echo 15:27:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:27:07 ---> sudo-logs.sh 15:27:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:27:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:27:07 ---> job-cost.sh 15:27:07 lf-activate-venv: SKIPPING 15:27:07 DEBUG: total: 0.20999999344348907 15:27:07 INFO: Retrieving Stack Cost... 15:27:08 INFO: Retrieving Pricing Info for: v1-standard-2 15:27:09 INFO: Archiving Costs [Pipeline] echo 15:27:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:27:09 ---> logs-deploy.sh 15:27:09 lf-activate-venv: SKIPPING 15:27:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/73 15:27:09 INFO: archiving workspace using pattern(s): 15:27:11 Archives upload complete. 15:27:11 INFO: archiving logs to Nexus 15:27:12 ---> uname -a: 15:27:12 Linux prd-centos7-docker-4c-2g-27668.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:27:12 15:27:12 15:27:12 ---> lscpu: 15:27:12 Architecture: x86_64 15:27:12 CPU op-mode(s): 32-bit, 64-bit 15:27:12 Byte Order: Little Endian 15:27:12 Address sizes: 40 bits physical, 48 bits virtual 15:27:12 CPU(s): 4 15:27:12 On-line CPU(s) list: 0-3 15:27:12 Thread(s) per core: 1 15:27:12 Core(s) per socket: 1 15:27:12 Socket(s): 4 15:27:12 NUMA node(s): 1 15:27:12 Vendor ID: GenuineIntel 15:27:12 CPU family: 6 15:27:12 Model: 44 15:27:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:27:12 Stepping: 1 15:27:12 CPU MHz: 2933.436 15:27:12 BogoMIPS: 5866.87 15:27:12 Virtualization: VT-x 15:27:12 Hypervisor vendor: KVM 15:27:12 Virtualization type: full 15:27:12 L1d cache: 128 KiB 15:27:12 L1i cache: 128 KiB 15:27:12 L2 cache: 16 MiB 15:27:12 L3 cache: 64 MiB 15:27:12 NUMA node0 CPU(s): 0-3 15:27:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:27:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:27:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:27:12 Vulnerability Meltdown: Mitigation; PTI 15:27:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:27:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:27:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:27:12 Vulnerability Srbds: Not affected 15:27:12 Vulnerability Tsx async abort: Not affected 15:27:12 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 15:27:12 15:27:12 15:27:12 ---> nproc: 15:27:12 4 15:27:12 15:27:12 15:27:12 ---> df -h: 15:27:12 Filesystem Size Used Available Use% Mounted on 15:27:12 overlay 50.0G 8.6G 41.4G 17% / 15:27:12 tmpfs 64.0M 0 64.0M 0% /dev 15:27:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:27:12 shm 64.0M 0 64.0M 0% /dev/shm 15:27:12 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 15:27:12 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 15:27:12 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 15:27:12 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 15:27:12 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 15:27:12 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 15:27:12 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 15:27:12 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 15:27:12 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 15:27:12 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 15:27:12 15:27:12 15:27:12 ---> free -m: 15:27:12 total used free shared buff/cache available 15:27:12 Mem: 1837 816 142 0 878 957 15:27:12 Swap: 1023 3 1020 15:27:12 15:27:12 15:27:12 ---> ip addr: 15:27:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:27:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:27:12 inet 127.0.0.1/8 scope host lo 15:27:12 valid_lft forever preferred_lft forever 15:27:12 inet6 ::1/128 scope host 15:27:12 valid_lft forever preferred_lft forever 15:27:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:27:12 link/ether fa:16:3e:9c:06:a7 brd ff:ff:ff:ff:ff:ff 15:27:12 inet 10.30.122.5/23 brd 10.30.123.255 scope global dynamic eth0 15:27:12 valid_lft 85727sec preferred_lft 85727sec 15:27:12 inet6 fe80::f816:3eff:fe9c:6a7/64 scope link 15:27:12 valid_lft forever preferred_lft forever 15:27:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:27:12 link/ether 02:42:95:da:d7:13 brd ff:ff:ff:ff:ff:ff 15:27:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:27:12 valid_lft forever preferred_lft forever 15:27:12 inet6 fe80::42:95ff:feda:d713/64 scope link 15:27:12 valid_lft forever preferred_lft forever 15:27:12 15:27:12 15:27:12 ---> sar -b -r -n DEV: 15:27:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) 15:27:12 15:27:12 15:15:48 LINUX RESTART (4 CPU) 15:27:12 15:27:12 15:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:27:12 15:18:02 2.93 0.03 2.90 0.00 1.07 105.98 0.00 15:27:12 15:19:01 0.37 0.00 0.37 0.00 0.00 6.22 0.00 15:27:12 15:20:01 0.32 0.00 0.32 0.00 0.00 3.76 0.00 15:27:12 15:21:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 15:27:12 15:22:01 0.32 0.00 0.32 0.00 0.00 4.23 0.00 15:27:12 15:23:01 0.28 0.00 0.28 0.00 0.00 3.01 0.00 15:27:12 15:24:01 0.23 0.00 0.23 0.00 0.00 1.87 0.00 15:27:12 15:25:01 0.37 0.00 0.37 0.00 0.00 5.80 0.00 15:27:12 15:26:01 370.82 182.71 188.11 0.00 9275.96 56710.08 0.00 15:27:12 15:27:01 226.32 109.58 116.74 0.00 7795.18 27890.67 0.00 15:27:12 Average: 60.39 29.32 31.07 0.00 1711.98 8497.60 0.00 15:27:12 15:27:12 15:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:27:12 15:18:02 150260 0 611280 32.49 2620 1117384 1090476 37.22 390488 1141048 12 15:27:12 15:19:01 156568 0 604964 32.15 2620 1117392 1070296 36.53 388996 1137536 8 15:27:12 15:20:01 154016 0 607512 32.29 2620 1117396 1070428 36.53 403272 1125688 8 15:27:12 15:21:01 153284 0 608244 32.33 2620 1117396 1070296 36.53 403544 1126780 12 15:27:12 15:22:01 151572 0 609948 32.42 2620 1117404 1070392 36.53 414288 1117568 8 15:27:12 15:23:01 152140 0 609376 32.39 2620 1117408 1070296 36.53 417032 1114204 8 15:27:12 15:24:01 152264 0 609248 32.38 2620 1117412 1070296 36.53 417168 1114204 8 15:27:12 15:25:01 151976 0 609532 32.40 2620 1117416 1070296 36.53 417172 1114204 8 15:27:12 15:26:01 168000 0 771996 41.03 2160 939388 1292772 44.12 539600 852552 92688 15:27:12 15:27:01 239288 0 778424 41.37 952 862880 1099232 37.51 518116 770032 56412 15:27:12 Average: 162937 0 642052 34.12 2407 1074148 1097478 37.46 430968 1061382 14917 15:27:12 15:27:12 15:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:27:12 15:18:02 eth0 3.98 1.58 3.28 0.29 0.00 0.00 0.00 0.00 15:27:12 15:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:19:01 eth0 0.37 0.08 0.04 0.01 0.00 0.00 0.00 0.00 15:27:12 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:20:01 eth0 1.48 0.75 0.63 0.38 0.00 0.00 0.00 0.00 15:27:12 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:21:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 15:27:12 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:22:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 15:27:12 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:27:12 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:24:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 15:27:12 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:25:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:26:01 eth0 891.50 786.13 7391.20 111.95 0.00 0.00 0.00 0.00 15:27:12 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:26:01 docker0 38.79 36.50 3.78 105.24 0.00 0.00 0.00 0.00 15:27:12 15:27:01 eth0 335.05 259.03 2446.32 78.47 0.00 0.00 0.00 0.00 15:27:12 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 15:27:01 docker0 33.72 47.33 1.93 218.34 0.00 0.00 0.00 0.00 15:27:12 Average: eth0 123.65 105.11 987.01 19.18 0.00 0.00 0.00 0.00 15:27:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:12 Average: docker0 7.27 8.41 0.57 32.45 0.00 0.00 0.00 0.00 15:27:12 15:27:12 15:27:12 ---> sar -P ALL: 15:27:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) 15:27:12 15:27:12 15:15:48 LINUX RESTART (4 CPU) 15:27:12 15:27:12 15:17:01 CPU %user %nice %system %iowait %steal %idle 15:27:12 15:18:02 all 0.20 0.00 0.06 0.00 0.00 99.73 15:27:12 15:18:02 0 0.08 0.00 0.03 0.00 0.00 99.88 15:27:12 15:18:02 1 0.15 0.00 0.12 0.00 0.02 99.72 15:27:12 15:18:02 2 0.53 0.00 0.05 0.00 0.00 99.42 15:27:12 15:18:02 3 0.05 0.00 0.03 0.00 0.00 99.92 15:27:12 15:19:01 all 0.17 0.00 0.05 0.00 0.00 99.79 15:27:12 15:19:01 0 0.03 0.00 0.05 0.00 0.00 99.92 15:27:12 15:19:01 1 0.07 0.00 0.07 0.00 0.00 99.86 15:27:12 15:19:01 2 0.52 0.00 0.03 0.00 0.00 99.44 15:27:12 15:19:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:27:12 15:20:01 all 0.10 0.00 0.04 0.00 0.00 99.86 15:27:12 15:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:27:12 15:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 15:27:12 15:20:01 2 0.30 0.00 0.08 0.00 0.00 99.62 15:27:12 15:20:01 3 0.02 0.00 0.05 0.00 0.00 99.93 15:27:12 15:21:01 all 0.04 0.00 0.06 0.00 0.01 99.89 15:27:12 15:21:01 0 0.02 0.00 0.03 0.00 0.02 99.93 15:27:12 15:21:01 1 0.03 0.00 0.07 0.00 0.00 99.90 15:27:12 15:21:01 2 0.08 0.00 0.07 0.00 0.02 99.83 15:27:12 15:21:01 3 0.03 0.00 0.07 0.00 0.00 99.90 15:27:12 15:22:01 all 0.17 0.00 0.03 0.00 0.00 99.80 15:27:12 15:22:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:27:12 15:22:01 1 0.05 0.00 0.02 0.00 0.00 99.93 15:27:12 15:22:01 2 0.53 0.00 0.05 0.00 0.00 99.42 15:27:12 15:22:01 3 0.05 0.00 0.03 0.00 0.00 99.92 15:27:12 15:23:01 all 0.15 0.00 0.03 0.00 0.00 99.81 15:27:12 15:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 15:27:12 15:23:01 1 0.43 0.00 0.03 0.00 0.00 99.53 15:27:12 15:23:01 2 0.13 0.00 0.05 0.00 0.00 99.82 15:27:12 15:23:01 3 0.05 0.00 0.03 0.00 0.02 99.90 15:27:12 15:24:01 all 0.15 0.00 0.04 0.00 0.00 99.81 15:27:12 15:24:01 0 0.03 0.00 0.05 0.00 0.00 99.92 15:27:12 15:24:01 1 0.52 0.00 0.05 0.00 0.00 99.43 15:27:12 15:24:01 2 0.03 0.00 0.05 0.00 0.00 99.92 15:27:12 15:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:27:12 15:25:01 all 0.14 0.00 0.03 0.00 0.00 99.83 15:27:12 15:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:27:12 15:25:01 1 0.52 0.00 0.05 0.00 0.00 99.43 15:27:12 15:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:27:12 15:25:01 3 0.02 0.00 0.05 0.00 0.00 99.93 15:27:12 15:26:01 all 16.38 0.00 11.94 4.35 0.21 67.12 15:27:12 15:26:01 0 15.96 0.00 12.32 5.87 0.21 65.64 15:27:12 15:26:01 1 16.21 0.00 12.22 3.22 0.21 68.14 15:27:12 15:26:01 2 16.79 0.00 12.33 3.81 0.23 66.85 15:27:12 15:26:01 3 16.57 0.00 10.89 4.51 0.21 67.83 15:27:12 15:27:01 all 10.18 0.00 7.60 4.22 0.14 77.86 15:27:12 15:27:01 0 9.39 0.00 7.00 2.57 0.14 80.90 15:27:12 15:27:01 1 8.63 0.00 7.63 5.85 0.14 77.76 15:27:12 15:27:01 2 10.64 0.00 8.08 4.59 0.15 76.54 15:27:12 15:27:01 3 12.08 0.00 7.70 3.87 0.12 76.23 15:27:12 Average: all 2.70 0.00 1.94 0.84 0.04 94.48 15:27:12 Average: 0 2.50 0.00 1.90 0.82 0.04 94.74 15:27:12 Average: 1 2.61 0.00 1.98 0.89 0.04 94.49 15:27:12 Average: 2 2.89 0.00 2.03 0.82 0.04 94.21 15:27:12 Average: 3 2.82 0.00 1.84 0.82 0.03 94.49 15:27:12 15:27:12 15:27:12