Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 49c4d704d89cee82356a6d6258b1004cb031f271 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33690 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 > 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 Checking out Revision 49c4d704d89cee82356a6d6258b1004cb031f271 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 49c4d704d89cee82356a6d6258b1004cb031f271 # timeout=10 Commit message: "fix: all pagination selected box not works as expected and selected items doesn't be clean when executes delete operation success" > git rev-list --no-walk f3d832780459d13231503a8fc399caf5bd23089c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:22:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:22:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:22:56 ========================================================= 14:22:56 EdgeX Global Pipelines Version Info 14:22:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:22:57 ------------------- 14:22:57 stable info: 14:22:57 ------------------- 14:22:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:22:57 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 14:22:57 Message: update stable to v1.0.186 14:22:58 ------------------- 14:22:58 experimental info: 14:22:58 ------------------- 14:22:58 Commited By: **** collab-it+edgex@linuxfoundation.org 14:22:58 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 14:22:58 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:22:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 14:22:59 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 14:22:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:22:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:22:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:22:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:22:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:22:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:22:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:22:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:22:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:23:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 14:23:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:23:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:23:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:23:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:23:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:23:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:23:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:23:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:23:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:23:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:23:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:23:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:23:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:23:01 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:23:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 14:23:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 14:23:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 14:23:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 49c4d704d89cee82356a6d6258b1004cb031f271 [Pipeline] echo 14:23:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 49c4d70 [Pipeline] echo 14:23:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:23:02 provisioning config files... 14:23:02 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1924676304699142291tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:23:02 ---> docker-login.sh 14:23:02 nexus3.edgexfoundry.org:10001 14:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:23:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:23:03 Configure a credential helper to remove this warning. See 14:23:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:23:03 14:23:03 Login Succeeded 14:23:03 nexus3.edgexfoundry.org:10002 14:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:23:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:23:03 Configure a credential helper to remove this warning. See 14:23:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:23:03 14:23:03 Login Succeeded 14:23:03 nexus3.edgexfoundry.org:10003 14:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:23:04 Configure a credential helper to remove this warning. See 14:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:23:04 14:23:04 Login Succeeded 14:23:04 nexus3.edgexfoundry.org:10004 14:23:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:23:04 Configure a credential helper to remove this warning. See 14:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:23:04 14:23:04 Login Succeeded 14:23:04 docker.io 14:23:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:23:04 Configure a credential helper to remove this warning. See 14:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:23:04 14:23:04 Login Succeeded 14:23:04 ---> docker-login.sh ends [Pipeline] } 14:23:04 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 14:23:05 + git log --format=format:%s -1 49c4d704d89cee82356a6d6258b1004cb031f271 [Pipeline] echo 14:23:05 GIT_COMMIT: 49c4d704d89cee82356a6d6258b1004cb031f271, Commit Message: fix: all pagination selected box not works as expected and selected items doesn't be clean when executes delete operation success [Pipeline] echo 14:23:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:23:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:23:06 14:23:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:23:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:23:06 latest: Pulling from edgex-devops/git-semver 14:23:06 31603596830f: Pulling fs layer 14:23:06 2a8b12db71e7: Pulling fs layer 14:23:06 6ca5941a6612: Pulling fs layer 14:23:06 ecc8261a40a4: Pulling fs layer 14:23:06 ecc8261a40a4: Waiting 14:23:06 2a8b12db71e7: Verifying Checksum 14:23:06 2a8b12db71e7: Download complete 14:23:06 31603596830f: Download complete 14:23:06 ecc8261a40a4: Verifying Checksum 14:23:06 6ca5941a6612: Verifying Checksum 14:23:06 6ca5941a6612: Download complete 14:23:06 ecc8261a40a4: Download complete 14:23:06 31603596830f: Pull complete 14:23:07 2a8b12db71e7: Pull complete 14:23:08 6ca5941a6612: Pull complete 14:23:08 ecc8261a40a4: Pull complete 14:23:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:23:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:23:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:23:08 prd-centos7-docker-4c-2g-33690 does not seem to be running inside a container 14:23:08 $ 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 14:23:10 $ docker top 62d10f0de6cec1d842ea22c325167ad94d229f37524c5b29f1962db6d9fddeb0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:23:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:23:11 [ssh-agent] Looking for ssh-agent implementation... 14:23:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:23:11 $ docker exec 62d10f0de6cec1d842ea22c325167ad94d229f37524c5b29f1962db6d9fddeb0 ssh-agent 14:23:11 SSH_AUTH_SOCK=/tmp/ssh-ivRZOiOU5JcW/agent.12 14:23:11 SSH_AGENT_PID=17 14:23:11 Running ssh-add (command line suppressed) 14:23:11 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2892404010974063530.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2892404010974063530.key) 14:23:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:23:12 + git tag --points-at HEAD [Pipeline] } 14:23:12 $ docker exec --env ******** --env ******** 62d10f0de6cec1d842ea22c325167ad94d229f37524c5b29f1962db6d9fddeb0 ssh-agent -k 14:23:12 unset SSH_AUTH_SOCK; 14:23:12 unset SSH_AGENT_PID; 14:23:12 echo Agent pid 17 killed; 14:23:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:23:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:23:12 [ssh-agent] Looking for ssh-agent implementation... 14:23:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:23:12 $ docker exec 62d10f0de6cec1d842ea22c325167ad94d229f37524c5b29f1962db6d9fddeb0 ssh-agent 14:23:12 SSH_AUTH_SOCK=/tmp/ssh-bDF6NX0JSVpp/agent.46 14:23:12 SSH_AGENT_PID=51 14:23:12 Running ssh-add (command line suppressed) 14:23:13 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2900285782150633730.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2900285782150633730.key) 14:23:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:23:13 + git semver init 14:23:13 # -> Open(): unable to determine branch for HEAD 14:23:13 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 14:23:13 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 14:23:13 # $SEMVER_REMOTE_NAME = origin 14:23:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:23:13 # $SEMVER_USER_NAME = edgex-jenkins 14:23:13 # $SEMVER_BRANCH = master 14:23:13 # $SEMVER_TEMP = /tmp/semver-951620725 14:23:13 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 14:23:14 # '/tmp/semver-951620725' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 14:23:14 # -> Force: false 14:23:14 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 14:23:14 $ docker exec --env ******** --env ******** 62d10f0de6cec1d842ea22c325167ad94d229f37524c5b29f1962db6d9fddeb0 ssh-agent -k 14:23:15 unset SSH_AUTH_SOCK; 14:23:15 unset SSH_AGENT_PID; 14:23:15 echo Agent pid 51 killed; 14:23:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:23:15 + git semver [Pipeline] } 14:23:15 $ docker stop --time=1 62d10f0de6cec1d842ea22c325167ad94d229f37524c5b29f1962db6d9fddeb0 14:23:17 $ docker rm -f 62d10f0de6cec1d842ea22c325167ad94d229f37524c5b29f1962db6d9fddeb0 [Pipeline] // withDockerContainer [Pipeline] sh 14:23:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:23:18 Stashed 1 file(s) [Pipeline] echo 14:23:18 [edgeXSemver]: initialized semver on version 2.0.0-dev.34 [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 14:23:33 Still waiting to schedule task 14:23:33 Waiting for next available executor on ‘centos7-docker-4c-2g’ 14:23:33 Still waiting to schedule task 14:23:33 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 14:25:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33691 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 14:25:09 Running in /w/workspace/edgex-ui-go/93 [Pipeline] { [Pipeline] checkout 14:25:14 using credential edgex-jenkins-ssh 14:25:15 Cloning the remote Git repository 14:25:15 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 14:25:15 > git init /w/workspace/edgex-ui-go/93 # timeout=10 14:25:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:25:15 > git --version # timeout=10 14:25:15 > git --version # 'git version 2.17.1' 14:25:15 using GIT_SSH to set credentials SSH Credentials for GitHub 14:25:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:25:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:25:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:25:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:25:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:25:17 using GIT_SSH to set credentials SSH Credentials for GitHub 14:25:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:25:17 Checking out Revision 49c4d704d89cee82356a6d6258b1004cb031f271 (master) 14:25:17 > git config core.sparsecheckout # timeout=10 14:25:17 > git checkout -f 49c4d704d89cee82356a6d6258b1004cb031f271 # timeout=10 14:25:22 Commit message: "fix: all pagination selected box not works as expected and selected items doesn't be clean when executes delete operation success" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:25:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:25:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:25:25 + sudo service docker restart 14:25:25 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:25:28 provisioning config files... 14:25:28 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/93@tmp/config8168113755524731178tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:25:28 ---> docker-login.sh 14:25:28 nexus3.edgexfoundry.org:10001 14:25:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:25:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:25:29 Configure a credential helper to remove this warning. See 14:25:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:25:29 14:25:29 Login Succeeded 14:25:29 nexus3.edgexfoundry.org:10002 14:25:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:25:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:25:30 Configure a credential helper to remove this warning. See 14:25:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:25:30 14:25:30 Login Succeeded 14:25:30 nexus3.edgexfoundry.org:10003 14:25:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:25:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:25:30 Configure a credential helper to remove this warning. See 14:25:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:25:30 14:25:30 Login Succeeded 14:25:30 nexus3.edgexfoundry.org:10004 14:25:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:25:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:25:31 Configure a credential helper to remove this warning. See 14:25:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:25:31 14:25:31 Login Succeeded 14:25:31 docker.io 14:25:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:25:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:25:32 Configure a credential helper to remove this warning. See 14:25:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:25:32 14:25:32 Login Succeeded 14:25:32 ---> docker-login.sh ends [Pipeline] } 14:25:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:25:32 ========================================================= 14:25:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:25:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:25:33 + 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 . 14:25:34 Sending build context to Docker daemon 17.74MB 14:25:34 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 14:25:34 Step 2/8 : FROM ${BASE} 14:25:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:25:34 5f621e34cdf4: Pulling fs layer 14:25:34 a4357932f1b6: Pulling fs layer 14:25:34 18c013af1878: Pulling fs layer 14:25:34 00ac8860ef70: Pulling fs layer 14:25:34 63d7cb157983: Pulling fs layer 14:25:34 b116817d02f9: Pulling fs layer 14:25:34 745a02a5169b: Pulling fs layer 14:25:34 00ac8860ef70: Waiting 14:25:34 63d7cb157983: Waiting 14:25:34 b116817d02f9: Waiting 14:25:34 745a02a5169b: Waiting 14:25:34 18c013af1878: Verifying Checksum 14:25:34 18c013af1878: Download complete 14:25:34 a4357932f1b6: Download complete 14:25:34 63d7cb157983: Verifying Checksum 14:25:34 63d7cb157983: Download complete 14:25:34 b116817d02f9: Verifying Checksum 14:25:34 b116817d02f9: Download complete 14:25:34 5f621e34cdf4: Verifying Checksum 14:25:34 5f621e34cdf4: Download complete 14:25:34 5f621e34cdf4: Pull complete 14:25:35 a4357932f1b6: Pull complete 14:25:35 18c013af1878: Pull complete 14:25:37 745a02a5169b: Verifying Checksum 14:25:37 745a02a5169b: Download complete 14:25:39 00ac8860ef70: Verifying Checksum 14:25:39 00ac8860ef70: Download complete 14:25:49 00ac8860ef70: Pull complete 14:25:49 63d7cb157983: Pull complete 14:25:49 b116817d02f9: Pull complete 14:25:53 745a02a5169b: Pull complete 14:25:53 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:25:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:25:53 ---> b7e6874047d6 14:25:53 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:25:56 ---> Running in 8a5028cccdbc 14:25:56 Removing intermediate container 8a5028cccdbc 14:25:56 ---> ad2817d09610 14:25:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:25:56 ---> Running in 7b72721f553e 14:25:59 Removing intermediate container 7b72721f553e 14:25:59 ---> 4aab1e00160b 14:25:59 Step 5/8 : RUN apk add --no-cache make git 14:25:59 ---> Running in 931128f1504a 14:26:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:26:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:26:01 OK: 142 MiB in 39 packages 14:26:02 Removing intermediate container 931128f1504a 14:26:02 ---> 862786d420be 14:26:02 Step 6/8 : WORKDIR /edgex-ui-go 14:26:03 ---> Running in e4c6b3a436d6 14:26:03 Removing intermediate container e4c6b3a436d6 14:26:03 ---> 14d1a014b8da 14:26:03 Step 7/8 : COPY . . 14:26:06 ---> 9d979c709b20 14:26:06 Step 8/8 : RUN go mod download 14:26:06 ---> Running in b5d066db9c3e 14:26:38 Removing intermediate container b5d066db9c3e 14:26:38 ---> 58ac05139bb2 14:26:38 Successfully built 58ac05139bb2 14:26:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:26:39 + docker inspect -f . ci-base-image-arm64 14:26:39 . [Pipeline] withDockerContainer 14:26:39 prd-ubuntu18.04-docker-arm64-4c-16g-33691 does not seem to be running inside a container 14:26:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/93 -v /w/workspace/edgex-ui-go/93:/w/workspace/edgex-ui-go/93:rw,z -v /w/workspace/edgex-ui-go/93@tmp:/w/workspace/edgex-ui-go/93@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:26:40 $ docker top 44f9313acd6b2402066349c8c51c2320c07ab212c86b6449a336af49c6baa8f7 -eo pid,comm [Pipeline] { [Pipeline] sh 14:26:41 + go version 14:26:41 go version go1.15.5 linux/arm64 [Pipeline] } 14:26:42 $ docker stop --time=1 44f9313acd6b2402066349c8c51c2320c07ab212c86b6449a336af49c6baa8f7 14:26:43 $ docker rm -f 44f9313acd6b2402066349c8c51c2320c07ab212c86b6449a336af49c6baa8f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:26:44 + docker inspect -f . ci-base-image-arm64 14:26:44 . [Pipeline] withDockerContainer 14:26:45 prd-ubuntu18.04-docker-arm64-4c-16g-33691 does not seem to be running inside a container 14:26:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/93 -v /w/workspace/edgex-ui-go/93:/w/workspace/edgex-ui-go/93:rw,z -v /w/workspace/edgex-ui-go/93@tmp:/w/workspace/edgex-ui-go/93@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:26:46 $ docker top a854112a150eaa22d2c0690de597eb585613c04db2ea4608840af0eed6db6644 -eo pid,comm [Pipeline] { [Pipeline] sh 14:26:47 + make test 14:26:47 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:26:49 ? github.com/edgexfoundry/edgex-ui-go [no test files] 14:26:52 Running on prd-centos7-docker-4c-2g-33692 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 14:26:52 Running in /w/workspace/edgex-ui-go/93 [Pipeline] { [Pipeline] checkout 14:27:04 using credential edgex-jenkins-ssh 14:27:04 Cloning the remote Git repository 14:27:04 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 14:27:05 > git init /w/workspace/edgex-ui-go/93 # timeout=10 14:27:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:27:05 > git --version # timeout=10 14:27:05 > git --version # 'git version 2.24.3' 14:27:05 using GIT_SSH to set credentials SSH Credentials for GitHub 14:27:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:27:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:27:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:27:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:27:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:27:07 using GIT_SSH to set credentials SSH Credentials for GitHub 14:27:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:27:07 Checking out Revision 49c4d704d89cee82356a6d6258b1004cb031f271 (master) 14:27:07 > git config core.sparsecheckout # timeout=10 14:27:07 > git checkout -f 49c4d704d89cee82356a6d6258b1004cb031f271 # timeout=10 14:27:13 Commit message: "fix: all pagination selected box not works as expected and selected items doesn't be clean when executes delete operation success" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:27:16 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 14:27:16 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 14:27:16 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 14:27:16 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 14:27:16 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 14:27:16 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 14:27:16 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 14:27:16 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 14:27:16 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 14:27:16 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 14:27:16 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 14:27:16 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 14:27:16 GO111MODULE=on go vet ./... 14:27:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:27:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:27:17 + true 14:27:17 + sudo service docker restart 14:27:17 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:27:19 provisioning config files... 14:27:19 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/93@tmp/config5309616002962279704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:27:20 ---> docker-login.sh 14:27:20 nexus3.edgexfoundry.org:10001 14:27:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } 14:27:21 $ docker stop --time=1 a854112a150eaa22d2c0690de597eb585613c04db2ea4608840af0eed6db6644 14:27:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:27:21 Configure a credential helper to remove this warning. See 14:27:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:27:21 14:27:21 Login Succeeded 14:27:21 nexus3.edgexfoundry.org:10002 14:27:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:27:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:27:22 Configure a credential helper to remove this warning. See 14:27:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:27:22 14:27:22 Login Succeeded 14:27:22 nexus3.edgexfoundry.org:10003 14:27:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:27:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:27:23 Configure a credential helper to remove this warning. See 14:27:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:27:23 14:27:23 Login Succeeded 14:27:23 nexus3.edgexfoundry.org:10004 14:27:23 $ docker rm -f a854112a150eaa22d2c0690de597eb585613c04db2ea4608840af0eed6db6644 [Pipeline] // withDockerContainer [Pipeline] sh 14:27:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:27:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:27:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:27:24 Configure a credential helper to remove this warning. See 14:27:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:27:24 14:27:24 Login Succeeded 14:27:24 docker.io 14:27:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:27:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:27:25 Configure a credential helper to remove this warning. See 14:27:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:27:25 14:27:25 Login Succeeded 14:27:25 ---> docker-login.sh ends [Pipeline] } 14:27:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 14:27:25 Stashed 1 file(s) [Pipeline] // withEnv [Pipeline] } [Pipeline] unstash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] echo 14:27:28 ========================================================= 14:27:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:27:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:27:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:27:28 + 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 . 14:27:28 + ls -al . 14:27:28 total 124 14:27:28 drwxrwxr-x 10 jenkins jenkins 4096 Apr 12 14:26 . 14:27:28 drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 14:25 .. 14:27:28 drwxrwxr-x 8 jenkins jenkins 4096 Apr 12 14:25 .git 14:27:28 drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 14:25 .github 14:27:28 -rw-rw-r-- 1 jenkins jenkins 153 Apr 12 14:25 .gitignore 14:27:28 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 12 14:25 CONTRIBUTING.md 14:27:28 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 12 14:25 Dockerfile 14:27:28 -rw-rw-r-- 1 jenkins jenkins 902 Apr 12 14:25 Dockerfile.build 14:27:28 -rw-rw-r-- 1 jenkins jenkins 652 Apr 12 14:25 Jenkinsfile 14:27:28 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 12 14:25 LICENSE 14:27:28 -rw-rw-r-- 1 jenkins jenkins 951 Apr 12 14:25 Makefile 14:27:28 -rw-rw-r-- 1 jenkins jenkins 4535 Apr 12 14:25 README.md 14:27:28 -rw-rw-r-- 1 jenkins jenkins 12 Apr 12 14:23 VERSION 14:27:28 drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 14:25 assets 14:27:28 drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 14:25 bin 14:27:28 drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 14:25 cmd 14:27:28 -rw-r--r-- 1 jenkins jenkins 10 Apr 12 14:26 coverage.out 14:27:28 drwxrwxr-x 5 jenkins jenkins 4096 Apr 12 14:25 docs 14:27:28 -rw-rw-r-- 1 jenkins jenkins 987 Apr 12 14:25 go.mod 14:27:28 -rw-r--r-- 1 jenkins jenkins 22319 Apr 12 14:26 go.sum 14:27:28 drwxrwxr-x 10 jenkins jenkins 4096 Apr 12 14:25 internal 14:27:28 -rw-rw-r-- 1 jenkins jenkins 155 Apr 12 14:25 version.go 14:27:28 drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 14:25 web [Pipeline] isUnix [Pipeline] sh 14:27:28 + 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=49c4d704d89cee82356a6d6258b1004cb031f271 --label arch=arm64 --label version=2.0.0-dev.34 . 14:27:29 Sending build context to Docker daemon 17.74MB 14:27:29 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 14:27:29 Step 2/8 : FROM ${BASE} 14:27:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:27:29 188c0c94c7c5: Pulling fs layer 14:27:29 0ef7d3d256c8: Pulling fs layer 14:27:29 de9db76c5a1d: Pulling fs layer 14:27:29 bca2f99d35d6: Pulling fs layer 14:27:29 93359f2a8cfa: Pulling fs layer 14:27:29 7c6f9722023f: Pulling fs layer 14:27:29 a35cf1a2eb13: Pulling fs layer 14:27:29 bca2f99d35d6: Waiting 14:27:29 93359f2a8cfa: Waiting 14:27:29 7c6f9722023f: Waiting 14:27:29 a35cf1a2eb13: Waiting 14:27:29 de9db76c5a1d: Download complete 14:27:29 0ef7d3d256c8: Verifying Checksum 14:27:29 0ef7d3d256c8: Download complete 14:27:29 93359f2a8cfa: Download complete 14:27:29 188c0c94c7c5: Verifying Checksum 14:27:29 188c0c94c7c5: Download complete 14:27:29 7c6f9722023f: Verifying Checksum 14:27:29 7c6f9722023f: Download complete 14:27:29 Sending build context to Docker daemon 17.77MB 14:27:29 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 14:27:29 Step 2/24 : FROM ${BASE} AS builder 14:27:29 ---> 58ac05139bb2 14:27:29 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:27:30 188c0c94c7c5: Pull complete 14:27:30 ---> Running in 238b2aa8979e 14:27:30 Removing intermediate container 238b2aa8979e 14:27:30 ---> 275b5538bcda 14:27:30 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 14:27:30 ---> Running in af33cdb775c1 14:27:30 0ef7d3d256c8: Pull complete 14:27:30 de9db76c5a1d: Pull complete 14:27:31 Removing intermediate container af33cdb775c1 14:27:31 ---> 9140f32a1663 14:27:31 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 14:27:31 ---> Running in 8950519ee1ed 14:27:31 Removing intermediate container 8950519ee1ed 14:27:31 ---> abfdcf2eb22f 14:27:31 Step 6/24 : LABEL Name=edgex-ui-go 14:27:31 ---> Running in 81654c5c2d3c 14:27:32 Removing intermediate container 81654c5c2d3c 14:27:32 ---> fc9081fd5496 14:27:32 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 14:27:32 ---> Running in 5f5f56f23667 14:27:33 Removing intermediate container 5f5f56f23667 14:27:33 ---> 74108125777c 14:27:33 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:27:33 ---> Running in c7716ea10378 14:27:35 Removing intermediate container c7716ea10378 14:27:35 ---> da4c1a00e5c7 14:27:35 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:27:35 ---> Running in 346d1f79500e 14:27:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:27:36 a35cf1a2eb13: Verifying Checksum 14:27:36 a35cf1a2eb13: Download complete 14:27:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:27:38 OK: 142 MiB in 39 packages 14:27:39 Removing intermediate container 346d1f79500e 14:27:39 ---> 16c8124fd37d 14:27:39 Step 10/24 : ENV GO111MODULE=on 14:27:39 ---> Running in abc612f08d4c 14:27:40 Removing intermediate container abc612f08d4c 14:27:40 ---> 236fa78e4068 14:27:40 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:27:40 ---> Running in 7de96d224ee8 14:27:40 Removing intermediate container 7de96d224ee8 14:27:40 ---> 6b3011a57cb9 14:27:40 Step 12/24 : COPY go.mod . 14:27:40 bca2f99d35d6: Verifying Checksum 14:27:40 bca2f99d35d6: Download complete 14:27:41 ---> 063b37bc874c 14:27:41 Step 13/24 : COPY Makefile . 14:27:41 ---> 3799787d3f54 14:27:41 Step 14/24 : RUN make update 14:27:42 ---> Running in e9d6dc30c941 14:27:43 CGO_ENABLED=0 GO111MODULE=on go mod download 14:27:44 Removing intermediate container e9d6dc30c941 14:27:44 ---> 1abf599c06fb 14:27:44 Step 15/24 : COPY . . 14:27:47 ---> dd3c1457d05c 14:27:47 Step 16/24 : RUN ${MAKE} 14:27:47 ---> Running in 10bff85cfe16 14:27:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.34" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 14:27:56 bca2f99d35d6: Pull complete 14:27:56 93359f2a8cfa: Pull complete 14:27:56 7c6f9722023f: Pull complete 14:28:05 a35cf1a2eb13: Pull complete 14:28:05 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:28:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:28:05 ---> a62c8e92a672 14:28:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:28:05 ---> Running in 277c2fbcc71d 14:28:05 Removing intermediate container 277c2fbcc71d 14:28:05 ---> 327bf2422cd2 14:28:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:28:05 ---> Running in de0bfc8a0333 14:28:08 Removing intermediate container de0bfc8a0333 14:28:08 ---> 0b7347ec4208 14:28:08 Step 5/8 : RUN apk add --no-cache make git 14:28:09 ---> Running in 43c841e2aaf6 14:28:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:28:11 OK: 166 MiB in 39 packages 14:28:12 Removing intermediate container 43c841e2aaf6 14:28:12 ---> c5bd2c1a0f3e 14:28:12 Step 6/8 : WORKDIR /edgex-ui-go 14:28:12 ---> Running in 5880bda1e14c 14:28:13 Removing intermediate container 5880bda1e14c 14:28:13 ---> 4176b4a92b33 14:28:13 Step 7/8 : COPY . . 14:28:15 CGO_ENABLED=0 GO111MODULE=on go build ./... 14:28:17 ---> ab77439dba89 14:28:17 Step 8/8 : RUN go mod download 14:28:17 ---> Running in e097c028239d 14:28:19 Removing intermediate container 10bff85cfe16 14:28:19 ---> 0bfef299b956 14:28:19 Step 17/24 : FROM alpine:3.12 14:28:20 3.12: Pulling from library/alpine 14:28:20 9a219e8acc52: Pulling fs layer 14:28:20 9a219e8acc52: Verifying Checksum 14:28:20 9a219e8acc52: Download complete 14:28:21 9a219e8acc52: Pull complete 14:28:21 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 14:28:21 Status: Downloaded newer image for alpine:3.12 14:28:21 ---> d75e27dfc0a0 14:28:21 Step 18/24 : EXPOSE 4000 14:28:21 ---> Running in 38450baba7e5 14:28:21 Removing intermediate container 38450baba7e5 14:28:21 ---> e424d8163c35 14:28:21 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 14:28:23 ---> 9f4fd0fbcb44 14:28:23 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:28:23 ---> Running in cc1275be52b5 14:28:24 Removing intermediate container cc1275be52b5 14:28:24 ---> c4eff383a244 14:28:24 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 14:28:24 ---> Running in d2866715555b 14:28:24 Removing intermediate container d2866715555b 14:28:24 ---> b640511bb2ba 14:28:24 Step 22/24 : LABEL arch=arm64 14:28:24 ---> Running in 4177259e1825 14:28:25 Removing intermediate container 4177259e1825 14:28:25 ---> 6d5f4ccf68af 14:28:25 Step 23/24 : LABEL git_sha=49c4d704d89cee82356a6d6258b1004cb031f271 14:28:25 ---> Running in 8a9ef9b35f62 14:28:25 Removing intermediate container 8a9ef9b35f62 14:28:25 ---> 263178a65ce5 14:28:25 Step 24/24 : LABEL version=2.0.0-dev.34 14:28:25 ---> Running in a76932fcc193 14:28:26 Removing intermediate container a76932fcc193 14:28:26 ---> 180c18569f4a 14:28:26 [Warning] One or more build-args [ARCH] were not consumed 14:28:26 Successfully built 180c18569f4a 14:28:26 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 14:28:27 provisioning config files... 14:28:27 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/93@tmp/config6419429508688858723tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:28:27 ---> docker-login.sh 14:28:27 nexus3.edgexfoundry.org:10001 14:28:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:28:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:28:27 Configure a credential helper to remove this warning. See 14:28:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:28:27 14:28:27 Login Succeeded 14:28:27 nexus3.edgexfoundry.org:10002 14:28:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:28:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:28:28 Configure a credential helper to remove this warning. See 14:28:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:28:28 14:28:28 Login Succeeded 14:28:28 nexus3.edgexfoundry.org:10003 14:28:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:28:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:28:29 Configure a credential helper to remove this warning. See 14:28:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:28:29 14:28:29 Login Succeeded 14:28:29 nexus3.edgexfoundry.org:10004 14:28:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:28:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:28:29 Configure a credential helper to remove this warning. See 14:28:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:28:29 14:28:29 Login Succeeded 14:28:29 docker.io 14:28:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:28:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:28:30 Configure a credential helper to remove this warning. See 14:28:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:28:30 14:28:30 Login Succeeded 14:28:30 ---> docker-login.sh ends [Pipeline] } 14:28:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:28:30 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 14:28:30 49c4d704d89cee82356a6d6258b1004cb031f271 14:28:30 latest 14:28:30 2.0.0-dev.34 14:28:30 49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34 14:28:30 master 14:28:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:28:31 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49c4d704d89cee82356a6d6258b1004cb031f271 [Pipeline] isUnix [Pipeline] sh 14:28:31 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49c4d704d89cee82356a6d6258b1004cb031f271 14:28:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 14:28:31 33bc39cbb987: Preparing 14:28:31 e08058ee1dfe: Preparing 14:28:31 e08058ee1dfe: Layer already exists 14:28:35 33bc39cbb987: Pushed 14:28:35 49c4d704d89cee82356a6d6258b1004cb031f271: digest: sha256:11f5f2933a023159cdd27578729bd2a2a6fef1fe6b13079f9e11c335f0683fa5 size: 739 [Pipeline] isUnix [Pipeline] sh 14:28:35 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:28:36 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 14:28:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 14:28:36 33bc39cbb987: Preparing 14:28:36 e08058ee1dfe: Preparing 14:28:36 e08058ee1dfe: Layer already exists 14:28:36 33bc39cbb987: Layer already exists 14:28:36 latest: digest: sha256:11f5f2933a023159cdd27578729bd2a2a6fef1fe6b13079f9e11c335f0683fa5 size: 739 [Pipeline] isUnix [Pipeline] sh 14:28:36 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.34 [Pipeline] isUnix [Pipeline] sh 14:28:37 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.34 14:28:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 14:28:37 33bc39cbb987: Preparing 14:28:37 e08058ee1dfe: Preparing 14:28:37 e08058ee1dfe: Layer already exists 14:28:37 33bc39cbb987: Layer already exists 14:28:37 2.0.0-dev.34: digest: sha256:11f5f2933a023159cdd27578729bd2a2a6fef1fe6b13079f9e11c335f0683fa5 size: 739 [Pipeline] isUnix [Pipeline] sh 14:28:37 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34 [Pipeline] isUnix [Pipeline] sh 14:28:38 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34 14:28:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 14:28:38 33bc39cbb987: Preparing 14:28:38 e08058ee1dfe: Preparing 14:28:38 33bc39cbb987: Layer already exists 14:28:38 e08058ee1dfe: Layer already exists 14:28:38 49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34: digest: sha256:11f5f2933a023159cdd27578729bd2a2a6fef1fe6b13079f9e11c335f0683fa5 size: 739 [Pipeline] isUnix [Pipeline] sh 14:28:38 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 14:28:39 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 14:28:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 14:28:39 33bc39cbb987: Preparing 14:28:39 e08058ee1dfe: Preparing 14:28:39 e08058ee1dfe: Layer already exists 14:28:39 33bc39cbb987: Layer already exists 14:28:39 master: digest: sha256:11f5f2933a023159cdd27578729bd2a2a6fef1fe6b13079f9e11c335f0683fa5 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:28:39 ===================================================== [Pipeline] echo 14:28:39 taggedImages: 14:28:39 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49c4d704d89cee82356a6d6258b1004cb031f271 14:28:39 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 14:28:39 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.34 14:28:39 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34 14:28:39 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 14:28:40 ---> job-cost.sh 14:28:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qe24 14:29:06 Removing intermediate container e097c028239d 14:29:06 ---> 9fe7192c8436 14:29:06 Successfully built 9fe7192c8436 14:29:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:29:06 + docker inspect -f . ci-base-image-x86_64 14:29:07 . [Pipeline] withDockerContainer 14:29:07 prd-centos7-docker-4c-2g-33692 does not seem to be running inside a container 14:29:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/93 -v /w/workspace/edgex-ui-go/93:/w/workspace/edgex-ui-go/93:rw,z -v /w/workspace/edgex-ui-go/93@tmp:/w/workspace/edgex-ui-go/93@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:29:09 $ docker top 60250e074c4ba78915106801b1cfbb57967c0d98a1d5ef06ea3afa91403dd373 -eo pid,comm [Pipeline] { [Pipeline] sh 14:29:10 + go version 14:29:11 go version go1.15.5 linux/amd64 [Pipeline] } 14:29:11 $ docker stop --time=1 60250e074c4ba78915106801b1cfbb57967c0d98a1d5ef06ea3afa91403dd373 14:29:12 $ docker rm -f 60250e074c4ba78915106801b1cfbb57967c0d98a1d5ef06ea3afa91403dd373 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:29:14 + docker inspect -f . ci-base-image-x86_64 14:29:14 . [Pipeline] withDockerContainer 14:29:14 prd-centos7-docker-4c-2g-33692 does not seem to be running inside a container 14:29:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/93 -v /w/workspace/edgex-ui-go/93:/w/workspace/edgex-ui-go/93:rw,z -v /w/workspace/edgex-ui-go/93@tmp:/w/workspace/edgex-ui-go/93@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:29:16 $ docker top 0baad5885068faacb96649b6a73c1b7e8cfbc0359c2e38b86465d7ac0a343669 -eo pid,comm [Pipeline] { [Pipeline] sh 14:29:17 + make test 14:29:17 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:29:19 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:29:21 ? github.com/edgexfoundry/edgex-ui-go [no test files] 14:29:44 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 14:29:44 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 14:29:44 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 14:29:44 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 14:29:44 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 14:29:44 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 14:29:44 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 14:29:44 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 14:29:44 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 14:29:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 14:29:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 14:29:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 14:29:44 GO111MODULE=on go vet ./... [Pipeline] } 14:29:52 $ docker stop --time=1 0baad5885068faacb96649b6a73c1b7e8cfbc0359c2e38b86465d7ac0a343669 14:29:55 $ docker rm -f 0baad5885068faacb96649b6a73c1b7e8cfbc0359c2e38b86465d7ac0a343669 [Pipeline] // withDockerContainer [Pipeline] sh 14:29:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:29:56 Warning: overwriting stash ‘coverage-report’ 14:29:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:29:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:29:58 + ls -al . 14:29:58 total 92 14:29:58 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 12 14:29 . 14:29:58 drwxrwxr-x. 4 jenkins jenkins 30 Apr 12 14:27 .. 14:29:58 drwxrwxr-x. 3 jenkins jenkins 20 Apr 12 14:27 assets 14:29:58 drwxrwxr-x. 2 jenkins jenkins 35 Apr 12 14:27 bin 14:29:58 drwxrwxr-x. 3 jenkins jenkins 29 Apr 12 14:27 cmd 14:29:58 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 12 14:27 CONTRIBUTING.md 14:29:58 -rw-r--r--. 1 jenkins jenkins 10 Apr 12 14:29 coverage.out 14:29:58 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 12 14:27 Dockerfile 14:29:58 -rw-rw-r--. 1 jenkins jenkins 902 Apr 12 14:27 Dockerfile.build 14:29:58 drwxrwxr-x. 5 jenkins jenkins 104 Apr 12 14:27 docs 14:29:58 drwxrwxr-x. 8 jenkins jenkins 162 Apr 12 14:27 .git 14:29:58 drwxrwxr-x. 2 jenkins jenkins 103 Apr 12 14:27 .github 14:29:58 -rw-rw-r--. 1 jenkins jenkins 153 Apr 12 14:27 .gitignore 14:29:58 -rw-rw-r--. 1 jenkins jenkins 987 Apr 12 14:27 go.mod 14:29:58 -rw-r--r--. 1 jenkins jenkins 22319 Apr 12 14:29 go.sum 14:29:58 drwxrwxr-x. 10 jenkins jenkins 139 Apr 12 14:27 internal 14:29:58 -rw-rw-r--. 1 jenkins jenkins 652 Apr 12 14:27 Jenkinsfile 14:29:58 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 12 14:27 LICENSE 14:29:58 -rw-rw-r--. 1 jenkins jenkins 951 Apr 12 14:27 Makefile 14:29:58 -rw-rw-r--. 1 jenkins jenkins 4535 Apr 12 14:27 README.md 14:29:58 -rw-rw-r--. 1 jenkins jenkins 12 Apr 12 14:23 VERSION 14:29:58 -rw-rw-r--. 1 jenkins jenkins 155 Apr 12 14:27 version.go 14:29:58 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 12 14:27 web [Pipeline] isUnix [Pipeline] sh 14:29:59 + 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=49c4d704d89cee82356a6d6258b1004cb031f271 --label arch=amd64 --label version=2.0.0-dev.34 . 14:30:00 Sending build context to Docker daemon 17.77MB 14:30:00 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 14:30:00 Step 2/24 : FROM ${BASE} AS builder 14:30:00 ---> 9fe7192c8436 14:30:00 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:30:00 ---> Running in 886b37480138 14:30:01 Removing intermediate container 886b37480138 14:30:01 ---> ee7406bbdaa6 14:30:01 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 14:30:01 ---> Running in 064d74deeee3 14:30:01 Removing intermediate container 064d74deeee3 14:30:01 ---> a41409ce54fb 14:30:01 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 14:30:01 ---> Running in 1142fe404172 14:30:02 Removing intermediate container 1142fe404172 14:30:02 ---> 7d160246d331 14:30:02 Step 6/24 : LABEL Name=edgex-ui-go 14:30:02 ---> Running in 2bc3094cf877 14:30:02 Removing intermediate container 2bc3094cf877 14:30:02 ---> 73d28045944c 14:30:02 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 14:30:02 ---> Running in dced1adbcdb2 14:30:03 Removing intermediate container dced1adbcdb2 14:30:03 ---> f81fa45b2048 14:30:03 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:30:03 ---> Running in a800d006a2cb 14:30:06 Removing intermediate container a800d006a2cb 14:30:06 ---> d2ab7c55d634 14:30:06 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:30:06 ---> Running in 4c786f6d6421 14:30:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:30:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:30:10 OK: 166 MiB in 39 packages 14:30:11 Removing intermediate container 4c786f6d6421 14:30:11 ---> 0bafdbed9402 14:30:11 Step 10/24 : ENV GO111MODULE=on 14:30:11 ---> Running in 09c1b8babc1e 14:30:12 Removing intermediate container 09c1b8babc1e 14:30:12 ---> 86bb8c072869 14:30:12 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:30:12 ---> Running in 6d0f2ce1a155 14:30:12 Removing intermediate container 6d0f2ce1a155 14:30:12 ---> aee43e960434 14:30:12 Step 12/24 : COPY go.mod . 14:30:13 ---> 5510fc2299b3 14:30:13 Step 13/24 : COPY Makefile . 14:30:13 ---> d8d47fcc7490 14:30:13 Step 14/24 : RUN make update 14:30:13 ---> Running in 40473f4fa23c 14:30:15 CGO_ENABLED=0 GO111MODULE=on go mod download 14:30:17 Removing intermediate container 40473f4fa23c 14:30:17 ---> 93cfc2ad34a0 14:30:17 Step 15/24 : COPY . . 14:30:20 ---> 3f88a03ce11a 14:30:20 Step 16/24 : RUN ${MAKE} 14:30:20 ---> Running in 71859e1ca6c0 14:30:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.34" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 14:30:41 lf-activate-venv(): INFO: Adding /tmp/venv-qe24/bin to PATH 14:30:41 INFO: No Stack... 14:30:41 INFO: Retrieving Pricing Info for: lf-standard-4 14:30:41 INFO: Archiving Costs [Pipeline] sh 14:30:42 + cat /w/workspace/edgex-ui-go/93/archives/cost.csv 14:30:42 + cut -d, -f6 [Pipeline] lock 14:30:42 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-93-stack-cost] 14:30:42 Resource [jenkins-edgexfoundry-edgex-ui-go-master-93-stack-cost] did not exist. Created. 14:30:42 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-93-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:30:42 + echo total: 0.20999999344348907 [Pipeline] stash 14:30:43 Stashed 1 file(s) [Pipeline] } 14:30:43 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-93-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:30:55 CGO_ENABLED=0 GO111MODULE=on go build ./... 14:30:59 Removing intermediate container 71859e1ca6c0 14:30:59 ---> 93e490c5f763 14:30:59 Step 17/24 : FROM alpine:3.12 14:30:59 3.12: Pulling from library/alpine 14:30:59 532819f3e44c: Pulling fs layer 14:31:00 532819f3e44c: Download complete 14:31:00 532819f3e44c: Pull complete 14:31:00 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 14:31:00 Status: Downloaded newer image for alpine:3.12 14:31:00 ---> 7230e588e954 14:31:00 Step 18/24 : EXPOSE 4000 14:31:01 ---> Running in a6d287ece3cc 14:31:01 Removing intermediate container a6d287ece3cc 14:31:01 ---> a2def5ac05fb 14:31:01 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 14:31:03 ---> 18bf560a3b05 14:31:03 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:31:03 ---> Running in 6d05eb67ccdc 14:31:04 Removing intermediate container 6d05eb67ccdc 14:31:04 ---> f14d7b57caf1 14:31:04 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 14:31:04 ---> Running in 74dee61248b7 14:31:04 Removing intermediate container 74dee61248b7 14:31:04 ---> 88bfc51f0e8b 14:31:04 Step 22/24 : LABEL arch=amd64 14:31:04 ---> Running in c0e5b434e78d 14:31:04 Removing intermediate container c0e5b434e78d 14:31:04 ---> 05b2b039a540 14:31:04 Step 23/24 : LABEL git_sha=49c4d704d89cee82356a6d6258b1004cb031f271 14:31:05 ---> Running in 8acd03a8b437 14:31:05 Removing intermediate container 8acd03a8b437 14:31:05 ---> 17ce90639ab8 14:31:05 Step 24/24 : LABEL version=2.0.0-dev.34 14:31:06 ---> Running in ecda523ca7e5 14:31:06 Removing intermediate container ecda523ca7e5 14:31:06 ---> ca879e5da01c 14:31:06 [Warning] One or more build-args [ARCH] were not consumed 14:31:06 Successfully built ca879e5da01c 14:31:06 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:31:06 provisioning config files... 14:31:06 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/93@tmp/config2152017306158154778tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:31:07 ---> docker-login.sh 14:31:07 nexus3.edgexfoundry.org:10001 14:31:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:31:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:31:08 Configure a credential helper to remove this warning. See 14:31:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:31:08 14:31:08 Login Succeeded 14:31:08 nexus3.edgexfoundry.org:10002 14:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:31:09 Configure a credential helper to remove this warning. See 14:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:31:09 14:31:09 Login Succeeded 14:31:09 nexus3.edgexfoundry.org:10003 14:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:31:09 Configure a credential helper to remove this warning. See 14:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:31:09 14:31:09 Login Succeeded 14:31:09 nexus3.edgexfoundry.org:10004 14:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:31:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:31:10 Configure a credential helper to remove this warning. See 14:31:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:31:10 14:31:10 Login Succeeded 14:31:10 docker.io 14:31:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:31:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:31:11 Configure a credential helper to remove this warning. See 14:31:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:31:11 14:31:11 Login Succeeded 14:31:11 ---> docker-login.sh ends [Pipeline] } 14:31:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:31:11 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 14:31:11 49c4d704d89cee82356a6d6258b1004cb031f271 14:31:11 latest 14:31:11 2.0.0-dev.34 14:31:11 49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34 14:31:11 master 14:31:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:31:12 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49c4d704d89cee82356a6d6258b1004cb031f271 [Pipeline] isUnix [Pipeline] sh 14:31:12 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49c4d704d89cee82356a6d6258b1004cb031f271 14:31:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 14:31:12 c803e0f5f0cf: Preparing 14:31:12 b0b9881431d7: Preparing 14:31:12 b0b9881431d7: Layer already exists 14:31:16 c803e0f5f0cf: Pushed 14:31:16 49c4d704d89cee82356a6d6258b1004cb031f271: digest: sha256:c6becd6aa6063190bbd74b31c9806df6c95523379d65225716b94e6e4dc564a0 size: 739 [Pipeline] isUnix [Pipeline] sh 14:31:17 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 14:31:18 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 14:31:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 14:31:19 c803e0f5f0cf: Preparing 14:31:19 b0b9881431d7: Preparing 14:31:19 b0b9881431d7: Layer already exists 14:31:19 c803e0f5f0cf: Layer already exists 14:31:19 latest: digest: sha256:c6becd6aa6063190bbd74b31c9806df6c95523379d65225716b94e6e4dc564a0 size: 739 [Pipeline] isUnix [Pipeline] sh 14:31:19 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.34 [Pipeline] isUnix [Pipeline] sh 14:31:20 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.34 14:31:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 14:31:20 c803e0f5f0cf: Preparing 14:31:20 b0b9881431d7: Preparing 14:31:20 c803e0f5f0cf: Layer already exists 14:31:20 b0b9881431d7: Layer already exists 14:31:20 2.0.0-dev.34: digest: sha256:c6becd6aa6063190bbd74b31c9806df6c95523379d65225716b94e6e4dc564a0 size: 739 [Pipeline] isUnix [Pipeline] sh 14:31:21 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34 [Pipeline] isUnix [Pipeline] sh 14:31:21 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34 14:31:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 14:31:21 c803e0f5f0cf: Preparing 14:31:21 b0b9881431d7: Preparing 14:31:21 b0b9881431d7: Layer already exists 14:31:21 c803e0f5f0cf: Layer already exists 14:31:21 49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34: digest: sha256:c6becd6aa6063190bbd74b31c9806df6c95523379d65225716b94e6e4dc564a0 size: 739 [Pipeline] isUnix [Pipeline] sh 14:31:22 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 14:31:23 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 14:31:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 14:31:23 c803e0f5f0cf: Preparing 14:31:23 b0b9881431d7: Preparing 14:31:23 b0b9881431d7: Layer already exists 14:31:23 c803e0f5f0cf: Layer already exists 14:31:23 master: digest: sha256:c6becd6aa6063190bbd74b31c9806df6c95523379d65225716b94e6e4dc564a0 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:31:23 ===================================================== [Pipeline] echo 14:31:23 taggedImages: 14:31:23 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49c4d704d89cee82356a6d6258b1004cb031f271 14:31:23 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 14:31:23 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.34 14:31:23 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34 14:31:23 - 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 14:31:24 ---> job-cost.sh 14:31:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mUHi 14:31:57 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:32:37 lf-activate-venv(): INFO: Adding /tmp/venv-mUHi/bin to PATH 14:32:37 INFO: No Stack... 14:32:38 INFO: Retrieving Pricing Info for: v1-standard-2 14:32:39 INFO: Archiving Costs [Pipeline] sh 14:32:39 + cat /w/workspace/edgex-ui-go/93/archives/cost.csv 14:32:39 + cut -d, -f6 [Pipeline] lock 14:32:39 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-93-stack-cost] 14:32:39 Resource [jenkins-edgexfoundry-edgex-ui-go-master-93-stack-cost] did not exist. Created. 14:32:39 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-93-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:32:40 /w/workspace/edgex-ui-go/93@tmp/durable-b5d82407/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 14:32:40 + echo total: 0.029999999329447746 [Pipeline] stash 14:32:40 Warning: overwriting stash ‘stack-cost’ 14:32:41 Stashed 1 file(s) [Pipeline] } 14:32:41 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-93-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 14:32:42 provisioning config files... 14:32:42 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config347974378918451029tmp [Pipeline] { [Pipeline] sh 14:32:43 + set +x 14:32:43 + curl -s https://codecov.io/bash 14:32:43 + bash -s -- 14:32:43 14:32:43 _____ _ 14:32:43 / ____| | | 14:32:43 | | ___ __| | ___ ___ _____ __ 14:32:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:32:43 | |___| (_) | (_| | __/ (_| (_) \ V / 14:32:43 \_____\___/ \__,_|\___|\___\___/ \_/ 14:32:43 Bash-20210309-2b87ace 14:32:43 14:32:43 14:32:43 ==> git version 2.24.3 found 14:32:43 ==> 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 14:32:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:32:43 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:32:43 ==> Jenkins CI detected. 14:32:43 project root: . 14:32:43 --> token set from env 14:32:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:32:43 ==> Running gcov in . (disable via -X gcov) 14:32:43 ==> Python coveragepy not found 14:32:43 ==> Searching for coverage reports in: 14:32:43 + . 14:32:43 -> Found 1 reports 14:32:43 ==> Detecting git/mercurial file structure 14:32:43 ==> Reading reports 14:32:43 + ./coverage.out bytes=10 14:32:43 ==> Appending adjustments 14:32:43 https://docs.codecov.io/docs/fixing-reports 14:32:43 + Found adjustments 14:32:43 ==> Gzipping contents 14:32:43 4.0K /tmp/codecov.YApbby.gz 14:32:43 ==> Uploading reports 14:32:43 url: https://codecov.io 14:32:43 query: branch=master&commit=49c4d704d89cee82356a6d6258b1004cb031f271&build=93&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F93%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:32:43 -> Pinging Codecov 14:32:43 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=49c4d704d89cee82356a6d6258b1004cb031f271&build=93&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F93%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:32:44 -> Uploading to 14:32:44 https://storage.googleapis.com/codecov/v4/raw/2021-04-12/FB506323287CE973F263BFD2A0EB1F37/49c4d704d89cee82356a6d6258b1004cb031f271/11a3b281-9309-4676-ba66-304f09f15e69.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210412T143244Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1e26cd14b64a6f716c2a7cf17202bdb453887c48a5e880416ab0d0bfc65fcca9 14:32:44 % Total % Received % Xferd Average Speed Time Time Time Current 14:32:44 Dload Upload Total Spent Left Speed 14:32:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3621 0 0 100 3621 0 5445 --:--:-- --:--:-- --:--:-- 5445 100 3621 0 0 100 3621 0 5444 --:--:-- --:--:-- --:--:-- 5445 14:32:44 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/49c4d704d89cee82356a6d6258b1004cb031f271 [Pipeline] } 14:32:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 14:32:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:32:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:32:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:32:46 14:32:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 14:32:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:32:46 1.410.4: Pulling from edgex-devops/edgex-snyk-go 14:32:46 188c0c94c7c5: Pulling fs layer 14:32:46 0ef7d3d256c8: Pulling fs layer 14:32:46 de9db76c5a1d: Pulling fs layer 14:32:46 0eba1c9be4d2: Pulling fs layer 14:32:46 0d57e429df01: Pulling fs layer 14:32:46 4e4be7b47b0d: Pulling fs layer 14:32:46 e1f770b5df2f: Pulling fs layer 14:32:46 85a0685a4137: Pulling fs layer 14:32:46 0d57e429df01: Waiting 14:32:46 4e4be7b47b0d: Waiting 14:32:46 e1f770b5df2f: Waiting 14:32:46 85a0685a4137: Waiting 14:32:46 0eba1c9be4d2: Waiting 14:32:46 de9db76c5a1d: Verifying Checksum 14:32:46 de9db76c5a1d: Download complete 14:32:46 0ef7d3d256c8: Download complete 14:32:46 0d57e429df01: Verifying Checksum 14:32:46 0d57e429df01: Download complete 14:32:46 188c0c94c7c5: Verifying Checksum 14:32:46 188c0c94c7c5: Download complete 14:32:46 4e4be7b47b0d: Verifying Checksum 14:32:46 4e4be7b47b0d: Download complete 14:32:47 188c0c94c7c5: Pull complete 14:32:47 0ef7d3d256c8: Pull complete 14:32:47 de9db76c5a1d: Pull complete 14:32:48 e1f770b5df2f: Verifying Checksum 14:32:48 e1f770b5df2f: Download complete 14:32:51 0eba1c9be4d2: Verifying Checksum 14:32:51 0eba1c9be4d2: Download complete 14:32:51 85a0685a4137: Verifying Checksum 14:32:51 85a0685a4137: Download complete 14:32:57 0eba1c9be4d2: Pull complete 14:32:57 0d57e429df01: Pull complete 14:32:57 4e4be7b47b0d: Pull complete 14:33:01 e1f770b5df2f: Pull complete 14:33:07 85a0685a4137: Pull complete 14:33:07 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 14:33:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:33:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 14:33:08 prd-centos7-docker-4c-2g-33690 does not seem to be running inside a container 14:33:08 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 14:33:09 $ docker top e5f893ab696bd539887a90b3b869946b7eee77113984fca540db31e26160cf78 -eo pid,comm [Pipeline] { [Pipeline] echo 14:33:09 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 14:33:09 + set -o pipefail 14:33:09 + snyk monitor '--org=edgex-jenkins' 14:33:24 14:33:24 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 14:33:24 14:33:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/e3a2dde9-8db3-4af2-aa62-7ce0e332b83b 14:33:24 14:33:24 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 14:33:24 14:33:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:33:24 14:33:24 14:33:24 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 14:33:24 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 14:33:24 $ docker stop --time=1 e5f893ab696bd539887a90b3b869946b7eee77113984fca540db31e26160cf78 14:33:28 $ docker rm -f e5f893ab696bd539887a90b3b869946b7eee77113984fca540db31e26160cf78 [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 14:33:29 + git log --format=format:%s -1 49c4d704d89cee82356a6d6258b1004cb031f271 [Pipeline] isUnix [Pipeline] sh 14:33:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:33:30 . [Pipeline] withDockerContainer 14:33:30 prd-centos7-docker-4c-2g-33690 does not seem to be running inside a container 14:33:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:33:31 $ docker top 9010c697f2e2ab4e8791d1d454028d167569cb254c54006f286109d5a812de40 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:33:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:33:31 [ssh-agent] Looking for ssh-agent implementation... 14:33:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:33:31 $ docker exec 9010c697f2e2ab4e8791d1d454028d167569cb254c54006f286109d5a812de40 ssh-agent 14:33:32 SSH_AUTH_SOCK=/tmp/ssh-alUpwJbv5S5s/agent.12 14:33:32 SSH_AGENT_PID=17 14:33:32 Running ssh-add (command line suppressed) 14:33:32 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7642781758091308217.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7642781758091308217.key) 14:33:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:33:32 + git semver tag 14:33:32 # -> Open(): unable to determine branch for HEAD 14:33:32 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 14:33:32 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 14:33:32 # $SEMVER_REMOTE_NAME = origin 14:33:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:33:32 # $SEMVER_USER_NAME = edgex-jenkins 14:33:32 # $SEMVER_BRANCH = master 14:33:32 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 14:33:32 # 49c4d704d89cee82356a6d6258b1004cb031f271 HEAD 14:33:32 # -> Force: false 14:33:32 # d94199842e24d608c63757ac9a06a020d7522050 refs/tags/v2.0.0-dev.34 [Pipeline] } 14:33:32 $ docker exec --env ******** --env ******** 9010c697f2e2ab4e8791d1d454028d167569cb254c54006f286109d5a812de40 ssh-agent -k 14:33:32 unset SSH_AUTH_SOCK; 14:33:32 unset SSH_AGENT_PID; 14:33:32 echo Agent pid 17 killed; 14:33:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:33:33 + git semver [Pipeline] } 14:33:33 $ docker stop --time=1 9010c697f2e2ab4e8791d1d454028d167569cb254c54006f286109d5a812de40 14:33:34 $ docker rm -f 9010c697f2e2ab4e8791d1d454028d167569cb254c54006f286109d5a812de40 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 14:33:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:33:35 14:33:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 14:33:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:33:35 0.23.1-centos7: Pulling from edgex-lftools 14:33:35 ab5ef0e58194: Pulling fs layer 14:33:35 9712f1f96733: Pulling fs layer 14:33:35 63f879dbbcfc: Pulling fs layer 14:33:35 0d9ebad4ef96: Pulling fs layer 14:33:35 e9a5061849ea: Pulling fs layer 14:33:35 d747dcd14b5f: Pulling fs layer 14:33:35 2de7ff778b66: Pulling fs layer 14:33:35 e9a5061849ea: Waiting 14:33:35 0d9ebad4ef96: Waiting 14:33:35 d747dcd14b5f: Waiting 14:33:35 2de7ff778b66: Waiting 14:33:35 9712f1f96733: Verifying Checksum 14:33:35 9712f1f96733: Download complete 14:33:37 63f879dbbcfc: Verifying Checksum 14:33:37 63f879dbbcfc: Download complete 14:33:37 e9a5061849ea: Verifying Checksum 14:33:37 e9a5061849ea: Download complete 14:33:37 d747dcd14b5f: Verifying Checksum 14:33:37 d747dcd14b5f: Download complete 14:33:38 2de7ff778b66: Verifying Checksum 14:33:38 2de7ff778b66: Download complete 14:33:38 0d9ebad4ef96: Verifying Checksum 14:33:38 0d9ebad4ef96: Download complete 14:33:38 ab5ef0e58194: Verifying Checksum 14:33:38 ab5ef0e58194: Download complete 14:33:42 ab5ef0e58194: Pull complete 14:33:42 9712f1f96733: Pull complete 14:33:45 63f879dbbcfc: Pull complete 14:33:52 0d9ebad4ef96: Pull complete 14:33:53 e9a5061849ea: Pull complete 14:33:53 d747dcd14b5f: Pull complete 14:33:56 2de7ff778b66: Pull complete 14:33:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:33:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:33:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 14:33:56 prd-centos7-docker-4c-2g-33690 does not seem to be running inside a container 14:33:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 14:34:00 $ docker top 3843fabb2273e6048f286050fb1209950b29d6b45c67ba5c8ca46d90d4ee2356 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:34:01 provisioning config files... 14:34:01 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6387132163423265346tmp 14:34:01 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7656669586938056939tmp 14:34:01 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4331240974384595902tmp [Pipeline] { [Pipeline] echo 14:34:01 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:34:01 ---> sigul-configuration.sh 14:34:01 gpg: directory `/root/.gnupg' created 14:34:01 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:34:01 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:34:01 gpg: keyring `/root/.gnupg/secring.gpg' created 14:34:01 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:34:01 gpg: CAST5 encrypted data 14:34:01 gpg: encrypted with 1 passphrase 14:34:01 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:34:02 + mkdir /home/jenkins 14:34:02 + mkdir /home/jenkins/sigul [Pipeline] sh 14:34:02 + 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 14:34:02 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:34:02 ---> sigul-install.sh 14:34:10 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 14:34:11 + git tag --list 14:34:11 0.1.1 14:34:11 v1.1.0 14:34:11 v1.2.0 14:34:11 v1.2.1 14:34:11 v1.3.0 14:34:11 v2.0.0-dev.1 14:34:11 v2.0.0-dev.10 14:34:11 v2.0.0-dev.11 14:34:11 v2.0.0-dev.12 14:34:11 v2.0.0-dev.13 14:34:11 v2.0.0-dev.14 14:34:11 v2.0.0-dev.15 14:34:11 v2.0.0-dev.16 14:34:11 v2.0.0-dev.17 14:34:11 v2.0.0-dev.18 14:34:11 v2.0.0-dev.19 14:34:11 v2.0.0-dev.2 14:34:11 v2.0.0-dev.20 14:34:11 v2.0.0-dev.21 14:34:11 v2.0.0-dev.22 14:34:11 v2.0.0-dev.23 14:34:11 v2.0.0-dev.24 14:34:11 v2.0.0-dev.25 14:34:11 v2.0.0-dev.26 14:34:11 v2.0.0-dev.27 14:34:11 v2.0.0-dev.28 14:34:11 v2.0.0-dev.29 14:34:11 v2.0.0-dev.3 14:34:11 v2.0.0-dev.30 14:34:11 v2.0.0-dev.31 14:34:11 v2.0.0-dev.32 14:34:11 v2.0.0-dev.33 14:34:11 v2.0.0-dev.34 14:34:11 v2.0.0-dev.4 14:34:11 v2.0.0-dev.5 14:34:11 v2.0.0-dev.6 14:34:11 v2.0.0-dev.7 14:34:11 v2.0.0-dev.8 14:34:11 v2.0.0-dev.9 [Pipeline] sh 14:34:11 + lftools sign git-tag v2.0.0-dev.34 14:34:12 Signing Git tag with Sigul... 14:34:12 Signing v2.0.0-dev.34 [Pipeline] echo 14:34:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:34:15 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:34:15 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:34:15 $ docker stop --time=1 3843fabb2273e6048f286050fb1209950b29d6b45c67ba5c8ca46d90d4ee2356 14:34:17 $ docker rm -f 3843fabb2273e6048f286050fb1209950b29d6b45c67ba5c8ca46d90d4ee2356 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 14:34:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:34:18 . [Pipeline] withDockerContainer 14:34:18 prd-centos7-docker-4c-2g-33690 does not seem to be running inside a container 14:34:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:34:19 $ docker top 92d73cb160e53ff050560369f54cfe7ad27c8523d1f2a96769c44b1d05555575 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:34:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:34:19 [ssh-agent] Looking for ssh-agent implementation... 14:34:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:34:20 $ docker exec 92d73cb160e53ff050560369f54cfe7ad27c8523d1f2a96769c44b1d05555575 ssh-agent 14:34:20 SSH_AUTH_SOCK=/tmp/ssh-lsg1IQCS4Hcb/agent.12 14:34:20 SSH_AGENT_PID=17 14:34:20 Running ssh-add (command line suppressed) 14:34:20 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8342012579335799715.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8342012579335799715.key) 14:34:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:34:20 + git semver bump pre 14:34:20 # -> Open(): unable to determine branch for HEAD 14:34:20 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 14:34:20 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 14:34:20 # $SEMVER_REMOTE_NAME = origin 14:34:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:34:20 # $SEMVER_USER_NAME = edgex-jenkins 14:34:20 # $SEMVER_BRANCH = master 14:34:20 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 14:34:20 2.0.0-dev.35 [Pipeline] } 14:34:20 $ docker exec --env ******** --env ******** 92d73cb160e53ff050560369f54cfe7ad27c8523d1f2a96769c44b1d05555575 ssh-agent -k 14:34:20 unset SSH_AUTH_SOCK; 14:34:20 unset SSH_AGENT_PID; 14:34:20 echo Agent pid 17 killed; 14:34:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:34:21 + git semver [Pipeline] } 14:34:21 $ docker stop --time=1 92d73cb160e53ff050560369f54cfe7ad27c8523d1f2a96769c44b1d05555575 14:34:22 $ docker rm -f 92d73cb160e53ff050560369f54cfe7ad27c8523d1f2a96769c44b1d05555575 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 14:34:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:34:23 . [Pipeline] withDockerContainer 14:34:23 prd-centos7-docker-4c-2g-33690 does not seem to be running inside a container 14:34:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:34:24 $ docker top c21bdaadc295b48b97137fcbb6c2a2dcb27d436f4e02140836c1622f40b8772e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:34:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:34:24 [ssh-agent] Looking for ssh-agent implementation... 14:34:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:34:24 $ docker exec c21bdaadc295b48b97137fcbb6c2a2dcb27d436f4e02140836c1622f40b8772e ssh-agent 14:34:25 SSH_AUTH_SOCK=/tmp/ssh-oaQKunOa4U0X/agent.11 14:34:25 SSH_AGENT_PID=16 14:34:25 Running ssh-add (command line suppressed) 14:34:25 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3446768955280960462.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3446768955280960462.key) 14:34:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:34:25 + git semver push 14:34:25 # -> Open(): unable to determine branch for HEAD 14:34:25 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 14:34:25 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 14:34:25 # $SEMVER_REMOTE_NAME = origin 14:34:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:34:25 # $SEMVER_USER_NAME = edgex-jenkins 14:34:25 # $SEMVER_BRANCH = master 14:34:25 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 14:34:30 $ docker exec --env ******** --env ******** c21bdaadc295b48b97137fcbb6c2a2dcb27d436f4e02140836c1622f40b8772e ssh-agent -k 14:34:31 unset SSH_AUTH_SOCK; 14:34:31 unset SSH_AGENT_PID; 14:34:31 echo Agent pid 16 killed; 14:34:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:34:31 + git semver [Pipeline] } 14:34:31 $ docker stop --time=1 c21bdaadc295b48b97137fcbb6c2a2dcb27d436f4e02140836c1622f40b8772e 14:34:33 $ docker rm -f c21bdaadc295b48b97137fcbb6c2a2dcb27d436f4e02140836c1622f40b8772e [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 14:34:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:34:35 ---> package-listing.sh 14:34:35 ++ facter osfamily 14:34:35 ++ tr '[:upper:]' '[:lower:]' 14:34:35 + OS_FAMILY=redhat 14:34:35 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 14:34:35 + START_PACKAGES=/tmp/packages_start.txt 14:34:35 + END_PACKAGES=/tmp/packages_end.txt 14:34:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:34:35 + PACKAGES=/tmp/packages_start.txt 14:34:35 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 14:34:35 + PACKAGES=/tmp/packages_end.txt 14:34:35 + case "${OS_FAMILY}" in 14:34:35 + rpm -qa 14:34:35 + sort 14:34:40 + '[' -f /tmp/packages_start.txt ']' 14:34:40 + '[' -f /tmp/packages_end.txt ']' 14:34:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:34:40 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 14:34:40 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 14:34:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 14:34:40 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 14:34:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:34:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:34:41 14:34:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:34:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:34:41 alpine: Pulling from edgex-lftools-log-publisher 14:34:41 df20fa9351a1: Pulling fs layer 14:34:41 36b3adc4ff6f: Pulling fs layer 14:34:41 8ad3a11d3b57: Pulling fs layer 14:34:41 46f8f816bc3b: Pulling fs layer 14:34:41 93b61091891f: Pulling fs layer 14:34:41 93b9cdb0e59b: Pulling fs layer 14:34:41 5e14af77c1be: Pulling fs layer 14:34:41 01666e4c0597: Pulling fs layer 14:34:41 aa168da1d23b: Pulling fs layer 14:34:41 93b9cdb0e59b: Waiting 14:34:41 5e14af77c1be: Waiting 14:34:41 01666e4c0597: Waiting 14:34:41 aa168da1d23b: Waiting 14:34:41 46f8f816bc3b: Waiting 14:34:41 93b61091891f: Waiting 14:34:41 36b3adc4ff6f: Verifying Checksum 14:34:41 36b3adc4ff6f: Download complete 14:34:41 46f8f816bc3b: Verifying Checksum 14:34:41 46f8f816bc3b: Download complete 14:34:42 df20fa9351a1: Verifying Checksum 14:34:42 93b9cdb0e59b: Verifying Checksum 14:34:42 93b9cdb0e59b: Download complete 14:34:42 5e14af77c1be: Verifying Checksum 14:34:42 5e14af77c1be: Download complete 14:34:42 01666e4c0597: Verifying Checksum 14:34:42 01666e4c0597: Download complete 14:34:42 8ad3a11d3b57: Verifying Checksum 14:34:42 8ad3a11d3b57: Download complete 14:34:42 df20fa9351a1: Pull complete 14:34:42 36b3adc4ff6f: Pull complete 14:34:42 93b61091891f: Download complete 14:34:43 8ad3a11d3b57: Pull complete 14:34:43 46f8f816bc3b: Pull complete 14:34:44 aa168da1d23b: Verifying Checksum 14:34:44 aa168da1d23b: Download complete 14:34:45 93b61091891f: Pull complete 14:34:45 93b9cdb0e59b: Pull complete 14:34:45 5e14af77c1be: Pull complete 14:34:45 01666e4c0597: Pull complete 14:34:53 aa168da1d23b: Pull complete 14:34:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:34:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:34:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:34:53 prd-centos7-docker-4c-2g-33690 does not seem to be running inside a container 14:34:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:34:57 $ docker top 660e0e812f1cb1d950ddd1e7d3581119c8218baef1d119ed40968d23072058c8 -eo pid,comm [Pipeline] { [Pipeline] sh 14:34:57 + touch /tmp/pre-build-complete [Pipeline] sh 14:34:58 + mkdir -p /var/log/sa [Pipeline] sh 14:34:58 + ls /var/log/sa-host 14:34:58 + sadf -c /var/log/sa-host/sa12 14:34:58 file_magic: OK 14:34:58 HZ: Using current value: 100 14:34:58 file_header: OK 14:34:58 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 14:34:58 Statistics: 14:34:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:34:58 File successfully converted to sysstat format version 12.2.1 14:34:58 + sadf -c /var/log/sa-host/sa23 14:34:58 file_magic: OK 14:34:58 HZ: Using current value: 100 14:34:58 file_header: OK 14:34:58 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 14:34:58 Statistics: 14:34:58 Hnuu...uuuununununu... 14:34:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:34:59 provisioning config files... 14:34:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1949625871724751968tmp [Pipeline] { [Pipeline] echo 14:34:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:34:59 ---> create-netrc.sh [Pipeline] } 14:34:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:34:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:34:59 ---> python-tools-install.sh [Pipeline] echo 14:35:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:35:00 ---> sudo-logs.sh 14:35:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:35:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:35:00 ---> job-cost.sh 14:35:00 lf-activate-venv: SKIPPING 14:35:00 DEBUG: total: 0.029999999329447746 14:35:00 INFO: Retrieving Stack Cost... 14:35:01 INFO: Retrieving Pricing Info for: v1-standard-2 14:35:02 INFO: Archiving Costs [Pipeline] echo 14:35:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:35:02 ---> logs-deploy.sh 14:35:02 lf-activate-venv: SKIPPING 14:35:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/93 14:35:02 INFO: archiving workspace using pattern(s): 14:35:04 Archives upload complete. 14:35:04 INFO: archiving logs to Nexus 14:35:05 ---> uname -a: 14:35:05 Linux prd-centos7-docker-4c-2g-33690.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:35:05 14:35:05 14:35:05 ---> lscpu: 14:35:05 Architecture: x86_64 14:35:05 CPU op-mode(s): 32-bit, 64-bit 14:35:05 Byte Order: Little Endian 14:35:05 Address sizes: 40 bits physical, 48 bits virtual 14:35:05 CPU(s): 4 14:35:05 On-line CPU(s) list: 0-3 14:35:05 Thread(s) per core: 1 14:35:05 Core(s) per socket: 1 14:35:05 Socket(s): 4 14:35:05 NUMA node(s): 1 14:35:05 Vendor ID: GenuineIntel 14:35:05 CPU family: 6 14:35:05 Model: 44 14:35:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:35:05 Stepping: 1 14:35:05 CPU MHz: 2933.442 14:35:05 BogoMIPS: 5866.88 14:35:05 Virtualization: VT-x 14:35:05 Hypervisor vendor: KVM 14:35:05 Virtualization type: full 14:35:05 L1d cache: 128 KiB 14:35:05 L1i cache: 128 KiB 14:35:05 L2 cache: 16 MiB 14:35:05 L3 cache: 64 MiB 14:35:05 NUMA node0 CPU(s): 0-3 14:35:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:35:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:35:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:35:05 Vulnerability Meltdown: Mitigation; PTI 14:35:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:35:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:35:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:35:05 Vulnerability Srbds: Not affected 14:35:05 Vulnerability Tsx async abort: Not affected 14:35:05 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 14:35:05 14:35:05 14:35:05 ---> nproc: 14:35:05 4 14:35:05 14:35:05 14:35:05 ---> df -h: 14:35:05 Filesystem Size Used Available Use% Mounted on 14:35:05 overlay 50.0G 8.6G 41.4G 17% / 14:35:05 tmpfs 64.0M 0 64.0M 0% /dev 14:35:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:35:05 shm 64.0M 0 64.0M 0% /dev/shm 14:35:05 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 14:35:05 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 14:35:05 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 14:35:05 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 14:35:05 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 14:35:05 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 14:35:05 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 14:35:05 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 14:35:05 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 14:35:05 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 14:35:05 14:35:05 14:35:05 ---> free -m: 14:35:05 total used free shared buff/cache available 14:35:05 Mem: 1837 827 153 0 857 946 14:35:05 Swap: 1023 3 1020 14:35:05 14:35:05 14:35:05 ---> ip addr: 14:35:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:35:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:35:05 inet 127.0.0.1/8 scope host lo 14:35:05 valid_lft forever preferred_lft forever 14:35:05 inet6 ::1/128 scope host 14:35:05 valid_lft forever preferred_lft forever 14:35:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:35:05 link/ether fa:16:3e:48:5f:88 brd ff:ff:ff:ff:ff:ff 14:35:05 inet 10.30.123.122/23 brd 10.30.123.255 scope global dynamic eth0 14:35:05 valid_lft 85637sec preferred_lft 85637sec 14:35:05 inet6 fe80::f816:3eff:fe48:5f88/64 scope link 14:35:05 valid_lft forever preferred_lft forever 14:35:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:35:05 link/ether 02:42:3e:2b:0c:ea brd ff:ff:ff:ff:ff:ff 14:35:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:35:05 valid_lft forever preferred_lft forever 14:35:05 inet6 fe80::42:3eff:fe2b:cea/64 scope link 14:35:05 valid_lft forever preferred_lft forever 14:35:05 14:35:05 14:35:05 ---> sar -b -r -n DEV: 14:35:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/12/21 _x86_64_ (4 CPU) 14:35:05 14:35:05 14:22:10 LINUX RESTART (4 CPU) 14:35:05 14:35:05 14:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:35:05 14:24:01 35.08 11.78 23.30 0.00 4416.04 3813.21 0.00 14:35:05 14:25:01 1.52 0.00 1.52 0.00 0.00 22.93 0.00 14:35:05 14:26:01 0.20 0.00 0.20 0.00 0.00 2.16 0.00 14:35:05 14:27:01 0.30 0.00 0.30 0.00 0.00 3.78 0.00 14:35:05 14:28:02 0.22 0.00 0.22 0.00 0.00 3.28 0.00 14:35:05 14:29:01 0.34 0.00 0.34 0.00 0.00 4.37 0.00 14:35:05 14:30:01 0.28 0.00 0.28 0.00 0.00 3.63 0.00 14:35:05 14:31:01 0.52 0.00 0.52 0.00 0.00 6.23 0.00 14:35:05 14:32:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 14:35:05 14:33:01 80.91 31.29 49.63 0.00 1803.69 21295.77 0.00 14:35:05 14:34:01 364.90 177.99 186.91 0.00 9139.64 44710.31 0.00 14:35:05 Average: 44.14 20.14 23.99 0.00 1399.36 6365.53 0.00 14:35:05 14:35:05 14:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:35:05 14:24:01 155524 0 609780 32.41 2620 1113620 1115784 38.08 401500 1124044 20 14:35:05 14:25:01 162728 0 602568 32.03 2620 1113628 1079372 36.84 400264 1119096 8 14:35:05 14:26:01 159788 0 605504 32.18 2620 1113632 1079616 36.85 398168 1124048 16 14:35:05 14:27:01 160292 0 605000 32.15 2620 1113632 1079648 36.85 413828 1108312 20 14:35:05 14:28:02 159480 0 605804 32.20 2620 1113640 1079588 36.84 415940 1107072 12 14:35:05 14:29:01 159680 0 605600 32.19 2620 1113644 1079540 36.84 419648 1102976 12 14:35:05 14:30:01 160044 0 605232 32.17 2620 1113648 1079504 36.84 419452 1102976 8 14:35:05 14:31:01 159988 0 605284 32.17 2620 1113652 1079504 36.84 419456 1102976 8 14:35:05 14:32:01 159748 0 605516 32.18 2620 1113660 1079504 36.84 419464 1102976 8 14:35:05 14:33:01 71040 0 715344 38.02 2620 1092540 1506932 51.43 525804 1047156 34060 14:35:05 14:34:01 120580 0 790012 41.99 2040 968912 1428896 48.77 557128 871416 84 14:35:05 Average: 148081 0 632331 33.61 2567 1098564 1153444 39.37 435514 1083004 3114 14:35:05 14:35:05 14:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:35:05 14:24:01 eth0 113.35 101.05 457.56 32.46 0.00 0.00 0.00 0.00 14:35:05 14:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:24:01 docker0 41.14 36.43 3.59 114.50 0.00 0.00 0.00 0.00 14:35:05 14:25:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 14:35:05 14:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:26:01 eth0 3.76 1.77 2.67 0.29 0.00 0.00 0.00 0.00 14:35:05 14:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:27:01 eth0 0.47 0.27 0.27 0.20 0.00 0.00 0.00 0.00 14:35:05 14:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:28:02 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 14:35:05 14:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:29:01 eth0 0.24 0.22 0.10 0.02 0.00 0.00 0.00 0.00 14:35:05 14:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:30:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:35:05 14:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:31:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:35:05 14:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:35:05 14:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:33:01 eth0 492.93 438.69 4077.73 34.21 0.00 0.00 0.00 0.00 14:35:05 14:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:34:01 veth1e076f0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:34:01 eth0 487.97 432.14 3475.26 92.67 0.00 0.00 0.00 0.00 14:35:05 14:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 14:34:01 docker0 54.78 59.49 4.75 250.05 0.00 0.00 0.00 0.00 14:35:05 Average: veth1e076f0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 Average: eth0 100.19 88.79 730.07 14.57 0.00 0.00 0.00 0.00 14:35:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:35:05 Average: docker0 8.74 8.74 0.76 33.21 0.00 0.00 0.00 0.00 14:35:05 14:35:05 14:35:05 ---> sar -P ALL: 14:35:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/12/21 _x86_64_ (4 CPU) 14:35:05 14:35:05 14:22:10 LINUX RESTART (4 CPU) 14:35:05 14:35:05 14:23:01 CPU %user %nice %system %iowait %steal %idle 14:35:05 14:24:01 all 2.81 0.00 2.01 0.70 0.02 94.45 14:35:05 14:24:01 0 3.04 0.00 1.93 0.39 0.03 94.61 14:35:05 14:24:01 1 2.68 0.00 1.78 0.52 0.03 94.99 14:35:05 14:24:01 2 2.97 0.00 2.42 1.68 0.02 92.92 14:35:05 14:24:01 3 2.55 0.00 1.93 0.23 0.00 95.28 14:35:05 14:25:01 all 0.14 0.00 0.05 0.00 0.00 99.81 14:35:05 14:25:01 0 0.02 0.00 0.05 0.00 0.00 99.93 14:35:05 14:25:01 1 0.28 0.00 0.07 0.00 0.00 99.65 14:35:05 14:25:01 2 0.23 0.00 0.07 0.00 0.00 99.70 14:35:05 14:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 14:35:05 14:26:01 all 0.23 0.00 0.17 0.00 0.01 99.59 14:35:05 14:26:01 0 0.07 0.00 0.13 0.00 0.00 99.80 14:35:05 14:26:01 1 0.62 0.00 0.13 0.00 0.00 99.25 14:35:05 14:26:01 2 0.12 0.00 0.23 0.00 0.02 99.63 14:35:05 14:26:01 3 0.12 0.00 0.18 0.00 0.02 99.68 14:35:05 14:27:01 all 0.16 0.00 0.05 0.00 0.00 99.79 14:35:05 14:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 14:35:05 14:27:01 1 0.52 0.00 0.03 0.00 0.00 99.45 14:35:05 14:27:01 2 0.08 0.00 0.12 0.00 0.00 99.80 14:35:05 14:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 14:35:05 14:28:02 all 0.18 0.00 0.04 0.00 0.00 99.78 14:35:05 14:28:02 0 0.03 0.00 0.02 0.00 0.00 99.95 14:35:05 14:28:02 1 0.17 0.00 0.02 0.00 0.00 99.82 14:35:05 14:28:02 2 0.07 0.00 0.07 0.00 0.00 99.87 14:35:05 14:28:02 3 0.47 0.00 0.05 0.00 0.00 99.48 14:35:05 14:29:01 all 0.16 0.00 0.05 0.00 0.00 99.80 14:35:05 14:29:01 0 0.03 0.00 0.03 0.00 0.00 99.93 14:35:05 14:29:01 1 0.03 0.00 0.05 0.00 0.00 99.92 14:35:05 14:29:01 2 0.03 0.00 0.07 0.00 0.00 99.90 14:35:05 14:29:01 3 0.53 0.00 0.03 0.00 0.00 99.44 14:35:05 14:30:01 all 0.17 0.00 0.03 0.00 0.00 99.81 14:35:05 14:30:01 0 0.05 0.00 0.02 0.00 0.00 99.93 14:35:05 14:30:01 1 0.05 0.00 0.05 0.00 0.00 99.90 14:35:05 14:30:01 2 0.03 0.00 0.02 0.00 0.00 99.95 14:35:05 14:30:01 3 0.53 0.00 0.02 0.00 0.00 99.45 14:35:05 14:31:01 all 0.15 0.00 0.03 0.00 0.00 99.82 14:35:05 14:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 14:35:05 14:31:01 1 0.03 0.00 0.05 0.00 0.00 99.92 14:35:05 14:31:01 2 0.03 0.00 0.02 0.00 0.00 99.95 14:35:05 14:31:01 3 0.52 0.00 0.03 0.00 0.00 99.45 14:35:05 14:32:01 all 0.15 0.00 0.03 0.00 0.00 99.82 14:35:05 14:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:35:05 14:32:01 1 0.10 0.00 0.03 0.00 0.00 99.87 14:35:05 14:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 14:35:05 14:32:01 3 0.48 0.00 0.05 0.00 0.00 99.47 14:35:05 14:33:01 all 4.85 0.00 3.63 0.63 0.04 90.86 14:35:05 14:33:01 0 4.88 0.00 4.13 0.59 0.05 90.35 14:35:05 14:33:01 1 5.01 0.00 3.44 0.42 0.03 91.10 14:35:05 14:33:01 2 4.52 0.00 3.39 0.12 0.03 91.94 14:35:05 14:33:01 3 4.98 0.00 3.56 1.39 0.03 90.03 14:35:05 14:34:01 all 13.47 0.00 10.76 4.49 0.11 71.17 14:35:05 14:34:01 0 13.48 0.00 10.21 4.42 0.14 71.76 14:35:05 14:34:01 1 13.09 0.00 10.73 6.00 0.09 70.08 14:35:05 14:34:01 2 13.81 0.00 11.73 3.33 0.12 71.01 14:35:05 14:34:01 3 13.51 0.00 10.37 4.20 0.09 71.83 14:35:05 14:35:05 Average: CPU %user %nice %system %iowait %steal %idle 14:35:05 Average: all 2.01 0.00 1.50 0.52 0.02 95.95 14:35:05 Average: 0 1.93 0.00 1.48 0.48 0.02 96.09 14:35:05 Average: 1 2.02 0.00 1.46 0.62 0.01 95.88 14:35:05 Average: 2 1.96 0.00 1.62 0.46 0.02 95.94 14:35:05 Average: 3 2.12 0.00 1.45 0.52 0.01 95.90 14:35:05 14:35:05 14:35:05