Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 90967dc4090d37bd76220bfe9e4fc5ca3976471c 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-780 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 90967dc4090d37bd76220bfe9e4fc5ca3976471c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 90967dc4090d37bd76220bfe9e4fc5ca3976471c # timeout=10 Commit message: "feat: new ui built product" > git rev-list --no-walk 0fddb130ccdf9188f7180d3988231e9d15448596 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:23:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:23:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:23:42 ========================================================= 10:23:42 EdgeX Global Pipelines Version Info 10:23:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:23:43 ------------------- 10:23:43 stable info: 10:23:43 ------------------- 10:23:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:23:43 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 10:23:43 Message: update stable to v1.0.186 10:23:44 ------------------- 10:23:44 experimental info: 10:23:44 ------------------- 10:23:44 Commited By: **** collab-it+edgex@linuxfoundation.org 10:23:44 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 10:23:44 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 90967dc4090d37bd76220bfe9e4fc5ca3976471c [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 90967dc [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:23:46 provisioning config files... 10:23:46 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5890065942345286459tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:23:46 ---> docker-login.sh 10:23:46 nexus3.edgexfoundry.org:10001 10:23:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:46 Configure a credential helper to remove this warning. See 10:23:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:46 10:23:46 Login Succeeded 10:23:46 nexus3.edgexfoundry.org:10002 10:23:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:47 Configure a credential helper to remove this warning. See 10:23:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:47 10:23:47 Login Succeeded 10:23:47 nexus3.edgexfoundry.org:10003 10:23:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:47 Configure a credential helper to remove this warning. See 10:23:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:47 10:23:47 Login Succeeded 10:23:47 nexus3.edgexfoundry.org:10004 10:23:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:47 Configure a credential helper to remove this warning. See 10:23:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:47 10:23:47 Login Succeeded 10:23:47 docker.io 10:23:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:48 Configure a credential helper to remove this warning. See 10:23:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:48 10:23:48 Login Succeeded 10:23:48 ---> docker-login.sh ends [Pipeline] } 10:23:48 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 10:23:48 + git log --format=format:%s -1 90967dc4090d37bd76220bfe9e4fc5ca3976471c [Pipeline] echo 10:23:48 GIT_COMMIT: 90967dc4090d37bd76220bfe9e4fc5ca3976471c, Commit Message: feat: new ui built product [Pipeline] echo 10:23:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:23:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:23:49 10:23:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:23:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:23:49 latest: Pulling from edgex-devops/git-semver 10:23:49 31603596830f: Pulling fs layer 10:23:49 2a8b12db71e7: Pulling fs layer 10:23:49 6ca5941a6612: Pulling fs layer 10:23:49 ecc8261a40a4: Pulling fs layer 10:23:49 ecc8261a40a4: Waiting 10:23:49 2a8b12db71e7: Download complete 10:23:49 31603596830f: Verifying Checksum 10:23:49 31603596830f: Download complete 10:23:50 6ca5941a6612: Verifying Checksum 10:23:50 6ca5941a6612: Download complete 10:23:50 ecc8261a40a4: Verifying Checksum 10:23:50 ecc8261a40a4: Download complete 10:23:50 31603596830f: Pull complete 10:23:50 2a8b12db71e7: Pull complete 10:23:51 6ca5941a6612: Pull complete 10:23:51 ecc8261a40a4: Pull complete 10:23:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:23:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:23:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:23:51 prd-centos7-docker-4c-2g-780 does not seem to be running inside a container 10:23:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:23:53 $ docker top cb1fd55bc1012af28904776db37a171d6aaac91813957b87a001578a8b3989bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:23:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:23:54 [ssh-agent] Looking for ssh-agent implementation... 10:23:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:23:54 $ docker exec cb1fd55bc1012af28904776db37a171d6aaac91813957b87a001578a8b3989bb ssh-agent 10:23:54 SSH_AUTH_SOCK=/tmp/ssh-CXyroWEdDspn/agent.12 10:23:54 SSH_AGENT_PID=17 10:23:54 Running ssh-add (command line suppressed) 10:23:54 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7217178862323132424.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7217178862323132424.key) 10:23:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:23:55 + git tag --points-at HEAD [Pipeline] } 10:23:55 $ docker exec --env ******** --env ******** cb1fd55bc1012af28904776db37a171d6aaac91813957b87a001578a8b3989bb ssh-agent -k 10:23:55 unset SSH_AUTH_SOCK; 10:23:55 unset SSH_AGENT_PID; 10:23:55 echo Agent pid 17 killed; 10:23:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:23:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:23:55 [ssh-agent] Looking for ssh-agent implementation... 10:23:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:23:55 $ docker exec cb1fd55bc1012af28904776db37a171d6aaac91813957b87a001578a8b3989bb ssh-agent 10:23:55 SSH_AUTH_SOCK=/tmp/ssh-4v4Sg6DA5iWr/agent.46 10:23:55 SSH_AGENT_PID=52 10:23:55 Running ssh-add (command line suppressed) 10:23:55 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7279708986808769164.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7279708986808769164.key) 10:23:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:23:56 + git semver init 10:23:56 # -> Open(): unable to determine branch for HEAD 10:23:56 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:23:56 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:23:56 # $SEMVER_REMOTE_NAME = origin 10:23:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:23:56 # $SEMVER_USER_NAME = edgex-jenkins 10:23:56 # $SEMVER_BRANCH = master 10:23:56 # $SEMVER_TEMP = /tmp/semver-235277154 10:23:56 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 10:23:58 # '/tmp/semver-235277154' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 10:23:58 # -> Force: false 10:23:58 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 10:23:58 $ docker exec --env ******** --env ******** cb1fd55bc1012af28904776db37a171d6aaac91813957b87a001578a8b3989bb ssh-agent -k 10:23:58 unset SSH_AUTH_SOCK; 10:23:58 unset SSH_AGENT_PID; 10:23:58 echo Agent pid 52 killed; 10:23:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:23:58 + git semver [Pipeline] } 10:23:58 $ docker stop --time=1 cb1fd55bc1012af28904776db37a171d6aaac91813957b87a001578a8b3989bb 10:24:00 $ docker rm -f cb1fd55bc1012af28904776db37a171d6aaac91813957b87a001578a8b3989bb [Pipeline] // withDockerContainer [Pipeline] sh 10:24:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:24:00 Stashed 1 file(s) [Pipeline] echo 10:24:00 [edgeXSemver]: initialized semver on version 2.0.0-dev.39 [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 10:24:16 Still waiting to schedule task 10:24:16 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-780’ 10:24:16 Still waiting to schedule task 10:24:16 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:26:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-781 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 10:26:06 Running in /w/workspace/edgex-ui-go/98 [Pipeline] { [Pipeline] checkout 10:26:12 using credential edgex-jenkins-ssh 10:26:12 Cloning the remote Git repository 10:26:12 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:26:12 > git init /w/workspace/edgex-ui-go/98 # timeout=10 10:26:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:26:12 > git --version # timeout=10 10:26:12 > git --version # 'git version 2.17.1' 10:26:12 using GIT_SSH to set credentials SSH Credentials for GitHub 10:26:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:26:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:26:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:26:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:26:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:26:15 using GIT_SSH to set credentials SSH Credentials for GitHub 10:26:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:26:15 Checking out Revision 90967dc4090d37bd76220bfe9e4fc5ca3976471c (master) 10:26:15 > git config core.sparsecheckout # timeout=10 10:26:15 > git checkout -f 90967dc4090d37bd76220bfe9e4fc5ca3976471c # timeout=10 10:26:20 Commit message: "feat: new ui built product" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:26:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:26:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:26:22 + true 10:26:22 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:26:25 provisioning config files... 10:26:25 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/98@tmp/config9138821983951111575tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:26:25 ---> docker-login.sh 10:26:25 nexus3.edgexfoundry.org:10001 10:26:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:26 Configure a credential helper to remove this warning. See 10:26:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:26 10:26:26 Login Succeeded 10:26:26 nexus3.edgexfoundry.org:10002 10:26:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:27 Configure a credential helper to remove this warning. See 10:26:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:27 10:26:27 Login Succeeded 10:26:27 nexus3.edgexfoundry.org:10003 10:26:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:27 Configure a credential helper to remove this warning. See 10:26:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:27 10:26:27 Login Succeeded 10:26:27 nexus3.edgexfoundry.org:10004 10:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:28 Configure a credential helper to remove this warning. See 10:26:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:28 10:26:28 Login Succeeded 10:26:28 docker.io 10:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:29 Configure a credential helper to remove this warning. See 10:26:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:29 10:26:29 Login Succeeded 10:26:29 ---> docker-login.sh ends [Pipeline] } 10:26:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:26:29 ========================================================= 10:26:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:26:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:26:29 + 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 . 10:26:30 Sending build context to Docker daemon 34.83MB 10:26:30 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:26:30 Step 2/8 : FROM ${BASE} 10:26:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:26:30 5f621e34cdf4: Pulling fs layer 10:26:30 a4357932f1b6: Pulling fs layer 10:26:30 18c013af1878: Pulling fs layer 10:26:30 00ac8860ef70: Pulling fs layer 10:26:30 63d7cb157983: Pulling fs layer 10:26:30 b116817d02f9: Pulling fs layer 10:26:30 745a02a5169b: Pulling fs layer 10:26:30 00ac8860ef70: Waiting 10:26:30 63d7cb157983: Waiting 10:26:30 745a02a5169b: Waiting 10:26:30 b116817d02f9: Waiting 10:26:30 18c013af1878: Download complete 10:26:30 a4357932f1b6: Download complete 10:26:30 63d7cb157983: Verifying Checksum 10:26:30 63d7cb157983: Download complete 10:26:31 b116817d02f9: Verifying Checksum 10:26:31 b116817d02f9: Download complete 10:26:31 5f621e34cdf4: Verifying Checksum 10:26:31 5f621e34cdf4: Download complete 10:26:31 5f621e34cdf4: Pull complete 10:26:32 a4357932f1b6: Pull complete 10:26:32 18c013af1878: Pull complete 10:26:33 745a02a5169b: Verifying Checksum 10:26:33 745a02a5169b: Download complete 10:26:34 00ac8860ef70: Verifying Checksum 10:26:34 00ac8860ef70: Download complete 10:26:44 00ac8860ef70: Pull complete 10:26:44 63d7cb157983: Pull complete 10:26:44 Running on prd-centos7-docker-4c-2g-782 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 10:26:44 Running in /w/workspace/edgex-ui-go/98 [Pipeline] { [Pipeline] checkout 10:26:45 b116817d02f9: Pull complete 10:26:47 using credential edgex-jenkins-ssh 10:26:47 Cloning the remote Git repository 10:26:47 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:26:47 > git init /w/workspace/edgex-ui-go/98 # timeout=10 10:26:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:26:47 > git --version # timeout=10 10:26:47 > git --version # 'git version 2.24.3' 10:26:47 using GIT_SSH to set credentials SSH Credentials for GitHub 10:26:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:26:48 745a02a5169b: Pull complete 10:26:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:26:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:26:48 ---> b7e6874047d6 10:26:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:26:49 Checking out Revision 90967dc4090d37bd76220bfe9e4fc5ca3976471c (master) 10:26:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:26:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:26:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:26:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:26:49 using GIT_SSH to set credentials SSH Credentials for GitHub 10:26:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:26:49 > git config core.sparsecheckout # timeout=10 10:26:49 > git checkout -f 90967dc4090d37bd76220bfe9e4fc5ca3976471c # timeout=10 10:26:51 ---> Running in af3f2f78a43a 10:26:51 Removing intermediate container af3f2f78a43a 10:26:51 ---> 9eac2e8bfda8 10:26:51 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:26:51 ---> Running in b087a5ecaf02 10:26:53 Commit message: "feat: new ui built product" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:26:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:26:54 Removing intermediate container b087a5ecaf02 10:26:54 ---> cb361f6d31d2 10:26:54 Step 5/8 : RUN apk add --no-cache make git 10:26:54 ---> Running in 4798a18e67ed 10:26:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:26:55 + sudo service docker restart 10:26:55 + true 10:26:55 Redirecting to /bin/systemctl restart docker.service 10:26:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:26:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:26:57 provisioning config files... 10:26:57 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/98@tmp/config8094998098100141808tmp 10:26:57 OK: 142 MiB in 39 packages [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:26:57 ---> docker-login.sh 10:26:57 nexus3.edgexfoundry.org:10001 10:26:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:57 Configure a credential helper to remove this warning. See 10:26:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:57 10:26:57 Login Succeeded 10:26:57 nexus3.edgexfoundry.org:10002 10:26:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:57 Configure a credential helper to remove this warning. See 10:26:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:57 10:26:57 Login Succeeded 10:26:57 nexus3.edgexfoundry.org:10003 10:26:58 Removing intermediate container 4798a18e67ed 10:26:58 ---> aec74d1b7e32 10:26:58 Step 6/8 : WORKDIR /edgex-ui-go 10:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:58 Configure a credential helper to remove this warning. See 10:26:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:58 10:26:58 Login Succeeded 10:26:58 nexus3.edgexfoundry.org:10004 10:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:58 ---> Running in c7a0e796acff 10:26:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:58 Configure a credential helper to remove this warning. See 10:26:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:58 10:26:58 Login Succeeded 10:26:58 docker.io 10:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:58 Removing intermediate container c7a0e796acff 10:26:58 ---> d8c99d562430 10:26:58 Step 7/8 : COPY . . 10:26:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:58 Configure a credential helper to remove this warning. See 10:26:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:58 10:26:58 Login Succeeded 10:26:58 ---> docker-login.sh ends [Pipeline] } 10:26:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:26:58 ========================================================= 10:26:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:26:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:26:59 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 10:26:59 Sending build context to Docker daemon 34.83MB 10:26:59 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:26:59 Step 2/8 : FROM ${BASE} 10:26:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:26:59 188c0c94c7c5: Pulling fs layer 10:26:59 0ef7d3d256c8: Pulling fs layer 10:26:59 de9db76c5a1d: Pulling fs layer 10:26:59 bca2f99d35d6: Pulling fs layer 10:26:59 93359f2a8cfa: Pulling fs layer 10:26:59 7c6f9722023f: Pulling fs layer 10:26:59 a35cf1a2eb13: Pulling fs layer 10:26:59 bca2f99d35d6: Waiting 10:26:59 93359f2a8cfa: Waiting 10:26:59 7c6f9722023f: Waiting 10:26:59 a35cf1a2eb13: Waiting 10:26:59 de9db76c5a1d: Verifying Checksum 10:26:59 de9db76c5a1d: Download complete 10:26:59 0ef7d3d256c8: Download complete 10:26:59 93359f2a8cfa: Verifying Checksum 10:26:59 93359f2a8cfa: Download complete 10:26:59 188c0c94c7c5: Verifying Checksum 10:26:59 188c0c94c7c5: Download complete 10:26:59 7c6f9722023f: Verifying Checksum 10:26:59 7c6f9722023f: Download complete 10:27:00 188c0c94c7c5: Pull complete 10:27:00 0ef7d3d256c8: Pull complete 10:27:00 de9db76c5a1d: Pull complete 10:27:01 a35cf1a2eb13: Verifying Checksum 10:27:01 a35cf1a2eb13: Download complete 10:27:02 ---> f69a5cb29a70 10:27:02 Step 8/8 : RUN go mod download 10:27:02 ---> Running in 55be6b0750ca 10:27:02 bca2f99d35d6: Verifying Checksum 10:27:02 bca2f99d35d6: Download complete 10:27:07 bca2f99d35d6: Pull complete 10:27:07 93359f2a8cfa: Pull complete 10:27:07 7c6f9722023f: Pull complete 10:27:15 a35cf1a2eb13: Pull complete 10:27:15 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:27:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:27:15 ---> a62c8e92a672 10:27:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:27:16 ---> Running in 6969cf014973 10:27:16 Removing intermediate container 6969cf014973 10:27:16 ---> a394289a8058 10:27:16 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:27:16 ---> Running in 7acd6fd9ab95 10:27:17 Removing intermediate container 7acd6fd9ab95 10:27:17 ---> 11aaef41d8e7 10:27:17 Step 5/8 : RUN apk add --no-cache make git 10:27:17 ---> Running in 834db8a06c17 10:27:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:27:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:27:19 OK: 166 MiB in 39 packages 10:27:19 Removing intermediate container 834db8a06c17 10:27:19 ---> a7ab67c73e9d 10:27:19 Step 6/8 : WORKDIR /edgex-ui-go 10:27:20 ---> Running in 2a562a75015e 10:27:20 Removing intermediate container 2a562a75015e 10:27:20 ---> c3a7ce765ce2 10:27:20 Step 7/8 : COPY . . 10:27:22 ---> 37a95fd5ed75 10:27:22 Step 8/8 : RUN go mod download 10:27:22 ---> Running in f31ef2eb0428 10:27:34 Removing intermediate container 55be6b0750ca 10:27:34 ---> 07b6daccfd93 10:27:34 Successfully built 07b6daccfd93 10:27:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:27:34 + docker inspect -f . ci-base-image-arm64 10:27:34 . [Pipeline] withDockerContainer 10:27:34 prd-ubuntu18.04-docker-arm64-4c-16g-781 does not seem to be running inside a container 10:27:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/98 -v /w/workspace/edgex-ui-go/98:/w/workspace/edgex-ui-go/98:rw,z -v /w/workspace/edgex-ui-go/98@tmp:/w/workspace/edgex-ui-go/98@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:27:36 $ docker top 4b3081b532a262b36a5a31e924048e873f2621252b65786af2c0814204105a47 -eo pid,comm [Pipeline] { [Pipeline] sh 10:27:37 + go version 10:27:37 go version go1.15.5 linux/arm64 [Pipeline] } 10:27:37 $ docker stop --time=1 4b3081b532a262b36a5a31e924048e873f2621252b65786af2c0814204105a47 10:27:39 $ docker rm -f 4b3081b532a262b36a5a31e924048e873f2621252b65786af2c0814204105a47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:27:40 + docker inspect -f . ci-base-image-arm64 10:27:40 . [Pipeline] withDockerContainer 10:27:40 prd-ubuntu18.04-docker-arm64-4c-16g-781 does not seem to be running inside a container 10:27:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/98 -v /w/workspace/edgex-ui-go/98:/w/workspace/edgex-ui-go/98:rw,z -v /w/workspace/edgex-ui-go/98@tmp:/w/workspace/edgex-ui-go/98@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:27:41 $ docker top 2a572b91c75349ccc505fb4a42bc930319392a56e9ce0f9f0513de11775fe3cb -eo pid,comm [Pipeline] { [Pipeline] sh 10:27:42 + make test 10:27:42 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:27:44 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:27:49 Removing intermediate container f31ef2eb0428 10:27:49 ---> 9d5e534604e0 10:27:49 Successfully built 9d5e534604e0 10:27:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:27:49 + docker inspect -f . ci-base-image-x86_64 10:27:49 . [Pipeline] withDockerContainer 10:27:49 prd-centos7-docker-4c-2g-782 does not seem to be running inside a container 10:27:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/98 -v /w/workspace/edgex-ui-go/98:/w/workspace/edgex-ui-go/98:rw,z -v /w/workspace/edgex-ui-go/98@tmp:/w/workspace/edgex-ui-go/98@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:27:50 $ docker top 6c24a35b2d91fca14f657250986debe949fdc23eba9b1d2f39faa6d69a0654bf -eo pid,comm [Pipeline] { [Pipeline] sh 10:27:51 + go version 10:27:51 go version go1.15.5 linux/amd64 [Pipeline] } 10:27:51 $ docker stop --time=1 6c24a35b2d91fca14f657250986debe949fdc23eba9b1d2f39faa6d69a0654bf 10:27:52 $ docker rm -f 6c24a35b2d91fca14f657250986debe949fdc23eba9b1d2f39faa6d69a0654bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:27:53 + docker inspect -f . ci-base-image-x86_64 10:27:53 . [Pipeline] withDockerContainer 10:27:53 prd-centos7-docker-4c-2g-782 does not seem to be running inside a container 10:27:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/98 -v /w/workspace/edgex-ui-go/98:/w/workspace/edgex-ui-go/98:rw,z -v /w/workspace/edgex-ui-go/98@tmp:/w/workspace/edgex-ui-go/98@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:27:54 $ docker top 6bc3f24dbc0eecb9c4ced508bd00cb82bb1b4b3288955a2f52e9295c6b68af11 -eo pid,comm [Pipeline] { [Pipeline] sh 10:27:54 + make test 10:27:54 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:27:56 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:28:06 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:28:06 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:28:06 GO111MODULE=on go vet ./... [Pipeline] } 10:28:08 $ docker stop --time=1 6bc3f24dbc0eecb9c4ced508bd00cb82bb1b4b3288955a2f52e9295c6b68af11 10:28:10 $ docker rm -f 6bc3f24dbc0eecb9c4ced508bd00cb82bb1b4b3288955a2f52e9295c6b68af11 [Pipeline] // withDockerContainer [Pipeline] sh 10:28:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:28:10 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:28:10 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:28:10 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:28:10 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:28:10 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:28:10 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:28:10 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:28:10 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:28:10 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:28:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:28:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:28:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:28:10 GO111MODULE=on go vet ./... 10:28:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:28:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:28:13 + ls -al . 10:28:13 total 92 10:28:13 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 19 10:27 . 10:28:13 drwxrwxr-x. 4 jenkins jenkins 30 Apr 19 10:26 .. 10:28:13 drwxrwxr-x. 3 jenkins jenkins 20 Apr 19 10:26 assets 10:28:13 drwxrwxr-x. 2 jenkins jenkins 35 Apr 19 10:26 bin 10:28:13 drwxrwxr-x. 3 jenkins jenkins 29 Apr 19 10:26 cmd 10:28:13 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 19 10:26 CONTRIBUTING.md 10:28:13 -rw-r--r--. 1 jenkins jenkins 10 Apr 19 10:27 coverage.out 10:28:13 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 19 10:26 Dockerfile 10:28:13 -rw-rw-r--. 1 jenkins jenkins 902 Apr 19 10:26 Dockerfile.build 10:28:13 drwxrwxr-x. 5 jenkins jenkins 104 Apr 19 10:26 docs 10:28:13 drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 10:26 .git 10:28:13 drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 10:26 .github 10:28:13 -rw-rw-r--. 1 jenkins jenkins 162 Apr 19 10:26 .gitignore 10:28:13 -rw-rw-r--. 1 jenkins jenkins 987 Apr 19 10:26 go.mod 10:28:13 -rw-r--r--. 1 jenkins jenkins 22392 Apr 19 10:27 go.sum 10:28:13 drwxrwxr-x. 10 jenkins jenkins 139 Apr 19 10:26 internal 10:28:13 -rw-rw-r--. 1 jenkins jenkins 652 Apr 19 10:26 Jenkinsfile 10:28:13 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 19 10:26 LICENSE 10:28:13 -rw-rw-r--. 1 jenkins jenkins 951 Apr 19 10:26 Makefile 10:28:13 -rw-rw-r--. 1 jenkins jenkins 4535 Apr 19 10:26 README.md 10:28:13 -rw-rw-r--. 1 jenkins jenkins 12 Apr 19 10:24 VERSION 10:28:13 -rw-rw-r--. 1 jenkins jenkins 155 Apr 19 10:26 version.go 10:28:13 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 19 10:26 web [Pipeline] isUnix [Pipeline] sh 10:28:14 + 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=90967dc4090d37bd76220bfe9e4fc5ca3976471c --label arch=amd64 --label version=2.0.0-dev.39 . 10:28:14 Sending build context to Docker daemon 34.86MB 10:28:14 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:28:14 Step 2/24 : FROM ${BASE} AS builder 10:28:14 ---> 9d5e534604e0 10:28:14 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:28:15 ---> Running in e252db081d6f 10:28:15 Removing intermediate container e252db081d6f 10:28:15 ---> 661cfae76c67 10:28:15 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:28:15 ---> Running in 41abd4d43f7c 10:28:15 Removing intermediate container 41abd4d43f7c 10:28:15 ---> 7989aece3dbe 10:28:15 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:28:15 ---> Running in fd123fd8baac 10:28:16 Removing intermediate container fd123fd8baac 10:28:16 ---> 64ea97dd9d5f 10:28:16 Step 6/24 : LABEL Name=edgex-ui-go 10:28:16 ---> Running in 32acfccac348 10:28:16 Removing intermediate container 32acfccac348 10:28:16 ---> ffeacf6a84bf 10:28:16 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:28:16 ---> Running in e65454c2a520 10:28:16 Removing intermediate container e65454c2a520 10:28:16 ---> f96556a364f6 10:28:16 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:16 ---> Running in afd7bf7884d2 10:28:17 Removing intermediate container afd7bf7884d2 10:28:17 ---> 0b53451e995a 10:28:17 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:28:17 ---> Running in f40dfed6ddc2 [Pipeline] } 10:28:17 $ docker stop --time=1 2a572b91c75349ccc505fb4a42bc930319392a56e9ce0f9f0513de11775fe3cb 10:28:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:19 OK: 166 MiB in 39 packages 10:28:19 Removing intermediate container f40dfed6ddc2 10:28:19 ---> 05924f53cf35 10:28:19 Step 10/24 : ENV GO111MODULE=on 10:28:19 ---> Running in 1bda41c05ff5 10:28:19 $ docker rm -f 2a572b91c75349ccc505fb4a42bc930319392a56e9ce0f9f0513de11775fe3cb 10:28:19 Removing intermediate container 1bda41c05ff5 10:28:19 ---> 7a71a1888d46 10:28:19 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:28:19 ---> Running in 82d269175508 10:28:20 Removing intermediate container 82d269175508 10:28:20 ---> 313d38357a13 10:28:20 Step 12/24 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] sh 10:28:20 ---> 75f86b67a573 10:28:20 Step 13/24 : COPY Makefile . 10:28:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:28:20 Warning: overwriting stash ‘coverage-report’ 10:28:20 ---> 3c53cd1b75b6 10:28:20 Step 14/24 : RUN make update 10:28:20 ---> Running in e903ccea1c86 10:28:21 CGO_ENABLED=0 GO111MODULE=on go mod download 10:28:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:28:22 Removing intermediate container e903ccea1c86 10:28:22 ---> bf1d65e72f1a 10:28:22 Step 15/24 : COPY . . 10:28:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:28:22 + ls -al . 10:28:22 total 124 10:28:22 drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 10:27 . 10:28:22 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 10:26 .. 10:28:22 drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 10:26 .git 10:28:22 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 10:26 .github 10:28:22 -rw-rw-r-- 1 jenkins jenkins 162 Apr 19 10:26 .gitignore 10:28:22 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 19 10:26 CONTRIBUTING.md 10:28:22 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 19 10:26 Dockerfile 10:28:22 -rw-rw-r-- 1 jenkins jenkins 902 Apr 19 10:26 Dockerfile.build 10:28:22 -rw-rw-r-- 1 jenkins jenkins 652 Apr 19 10:26 Jenkinsfile 10:28:22 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 19 10:26 LICENSE 10:28:22 -rw-rw-r-- 1 jenkins jenkins 951 Apr 19 10:26 Makefile 10:28:22 -rw-rw-r-- 1 jenkins jenkins 4535 Apr 19 10:26 README.md 10:28:22 -rw-rw-r-- 1 jenkins jenkins 12 Apr 19 10:24 VERSION 10:28:22 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 10:26 assets 10:28:22 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 10:26 bin 10:28:22 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 10:26 cmd 10:28:22 -rw-r--r-- 1 jenkins jenkins 10 Apr 19 10:27 coverage.out 10:28:22 drwxrwxr-x 5 jenkins jenkins 4096 Apr 19 10:26 docs 10:28:22 -rw-rw-r-- 1 jenkins jenkins 987 Apr 19 10:26 go.mod 10:28:22 -rw-r--r-- 1 jenkins jenkins 22392 Apr 19 10:27 go.sum 10:28:22 drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 10:26 internal 10:28:22 -rw-rw-r-- 1 jenkins jenkins 155 Apr 19 10:26 version.go 10:28:22 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 10:26 web [Pipeline] isUnix [Pipeline] sh 10:28:22 + 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=90967dc4090d37bd76220bfe9e4fc5ca3976471c --label arch=arm64 --label version=2.0.0-dev.39 . 10:28:23 Sending build context to Docker daemon 34.86MB 10:28:23 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:28:23 Step 2/24 : FROM ${BASE} AS builder 10:28:23 ---> 07b6daccfd93 10:28:23 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:28:23 ---> f5ad70bb25e6 10:28:23 Step 16/24 : RUN ${MAKE} 10:28:23 ---> Running in db61dad92cef 10:28:24 ---> Running in 6a585a257997 10:28:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.39" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 10:28:25 Removing intermediate container 6a585a257997 10:28:25 ---> 909d0d1fbf35 10:28:25 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:28:25 ---> Running in 04d3a4a8666f 10:28:25 Removing intermediate container 04d3a4a8666f 10:28:25 ---> 3d57a92a58de 10:28:25 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:28:25 ---> Running in 1c2f7a9e123c 10:28:25 Removing intermediate container 1c2f7a9e123c 10:28:25 ---> badeca49d19a 10:28:25 Step 6/24 : LABEL Name=edgex-ui-go 10:28:26 ---> Running in 62b29e074cf1 10:28:26 Removing intermediate container 62b29e074cf1 10:28:26 ---> 837c3635d91f 10:28:26 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:28:26 ---> Running in 861b28714a3e 10:28:27 Removing intermediate container 861b28714a3e 10:28:27 ---> 5a7302a0b700 10:28:27 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:27 ---> Running in c32f4bf29b51 10:28:29 Removing intermediate container c32f4bf29b51 10:28:29 ---> 9c0d94e70dcd 10:28:29 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:28:29 ---> Running in d3de14687073 10:28:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:28:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:28:31 OK: 142 MiB in 39 packages 10:28:33 Removing intermediate container d3de14687073 10:28:33 ---> 710a42623411 10:28:33 Step 10/24 : ENV GO111MODULE=on 10:28:33 ---> Running in cfecc66ad634 10:28:33 Removing intermediate container cfecc66ad634 10:28:33 ---> f33717367a9b 10:28:33 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:28:33 ---> Running in e77d1253671b 10:28:34 Removing intermediate container e77d1253671b 10:28:34 ---> e041c885e55b 10:28:34 Step 12/24 : COPY go.mod . 10:28:34 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:28:35 ---> 04f6a022ce6a 10:28:35 Step 13/24 : COPY Makefile . 10:28:35 ---> e7264ae8c2cc 10:28:35 Step 14/24 : RUN make update 10:28:35 ---> Running in 64d7de79751e 10:28:36 CGO_ENABLED=0 GO111MODULE=on go mod download 10:28:37 Removing intermediate container db61dad92cef 10:28:37 ---> c9f9a6700455 10:28:37 Step 17/24 : FROM alpine:3.12 10:28:38 Removing intermediate container 64d7de79751e 10:28:38 ---> 382ebd60812b 10:28:38 Step 15/24 : COPY . . 10:28:39 3.12: Pulling from library/alpine 10:28:39 339de151aab4: Pulling fs layer 10:28:39 339de151aab4: Verifying Checksum 10:28:39 339de151aab4: Download complete 10:28:39 339de151aab4: Pull complete 10:28:39 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:28:39 Status: Downloaded newer image for alpine:3.12 10:28:39 ---> 13621d1b12d4 10:28:39 Step 18/24 : EXPOSE 4000 10:28:40 ---> Running in bef44d359891 10:28:40 Removing intermediate container bef44d359891 10:28:40 ---> c868fd9ee1a4 10:28:40 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 10:28:41 ---> 4914f718c862 10:28:41 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:28:41 ---> Running in c356effb03e5 10:28:41 Removing intermediate container c356effb03e5 10:28:41 ---> 1a60dc49d9e1 10:28:41 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:28:41 ---> 769fde3d2aa6 10:28:41 Step 16/24 : RUN ${MAKE} 10:28:41 ---> Running in a43644cca0c5 10:28:41 ---> Running in 019df7ab69aa 10:28:41 Removing intermediate container 019df7ab69aa 10:28:41 ---> ed4b13eecb1a 10:28:41 Step 22/24 : LABEL arch=amd64 10:28:42 ---> Running in 7142344871e1 10:28:42 Removing intermediate container 7142344871e1 10:28:42 ---> ee0dcaf19a6d 10:28:42 Step 23/24 : LABEL git_sha=90967dc4090d37bd76220bfe9e4fc5ca3976471c 10:28:42 ---> Running in e06cb04dbd16 10:28:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.39" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 10:28:42 Removing intermediate container e06cb04dbd16 10:28:42 ---> 88de3d548fbc 10:28:42 Step 24/24 : LABEL version=2.0.0-dev.39 10:28:42 ---> Running in c63221c0f356 10:28:42 Removing intermediate container c63221c0f356 10:28:42 ---> 5c35dc6c835c 10:28:42 [Warning] One or more build-args [ARCH] were not consumed 10:28:42 Successfully built 5c35dc6c835c 10:28:42 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:28:42 provisioning config files... 10:28:42 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/98@tmp/config6600793863815821429tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:28:43 ---> docker-login.sh 10:28:43 nexus3.edgexfoundry.org:10001 10:28:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:28:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:28:43 Configure a credential helper to remove this warning. See 10:28:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:28:43 10:28:43 Login Succeeded 10:28:43 nexus3.edgexfoundry.org:10002 10:28:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:28:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:28:43 Configure a credential helper to remove this warning. See 10:28:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:28:43 10:28:43 Login Succeeded 10:28:43 nexus3.edgexfoundry.org:10003 10:28:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:28:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:28:43 Configure a credential helper to remove this warning. See 10:28:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:28:43 10:28:43 Login Succeeded 10:28:43 nexus3.edgexfoundry.org:10004 10:28:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:28:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:28:44 Configure a credential helper to remove this warning. See 10:28:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:28:44 10:28:44 Login Succeeded 10:28:44 docker.io 10:28:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:28:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:28:44 Configure a credential helper to remove this warning. See 10:28:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:28:44 10:28:44 Login Succeeded 10:28:44 ---> docker-login.sh ends [Pipeline] } 10:28:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:28:44 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 10:28:44 90967dc4090d37bd76220bfe9e4fc5ca3976471c 10:28:44 latest 10:28:44 2.0.0-dev.39 10:28:44 90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39 10:28:44 master 10:28:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:28:44 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:90967dc4090d37bd76220bfe9e4fc5ca3976471c [Pipeline] isUnix [Pipeline] sh 10:28:45 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:90967dc4090d37bd76220bfe9e4fc5ca3976471c 10:28:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:28:45 d1f3ac70d50b: Preparing 10:28:45 32f366d666a5: Preparing 10:28:45 32f366d666a5: Layer already exists 10:28:47 d1f3ac70d50b: Pushed 10:28:47 90967dc4090d37bd76220bfe9e4fc5ca3976471c: digest: sha256:c05b5bed9d8a415f505dba045da077004d3a837eda5711090b74ec714c893f24 size: 740 [Pipeline] isUnix [Pipeline] sh 10:28:47 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 10:28:48 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 10:28:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:28:48 d1f3ac70d50b: Preparing 10:28:48 32f366d666a5: Preparing 10:28:48 d1f3ac70d50b: Layer already exists 10:28:48 32f366d666a5: Layer already exists 10:28:48 latest: digest: sha256:c05b5bed9d8a415f505dba045da077004d3a837eda5711090b74ec714c893f24 size: 740 [Pipeline] isUnix [Pipeline] sh 10:28:48 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.39 [Pipeline] isUnix [Pipeline] sh 10:28:48 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.39 10:28:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:28:48 d1f3ac70d50b: Preparing 10:28:48 32f366d666a5: Preparing 10:28:48 d1f3ac70d50b: Layer already exists 10:28:48 32f366d666a5: Layer already exists 10:28:48 2.0.0-dev.39: digest: sha256:c05b5bed9d8a415f505dba045da077004d3a837eda5711090b74ec714c893f24 size: 740 [Pipeline] isUnix [Pipeline] sh 10:28:49 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39 [Pipeline] isUnix [Pipeline] sh 10:28:49 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39 10:28:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:28:49 d1f3ac70d50b: Preparing 10:28:49 32f366d666a5: Preparing 10:28:49 d1f3ac70d50b: Layer already exists 10:28:49 32f366d666a5: Layer already exists 10:28:49 90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39: digest: sha256:c05b5bed9d8a415f505dba045da077004d3a837eda5711090b74ec714c893f24 size: 740 [Pipeline] isUnix [Pipeline] sh 10:28:49 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 10:28:50 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 10:28:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:28:50 d1f3ac70d50b: Preparing 10:28:50 32f366d666a5: Preparing 10:28:50 d1f3ac70d50b: Layer already exists 10:28:50 32f366d666a5: Layer already exists 10:28:50 master: digest: sha256:c05b5bed9d8a415f505dba045da077004d3a837eda5711090b74ec714c893f24 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:28:50 ===================================================== [Pipeline] echo 10:28:50 taggedImages: 10:28:50 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:90967dc4090d37bd76220bfe9e4fc5ca3976471c 10:28:50 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 10:28:50 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.39 10:28:50 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39 10:28:50 - 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 10:28:50 ---> job-cost.sh 10:28:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OzM6 10:29:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:29:09 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:29:14 Removing intermediate container a43644cca0c5 10:29:14 ---> 4f00268b9241 10:29:14 Step 17/24 : FROM alpine:3.12 10:29:14 3.12: Pulling from library/alpine 10:29:14 d2f70382dc9a: Pulling fs layer 10:29:15 d2f70382dc9a: Download complete 10:29:15 d2f70382dc9a: Pull complete 10:29:15 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:29:15 Status: Downloaded newer image for alpine:3.12 10:29:15 ---> 9852663dfa18 10:29:15 Step 18/24 : EXPOSE 4000 10:29:16 ---> Running in 1caf7cdce8bc 10:29:16 Removing intermediate container 1caf7cdce8bc 10:29:16 ---> afe67e92d238 10:29:16 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 10:29:19 ---> d56c41bcb04d 10:29:19 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:29:19 ---> Running in 115efcf397df 10:29:19 Removing intermediate container 115efcf397df 10:29:19 ---> 813fff8b920a 10:29:19 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:29:19 ---> Running in 6dcd6d4fc432 10:29:20 Removing intermediate container 6dcd6d4fc432 10:29:20 ---> 9c35ccf2d82b 10:29:20 Step 22/24 : LABEL arch=arm64 10:29:20 ---> Running in 77ceac8cd099 10:29:20 Removing intermediate container 77ceac8cd099 10:29:20 ---> f534c046f67e 10:29:20 Step 23/24 : LABEL git_sha=90967dc4090d37bd76220bfe9e4fc5ca3976471c 10:29:20 ---> Running in ec32a7eb396f 10:29:21 Removing intermediate container ec32a7eb396f 10:29:21 ---> 417c9fcf0795 10:29:21 Step 24/24 : LABEL version=2.0.0-dev.39 10:29:21 ---> Running in 657e7965405a 10:29:21 Removing intermediate container 657e7965405a 10:29:21 ---> c9979a6bface 10:29:21 [Warning] One or more build-args [ARCH] were not consumed 10:29:21 Successfully built c9979a6bface 10:29:21 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 10:29:22 provisioning config files... 10:29:22 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/98@tmp/config5955099607624333488tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:29:22 ---> docker-login.sh 10:29:22 nexus3.edgexfoundry.org:10001 10:29:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:22 Configure a credential helper to remove this warning. See 10:29:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:22 10:29:22 Login Succeeded 10:29:22 nexus3.edgexfoundry.org:10002 10:29:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:23 Configure a credential helper to remove this warning. See 10:29:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:23 10:29:23 Login Succeeded 10:29:23 nexus3.edgexfoundry.org:10003 10:29:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:23 Configure a credential helper to remove this warning. See 10:29:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:23 10:29:23 Login Succeeded 10:29:23 nexus3.edgexfoundry.org:10004 10:29:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:24 Configure a credential helper to remove this warning. See 10:29:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:24 10:29:24 Login Succeeded 10:29:24 docker.io 10:29:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:24 Configure a credential helper to remove this warning. See 10:29:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:24 10:29:24 Login Succeeded 10:29:24 ---> docker-login.sh ends [Pipeline] } 10:29:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:29:25 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 10:29:25 90967dc4090d37bd76220bfe9e4fc5ca3976471c 10:29:25 latest 10:29:25 2.0.0-dev.39 10:29:25 90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39 10:29:25 master 10:29:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:29:25 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:90967dc4090d37bd76220bfe9e4fc5ca3976471c [Pipeline] isUnix [Pipeline] sh 10:29:25 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:90967dc4090d37bd76220bfe9e4fc5ca3976471c 10:29:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:29:25 4f122c7bd8cc: Preparing 10:29:25 3fbe34a1663b: Preparing 10:29:25 3fbe34a1663b: Layer already exists 10:29:32 4f122c7bd8cc: Pushed 10:29:32 90967dc4090d37bd76220bfe9e4fc5ca3976471c: digest: sha256:7f3f5bcbde24f042ac44c6fda1c572b2fdafab2efbf585facd096d2d9f8cafff size: 740 [Pipeline] isUnix [Pipeline] sh 10:29:32 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:29:33 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 10:29:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:29:33 4f122c7bd8cc: Preparing 10:29:33 3fbe34a1663b: Preparing 10:29:33 4f122c7bd8cc: Layer already exists 10:29:33 3fbe34a1663b: Layer already exists 10:29:33 latest: digest: sha256:7f3f5bcbde24f042ac44c6fda1c572b2fdafab2efbf585facd096d2d9f8cafff size: 740 [Pipeline] isUnix [Pipeline] sh 10:29:33 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.39 [Pipeline] isUnix [Pipeline] sh 10:29:34 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.39 10:29:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:29:34 4f122c7bd8cc: Preparing 10:29:34 3fbe34a1663b: Preparing 10:29:34 3fbe34a1663b: Layer already exists 10:29:34 4f122c7bd8cc: Layer already exists 10:29:34 2.0.0-dev.39: digest: sha256:7f3f5bcbde24f042ac44c6fda1c572b2fdafab2efbf585facd096d2d9f8cafff size: 740 [Pipeline] isUnix [Pipeline] sh 10:29:34 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39 [Pipeline] isUnix [Pipeline] sh 10:29:34 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39 10:29:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:29:34 4f122c7bd8cc: Preparing 10:29:34 3fbe34a1663b: Preparing 10:29:34 4f122c7bd8cc: Layer already exists 10:29:34 3fbe34a1663b: Layer already exists 10:29:35 90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39: digest: sha256:7f3f5bcbde24f042ac44c6fda1c572b2fdafab2efbf585facd096d2d9f8cafff size: 740 [Pipeline] isUnix [Pipeline] sh 10:29:35 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:29:35 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 10:29:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:29:35 4f122c7bd8cc: Preparing 10:29:35 3fbe34a1663b: Preparing 10:29:35 3fbe34a1663b: Layer already exists 10:29:35 4f122c7bd8cc: Layer already exists 10:29:36 master: digest: sha256:7f3f5bcbde24f042ac44c6fda1c572b2fdafab2efbf585facd096d2d9f8cafff size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:29:36 ===================================================== [Pipeline] echo 10:29:36 taggedImages: 10:29:36 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:90967dc4090d37bd76220bfe9e4fc5ca3976471c 10:29:36 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 10:29:36 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.39 10:29:36 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:90967dc4090d37bd76220bfe9e4fc5ca3976471c-2.0.0-dev.39 10:29:36 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 10:29:36 ---> job-cost.sh 10:29:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QyCp 10:29:37 lf-activate-venv(): INFO: Adding /tmp/venv-OzM6/bin to PATH 10:29:37 INFO: No Stack... 10:29:37 INFO: Retrieving Pricing Info for: v1-standard-2 10:29:37 INFO: Archiving Costs [Pipeline] sh 10:29:38 + cat /w/workspace/edgex-ui-go/98/archives/cost.csv 10:29:38 + cut -d, -f6 [Pipeline] lock 10:29:38 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-98-stack-cost] 10:29:38 Resource [jenkins-edgexfoundry-edgex-ui-go-master-98-stack-cost] did not exist. Created. 10:29:38 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-98-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:29:38 + echo total: 0.029999999329447746 [Pipeline] stash 10:29:38 Stashed 1 file(s) [Pipeline] } 10:29:38 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-98-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:30:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:31:52 lf-activate-venv(): INFO: Adding /tmp/venv-QyCp/bin to PATH 10:31:52 INFO: No Stack... 10:31:52 INFO: Retrieving Pricing Info for: lf-standard-4 10:31:52 INFO: Archiving Costs [Pipeline] sh 10:31:52 + cat /w/workspace/edgex-ui-go/98/archives/cost.csv 10:31:52 + cut -d, -f6 [Pipeline] lock 10:31:52 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-98-stack-cost] 10:31:52 Resource [jenkins-edgexfoundry-edgex-ui-go-master-98-stack-cost] did not exist. Created. 10:31:52 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-98-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:31:53 /w/workspace/edgex-ui-go/98@tmp/durable-3840aeda/script.sh: 1: /w/workspace/edgex-ui-go/98@tmp/durable-3840aeda/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 10:31:53 + echo total: 0.20999999344348907 [Pipeline] stash 10:31:53 Warning: overwriting stash ‘stack-cost’ 10:31:53 Stashed 1 file(s) [Pipeline] } 10:31:53 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-98-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 10:31:54 provisioning config files... 10:31:54 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1528367789263961684tmp [Pipeline] { [Pipeline] sh 10:31:54 + set +x 10:31:54 + curl -s https://codecov.io/bash 10:31:54 + bash -s -- 10:31:55 10:31:55 _____ _ 10:31:55 / ____| | | 10:31:55 | | ___ __| | ___ ___ _____ __ 10:31:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:31:55 | |___| (_) | (_| | __/ (_| (_) \ V / 10:31:55 \_____\___/ \__,_|\___|\___\___/ \_/ 10:31:55 Bash-1.0.1 10:31:55 10:31:55 10:31:55 ==> git version 2.24.3 found 10:31:55 ==> 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 10:31:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:31:55 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:31:55 ==> Jenkins CI detected. 10:31:55 project root: . 10:31:55 --> token set from env 10:31:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:31:55 ==> Running gcov in . (disable via -X gcov) 10:31:55 ==> Python coveragepy not found 10:31:55 ==> Searching for coverage reports in: 10:31:55 + . 10:31:55 -> Found 1 reports 10:31:55 ==> Detecting git/mercurial file structure 10:31:55 ==> Reading reports 10:31:55 + ./coverage.out bytes=10 10:31:55 ==> Appending adjustments 10:31:55 https://docs.codecov.io/docs/fixing-reports 10:31:55 + Found adjustments 10:31:55 ==> Gzipping contents 10:31:55 4.0K /tmp/codecov.g6jhE1.gz 10:31:55 ==> Uploading reports 10:31:55 url: https://codecov.io 10:31:55 query: branch=master&commit=90967dc4090d37bd76220bfe9e4fc5ca3976471c&build=98&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F98%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:31:55 -> Pinging Codecov 10:31:55 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=90967dc4090d37bd76220bfe9e4fc5ca3976471c&build=98&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F98%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:31:56 -> Uploading to 10:31:56 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/FB506323287CE973F263BFD2A0EB1F37/90967dc4090d37bd76220bfe9e4fc5ca3976471c/752a28e6-cc4a-4c86-91e5-8d41f990cca5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T103155Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8c2738f73dab9eed6f9f7a4a49d6743dddc43c7ce490d028a1c4dde253e6d16b 10:31:56 % Total % Received % Xferd Average Speed Time Time Time Current 10:31:56 Dload Upload Total Spent Left Speed 10:31:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 9181 --:--:-- --:--:-- --:--:-- 9202 10:31:56 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/90967dc4090d37bd76220bfe9e4fc5ca3976471c [Pipeline] } 10:31:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 10:31:57 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:31:57 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:31:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:31:57 10:31:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:31:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:31:58 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:31:58 188c0c94c7c5: Pulling fs layer 10:31:58 0ef7d3d256c8: Pulling fs layer 10:31:58 de9db76c5a1d: Pulling fs layer 10:31:58 0eba1c9be4d2: Pulling fs layer 10:31:58 0d57e429df01: Pulling fs layer 10:31:58 4e4be7b47b0d: Pulling fs layer 10:31:58 e1f770b5df2f: Pulling fs layer 10:31:58 85a0685a4137: Pulling fs layer 10:31:58 4e4be7b47b0d: Waiting 10:31:58 e1f770b5df2f: Waiting 10:31:58 85a0685a4137: Waiting 10:31:58 0eba1c9be4d2: Waiting 10:31:58 0d57e429df01: Waiting 10:31:58 de9db76c5a1d: Verifying Checksum 10:31:58 de9db76c5a1d: Download complete 10:31:58 0ef7d3d256c8: Verifying Checksum 10:31:58 0ef7d3d256c8: Download complete 10:31:58 0d57e429df01: Verifying Checksum 10:31:58 0d57e429df01: Download complete 10:31:58 188c0c94c7c5: Download complete 10:31:58 4e4be7b47b0d: Verifying Checksum 10:31:58 4e4be7b47b0d: Download complete 10:31:58 188c0c94c7c5: Pull complete 10:31:58 0ef7d3d256c8: Pull complete 10:31:58 de9db76c5a1d: Pull complete 10:31:59 e1f770b5df2f: Verifying Checksum 10:31:59 e1f770b5df2f: Download complete 10:32:02 85a0685a4137: Verifying Checksum 10:32:02 85a0685a4137: Download complete 10:32:02 0eba1c9be4d2: Verifying Checksum 10:32:02 0eba1c9be4d2: Download complete 10:32:07 0eba1c9be4d2: Pull complete 10:32:08 0d57e429df01: Pull complete 10:32:08 4e4be7b47b0d: Pull complete 10:32:10 e1f770b5df2f: Pull complete 10:32:18 85a0685a4137: Pull complete 10:32:18 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:32:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:32:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:32:18 prd-centos7-docker-4c-2g-780 does not seem to be running inside a container 10:32:18 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:32:19 $ docker top ae34c6da5273ba349e75ce56feb900553fb6e5d08ef9c54bb62854156679ff2b -eo pid,comm [Pipeline] { [Pipeline] echo 10:32:19 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:32:20 + set -o pipefail 10:32:20 + snyk monitor '--org=edgex-jenkins' 10:32:38 10:32:38 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 10:32:38 10:32:38 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/a74ae8b6-bfdb-4e6c-8cb5-3029491f0524 10:32:38 10:32:38 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 10:32:38 10:32:38 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:32:38 10:32:38 10:32:38 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 10:32:38 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:32:38 $ docker stop --time=1 ae34c6da5273ba349e75ce56feb900553fb6e5d08ef9c54bb62854156679ff2b 10:32:40 $ docker rm -f ae34c6da5273ba349e75ce56feb900553fb6e5d08ef9c54bb62854156679ff2b [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 10:32:41 + git log --format=format:%s -1 90967dc4090d37bd76220bfe9e4fc5ca3976471c [Pipeline] isUnix [Pipeline] sh 10:32:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:32:41 . [Pipeline] withDockerContainer 10:32:41 prd-centos7-docker-4c-2g-780 does not seem to be running inside a container 10:32:41 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:32:42 $ docker top 6e735060ef802323f3413f1bdcce3f531d0384dc2b3f19b695471d5a31dc282e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:32:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:32:42 [ssh-agent] Looking for ssh-agent implementation... 10:32:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:32:43 $ docker exec 6e735060ef802323f3413f1bdcce3f531d0384dc2b3f19b695471d5a31dc282e ssh-agent 10:32:43 SSH_AUTH_SOCK=/tmp/ssh-JksZmiEeDcDv/agent.13 10:32:43 SSH_AGENT_PID=19 10:32:43 Running ssh-add (command line suppressed) 10:32:43 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_468324071254262894.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_468324071254262894.key) 10:32:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:32:43 + git semver tag 10:32:43 # -> Open(): unable to determine branch for HEAD 10:32:43 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:32:43 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:32:43 # $SEMVER_REMOTE_NAME = origin 10:32:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:32:43 # $SEMVER_USER_NAME = edgex-jenkins 10:32:43 # $SEMVER_BRANCH = master 10:32:43 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 10:32:43 # 90967dc4090d37bd76220bfe9e4fc5ca3976471c HEAD 10:32:43 # -> Force: false 10:32:43 # 6be61f45f9bb55af4c5a04396651119ae75fcc81 refs/tags/v2.0.0-dev.39 [Pipeline] } 10:32:43 $ docker exec --env ******** --env ******** 6e735060ef802323f3413f1bdcce3f531d0384dc2b3f19b695471d5a31dc282e ssh-agent -k 10:32:43 unset SSH_AUTH_SOCK; 10:32:43 unset SSH_AGENT_PID; 10:32:43 echo Agent pid 19 killed; 10:32:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:32:44 + git semver [Pipeline] } 10:32:44 $ docker stop --time=1 6e735060ef802323f3413f1bdcce3f531d0384dc2b3f19b695471d5a31dc282e 10:32:45 $ docker rm -f 6e735060ef802323f3413f1bdcce3f531d0384dc2b3f19b695471d5a31dc282e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:32:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:32:46 10:32:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:32:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:32:46 0.23.1-centos7: Pulling from edgex-lftools 10:32:46 ab5ef0e58194: Pulling fs layer 10:32:46 9712f1f96733: Pulling fs layer 10:32:46 63f879dbbcfc: Pulling fs layer 10:32:46 0d9ebad4ef96: Pulling fs layer 10:32:46 e9a5061849ea: Pulling fs layer 10:32:46 d747dcd14b5f: Pulling fs layer 10:32:46 2de7ff778b66: Pulling fs layer 10:32:46 0d9ebad4ef96: Waiting 10:32:46 e9a5061849ea: Waiting 10:32:46 d747dcd14b5f: Waiting 10:32:46 2de7ff778b66: Waiting 10:32:46 9712f1f96733: Verifying Checksum 10:32:46 9712f1f96733: Download complete 10:32:48 63f879dbbcfc: Download complete 10:32:48 e9a5061849ea: Verifying Checksum 10:32:48 e9a5061849ea: Download complete 10:32:48 d747dcd14b5f: Verifying Checksum 10:32:48 d747dcd14b5f: Download complete 10:32:48 2de7ff778b66: Verifying Checksum 10:32:48 2de7ff778b66: Download complete 10:32:49 0d9ebad4ef96: Verifying Checksum 10:32:49 0d9ebad4ef96: Download complete 10:32:49 ab5ef0e58194: Verifying Checksum 10:32:49 ab5ef0e58194: Download complete 10:32:54 ab5ef0e58194: Pull complete 10:32:54 9712f1f96733: Pull complete 10:32:56 63f879dbbcfc: Pull complete 10:33:04 0d9ebad4ef96: Pull complete 10:33:08 e9a5061849ea: Pull complete 10:33:08 d747dcd14b5f: Pull complete 10:33:09 2de7ff778b66: Pull complete 10:33:09 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:33:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:33:09 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:33:09 prd-centos7-docker-4c-2g-780 does not seem to be running inside a container 10:33:09 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:33:12 $ docker top 55a8df88c76424813558c5579820896bb7584c5f063b07f0321f840dbd343f68 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:33:13 provisioning config files... 10:33:13 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8312621286117456409tmp 10:33:13 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5762748584765706171tmp 10:33:13 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6122515463704675880tmp [Pipeline] { [Pipeline] echo 10:33:13 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:33:13 ---> sigul-configuration.sh 10:33:13 gpg: directory `/root/.gnupg' created 10:33:13 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:33:13 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:33:13 gpg: keyring `/root/.gnupg/secring.gpg' created 10:33:13 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:33:13 gpg: CAST5 encrypted data 10:33:13 gpg: encrypted with 1 passphrase 10:33:13 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:33:14 + mkdir /home/jenkins 10:33:14 + mkdir /home/jenkins/sigul [Pipeline] sh 10:33:14 + 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 10:33:14 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:33:14 ---> sigul-install.sh 10:33:21 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:33:21 + git tag --list 10:33:21 0.1.1 10:33:21 v1.1.0 10:33:21 v1.2.0 10:33:21 v1.2.1 10:33:21 v1.3.0 10:33:21 v2.0.0-dev.1 10:33:21 v2.0.0-dev.10 10:33:21 v2.0.0-dev.11 10:33:21 v2.0.0-dev.12 10:33:21 v2.0.0-dev.13 10:33:21 v2.0.0-dev.14 10:33:21 v2.0.0-dev.15 10:33:21 v2.0.0-dev.16 10:33:21 v2.0.0-dev.17 10:33:21 v2.0.0-dev.18 10:33:21 v2.0.0-dev.19 10:33:21 v2.0.0-dev.2 10:33:21 v2.0.0-dev.20 10:33:21 v2.0.0-dev.21 10:33:21 v2.0.0-dev.22 10:33:21 v2.0.0-dev.23 10:33:21 v2.0.0-dev.24 10:33:21 v2.0.0-dev.25 10:33:21 v2.0.0-dev.26 10:33:21 v2.0.0-dev.27 10:33:21 v2.0.0-dev.28 10:33:21 v2.0.0-dev.29 10:33:21 v2.0.0-dev.3 10:33:21 v2.0.0-dev.30 10:33:21 v2.0.0-dev.31 10:33:21 v2.0.0-dev.32 10:33:21 v2.0.0-dev.33 10:33:21 v2.0.0-dev.34 10:33:21 v2.0.0-dev.35 10:33:21 v2.0.0-dev.36 10:33:21 v2.0.0-dev.37 10:33:21 v2.0.0-dev.38 10:33:21 v2.0.0-dev.39 10:33:21 v2.0.0-dev.4 10:33:21 v2.0.0-dev.5 10:33:21 v2.0.0-dev.6 10:33:21 v2.0.0-dev.7 10:33:21 v2.0.0-dev.8 10:33:21 v2.0.0-dev.9 [Pipeline] sh 10:33:22 + lftools sign git-tag v2.0.0-dev.39 10:33:23 Signing Git tag with Sigul... 10:33:23 Signing v2.0.0-dev.39 [Pipeline] echo 10:33:25 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:33:25 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:33:25 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:33:25 $ docker stop --time=1 55a8df88c76424813558c5579820896bb7584c5f063b07f0321f840dbd343f68 10:33:28 $ docker rm -f 55a8df88c76424813558c5579820896bb7584c5f063b07f0321f840dbd343f68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:33:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:33:28 . [Pipeline] withDockerContainer 10:33:28 prd-centos7-docker-4c-2g-780 does not seem to be running inside a container 10:33:28 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:33:29 $ docker top d0c22d1f4c7aeb0282e3a7c642151f491c69710a44fa9284c761cfc7e77b7b63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:33:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:33:29 [ssh-agent] Looking for ssh-agent implementation... 10:33:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:33:29 $ docker exec d0c22d1f4c7aeb0282e3a7c642151f491c69710a44fa9284c761cfc7e77b7b63 ssh-agent 10:33:30 SSH_AUTH_SOCK=/tmp/ssh-AEyL63W8fqBC/agent.11 10:33:30 SSH_AGENT_PID=17 10:33:30 Running ssh-add (command line suppressed) 10:33:30 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5869517129252360873.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5869517129252360873.key) 10:33:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:33:30 + git semver bump pre 10:33:30 # -> Open(): unable to determine branch for HEAD 10:33:30 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:33:30 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:33:30 # $SEMVER_REMOTE_NAME = origin 10:33:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:33:30 # $SEMVER_USER_NAME = edgex-jenkins 10:33:30 # $SEMVER_BRANCH = master 10:33:30 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 10:33:30 2.0.0-dev.40 [Pipeline] } 10:33:30 $ docker exec --env ******** --env ******** d0c22d1f4c7aeb0282e3a7c642151f491c69710a44fa9284c761cfc7e77b7b63 ssh-agent -k 10:33:30 unset SSH_AUTH_SOCK; 10:33:30 unset SSH_AGENT_PID; 10:33:30 echo Agent pid 17 killed; 10:33:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:33:31 + git semver [Pipeline] } 10:33:31 $ docker stop --time=1 d0c22d1f4c7aeb0282e3a7c642151f491c69710a44fa9284c761cfc7e77b7b63 10:33:32 $ docker rm -f d0c22d1f4c7aeb0282e3a7c642151f491c69710a44fa9284c761cfc7e77b7b63 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:33:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:33:32 . [Pipeline] withDockerContainer 10:33:33 prd-centos7-docker-4c-2g-780 does not seem to be running inside a container 10:33:33 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:33:33 $ docker top 305b77fcc42378509a28a9f1fbadf681851787db3875fcc2f97f403e026a008e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:33:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:33:33 [ssh-agent] Looking for ssh-agent implementation... 10:33:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:33:34 $ docker exec 305b77fcc42378509a28a9f1fbadf681851787db3875fcc2f97f403e026a008e ssh-agent 10:33:34 SSH_AUTH_SOCK=/tmp/ssh-znYALdzkfrRo/agent.11 10:33:34 SSH_AGENT_PID=16 10:33:34 Running ssh-add (command line suppressed) 10:33:34 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6984803009151627849.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6984803009151627849.key) 10:33:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:33:34 + git semver push 10:33:34 # -> Open(): unable to determine branch for HEAD 10:33:34 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:33:34 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:33:34 # $SEMVER_REMOTE_NAME = origin 10:33:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:33:34 # $SEMVER_USER_NAME = edgex-jenkins 10:33:34 # $SEMVER_BRANCH = master 10:33:34 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 10:33:40 $ docker exec --env ******** --env ******** 305b77fcc42378509a28a9f1fbadf681851787db3875fcc2f97f403e026a008e ssh-agent -k 10:33:40 unset SSH_AUTH_SOCK; 10:33:40 unset SSH_AGENT_PID; 10:33:40 echo Agent pid 16 killed; 10:33:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:33:40 + git semver [Pipeline] } 10:33:40 $ docker stop --time=1 305b77fcc42378509a28a9f1fbadf681851787db3875fcc2f97f403e026a008e 10:33:42 $ docker rm -f 305b77fcc42378509a28a9f1fbadf681851787db3875fcc2f97f403e026a008e [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 10:33:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:33:43 ---> package-listing.sh 10:33:43 ++ facter osfamily 10:33:43 ++ tr '[:upper:]' '[:lower:]' 10:33:43 + OS_FAMILY=redhat 10:33:43 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 10:33:43 + START_PACKAGES=/tmp/packages_start.txt 10:33:43 + END_PACKAGES=/tmp/packages_end.txt 10:33:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:33:43 + PACKAGES=/tmp/packages_start.txt 10:33:43 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 10:33:43 + PACKAGES=/tmp/packages_end.txt 10:33:43 + case "${OS_FAMILY}" in 10:33:43 + rpm -qa 10:33:43 + sort 10:33:49 + '[' -f /tmp/packages_start.txt ']' 10:33:49 + '[' -f /tmp/packages_end.txt ']' 10:33:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:33:49 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 10:33:49 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 10:33:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 10:33:49 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:33:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:33:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:33:49 10:33:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:33:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:33:49 alpine: Pulling from edgex-lftools-log-publisher 10:33:49 df20fa9351a1: Pulling fs layer 10:33:49 36b3adc4ff6f: Pulling fs layer 10:33:49 8ad3a11d3b57: Pulling fs layer 10:33:49 46f8f816bc3b: Pulling fs layer 10:33:49 93b61091891f: Pulling fs layer 10:33:49 93b9cdb0e59b: Pulling fs layer 10:33:49 5e14af77c1be: Pulling fs layer 10:33:49 01666e4c0597: Pulling fs layer 10:33:49 aa168da1d23b: Pulling fs layer 10:33:49 93b9cdb0e59b: Waiting 10:33:49 5e14af77c1be: Waiting 10:33:49 01666e4c0597: Waiting 10:33:49 aa168da1d23b: Waiting 10:33:49 46f8f816bc3b: Waiting 10:33:49 93b61091891f: Waiting 10:33:49 36b3adc4ff6f: Download complete 10:33:49 46f8f816bc3b: Verifying Checksum 10:33:49 46f8f816bc3b: Download complete 10:33:50 df20fa9351a1: Verifying Checksum 10:33:50 df20fa9351a1: Download complete 10:33:50 93b9cdb0e59b: Verifying Checksum 10:33:50 93b9cdb0e59b: Download complete 10:33:50 93b61091891f: Download complete 10:33:50 5e14af77c1be: Download complete 10:33:50 01666e4c0597: Verifying Checksum 10:33:50 01666e4c0597: Download complete 10:33:50 8ad3a11d3b57: Verifying Checksum 10:33:50 8ad3a11d3b57: Download complete 10:33:50 df20fa9351a1: Pull complete 10:33:51 36b3adc4ff6f: Pull complete 10:33:52 8ad3a11d3b57: Pull complete 10:33:52 aa168da1d23b: Verifying Checksum 10:33:52 aa168da1d23b: Download complete 10:33:52 46f8f816bc3b: Pull complete 10:33:52 93b61091891f: Pull complete 10:33:53 93b9cdb0e59b: Pull complete 10:33:53 5e14af77c1be: Pull complete 10:33:53 01666e4c0597: Pull complete 10:34:01 aa168da1d23b: Pull complete 10:34:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:34:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:34:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:34:01 prd-centos7-docker-4c-2g-780 does not seem to be running inside a container 10:34:01 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:34:04 $ docker top 779d83a68a22182cea6f51f56b769f01362c4ad89560540d87c815ec0026d807 -eo pid,comm [Pipeline] { [Pipeline] sh 10:34:05 + touch /tmp/pre-build-complete [Pipeline] sh 10:34:05 + mkdir -p /var/log/sa [Pipeline] sh 10:34:06 + ls /var/log/sa-host 10:34:06 + sadf -c /var/log/sa-host/sa19 10:34:06 file_magic: OK 10:34:06 HZ: Using current value: 100 10:34:06 file_header: OK 10:34:06 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 10:34:06 Statistics: 10:34:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:34:06 File successfully converted to sysstat format version 12.2.1 10:34:06 + sadf -c /var/log/sa-host/sa23 10:34:06 file_magic: OK 10:34:06 HZ: Using current value: 100 10:34:06 file_header: OK 10:34:06 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 10:34:06 Statistics: 10:34:06 Hnuu...uuuununununu... 10:34:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:34:06 provisioning config files... 10:34:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5927838060823874351tmp [Pipeline] { [Pipeline] echo 10:34:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:34:07 ---> create-netrc.sh [Pipeline] } 10:34:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:34:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:34:07 ---> python-tools-install.sh [Pipeline] echo 10:34:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:34:07 ---> sudo-logs.sh 10:34:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:34:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:34:08 ---> job-cost.sh 10:34:08 lf-activate-venv: SKIPPING 10:34:08 DEBUG: total: 0.20999999344348907 10:34:08 INFO: Retrieving Stack Cost... 10:34:08 INFO: Retrieving Pricing Info for: v1-standard-2 10:34:09 INFO: Archiving Costs [Pipeline] echo 10:34:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:34:09 ---> logs-deploy.sh 10:34:09 lf-activate-venv: SKIPPING 10:34:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/98 10:34:09 INFO: archiving workspace using pattern(s): 10:34:11 Archives upload complete. 10:34:11 INFO: archiving logs to Nexus 10:34:12 ---> uname -a: 10:34:12 Linux prd-centos7-docker-4c-2g-780.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:34:12 10:34:12 10:34:12 ---> lscpu: 10:34:12 Architecture: x86_64 10:34:12 CPU op-mode(s): 32-bit, 64-bit 10:34:12 Byte Order: Little Endian 10:34:12 Address sizes: 40 bits physical, 48 bits virtual 10:34:12 CPU(s): 4 10:34:12 On-line CPU(s) list: 0-3 10:34:12 Thread(s) per core: 1 10:34:12 Core(s) per socket: 1 10:34:12 Socket(s): 4 10:34:12 NUMA node(s): 1 10:34:12 Vendor ID: GenuineIntel 10:34:12 CPU family: 6 10:34:12 Model: 44 10:34:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:34:12 Stepping: 1 10:34:12 CPU MHz: 2933.436 10:34:12 BogoMIPS: 5866.87 10:34:12 Virtualization: VT-x 10:34:12 Hypervisor vendor: KVM 10:34:12 Virtualization type: full 10:34:12 L1d cache: 128 KiB 10:34:12 L1i cache: 128 KiB 10:34:12 L2 cache: 16 MiB 10:34:12 L3 cache: 64 MiB 10:34:12 NUMA node0 CPU(s): 0-3 10:34:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:34:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:34:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:34:12 Vulnerability Meltdown: Mitigation; PTI 10:34:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:34:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:34:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:34:12 Vulnerability Srbds: Not affected 10:34:12 Vulnerability Tsx async abort: Not affected 10:34:12 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 10:34:12 10:34:12 10:34:12 ---> nproc: 10:34:12 4 10:34:12 10:34:12 10:34:12 ---> df -h: 10:34:12 Filesystem Size Used Available Use% Mounted on 10:34:12 overlay 50.0G 8.6G 41.4G 17% / 10:34:12 tmpfs 64.0M 0 64.0M 0% /dev 10:34:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:34:12 shm 64.0M 0 64.0M 0% /dev/shm 10:34:12 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 10:34:12 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 10:34:12 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 10:34:12 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 10:34:12 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 10:34:12 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 10:34:12 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 10:34:12 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 10:34:12 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 10:34:12 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 10:34:12 10:34:12 10:34:12 ---> free -m: 10:34:12 total used free shared buff/cache available 10:34:12 Mem: 1837 825 149 0 862 947 10:34:12 Swap: 1023 2 1021 10:34:12 10:34:12 10:34:12 ---> ip addr: 10:34:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:34:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:34:12 inet 127.0.0.1/8 scope host lo 10:34:12 valid_lft forever preferred_lft forever 10:34:12 inet6 ::1/128 scope host 10:34:12 valid_lft forever preferred_lft forever 10:34:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:34:12 link/ether fa:16:3e:dc:1b:7b brd ff:ff:ff:ff:ff:ff 10:34:12 inet 10.30.122.228/23 brd 10.30.123.255 scope global dynamic eth0 10:34:12 valid_lft 85737sec preferred_lft 85737sec 10:34:12 inet6 fe80::f816:3eff:fedc:1b7b/64 scope link 10:34:12 valid_lft forever preferred_lft forever 10:34:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:34:12 link/ether 02:42:05:ab:5a:f4 brd ff:ff:ff:ff:ff:ff 10:34:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:34:12 valid_lft forever preferred_lft forever 10:34:12 inet6 fe80::42:5ff:feab:5af4/64 scope link 10:34:12 valid_lft forever preferred_lft forever 10:34:12 10:34:12 10:34:12 ---> sar -b -r -n DEV: 10:34:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 10:34:12 10:34:12 10:22:59 LINUX RESTART (4 CPU) 10:34:12 10:34:12 10:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:34:12 10:25:01 2.18 0.00 2.18 0.00 0.00 47.81 0.00 10:34:12 10:26:01 0.35 0.00 0.35 0.00 0.00 4.61 0.00 10:34:12 10:27:01 0.30 0.00 0.30 0.00 0.00 4.16 0.00 10:34:12 10:28:02 0.55 0.00 0.55 0.00 0.00 6.55 0.00 10:34:12 10:29:01 0.44 0.00 0.44 0.00 0.00 7.10 0.00 10:34:12 10:30:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 10:34:12 10:31:01 0.17 0.00 0.17 0.00 0.00 2.28 0.00 10:34:12 10:32:01 8.07 0.08 7.99 0.00 7.32 3798.00 0.00 10:34:12 10:33:01 392.43 200.25 192.18 0.00 9175.12 55816.91 0.00 10:34:12 10:34:01 233.72 109.72 124.01 0.00 8200.03 28363.65 0.00 10:34:12 Average: 64.00 31.09 32.92 0.00 1742.74 8828.33 0.00 10:34:12 10:34:12 10:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:34:12 10:25:01 152400 0 616400 32.76 2620 1110124 1090712 37.22 433160 1095284 16 10:34:12 10:26:01 154172 0 614624 32.67 2620 1110128 1079404 36.84 432196 1094940 12 10:34:12 10:27:01 150820 0 617968 32.84 2620 1110136 1079740 36.85 436704 1093888 8 10:34:12 10:28:02 152140 0 616648 32.77 2620 1110136 1079536 36.84 444216 1085268 8 10:34:12 10:29:01 151092 0 617684 32.83 2620 1110148 1079608 36.85 446840 1084064 8 10:34:12 10:30:01 151112 0 617660 32.83 2620 1110152 1079536 36.84 461692 1068860 20 10:34:12 10:31:01 151260 0 617508 32.82 2620 1110156 1079536 36.84 461704 1068864 8 10:34:12 10:32:01 73396 0 659960 35.08 2620 1145568 1290592 44.05 496768 1104848 68720 10:34:12 10:33:01 78244 0 810080 43.05 1660 991560 1517664 51.80 651668 845412 63384 10:34:12 10:34:01 237760 0 788556 41.91 980 854248 1093252 37.31 520668 766484 80444 10:34:12 Average: 145240 0 657709 34.96 2360 1076236 1146958 39.14 478562 1030791 21263 10:34:12 10:34:12 10:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:34:12 10:25:01 eth0 0.37 0.13 0.02 0.06 0.00 0.00 0.00 0.00 10:34:12 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:26:01 eth0 0.57 0.08 0.06 0.01 0.00 0.00 0.00 0.00 10:34:12 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:27:01 eth0 3.85 1.81 2.73 0.48 0.00 0.00 0.00 0.00 10:34:12 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:28:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:34:12 10:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:29:01 eth0 0.32 0.27 0.15 0.08 0.00 0.00 0.00 0.00 10:34:12 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:30:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:31:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:34:12 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:32:01 eth0 300.68 249.79 2968.64 49.00 0.00 0.00 0.00 0.00 10:34:12 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:33:01 eth0 542.92 463.09 4686.75 47.52 0.00 0.00 0.00 0.00 10:34:12 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:33:01 docker0 59.11 66.94 4.91 370.16 0.00 0.00 0.00 0.00 10:34:12 10:34:01 eth0 310.58 236.82 2467.81 94.08 0.00 0.00 0.00 0.00 10:34:12 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 10:34:01 docker0 30.36 37.00 1.93 244.76 0.00 0.00 0.00 0.00 10:34:12 Average: eth0 116.23 95.45 1015.10 19.17 0.00 0.00 0.00 0.00 10:34:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:34:12 Average: docker0 8.97 10.42 0.69 61.65 0.00 0.00 0.00 0.00 10:34:12 10:34:12 10:34:12 ---> sar -P ALL: 10:34:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 10:34:12 10:34:12 10:22:59 LINUX RESTART (4 CPU) 10:34:12 10:34:12 10:24:01 CPU %user %nice %system %iowait %steal %idle 10:34:12 10:25:01 all 0.19 0.00 0.08 0.00 0.01 99.73 10:34:12 10:25:01 0 0.10 0.00 0.08 0.00 0.00 99.82 10:34:12 10:25:01 1 0.10 0.00 0.03 0.00 0.03 99.83 10:34:12 10:25:01 2 0.47 0.00 0.08 0.00 0.00 99.45 10:34:12 10:25:01 3 0.08 0.00 0.10 0.00 0.00 99.82 10:34:12 10:26:01 all 0.16 0.00 0.04 0.00 0.00 99.80 10:34:12 10:26:01 0 0.05 0.00 0.03 0.00 0.00 99.92 10:34:12 10:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:34:12 10:26:01 2 0.52 0.00 0.05 0.00 0.00 99.43 10:34:12 10:26:01 3 0.07 0.00 0.05 0.00 0.00 99.88 10:34:12 10:27:01 all 0.22 0.00 0.17 0.00 0.03 99.58 10:34:12 10:27:01 0 0.07 0.00 0.08 0.00 0.02 99.83 10:34:12 10:27:01 1 0.10 0.00 0.22 0.00 0.03 99.65 10:34:12 10:27:01 2 0.58 0.00 0.15 0.00 0.03 99.23 10:34:12 10:27:01 3 0.12 0.00 0.22 0.00 0.05 99.62 10:34:12 10:28:02 all 0.16 0.00 0.05 0.00 0.00 99.78 10:34:12 10:28:02 0 0.03 0.00 0.03 0.00 0.00 99.93 10:34:12 10:28:02 1 0.05 0.00 0.05 0.00 0.00 99.90 10:34:12 10:28:02 2 0.53 0.00 0.10 0.00 0.02 99.35 10:34:12 10:28:02 3 0.03 0.00 0.03 0.00 0.00 99.93 10:34:12 10:29:01 all 0.16 0.00 0.04 0.00 0.01 99.79 10:34:12 10:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:34:12 10:29:01 1 0.46 0.00 0.05 0.00 0.00 99.49 10:34:12 10:29:01 2 0.14 0.00 0.07 0.00 0.02 99.78 10:34:12 10:29:01 3 0.05 0.00 0.03 0.00 0.02 99.90 10:34:12 10:30:01 all 0.16 0.00 0.06 0.00 0.00 99.78 10:34:12 10:30:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:34:12 10:30:01 1 0.55 0.00 0.03 0.00 0.02 99.40 10:34:12 10:30:01 2 0.03 0.00 0.15 0.00 0.00 99.82 10:34:12 10:30:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:34:12 10:31:01 all 0.16 0.00 0.04 0.00 0.00 99.80 10:34:12 10:31:01 0 0.07 0.00 0.07 0.00 0.00 99.87 10:34:12 10:31:01 1 0.52 0.00 0.02 0.00 0.00 99.47 10:34:12 10:31:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:34:12 10:31:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:34:12 10:32:01 all 1.81 0.00 1.23 0.00 0.04 96.92 10:34:12 10:32:01 0 1.75 0.00 1.61 0.00 0.02 96.62 10:34:12 10:32:01 1 1.81 0.00 1.12 0.00 0.03 97.04 10:34:12 10:32:01 2 1.92 0.00 0.97 0.00 0.03 97.07 10:34:12 10:32:01 3 1.77 0.00 1.20 0.02 0.07 96.94 10:34:12 10:33:01 all 15.80 0.00 11.73 4.92 0.34 67.20 10:34:12 10:33:01 0 15.34 0.00 11.86 3.76 0.35 68.69 10:34:12 10:33:01 1 16.32 0.00 12.20 9.01 0.33 62.14 10:34:12 10:33:01 2 16.16 0.00 11.51 3.48 0.40 68.45 10:34:12 10:33:01 3 15.38 0.00 11.36 3.43 0.30 69.53 10:34:12 10:34:01 all 11.40 0.00 8.72 3.81 0.38 75.70 10:34:12 10:34:01 0 10.25 0.00 8.92 2.75 0.41 77.67 10:34:12 10:34:01 1 10.13 0.00 8.82 5.12 0.40 75.53 10:34:12 10:34:01 2 9.63 0.00 8.07 4.05 0.34 77.91 10:34:12 10:34:01 3 15.62 0.00 9.06 3.30 0.36 71.65 10:34:12 Average: all 2.94 0.00 2.16 0.85 0.08 93.97 10:34:12 Average: 0 2.69 0.00 2.21 0.63 0.08 94.39 10:34:12 Average: 1 2.93 0.00 2.20 1.37 0.08 93.42 10:34:12 Average: 2 2.93 0.00 2.06 0.73 0.08 94.19 10:34:12 Average: 3 3.23 0.00 2.15 0.65 0.08 93.90 10:34:12 10:34:12 10:34:12