Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29302 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 # timeout=10 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts/v2" > git rev-list --no-walk 975fc894d22c95df56f5c30831830fec7a3ab6cc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:29:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:29:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:29:51 ========================================================= 09:29:51 EdgeX Global Pipelines Version Info 09:29:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:29:53 ------------------- 09:29:53 stable info: 09:29:53 ------------------- 09:29:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:29:53 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 09:29:53 Message: update stable to v1.0.184 09:29:54 ------------------- 09:29:54 experimental info: 09:29:54 ------------------- 09:29:54 Commited By: **** collab-it+edgex@linuxfoundation.org 09:29:54 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 09:29:54 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:29:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 09:29:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 09:29:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:29:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:29:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:29:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:29:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 09:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:29:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:29:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:29:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:29:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:29:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:29:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:29:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:29:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:29:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:29:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:29:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:29:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:29:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:29:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:29:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:29:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [Pipeline] echo 09:29:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 72cb6ba [Pipeline] echo 09:29:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:29:57 provisioning config files... 09:29:57 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8097580133842867681tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:29:58 ---> docker-login.sh 09:29:58 nexus3.edgexfoundry.org:10001 09:29:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:58 Configure a credential helper to remove this warning. See 09:29:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:58 09:29:58 Login Succeeded 09:29:58 nexus3.edgexfoundry.org:10002 09:29:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:58 Configure a credential helper to remove this warning. See 09:29:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:58 09:29:58 Login Succeeded 09:29:58 nexus3.edgexfoundry.org:10003 09:29:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:59 Configure a credential helper to remove this warning. See 09:29:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:59 09:29:59 Login Succeeded 09:29:59 nexus3.edgexfoundry.org:10004 09:29:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:59 Configure a credential helper to remove this warning. See 09:29:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:59 09:29:59 Login Succeeded 09:29:59 docker.io 09:29:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:59 Configure a credential helper to remove this warning. See 09:29:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:59 09:29:59 Login Succeeded 09:29:59 ---> docker-login.sh ends [Pipeline] } 09:29:59 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 09:30:00 + git log --format=format:%s -1 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [Pipeline] echo 09:30:00 GIT_COMMIT: 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2, Commit Message: Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 09:30:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:30:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:30:01 09:30:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:30:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:30:02 latest: Pulling from edgex-devops/git-semver 09:30:02 31603596830f: Pulling fs layer 09:30:02 2a8b12db71e7: Pulling fs layer 09:30:02 6ca5941a6612: Pulling fs layer 09:30:02 ecc8261a40a4: Pulling fs layer 09:30:02 ecc8261a40a4: Waiting 09:30:02 2a8b12db71e7: Verifying Checksum 09:30:02 2a8b12db71e7: Download complete 09:30:02 31603596830f: Download complete 09:30:02 6ca5941a6612: Verifying Checksum 09:30:02 6ca5941a6612: Download complete 09:30:02 ecc8261a40a4: Verifying Checksum 09:30:02 31603596830f: Pull complete 09:30:02 2a8b12db71e7: Pull complete 09:30:03 6ca5941a6612: Pull complete 09:30:04 ecc8261a40a4: Pull complete 09:30:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:30:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:30:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:30:04 prd-centos7-docker-4c-2g-29302 does not seem to be running inside a container 09:30:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:30:06 $ docker top f72b0f25704d2e5f805ff67262d8eb6e8d08334920173957fec64f44a5e89eed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:30:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:30:07 [ssh-agent] Looking for ssh-agent implementation... 09:30:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:30:07 $ docker exec f72b0f25704d2e5f805ff67262d8eb6e8d08334920173957fec64f44a5e89eed ssh-agent 09:30:07 SSH_AUTH_SOCK=/tmp/ssh-A2RogB5G6OLZ/agent.12 09:30:07 SSH_AGENT_PID=17 09:30:07 Running ssh-add (command line suppressed) 09:30:07 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7310578301992203719.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7310578301992203719.key) 09:30:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:30:08 + git tag --points-at HEAD [Pipeline] } 09:30:08 $ docker exec --env ******** --env ******** f72b0f25704d2e5f805ff67262d8eb6e8d08334920173957fec64f44a5e89eed ssh-agent -k 09:30:08 unset SSH_AUTH_SOCK; 09:30:08 unset SSH_AGENT_PID; 09:30:08 echo Agent pid 17 killed; 09:30:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:30:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:30:08 [ssh-agent] Looking for ssh-agent implementation... 09:30:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:30:08 $ docker exec f72b0f25704d2e5f805ff67262d8eb6e8d08334920173957fec64f44a5e89eed ssh-agent 09:30:09 SSH_AUTH_SOCK=/tmp/ssh-CrzkT64B6Qjd/agent.45 09:30:09 SSH_AGENT_PID=50 09:30:09 Running ssh-add (command line suppressed) 09:30:09 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4526894898198404406.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4526894898198404406.key) 09:30:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:30:09 + git semver init 09:30:09 # -> Open(): unable to determine branch for HEAD 09:30:09 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 09:30:09 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 09:30:09 # $SEMVER_REMOTE_NAME = origin 09:30:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:30:09 # $SEMVER_USER_NAME = edgex-jenkins 09:30:09 # $SEMVER_BRANCH = master 09:30:09 # $SEMVER_TEMP = /tmp/semver-108179404 09:30:09 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 09:30:10 # '/tmp/semver-108179404' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 09:30:10 # -> Force: false 09:30:10 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 09:30:10 $ docker exec --env ******** --env ******** f72b0f25704d2e5f805ff67262d8eb6e8d08334920173957fec64f44a5e89eed ssh-agent -k 09:30:11 unset SSH_AUTH_SOCK; 09:30:11 unset SSH_AGENT_PID; 09:30:11 echo Agent pid 50 killed; 09:30:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:30:11 + git semver [Pipeline] } 09:30:11 $ docker stop --time=1 f72b0f25704d2e5f805ff67262d8eb6e8d08334920173957fec64f44a5e89eed 09:30:13 $ docker rm -f f72b0f25704d2e5f805ff67262d8eb6e8d08334920173957fec64f44a5e89eed [Pipeline] // withDockerContainer [Pipeline] sh 09:30:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:30:14 Stashed 1 file(s) [Pipeline] echo 09:30:14 [edgeXSemver]: initialized semver on version 2.0.0-dev.18 [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 09:30:29 Still waiting to schedule task 09:30:29 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:30:29 Still waiting to schedule task 09:30:29 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:33:09 Running on prd-centos7-docker-4c-2g-29303 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 09:33:09 Running in /w/workspace/edgex-ui-go/76 [Pipeline] { [Pipeline] checkout 09:33:11 using credential edgex-jenkins-ssh 09:33:11 Cloning the remote Git repository 09:33:11 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 09:33:11 > git init /w/workspace/edgex-ui-go/76 # timeout=10 09:33:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:33:11 > git --version # timeout=10 09:33:11 > git --version # 'git version 2.24.3' 09:33:11 using GIT_SSH to set credentials SSH Credentials for GitHub 09:33:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:33:13 Checking out Revision 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 (master) 09:33:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:33:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:33:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:33:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:33:13 using GIT_SSH to set credentials SSH Credentials for GitHub 09:33:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:33:13 > git config core.sparsecheckout # timeout=10 09:33:13 > git checkout -f 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 # timeout=10 09:33:17 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:33:18 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:33:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:33:19 + sudo service docker restart 09:33:19 + true 09:33:19 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:33:20 provisioning config files... 09:33:20 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/76@tmp/config3102864017426844929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:33:20 ---> docker-login.sh 09:33:20 nexus3.edgexfoundry.org:10001 09:33:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:21 Configure a credential helper to remove this warning. See 09:33:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:21 09:33:21 Login Succeeded 09:33:21 nexus3.edgexfoundry.org:10002 09:33:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:21 Configure a credential helper to remove this warning. See 09:33:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:21 09:33:21 Login Succeeded 09:33:21 nexus3.edgexfoundry.org:10003 09:33:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:21 Configure a credential helper to remove this warning. See 09:33:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:21 09:33:21 Login Succeeded 09:33:21 nexus3.edgexfoundry.org:10004 09:33:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:22 Configure a credential helper to remove this warning. See 09:33:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:22 09:33:22 Login Succeeded 09:33:22 docker.io 09:33:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:22 Configure a credential helper to remove this warning. See 09:33:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:22 09:33:22 Login Succeeded 09:33:22 ---> docker-login.sh ends [Pipeline] } 09:33:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:33:22 ========================================================= 09:33:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:33:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:33:23 + 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 . 09:33:23 Sending build context to Docker daemon 17.26MB 09:33:23 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:33:23 Step 2/8 : FROM ${BASE} 09:33:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:33:23 188c0c94c7c5: Pulling fs layer 09:33:23 0ef7d3d256c8: Pulling fs layer 09:33:23 de9db76c5a1d: Pulling fs layer 09:33:23 bca2f99d35d6: Pulling fs layer 09:33:23 93359f2a8cfa: Pulling fs layer 09:33:23 7c6f9722023f: Pulling fs layer 09:33:23 a35cf1a2eb13: Pulling fs layer 09:33:23 bca2f99d35d6: Waiting 09:33:23 93359f2a8cfa: Waiting 09:33:23 7c6f9722023f: Waiting 09:33:23 a35cf1a2eb13: Waiting 09:33:23 de9db76c5a1d: Verifying Checksum 09:33:23 de9db76c5a1d: Download complete 09:33:23 0ef7d3d256c8: Verifying Checksum 09:33:23 0ef7d3d256c8: Download complete 09:33:23 93359f2a8cfa: Verifying Checksum 09:33:23 93359f2a8cfa: Download complete 09:33:23 7c6f9722023f: Verifying Checksum 09:33:23 7c6f9722023f: Download complete 09:33:23 188c0c94c7c5: Verifying Checksum 09:33:23 188c0c94c7c5: Download complete 09:33:24 188c0c94c7c5: Pull complete 09:33:24 0ef7d3d256c8: Pull complete 09:33:24 de9db76c5a1d: Pull complete 09:33:26 a35cf1a2eb13: Verifying Checksum 09:33:26 a35cf1a2eb13: Download complete 09:33:26 bca2f99d35d6: Verifying Checksum 09:33:26 bca2f99d35d6: Download complete 09:33:31 bca2f99d35d6: Pull complete 09:33:31 93359f2a8cfa: Pull complete 09:33:31 7c6f9722023f: Pull complete 09:33:36 a35cf1a2eb13: Pull complete 09:33:36 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:33:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:33:36 ---> a62c8e92a672 09:33:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:33:36 ---> Running in bb37ed19772a 09:33:36 Removing intermediate container bb37ed19772a 09:33:36 ---> ba9761e0eac3 09:33:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:33:36 ---> Running in bc28d788700e 09:33:37 Removing intermediate container bc28d788700e 09:33:37 ---> c9bad1b08448 09:33:37 Step 5/8 : RUN apk add --no-cache make git 09:33:37 ---> Running in c4056f1c9970 09:33:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:33:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:33:38 OK: 166 MiB in 39 packages 09:33:39 Removing intermediate container c4056f1c9970 09:33:39 ---> f197ee0aced2 09:33:39 Step 6/8 : WORKDIR /edgex-ui-go 09:33:39 ---> Running in 08b6f63e4324 09:33:39 Removing intermediate container 08b6f63e4324 09:33:39 ---> 69220d9949d5 09:33:39 Step 7/8 : COPY . . 09:33:41 ---> 87d09a29fbc5 09:33:41 Step 8/8 : RUN go mod download 09:33:41 ---> Running in 2446ae6e411d 09:33:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29304 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 09:33:55 Running in /w/workspace/edgex-ui-go/76 [Pipeline] { [Pipeline] checkout 09:34:00 using credential edgex-jenkins-ssh 09:34:00 Cloning the remote Git repository 09:34:00 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 09:34:00 > git init /w/workspace/edgex-ui-go/76 # timeout=10 09:34:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:34:01 > git --version # timeout=10 09:34:01 > git --version # 'git version 2.17.1' 09:34:01 using GIT_SSH to set credentials SSH Credentials for GitHub 09:34:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:34:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:34:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:34:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:34:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:34:03 using GIT_SSH to set credentials SSH Credentials for GitHub 09:34:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:34:04 Checking out Revision 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 (master) 09:34:04 > git config core.sparsecheckout # timeout=10 09:34:04 > git checkout -f 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 # timeout=10 09:34:09 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:34:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:34:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:34:11 + true 09:34:11 + sudo service docker restart 09:34:13 Removing intermediate container 2446ae6e411d 09:34:13 ---> bb2adb52b3df 09:34:13 Successfully built bb2adb52b3df 09:34:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:34:13 + docker inspect -f . ci-base-image-x86_64 09:34:13 . [Pipeline] withDockerContainer 09:34:14 prd-centos7-docker-4c-2g-29303 does not seem to be running inside a container 09:34:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/76 -v /w/workspace/edgex-ui-go/76:/w/workspace/edgex-ui-go/76:rw,z -v /w/workspace/edgex-ui-go/76@tmp:/w/workspace/edgex-ui-go/76@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 09:34:15 $ docker top 9115bc966572fd8a6ec5847508f83aea95078028b96e4da366a2a5a8e806fb9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap 09:34:15 provisioning config files... 09:34:15 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/76@tmp/config5379063044875610789tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:34:15 + go version 09:34:15 go version go1.15.5 linux/amd64 [Pipeline] } 09:34:15 $ docker stop --time=1 9115bc966572fd8a6ec5847508f83aea95078028b96e4da366a2a5a8e806fb9d 09:34:15 ---> docker-login.sh 09:34:15 nexus3.edgexfoundry.org:10001 09:34:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:34:17 $ docker rm -f 9115bc966572fd8a6ec5847508f83aea95078028b96e4da366a2a5a8e806fb9d 09:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:34:17 Configure a credential helper to remove this warning. See 09:34:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:34:17 09:34:17 Login Succeeded 09:34:17 nexus3.edgexfoundry.org:10002 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 09:34:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:34:17 Configure a credential helper to remove this warning. See 09:34:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:34:17 09:34:17 Login Succeeded 09:34:17 nexus3.edgexfoundry.org:10003 09:34:17 + docker inspect -f . ci-base-image-x86_64 09:34:17 . [Pipeline] withDockerContainer 09:34:18 prd-centos7-docker-4c-2g-29303 does not seem to be running inside a container 09:34:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/76 -v /w/workspace/edgex-ui-go/76:/w/workspace/edgex-ui-go/76:rw,z -v /w/workspace/edgex-ui-go/76@tmp:/w/workspace/edgex-ui-go/76@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 09:34:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:34:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:34:18 Configure a credential helper to remove this warning. See 09:34:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:34:18 09:34:18 Login Succeeded 09:34:18 nexus3.edgexfoundry.org:10004 09:34:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:34:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:34:18 Configure a credential helper to remove this warning. See 09:34:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:34:18 09:34:18 Login Succeeded 09:34:18 docker.io 09:34:19 $ docker top 591344abad497bf7d21872db2117b89e8d94c2e13628c1d180bd78772fc65a0b -eo pid,comm 09:34:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] sh 09:34:19 + make test 09:34:19 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:34:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:34:19 Configure a credential helper to remove this warning. See 09:34:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:34:19 09:34:19 Login Succeeded 09:34:19 ---> docker-login.sh ends [Pipeline] } 09:34:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:34:20 ========================================================= 09:34:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:34:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:34:20 + 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 . 09:34:21 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:34:21 Sending build context to Docker daemon 17.26MB 09:34:21 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:34:21 Step 2/8 : FROM ${BASE} 09:34:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:34:21 5f621e34cdf4: Pulling fs layer 09:34:21 a4357932f1b6: Pulling fs layer 09:34:21 18c013af1878: Pulling fs layer 09:34:21 00ac8860ef70: Pulling fs layer 09:34:21 63d7cb157983: Pulling fs layer 09:34:21 b116817d02f9: Pulling fs layer 09:34:21 745a02a5169b: Pulling fs layer 09:34:21 00ac8860ef70: Waiting 09:34:21 63d7cb157983: Waiting 09:34:21 b116817d02f9: Waiting 09:34:21 745a02a5169b: Waiting 09:34:21 18c013af1878: Verifying Checksum 09:34:21 18c013af1878: Download complete 09:34:21 a4357932f1b6: Verifying Checksum 09:34:21 a4357932f1b6: Download complete 09:34:21 63d7cb157983: Verifying Checksum 09:34:21 63d7cb157983: Download complete 09:34:21 b116817d02f9: Verifying Checksum 09:34:21 b116817d02f9: Download complete 09:34:21 5f621e34cdf4: Verifying Checksum 09:34:21 5f621e34cdf4: Download complete 09:34:22 5f621e34cdf4: Pull complete 09:34:23 a4357932f1b6: Pull complete 09:34:23 18c013af1878: Pull complete 09:34:23 745a02a5169b: Verifying Checksum 09:34:23 745a02a5169b: Download complete 09:34:25 00ac8860ef70: Verifying Checksum 09:34:25 00ac8860ef70: Download complete 09:34:31 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 09:34:31 GO111MODULE=on go vet ./... [Pipeline] } 09:34:31 $ docker stop --time=1 591344abad497bf7d21872db2117b89e8d94c2e13628c1d180bd78772fc65a0b 09:34:34 $ docker rm -f 591344abad497bf7d21872db2117b89e8d94c2e13628c1d180bd78772fc65a0b [Pipeline] // withDockerContainer [Pipeline] sh 09:34:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:34:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 09:34:35 00ac8860ef70: Pull complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 09:34:35 63d7cb157983: Pull complete 09:34:35 b116817d02f9: Pull complete [Pipeline] sh 09:34:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:34:38 + ls -al . 09:34:38 total 92 09:34:38 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 10 09:34 . 09:34:38 drwxrwxr-x. 4 jenkins jenkins 30 Mar 10 09:33 .. 09:34:38 drwxrwxr-x. 3 jenkins jenkins 20 Mar 10 09:33 assets 09:34:38 drwxrwxr-x. 2 jenkins jenkins 35 Mar 10 09:33 bin 09:34:38 drwxrwxr-x. 3 jenkins jenkins 29 Mar 10 09:33 cmd 09:34:38 -rw-rw-r--. 1 jenkins jenkins 3959 Mar 10 09:33 CONTRIBUTING.md 09:34:38 -rw-r--r--. 1 jenkins jenkins 10 Mar 10 09:34 coverage.out 09:34:38 -rw-rw-r--. 1 jenkins jenkins 1508 Mar 10 09:33 Dockerfile 09:34:38 -rw-rw-r--. 1 jenkins jenkins 902 Mar 10 09:33 Dockerfile.build 09:34:38 drwxrwxr-x. 5 jenkins jenkins 104 Mar 10 09:33 docs 09:34:38 drwxrwxr-x. 8 jenkins jenkins 162 Mar 10 09:33 .git 09:34:38 drwxrwxr-x. 2 jenkins jenkins 103 Mar 10 09:33 .github 09:34:38 -rw-rw-r--. 1 jenkins jenkins 153 Mar 10 09:33 .gitignore 09:34:38 -rw-rw-r--. 1 jenkins jenkins 1055 Mar 10 09:33 go.mod 09:34:38 -rw-r--r--. 1 jenkins jenkins 22216 Mar 10 09:34 go.sum 09:34:38 drwxrwxr-x. 10 jenkins jenkins 139 Mar 10 09:33 internal 09:34:38 -rw-rw-r--. 1 jenkins jenkins 652 Mar 10 09:33 Jenkinsfile 09:34:38 -rw-rw-r--. 1 jenkins jenkins 11357 Mar 10 09:33 LICENSE 09:34:38 -rw-rw-r--. 1 jenkins jenkins 951 Mar 10 09:33 Makefile 09:34:38 -rw-rw-r--. 1 jenkins jenkins 4535 Mar 10 09:33 README.md 09:34:38 -rw-rw-r--. 1 jenkins jenkins 12 Mar 10 09:30 VERSION 09:34:38 -rw-rw-r--. 1 jenkins jenkins 155 Mar 10 09:33 version.go 09:34:38 drwxrwxr-x. 4 jenkins jenkins 4096 Mar 10 09:33 web [Pipeline] isUnix [Pipeline] sh 09:34:38 + 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=72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 --label arch=amd64 --label version=2.0.0-dev.18 . 09:34:39 Sending build context to Docker daemon 17.28MB 09:34:39 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:34:39 Step 2/24 : FROM ${BASE} AS builder 09:34:39 ---> bb2adb52b3df 09:34:39 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:34:39 ---> Running in 45aff14eacfc 09:34:39 Removing intermediate container 45aff14eacfc 09:34:39 ---> 0fa1b1e7c452 09:34:39 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 09:34:39 ---> Running in 3203848e22b1 09:34:40 Removing intermediate container 3203848e22b1 09:34:40 ---> 045f4b67c730 09:34:40 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 09:34:40 ---> Running in df7673f0edd0 09:34:40 Removing intermediate container df7673f0edd0 09:34:40 ---> d0d587d70547 09:34:40 Step 6/24 : LABEL Name=edgex-ui-go 09:34:40 745a02a5169b: Pull complete 09:34:40 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:34:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:34:40 ---> b7e6874047d6 09:34:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:34:40 ---> Running in 14c9d0551c8e 09:34:40 Removing intermediate container 14c9d0551c8e 09:34:40 ---> 5597ba2f90b8 09:34:40 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 09:34:40 ---> Running in a41ca8da9e69 09:34:40 Removing intermediate container a41ca8da9e69 09:34:40 ---> d08b571a45c4 09:34:40 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:34:40 ---> Running in ef9f2e33d367 09:34:41 Removing intermediate container ef9f2e33d367 09:34:41 ---> 3d46a45b3097 09:34:41 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:34:41 ---> Running in 791189e92f4c 09:34:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:34:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:34:42 ---> Running in 2c0f8f4807f9 09:34:42 Removing intermediate container 2c0f8f4807f9 09:34:42 ---> 5a25175128b0 09:34:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:34:42 ---> Running in 2c45b8d0fd37 09:34:43 OK: 166 MiB in 39 packages 09:34:43 Removing intermediate container 791189e92f4c 09:34:43 ---> e2c949f80eda 09:34:43 Step 10/24 : ENV GO111MODULE=on 09:34:43 ---> Running in db5ec1dfa406 09:34:43 Removing intermediate container db5ec1dfa406 09:34:43 ---> bc19df187cb6 09:34:43 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:34:43 ---> Running in 2b3d7d0dccfc 09:34:44 Removing intermediate container 2b3d7d0dccfc 09:34:44 ---> 3d729c329d02 09:34:44 Step 12/24 : COPY go.mod . 09:34:44 ---> 9240c5e94a73 09:34:44 Step 13/24 : COPY Makefile . 09:34:44 ---> 534260349593 09:34:44 Step 14/24 : RUN make update 09:34:44 ---> Running in 102cbe16748b 09:34:45 CGO_ENABLED=0 GO111MODULE=on go mod download 09:34:45 Removing intermediate container 2c45b8d0fd37 09:34:45 ---> 7f806a06fe27 09:34:45 Step 5/8 : RUN apk add --no-cache make git 09:34:45 ---> Running in 8d5c3a2673ed 09:34:45 Removing intermediate container 102cbe16748b 09:34:45 ---> dd76ff59808b 09:34:45 Step 15/24 : COPY . . 09:34:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:34:47 ---> 9cfd9da242dc 09:34:47 Step 16/24 : RUN ${MAKE} 09:34:47 ---> Running in 58a7893ed829 09:34:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:34:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.18" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 09:34:47 OK: 142 MiB in 39 packages 09:34:49 Removing intermediate container 8d5c3a2673ed 09:34:49 ---> a75bbfa7a0dc 09:34:49 Step 6/8 : WORKDIR /edgex-ui-go 09:34:49 ---> Running in f53a5718c6b7 09:34:49 Removing intermediate container f53a5718c6b7 09:34:49 ---> 98ced4c8e65a 09:34:49 Step 7/8 : COPY . . 09:34:51 ---> 6b8c881b4c03 09:34:51 Step 8/8 : RUN go mod download 09:34:51 ---> Running in 4fa10d12f70a 09:34:55 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:34:59 Removing intermediate container 58a7893ed829 09:34:59 ---> 2ac7925c540d 09:34:59 Step 17/24 : FROM alpine:3.12 09:34:59 3.12: Pulling from library/alpine 09:34:59 f84cab65f19f: Pulling fs layer 09:34:59 f84cab65f19f: Verifying Checksum 09:34:59 f84cab65f19f: Download complete 09:34:59 f84cab65f19f: Pull complete 09:34:59 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 09:34:59 Status: Downloaded newer image for alpine:3.12 09:34:59 ---> 88dd2752d2ea 09:34:59 Step 18/24 : EXPOSE 4000 09:34:59 ---> Running in c198c80b348a 09:34:59 Removing intermediate container c198c80b348a 09:34:59 ---> 57b09e392ffa 09:34:59 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 09:35:00 ---> c5277995881e 09:35:00 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:35:00 ---> Running in eff3fbdf9d5b 09:35:01 Removing intermediate container eff3fbdf9d5b 09:35:01 ---> 9eeebea59515 09:35:01 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 09:35:01 ---> Running in 5cf282f6b60f 09:35:01 Removing intermediate container 5cf282f6b60f 09:35:01 ---> eb47f7623fa4 09:35:01 Step 22/24 : LABEL arch=amd64 09:35:01 ---> Running in fc1e95061c82 09:35:01 Removing intermediate container fc1e95061c82 09:35:01 ---> 39ad7263829d 09:35:01 Step 23/24 : LABEL git_sha=72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 09:35:01 ---> Running in ce4e918188d8 09:35:02 Removing intermediate container ce4e918188d8 09:35:02 ---> 16b37edea838 09:35:02 Step 24/24 : LABEL version=2.0.0-dev.18 09:35:02 ---> Running in 30df91786773 09:35:02 Removing intermediate container 30df91786773 09:35:02 ---> 269341fc5045 09:35:02 [Warning] One or more build-args [ARCH] were not consumed 09:35:02 Successfully built 269341fc5045 09:35:02 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:35:03 provisioning config files... 09:35:03 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/76@tmp/config511178636121121399tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:35:03 ---> docker-login.sh 09:35:03 nexus3.edgexfoundry.org:10001 09:35:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:35:03 Configure a credential helper to remove this warning. See 09:35:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:35:03 09:35:03 Login Succeeded 09:35:03 nexus3.edgexfoundry.org:10002 09:35:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:35:03 Configure a credential helper to remove this warning. See 09:35:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:35:03 09:35:03 Login Succeeded 09:35:03 nexus3.edgexfoundry.org:10003 09:35:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:35:04 Configure a credential helper to remove this warning. See 09:35:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:35:04 09:35:04 Login Succeeded 09:35:04 nexus3.edgexfoundry.org:10004 09:35:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:35:04 Configure a credential helper to remove this warning. See 09:35:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:35:04 09:35:04 Login Succeeded 09:35:04 docker.io 09:35:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:35:04 Configure a credential helper to remove this warning. See 09:35:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:35:04 09:35:04 Login Succeeded 09:35:04 ---> docker-login.sh ends [Pipeline] } 09:35:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:35:04 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 09:35:04 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 09:35:04 latest 09:35:04 2.0.0-dev.18 09:35:04 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18 09:35:04 master 09:35:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:35:05 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [Pipeline] isUnix [Pipeline] sh 09:35:05 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 09:35:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 09:35:05 35d0b480644f: Preparing 09:35:05 33e8713114f8: Preparing 09:35:05 33e8713114f8: Layer already exists 09:35:06 35d0b480644f: Pushed 09:35:07 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2: digest: sha256:024a1c4e0b3df12d81c04129d67d5f5df096cb9837fbbb03a1749e8ca8d594ae size: 739 [Pipeline] isUnix [Pipeline] sh 09:35:07 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 09:35:07 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 09:35:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 09:35:07 35d0b480644f: Preparing 09:35:07 33e8713114f8: Preparing 09:35:07 33e8713114f8: Layer already exists 09:35:07 35d0b480644f: Layer already exists 09:35:07 latest: digest: sha256:024a1c4e0b3df12d81c04129d67d5f5df096cb9837fbbb03a1749e8ca8d594ae size: 739 [Pipeline] isUnix [Pipeline] sh 09:35:08 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh 09:35:08 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.18 09:35:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 09:35:08 35d0b480644f: Preparing 09:35:08 33e8713114f8: Preparing 09:35:08 33e8713114f8: Layer already exists 09:35:08 35d0b480644f: Layer already exists 09:35:08 2.0.0-dev.18: digest: sha256:024a1c4e0b3df12d81c04129d67d5f5df096cb9837fbbb03a1749e8ca8d594ae size: 739 [Pipeline] isUnix [Pipeline] sh 09:35:08 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh 09:35:09 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18 09:35:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 09:35:09 35d0b480644f: Preparing 09:35:09 33e8713114f8: Preparing 09:35:09 33e8713114f8: Layer already exists 09:35:09 35d0b480644f: Layer already exists 09:35:09 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18: digest: sha256:024a1c4e0b3df12d81c04129d67d5f5df096cb9837fbbb03a1749e8ca8d594ae size: 739 [Pipeline] isUnix [Pipeline] sh 09:35:09 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 09:35:09 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 09:35:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 09:35:09 35d0b480644f: Preparing 09:35:09 33e8713114f8: Preparing 09:35:09 35d0b480644f: Layer already exists 09:35:09 33e8713114f8: Layer already exists 09:35:09 master: digest: sha256:024a1c4e0b3df12d81c04129d67d5f5df096cb9837fbbb03a1749e8ca8d594ae size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:35:09 ===================================================== [Pipeline] echo 09:35:09 taggedImages: 09:35:09 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 09:35:09 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 09:35:09 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.18 09:35:09 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18 09:35:09 - 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 09:35:11 ---> job-cost.sh 09:35:11 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cSC3 09:35:24 Removing intermediate container 4fa10d12f70a 09:35:24 ---> bb4ae33a8511 09:35:24 Successfully built bb4ae33a8511 09:35:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:35:24 + docker inspect -f . ci-base-image-arm64 09:35:24 . [Pipeline] withDockerContainer 09:35:24 prd-ubuntu18.04-docker-arm64-4c-16g-29304 does not seem to be running inside a container 09:35:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/76 -v /w/workspace/edgex-ui-go/76:/w/workspace/edgex-ui-go/76:rw,z -v /w/workspace/edgex-ui-go/76@tmp:/w/workspace/edgex-ui-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:35:26 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:35:26 $ docker top 4f0666755a6e93bc2299f14ea9cb163e35fd006ecb2d01690ebfc00ab4a135d0 -eo pid,comm [Pipeline] { [Pipeline] sh 09:35:27 + go version 09:35:27 go version go1.15.5 linux/arm64 [Pipeline] } 09:35:27 $ docker stop --time=1 4f0666755a6e93bc2299f14ea9cb163e35fd006ecb2d01690ebfc00ab4a135d0 09:35:29 $ docker rm -f 4f0666755a6e93bc2299f14ea9cb163e35fd006ecb2d01690ebfc00ab4a135d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:35:30 + docker inspect -f . ci-base-image-arm64 09:35:30 . [Pipeline] withDockerContainer 09:35:30 prd-ubuntu18.04-docker-arm64-4c-16g-29304 does not seem to be running inside a container 09:35:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/76 -v /w/workspace/edgex-ui-go/76:/w/workspace/edgex-ui-go/76:rw,z -v /w/workspace/edgex-ui-go/76@tmp:/w/workspace/edgex-ui-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:35:32 $ docker top bc9cdb8c7331dcd856ec3f8cd25e479fd82859c803ad9421760c2659112f810f -eo pid,comm [Pipeline] { [Pipeline] sh 09:35:33 + make test 09:35:33 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:35:34 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:35:52 lf-activate-venv(): INFO: Adding /tmp/venv-cSC3/bin to PATH 09:35:52 INFO: No Stack... 09:35:52 INFO: Retrieving Pricing Info for: v1-standard-2 09:35:52 INFO: Archiving Costs [Pipeline] sh 09:35:52 + cat /w/workspace/edgex-ui-go/76/archives/cost.csv 09:35:52 + cut -d, -f6 [Pipeline] lock 09:35:53 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-76-stack-cost] 09:35:53 Resource [jenkins-edgexfoundry-edgex-ui-go-master-76-stack-cost] did not exist. Created. 09:35:53 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-76-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:35:53 + echo total: 0.029999999329447746 [Pipeline] stash 09:35:53 Stashed 1 file(s) [Pipeline] } 09:35:53 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-76-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:36:01 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 09:36:01 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 09:36:01 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 09:36:01 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 09:36:01 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 09:36:01 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 09:36:01 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 09:36:01 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 09:36:01 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 09:36:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 09:36:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 09:36:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 09:36:01 GO111MODULE=on go vet ./... [Pipeline] } 09:36:07 $ docker stop --time=1 bc9cdb8c7331dcd856ec3f8cd25e479fd82859c803ad9421760c2659112f810f 09:36:09 $ docker rm -f bc9cdb8c7331dcd856ec3f8cd25e479fd82859c803ad9421760c2659112f810f [Pipeline] // withDockerContainer [Pipeline] sh 09:36:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:36:10 Warning: overwriting stash ‘coverage-report’ 09:36:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:36:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:36:12 + ls -al . 09:36:12 total 124 09:36:12 drwxrwxr-x 10 jenkins jenkins 4096 Mar 10 09:35 . 09:36:12 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 09:34 .. 09:36:12 drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 09:34 .git 09:36:12 drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 09:34 .github 09:36:12 -rw-rw-r-- 1 jenkins jenkins 153 Mar 10 09:34 .gitignore 09:36:12 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 10 09:34 CONTRIBUTING.md 09:36:12 -rw-rw-r-- 1 jenkins jenkins 1508 Mar 10 09:34 Dockerfile 09:36:12 -rw-rw-r-- 1 jenkins jenkins 902 Mar 10 09:34 Dockerfile.build 09:36:12 -rw-rw-r-- 1 jenkins jenkins 652 Mar 10 09:34 Jenkinsfile 09:36:12 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 10 09:34 LICENSE 09:36:12 -rw-rw-r-- 1 jenkins jenkins 951 Mar 10 09:34 Makefile 09:36:12 -rw-rw-r-- 1 jenkins jenkins 4535 Mar 10 09:34 README.md 09:36:12 -rw-rw-r-- 1 jenkins jenkins 12 Mar 10 09:30 VERSION 09:36:12 drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 09:34 assets 09:36:12 drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 09:34 bin 09:36:12 drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 09:34 cmd 09:36:12 -rw-r--r-- 1 jenkins jenkins 10 Mar 10 09:35 coverage.out 09:36:12 drwxrwxr-x 5 jenkins jenkins 4096 Mar 10 09:34 docs 09:36:12 -rw-rw-r-- 1 jenkins jenkins 1055 Mar 10 09:34 go.mod 09:36:12 -rw-r--r-- 1 jenkins jenkins 22216 Mar 10 09:35 go.sum 09:36:12 drwxrwxr-x 10 jenkins jenkins 4096 Mar 10 09:34 internal 09:36:12 -rw-rw-r-- 1 jenkins jenkins 155 Mar 10 09:34 version.go 09:36:12 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 09:34 web [Pipeline] isUnix [Pipeline] sh 09:36:12 + 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=72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 --label arch=arm64 --label version=2.0.0-dev.18 . 09:36:13 Sending build context to Docker daemon 17.28MB 09:36:13 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:36:13 Step 2/24 : FROM ${BASE} AS builder 09:36:13 ---> bb4ae33a8511 09:36:13 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:36:13 ---> Running in 55d8625143c3 09:36:14 Removing intermediate container 55d8625143c3 09:36:14 ---> 45e0517e2da8 09:36:14 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 09:36:14 ---> Running in 7f6c2df4a215 09:36:15 Removing intermediate container 7f6c2df4a215 09:36:15 ---> 7507635b5bbc 09:36:15 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 09:36:15 ---> Running in 5bdf9bffb126 09:36:15 Removing intermediate container 5bdf9bffb126 09:36:15 ---> 872b922b37ae 09:36:15 Step 6/24 : LABEL Name=edgex-ui-go 09:36:15 ---> Running in 773e2c676427 09:36:16 Removing intermediate container 773e2c676427 09:36:16 ---> 901fef184f68 09:36:16 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 09:36:16 ---> Running in a059980453a8 09:36:16 Removing intermediate container a059980453a8 09:36:16 ---> e4c86665104d 09:36:16 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:36:16 ---> Running in 49ab3d10a9f5 09:36:19 Removing intermediate container 49ab3d10a9f5 09:36:19 ---> f4a1b99c2efa 09:36:19 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:36:19 ---> Running in 5aa70a610386 09:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:36:21 OK: 142 MiB in 39 packages 09:36:22 Removing intermediate container 5aa70a610386 09:36:22 ---> 116bea4e82bc 09:36:22 Step 10/24 : ENV GO111MODULE=on 09:36:22 ---> Running in 8ab3a1aef37a 09:36:23 Removing intermediate container 8ab3a1aef37a 09:36:23 ---> e5c324f32f4a 09:36:23 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:36:23 ---> Running in 6ae0c77ee125 09:36:24 Removing intermediate container 6ae0c77ee125 09:36:24 ---> 7e3501633c56 09:36:24 Step 12/24 : COPY go.mod . 09:36:24 ---> d9cf3e28c1e5 09:36:24 Step 13/24 : COPY Makefile . 09:36:25 ---> 6a375289c40d 09:36:25 Step 14/24 : RUN make update 09:36:25 ---> Running in 4459c2027761 09:36:26 CGO_ENABLED=0 GO111MODULE=on go mod download 09:36:27 Removing intermediate container 4459c2027761 09:36:27 ---> 6eb2b2d8220b 09:36:27 Step 15/24 : COPY . . 09:36:29 ---> fa40b976691f 09:36:29 Step 16/24 : RUN ${MAKE} 09:36:30 ---> Running in f16ea2e61c0a 09:36:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.18" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 09:36:58 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:37:01 Removing intermediate container f16ea2e61c0a 09:37:01 ---> fee2eed6940e 09:37:01 Step 17/24 : FROM alpine:3.12 09:37:02 3.12: Pulling from library/alpine 09:37:02 dce8679b510e: Pulling fs layer 09:37:02 dce8679b510e: Download complete 09:37:02 dce8679b510e: Pull complete 09:37:02 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 09:37:02 Status: Downloaded newer image for alpine:3.12 09:37:02 ---> d10569e2745f 09:37:02 Step 18/24 : EXPOSE 4000 09:37:03 ---> Running in 0dd7cd03acae 09:37:03 Removing intermediate container 0dd7cd03acae 09:37:03 ---> aaf154bf7136 09:37:03 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 09:37:05 ---> 91c276953b57 09:37:05 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:37:05 ---> Running in ced0403d5ffb 09:37:05 Removing intermediate container ced0403d5ffb 09:37:05 ---> 065746c84e24 09:37:05 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 09:37:05 ---> Running in 086ba624b9aa 09:37:06 Removing intermediate container 086ba624b9aa 09:37:06 ---> cfaf366bdb73 09:37:06 Step 22/24 : LABEL arch=arm64 09:37:06 ---> Running in fa40a71f8cd8 09:37:06 Removing intermediate container fa40a71f8cd8 09:37:06 ---> a5d20f31d8c9 09:37:06 Step 23/24 : LABEL git_sha=72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 09:37:06 ---> Running in b8c9f61ac36e 09:37:07 Removing intermediate container b8c9f61ac36e 09:37:07 ---> eec0592fc76b 09:37:07 Step 24/24 : LABEL version=2.0.0-dev.18 09:37:07 ---> Running in 6e756f5b0672 09:37:08 Removing intermediate container 6e756f5b0672 09:37:08 ---> b7e08e1be441 09:37:08 [Warning] One or more build-args [ARCH] were not consumed 09:37:08 Successfully built b7e08e1be441 09:37:08 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 09:37:08 provisioning config files... 09:37:08 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/76@tmp/config5876905449284380395tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:37:09 ---> docker-login.sh 09:37:09 nexus3.edgexfoundry.org:10001 09:37:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:37:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:37:09 Configure a credential helper to remove this warning. See 09:37:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:37:09 09:37:09 Login Succeeded 09:37:09 nexus3.edgexfoundry.org:10002 09:37:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:37:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:37:10 Configure a credential helper to remove this warning. See 09:37:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:37:10 09:37:10 Login Succeeded 09:37:10 nexus3.edgexfoundry.org:10003 09:37:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:37:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:37:10 Configure a credential helper to remove this warning. See 09:37:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:37:10 09:37:10 Login Succeeded 09:37:10 nexus3.edgexfoundry.org:10004 09:37:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:37:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:37:11 Configure a credential helper to remove this warning. See 09:37:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:37:11 09:37:11 Login Succeeded 09:37:11 docker.io 09:37:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:37:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:37:12 Configure a credential helper to remove this warning. See 09:37:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:37:12 09:37:12 Login Succeeded 09:37:12 ---> docker-login.sh ends [Pipeline] } 09:37:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:37:12 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 09:37:12 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 09:37:12 latest 09:37:12 2.0.0-dev.18 09:37:12 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18 09:37:12 master 09:37:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:37:12 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [Pipeline] isUnix [Pipeline] sh 09:37:13 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 09:37:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 09:37:13 ecd1185ed8d9: Preparing 09:37:13 02a88cfff88f: Preparing 09:37:13 02a88cfff88f: Layer already exists 09:37:16 ecd1185ed8d9: Pushed 09:37:16 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2: digest: sha256:7751819ce52cfa5cfa0533b5b633182d644a1921645cc8343ee5174059b0319d size: 739 [Pipeline] isUnix [Pipeline] sh 09:37:17 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:37:17 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 09:37:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 09:37:17 ecd1185ed8d9: Preparing 09:37:17 02a88cfff88f: Preparing 09:37:17 02a88cfff88f: Layer already exists 09:37:17 ecd1185ed8d9: Layer already exists 09:37:17 latest: digest: sha256:7751819ce52cfa5cfa0533b5b633182d644a1921645cc8343ee5174059b0319d size: 739 [Pipeline] isUnix [Pipeline] sh 09:37:18 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh 09:37:18 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.18 09:37:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 09:37:18 ecd1185ed8d9: Preparing 09:37:18 02a88cfff88f: Preparing 09:37:18 02a88cfff88f: Layer already exists 09:37:18 ecd1185ed8d9: Layer already exists 09:37:18 2.0.0-dev.18: digest: sha256:7751819ce52cfa5cfa0533b5b633182d644a1921645cc8343ee5174059b0319d size: 739 [Pipeline] isUnix [Pipeline] sh 09:37:19 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh 09:37:19 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18 09:37:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 09:37:19 ecd1185ed8d9: Preparing 09:37:19 02a88cfff88f: Preparing 09:37:19 02a88cfff88f: Layer already exists 09:37:19 ecd1185ed8d9: Layer already exists 09:37:19 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18: digest: sha256:7751819ce52cfa5cfa0533b5b633182d644a1921645cc8343ee5174059b0319d size: 739 [Pipeline] isUnix [Pipeline] sh 09:37:19 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:37:20 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 09:37:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 09:37:20 ecd1185ed8d9: Preparing 09:37:20 02a88cfff88f: Preparing 09:37:20 02a88cfff88f: Layer already exists 09:37:20 ecd1185ed8d9: Layer already exists 09:37:20 master: digest: sha256:7751819ce52cfa5cfa0533b5b633182d644a1921645cc8343ee5174059b0319d size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:37:20 ===================================================== [Pipeline] echo 09:37:20 taggedImages: 09:37:20 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 09:37:20 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 09:37:20 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.18 09:37:20 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:72cb6baf9f1e4b313070bf5ba5101184adaa7fa2-2.0.0-dev.18 09:37:20 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 09:37:21 ---> job-cost.sh 09:37:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-r5SY 09:38:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:39:37 lf-activate-venv(): INFO: Adding /tmp/venv-r5SY/bin to PATH 09:39:37 INFO: No Stack... 09:39:37 INFO: Retrieving Pricing Info for: lf-standard-4 09:39:37 INFO: Archiving Costs [Pipeline] sh 09:39:37 + cat /w/workspace/edgex-ui-go/76/archives/cost.csv 09:39:37 + cut -d, -f6 [Pipeline] lock 09:39:37 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-76-stack-cost] 09:39:37 Resource [jenkins-edgexfoundry-edgex-ui-go-master-76-stack-cost] did not exist. Created. 09:39:37 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-76-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:39:38 /w/workspace/edgex-ui-go/76@tmp/durable-5ca9a62a/script.sh: 1: /w/workspace/edgex-ui-go/76@tmp/durable-5ca9a62a/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 09:39:38 + echo total: 0.20999999344348907 [Pipeline] stash 09:39:38 Warning: overwriting stash ‘stack-cost’ 09:39:38 Stashed 1 file(s) [Pipeline] } 09:39:38 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-76-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 09:39:40 provisioning config files... 09:39:40 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3743779989864462150tmp [Pipeline] { [Pipeline] sh 09:39:40 + set +x 09:39:40 + curl -s https://codecov.io/bash 09:39:40 + bash -s -- 09:39:40 09:39:40 _____ _ 09:39:40 / ____| | | 09:39:40 | | ___ __| | ___ ___ _____ __ 09:39:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:39:40 | |___| (_) | (_| | __/ (_| (_) \ V / 09:39:40 \_____\___/ \__,_|\___|\___\___/ \_/ 09:39:40 Bash-20210309-2b87ace 09:39:40 09:39:40 09:39:40 ==> git version 2.24.3 found 09:39:40 ==> 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 09:39:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:39:40 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:39:40 ==> Jenkins CI detected. 09:39:40 project root: . 09:39:40 --> token set from env 09:39:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:39:40 ==> Running gcov in . (disable via -X gcov) 09:39:40 ==> Python coveragepy not found 09:39:40 ==> Searching for coverage reports in: 09:39:40 + . 09:39:40 -> Found 1 reports 09:39:40 ==> Detecting git/mercurial file structure 09:39:40 ==> Reading reports 09:39:40 + ./coverage.out bytes=10 09:39:40 ==> Appending adjustments 09:39:40 https://docs.codecov.io/docs/fixing-reports 09:39:41 + Found adjustments 09:39:41 ==> Gzipping contents 09:39:41 4.0K /tmp/codecov.x7M00x.gz 09:39:41 ==> Uploading reports 09:39:41 url: https://codecov.io 09:39:41 query: branch=master&commit=72cb6baf9f1e4b313070bf5ba5101184adaa7fa2&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F76%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:39:41 -> Pinging Codecov 09:39:41 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=72cb6baf9f1e4b313070bf5ba5101184adaa7fa2&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F76%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:39:41 -> Uploading to 09:39:41 https://storage.googleapis.com/codecov/v4/raw/2021-03-10/FB506323287CE973F263BFD2A0EB1F37/72cb6baf9f1e4b313070bf5ba5101184adaa7fa2/921ea694-4dee-49b2-ae60-93accf93d087.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T093941Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=455aaff9e28f88953b04e5950cd8f008ef40232a25e1636940a070c699f48552 09:39:41 % Total % Received % Xferd Average Speed Time Time Time Current 09:39:41 Dload Upload Total Spent Left Speed 09:39:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3069 0 0 100 3069 0 6483 --:--:-- --:--:-- --:--:-- 6474 09:39:42 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [Pipeline] } 09:39:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:39:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:39:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:39:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:39:43 09:39:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 09:39:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:39:43 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:39:43 188c0c94c7c5: Pulling fs layer 09:39:43 0ef7d3d256c8: Pulling fs layer 09:39:43 de9db76c5a1d: Pulling fs layer 09:39:43 0eba1c9be4d2: Pulling fs layer 09:39:43 0d57e429df01: Pulling fs layer 09:39:43 4e4be7b47b0d: Pulling fs layer 09:39:43 e1f770b5df2f: Pulling fs layer 09:39:43 85a0685a4137: Pulling fs layer 09:39:43 e1f770b5df2f: Waiting 09:39:43 85a0685a4137: Waiting 09:39:43 0d57e429df01: Waiting 09:39:43 4e4be7b47b0d: Waiting 09:39:43 0eba1c9be4d2: Waiting 09:39:43 de9db76c5a1d: Download complete 09:39:43 0ef7d3d256c8: Verifying Checksum 09:39:43 0ef7d3d256c8: Download complete 09:39:43 0d57e429df01: Verifying Checksum 09:39:43 0d57e429df01: Download complete 09:39:43 188c0c94c7c5: Verifying Checksum 09:39:43 188c0c94c7c5: Download complete 09:39:43 4e4be7b47b0d: Verifying Checksum 09:39:43 4e4be7b47b0d: Download complete 09:39:44 188c0c94c7c5: Pull complete 09:39:44 0ef7d3d256c8: Pull complete 09:39:44 de9db76c5a1d: Pull complete 09:39:45 e1f770b5df2f: Verifying Checksum 09:39:45 e1f770b5df2f: Download complete 09:39:47 0eba1c9be4d2: Verifying Checksum 09:39:47 0eba1c9be4d2: Download complete 09:39:47 85a0685a4137: Verifying Checksum 09:39:47 85a0685a4137: Download complete 09:39:54 0eba1c9be4d2: Pull complete 09:39:54 0d57e429df01: Pull complete 09:39:54 4e4be7b47b0d: Pull complete 09:39:55 e1f770b5df2f: Pull complete 09:40:03 85a0685a4137: Pull complete 09:40:03 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 09:40:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:40:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 09:40:04 prd-centos7-docker-4c-2g-29302 does not seem to be running inside a container 09:40:04 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:40:05 $ docker top 066558282bc356f7b9cdf56423d5f434947d10a7773facf55717c1c135d233b4 -eo pid,comm [Pipeline] { [Pipeline] echo 09:40:05 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 09:40:05 + set -o pipefail 09:40:05 + snyk monitor '--org=edgex-jenkins' 09:40:24 09:40:24 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 09:40:24 09:40:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/9cb51519-dc9d-4271-a117-76724428195e 09:40:24 09:40:24 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 09:40:24 09:40:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:40:24 09:40:24 [Pipeline] } 09:40:24 $ docker stop --time=1 066558282bc356f7b9cdf56423d5f434947d10a7773facf55717c1c135d233b4 09:40:27 $ docker rm -f 066558282bc356f7b9cdf56423d5f434947d10a7773facf55717c1c135d233b4 [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 09:40:29 + git log --format=format:%s -1 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 [Pipeline] isUnix [Pipeline] sh 09:40:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:40:29 . [Pipeline] withDockerContainer 09:40:29 prd-centos7-docker-4c-2g-29302 does not seem to be running inside a container 09:40:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:40:30 $ docker top b3b0428a9453085a8f23362261b90457a6b8eacec4bc21ad7bdb5fa79c66bb57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:40:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:40:31 [ssh-agent] Looking for ssh-agent implementation... 09:40:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:40:31 $ docker exec b3b0428a9453085a8f23362261b90457a6b8eacec4bc21ad7bdb5fa79c66bb57 ssh-agent 09:40:31 SSH_AUTH_SOCK=/tmp/ssh-WbyE9vVtqyJN/agent.12 09:40:31 SSH_AGENT_PID=17 09:40:31 Running ssh-add (command line suppressed) 09:40:31 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8881483375647353739.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8881483375647353739.key) 09:40:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:40:32 + git semver tag 09:40:32 # -> Open(): unable to determine branch for HEAD 09:40:32 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 09:40:32 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 09:40:32 # $SEMVER_REMOTE_NAME = origin 09:40:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:40:32 # $SEMVER_USER_NAME = edgex-jenkins 09:40:32 # $SEMVER_BRANCH = master 09:40:32 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 09:40:32 # 72cb6baf9f1e4b313070bf5ba5101184adaa7fa2 HEAD 09:40:32 # -> Force: false 09:40:32 # 71a827cafb5e2fc050a28ee4de1571d2d240dc5a refs/tags/v2.0.0-dev.18 [Pipeline] } 09:40:32 $ docker exec --env ******** --env ******** b3b0428a9453085a8f23362261b90457a6b8eacec4bc21ad7bdb5fa79c66bb57 ssh-agent -k 09:40:32 unset SSH_AUTH_SOCK; 09:40:32 unset SSH_AGENT_PID; 09:40:32 echo Agent pid 17 killed; 09:40:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:40:32 + git semver [Pipeline] } 09:40:32 $ docker stop --time=1 b3b0428a9453085a8f23362261b90457a6b8eacec4bc21ad7bdb5fa79c66bb57 09:40:34 $ docker rm -f b3b0428a9453085a8f23362261b90457a6b8eacec4bc21ad7bdb5fa79c66bb57 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 09:40:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:40:34 09:40:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 09:40:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:40:35 0.23.1-centos7: Pulling from edgex-lftools 09:40:35 ab5ef0e58194: Pulling fs layer 09:40:35 9712f1f96733: Pulling fs layer 09:40:35 63f879dbbcfc: Pulling fs layer 09:40:35 0d9ebad4ef96: Pulling fs layer 09:40:35 e9a5061849ea: Pulling fs layer 09:40:35 d747dcd14b5f: Pulling fs layer 09:40:35 2de7ff778b66: Pulling fs layer 09:40:35 e9a5061849ea: Waiting 09:40:35 d747dcd14b5f: Waiting 09:40:35 2de7ff778b66: Waiting 09:40:35 0d9ebad4ef96: Waiting 09:40:35 9712f1f96733: Verifying Checksum 09:40:35 9712f1f96733: Download complete 09:40:37 63f879dbbcfc: Download complete 09:40:37 e9a5061849ea: Verifying Checksum 09:40:37 e9a5061849ea: Download complete 09:40:37 d747dcd14b5f: Download complete 09:40:37 2de7ff778b66: Verifying Checksum 09:40:37 2de7ff778b66: Download complete 09:40:37 ab5ef0e58194: Download complete 09:40:37 0d9ebad4ef96: Verifying Checksum 09:40:37 0d9ebad4ef96: Download complete 09:40:43 ab5ef0e58194: Pull complete 09:40:43 9712f1f96733: Pull complete 09:40:45 63f879dbbcfc: Pull complete 09:40:52 0d9ebad4ef96: Pull complete 09:40:53 e9a5061849ea: Pull complete 09:40:53 d747dcd14b5f: Pull complete 09:40:56 2de7ff778b66: Pull complete 09:40:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:40:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:40:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 09:40:56 prd-centos7-docker-4c-2g-29302 does not seem to be running inside a container 09:40:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 09:41:00 $ docker top 2fc074626c453d4b945ef6fb56a4039e09f4a5080899ee19ac39d7a324828a5f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:41:00 provisioning config files... 09:41:00 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3128266058352295984tmp 09:41:00 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9072817274889478990tmp 09:41:00 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4610467656239732982tmp [Pipeline] { [Pipeline] echo 09:41:00 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:41:01 ---> sigul-configuration.sh 09:41:01 gpg: directory `/root/.gnupg' created 09:41:01 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:41:01 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:41:01 gpg: keyring `/root/.gnupg/secring.gpg' created 09:41:01 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:41:01 gpg: CAST5 encrypted data 09:41:01 gpg: encrypted with 1 passphrase 09:41:01 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:41:01 + mkdir /home/jenkins 09:41:01 + mkdir /home/jenkins/sigul [Pipeline] sh 09:41:01 + 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 09:41:01 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:41:02 ---> sigul-install.sh 09:41:08 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 09:41:09 + git tag --list 09:41:09 0.1.1 09:41:09 v1.1.0 09:41:09 v1.2.0 09:41:09 v1.2.1 09:41:09 v1.3.0 09:41:09 v2.0.0-dev.1 09:41:09 v2.0.0-dev.10 09:41:09 v2.0.0-dev.11 09:41:09 v2.0.0-dev.12 09:41:09 v2.0.0-dev.13 09:41:09 v2.0.0-dev.14 09:41:09 v2.0.0-dev.15 09:41:09 v2.0.0-dev.16 09:41:09 v2.0.0-dev.17 09:41:09 v2.0.0-dev.18 09:41:09 v2.0.0-dev.2 09:41:09 v2.0.0-dev.3 09:41:09 v2.0.0-dev.4 09:41:09 v2.0.0-dev.5 09:41:09 v2.0.0-dev.6 09:41:09 v2.0.0-dev.7 09:41:09 v2.0.0-dev.8 09:41:09 v2.0.0-dev.9 [Pipeline] sh 09:41:09 + lftools sign git-tag v2.0.0-dev.18 09:41:10 Signing Git tag with Sigul... 09:41:10 Signing v2.0.0-dev.18 [Pipeline] echo 09:41:12 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:41:12 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:41:12 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:41:12 $ docker stop --time=1 2fc074626c453d4b945ef6fb56a4039e09f4a5080899ee19ac39d7a324828a5f 09:41:14 $ docker rm -f 2fc074626c453d4b945ef6fb56a4039e09f4a5080899ee19ac39d7a324828a5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 09:41:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:41:15 . [Pipeline] withDockerContainer 09:41:15 prd-centos7-docker-4c-2g-29302 does not seem to be running inside a container 09:41:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:41:16 $ docker top 1ef8b1c7efac563cff1346b29b699bb5694b00710a8f74f729bdb1d4807666b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:41:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:41:17 [ssh-agent] Looking for ssh-agent implementation... 09:41:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:41:17 $ docker exec 1ef8b1c7efac563cff1346b29b699bb5694b00710a8f74f729bdb1d4807666b7 ssh-agent 09:41:17 SSH_AUTH_SOCK=/tmp/ssh-74MKePkyCi9X/agent.11 09:41:17 SSH_AGENT_PID=17 09:41:17 Running ssh-add (command line suppressed) 09:41:17 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7803699714007785864.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7803699714007785864.key) 09:41:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:41:18 + git semver bump pre 09:41:18 # -> Open(): unable to determine branch for HEAD 09:41:18 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 09:41:18 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 09:41:18 # $SEMVER_REMOTE_NAME = origin 09:41:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:41:18 # $SEMVER_USER_NAME = edgex-jenkins 09:41:18 # $SEMVER_BRANCH = master 09:41:18 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 09:41:18 2.0.0-dev.19 [Pipeline] } 09:41:18 $ docker exec --env ******** --env ******** 1ef8b1c7efac563cff1346b29b699bb5694b00710a8f74f729bdb1d4807666b7 ssh-agent -k 09:41:18 unset SSH_AUTH_SOCK; 09:41:18 unset SSH_AGENT_PID; 09:41:18 echo Agent pid 17 killed; 09:41:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:41:18 + git semver [Pipeline] } 09:41:18 $ docker stop --time=1 1ef8b1c7efac563cff1346b29b699bb5694b00710a8f74f729bdb1d4807666b7 09:41:20 $ docker rm -f 1ef8b1c7efac563cff1346b29b699bb5694b00710a8f74f729bdb1d4807666b7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:41:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:41:21 . [Pipeline] withDockerContainer 09:41:21 prd-centos7-docker-4c-2g-29302 does not seem to be running inside a container 09:41:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:41:22 $ docker top 5e07502e228241d2ef56ebf5d27f91928e1defca5a5d57608c6c2079355df8e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:41:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:41:22 [ssh-agent] Looking for ssh-agent implementation... 09:41:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:41:22 $ docker exec 5e07502e228241d2ef56ebf5d27f91928e1defca5a5d57608c6c2079355df8e7 ssh-agent 09:41:23 SSH_AUTH_SOCK=/tmp/ssh-LKMnWBJv5qgg/agent.12 09:41:23 SSH_AGENT_PID=17 09:41:23 Running ssh-add (command line suppressed) 09:41:23 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_441047099331520147.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_441047099331520147.key) 09:41:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:41:23 + git semver push 09:41:23 # -> Open(): unable to determine branch for HEAD 09:41:23 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 09:41:23 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 09:41:23 # $SEMVER_REMOTE_NAME = origin 09:41:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:41:23 # $SEMVER_USER_NAME = edgex-jenkins 09:41:23 # $SEMVER_BRANCH = master 09:41:23 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 09:41:27 $ docker exec --env ******** --env ******** 5e07502e228241d2ef56ebf5d27f91928e1defca5a5d57608c6c2079355df8e7 ssh-agent -k 09:41:27 unset SSH_AUTH_SOCK; 09:41:27 unset SSH_AGENT_PID; 09:41:27 echo Agent pid 17 killed; 09:41:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:41:28 + git semver [Pipeline] } 09:41:28 $ docker stop --time=1 5e07502e228241d2ef56ebf5d27f91928e1defca5a5d57608c6c2079355df8e7 09:41:29 $ docker rm -f 5e07502e228241d2ef56ebf5d27f91928e1defca5a5d57608c6c2079355df8e7 [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 09:41:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:41:32 ---> package-listing.sh 09:41:32 ++ facter osfamily 09:41:32 ++ tr '[:upper:]' '[:lower:]' 09:41:32 + OS_FAMILY=redhat 09:41:32 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 09:41:32 + START_PACKAGES=/tmp/packages_start.txt 09:41:32 + END_PACKAGES=/tmp/packages_end.txt 09:41:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:41:32 + PACKAGES=/tmp/packages_start.txt 09:41:32 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 09:41:32 + PACKAGES=/tmp/packages_end.txt 09:41:32 + case "${OS_FAMILY}" in 09:41:32 + rpm -qa 09:41:32 + sort 09:41:37 + '[' -f /tmp/packages_start.txt ']' 09:41:37 + '[' -f /tmp/packages_end.txt ']' 09:41:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:41:37 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 09:41:37 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 09:41:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 09:41:37 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 09:41:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:41:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:41:38 09:41:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:41:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:41:38 alpine: Pulling from edgex-lftools-log-publisher 09:41:38 df20fa9351a1: Pulling fs layer 09:41:38 36b3adc4ff6f: Pulling fs layer 09:41:38 8ad3a11d3b57: Pulling fs layer 09:41:38 46f8f816bc3b: Pulling fs layer 09:41:38 93b61091891f: Pulling fs layer 09:41:38 93b9cdb0e59b: Pulling fs layer 09:41:38 5e14af77c1be: Pulling fs layer 09:41:38 01666e4c0597: Pulling fs layer 09:41:38 aa168da1d23b: Pulling fs layer 09:41:38 46f8f816bc3b: Waiting 09:41:38 93b61091891f: Waiting 09:41:38 93b9cdb0e59b: Waiting 09:41:38 5e14af77c1be: Waiting 09:41:38 01666e4c0597: Waiting 09:41:38 aa168da1d23b: Waiting 09:41:38 36b3adc4ff6f: Verifying Checksum 09:41:38 36b3adc4ff6f: Download complete 09:41:38 46f8f816bc3b: Verifying Checksum 09:41:38 46f8f816bc3b: Download complete 09:41:38 df20fa9351a1: Verifying Checksum 09:41:38 df20fa9351a1: Download complete 09:41:38 93b9cdb0e59b: Verifying Checksum 09:41:38 93b9cdb0e59b: Download complete 09:41:38 5e14af77c1be: Verifying Checksum 09:41:38 5e14af77c1be: Download complete 09:41:38 93b61091891f: Verifying Checksum 09:41:38 93b61091891f: Download complete 09:41:38 01666e4c0597: Verifying Checksum 09:41:38 01666e4c0597: Download complete 09:41:39 df20fa9351a1: Pull complete 09:41:39 8ad3a11d3b57: Verifying Checksum 09:41:39 8ad3a11d3b57: Download complete 09:41:39 36b3adc4ff6f: Pull complete 09:41:40 8ad3a11d3b57: Pull complete 09:41:41 aa168da1d23b: Verifying Checksum 09:41:41 aa168da1d23b: Download complete 09:41:41 46f8f816bc3b: Pull complete 09:41:41 93b61091891f: Pull complete 09:41:41 93b9cdb0e59b: Pull complete 09:41:41 5e14af77c1be: Pull complete 09:41:42 01666e4c0597: Pull complete 09:41:50 aa168da1d23b: Pull complete 09:41:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:41:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:41:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:41:50 prd-centos7-docker-4c-2g-29302 does not seem to be running inside a container 09:41:50 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:41:53 $ docker top f9ba0978ac2bca6da20337ebef16a80b2919e627dd777942fb52fe76e58a1965 -eo pid,comm [Pipeline] { [Pipeline] sh 09:41:53 + touch /tmp/pre-build-complete [Pipeline] sh 09:41:54 + mkdir -p /var/log/sa [Pipeline] sh 09:41:54 + ls /var/log/sa-host 09:41:54 + sadf -c /var/log/sa-host/sa10 09:41:54 file_magic: OK 09:41:54 HZ: Using current value: 100 09:41:54 file_header: OK 09:41:54 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 09:41:54 Statistics: 09:41:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:41:54 File successfully converted to sysstat format version 12.2.1 09:41:54 + sadf -c /var/log/sa-host/sa23 09:41:54 file_magic: OK 09:41:54 HZ: Using current value: 100 09:41:54 file_header: OK 09:41:54 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 09:41:54 Statistics: 09:41:54 Hnuu...uuuununununu... 09:41:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:41:54 provisioning config files... 09:41:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7016398668295069656tmp [Pipeline] { [Pipeline] echo 09:41:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:41:55 ---> create-netrc.sh [Pipeline] } 09:41:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:41:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:41:55 ---> python-tools-install.sh [Pipeline] echo 09:41:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:41:55 ---> sudo-logs.sh 09:41:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:41:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:41:56 ---> job-cost.sh 09:41:56 lf-activate-venv: SKIPPING 09:41:56 DEBUG: total: 0.20999999344348907 09:41:56 INFO: Retrieving Stack Cost... 09:41:57 INFO: Retrieving Pricing Info for: v1-standard-2 09:41:57 INFO: Archiving Costs [Pipeline] echo 09:41:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:41:58 ---> logs-deploy.sh 09:41:58 lf-activate-venv: SKIPPING 09:41:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/76 09:41:58 INFO: archiving workspace using pattern(s): 09:42:00 Archives upload complete. 09:42:00 INFO: archiving logs to Nexus 09:42:01 ---> uname -a: 09:42:01 Linux prd-centos7-docker-4c-2g-29302.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:42:01 09:42:01 09:42:01 ---> lscpu: 09:42:01 Architecture: x86_64 09:42:01 CPU op-mode(s): 32-bit, 64-bit 09:42:01 Byte Order: Little Endian 09:42:01 Address sizes: 40 bits physical, 48 bits virtual 09:42:01 CPU(s): 4 09:42:01 On-line CPU(s) list: 0-3 09:42:01 Thread(s) per core: 1 09:42:01 Core(s) per socket: 1 09:42:01 Socket(s): 4 09:42:01 NUMA node(s): 1 09:42:01 Vendor ID: GenuineIntel 09:42:01 CPU family: 6 09:42:01 Model: 44 09:42:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:42:01 Stepping: 1 09:42:01 CPU MHz: 2933.436 09:42:01 BogoMIPS: 5866.87 09:42:01 Virtualization: VT-x 09:42:01 Hypervisor vendor: KVM 09:42:01 Virtualization type: full 09:42:01 L1d cache: 128 KiB 09:42:01 L1i cache: 128 KiB 09:42:01 L2 cache: 16 MiB 09:42:01 L3 cache: 64 MiB 09:42:01 NUMA node0 CPU(s): 0-3 09:42:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:42:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:42:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:42:01 Vulnerability Meltdown: Mitigation; PTI 09:42:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:42:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:42:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:42:01 Vulnerability Srbds: Not affected 09:42:01 Vulnerability Tsx async abort: Not affected 09:42:01 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 09:42:01 09:42:01 09:42:01 ---> nproc: 09:42:01 4 09:42:01 09:42:01 09:42:01 ---> df -h: 09:42:01 Filesystem Size Used Available Use% Mounted on 09:42:01 overlay 50.0G 8.6G 41.4G 17% / 09:42:01 tmpfs 64.0M 0 64.0M 0% /dev 09:42:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:42:01 shm 64.0M 0 64.0M 0% /dev/shm 09:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 09:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 09:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 09:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 09:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 09:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 09:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 09:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 09:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 09:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 09:42:01 09:42:01 09:42:01 ---> free -m: 09:42:01 total used free shared buff/cache available 09:42:01 Mem: 1837 817 149 0 870 955 09:42:01 Swap: 1023 3 1020 09:42:01 09:42:01 09:42:01 ---> ip addr: 09:42:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:42:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:42:01 inet 127.0.0.1/8 scope host lo 09:42:01 valid_lft forever preferred_lft forever 09:42:01 inet6 ::1/128 scope host 09:42:01 valid_lft forever preferred_lft forever 09:42:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:42:01 link/ether fa:16:3e:d0:e2:e8 brd ff:ff:ff:ff:ff:ff 09:42:01 inet 10.30.123.143/23 brd 10.30.123.255 scope global dynamic eth0 09:42:01 valid_lft 85633sec preferred_lft 85633sec 09:42:01 inet6 fe80::f816:3eff:fed0:e2e8/64 scope link 09:42:01 valid_lft forever preferred_lft forever 09:42:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:42:01 link/ether 02:42:6d:72:5a:09 brd ff:ff:ff:ff:ff:ff 09:42:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:42:01 valid_lft forever preferred_lft forever 09:42:01 inet6 fe80::42:6dff:fe72:5a09/64 scope link 09:42:01 valid_lft forever preferred_lft forever 09:42:01 09:42:01 09:42:01 ---> sar -b -r -n DEV: 09:42:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 09:42:01 09:42:01 09:29:01 LINUX RESTART (4 CPU) 09:42:01 09:42:01 09:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:42:01 09:31:02 26.03 7.27 18.76 0.00 1804.79 3406.44 0.00 09:42:01 09:32:01 0.32 0.00 0.32 0.00 0.00 5.35 0.00 09:42:01 09:33:01 0.30 0.00 0.30 0.00 0.00 3.25 0.00 09:42:01 09:34:01 0.27 0.00 0.27 0.00 0.00 3.10 0.00 09:42:01 09:35:01 0.22 0.00 0.22 0.00 0.00 4.03 0.00 09:42:01 09:36:01 0.43 0.00 0.43 0.00 0.00 6.53 0.00 09:42:01 09:37:01 0.30 0.00 0.30 0.00 0.00 4.20 0.00 09:42:01 09:38:01 0.32 0.00 0.32 0.00 0.00 4.88 0.00 09:42:01 09:39:01 0.28 0.00 0.28 0.00 0.00 4.60 0.00 09:42:01 09:40:01 177.28 98.72 78.56 0.00 4010.48 28778.69 0.00 09:42:01 09:41:01 297.42 127.06 170.36 0.00 7355.42 36794.94 0.00 09:42:01 Average: 45.89 21.26 24.63 0.00 1200.88 6295.37 0.00 09:42:01 09:42:01 09:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:42:01 09:31:02 167304 0 611668 32.51 2620 1099952 1109352 37.86 428356 1086224 20 09:42:01 09:32:01 174044 0 604920 32.15 2620 1099960 1078892 36.82 426200 1082656 12 09:42:01 09:33:01 170212 0 608748 32.35 2620 1099964 1078892 36.82 443388 1069224 8 09:42:01 09:34:01 168856 0 610100 32.43 2620 1099968 1079144 36.83 444984 1069184 12 09:42:01 09:35:01 168040 0 610912 32.47 2620 1099972 1078976 36.82 450496 1064212 12 09:42:01 09:36:01 168756 0 610192 32.43 2620 1099976 1078892 36.82 457160 1057064 12 09:42:01 09:37:01 169160 0 609784 32.41 2620 1099980 1078892 36.82 457160 1057112 8 09:42:01 09:38:01 169292 0 609648 32.40 2620 1099984 1078892 36.82 457144 1057112 8 09:42:01 09:39:01 168996 0 609936 32.42 2620 1099992 1078928 36.82 457464 1057112 8 09:42:01 09:40:01 75160 0 741480 39.41 2596 1062308 1522696 51.97 537352 1010516 17112 09:42:01 09:41:01 158776 0 761308 40.46 1572 959888 1232368 42.06 534916 862544 280 09:42:01 Average: 159872 0 635336 33.77 2523 1083813 1135993 38.77 463147 1042996 1590 09:42:01 09:42:01 09:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:42:01 09:31:02 eth0 101.17 96.87 447.41 30.83 0.00 0.00 0.00 0.00 09:42:01 09:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:31:02 docker0 46.50 36.55 3.96 116.08 0.00 0.00 0.00 0.00 09:42:01 09:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:42:01 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:33:01 eth0 1.10 0.08 0.09 0.01 0.00 0.00 0.00 0.00 09:42:01 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:34:01 eth0 1.12 0.73 0.58 0.40 0.00 0.00 0.00 0.00 09:42:01 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:35:01 eth0 0.27 0.17 0.14 0.07 0.00 0.00 0.00 0.00 09:42:01 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:36:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:37:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:42:01 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:38:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:42:01 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:39:01 eth0 0.18 0.13 0.06 0.01 0.00 0.00 0.00 0.00 09:42:01 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:40:01 eth0 428.57 365.06 4060.02 29.90 0.00 0.00 0.00 0.00 09:42:01 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:41:01 veth664b58f 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 09:42:01 09:41:01 eth0 467.40 406.12 3445.05 94.60 0.00 0.00 0.00 0.00 09:42:01 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 09:41:01 docker0 52.48 55.36 4.70 219.19 0.00 0.00 0.00 0.00 09:42:01 Average: veth664b58f 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 Average: eth0 91.23 79.30 725.69 14.20 0.00 0.00 0.00 0.00 09:42:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:01 Average: docker0 9.01 8.37 0.79 30.54 0.00 0.00 0.00 0.00 09:42:01 09:42:01 09:42:01 ---> sar -P ALL: 09:42:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 09:42:01 09:42:01 09:29:01 LINUX RESTART (4 CPU) 09:42:01 09:42:01 09:30:01 CPU %user %nice %system %iowait %steal %idle 09:42:01 09:31:02 all 2.46 0.00 1.82 0.61 0.10 95.02 09:42:01 09:31:02 0 2.40 0.00 2.02 1.31 0.07 94.21 09:42:01 09:31:02 1 2.63 0.00 1.69 0.27 0.13 95.27 09:42:01 09:31:02 2 2.53 0.00 1.85 0.55 0.08 94.98 09:42:01 09:31:02 3 2.26 0.00 1.73 0.30 0.10 95.61 09:42:01 09:32:01 all 0.16 0.00 0.04 0.00 0.01 99.79 09:42:01 09:32:01 0 0.42 0.00 0.03 0.00 0.00 99.54 09:42:01 09:32:01 1 0.07 0.00 0.07 0.00 0.00 99.86 09:42:01 09:32:01 2 0.14 0.00 0.03 0.00 0.02 99.81 09:42:01 09:32:01 3 0.02 0.00 0.03 0.00 0.02 99.93 09:42:01 09:33:01 all 0.20 0.00 0.30 0.00 0.02 99.48 09:42:01 09:33:01 0 0.48 0.00 0.18 0.00 0.02 99.32 09:42:01 09:33:01 1 0.10 0.00 0.27 0.00 0.03 99.60 09:42:01 09:33:01 2 0.08 0.00 0.27 0.00 0.00 99.65 09:42:01 09:33:01 3 0.15 0.00 0.48 0.00 0.02 99.35 09:42:01 09:34:01 all 0.09 0.00 0.05 0.00 0.00 99.86 09:42:01 09:34:01 0 0.23 0.00 0.05 0.00 0.00 99.72 09:42:01 09:34:01 1 0.08 0.00 0.07 0.00 0.00 99.85 09:42:01 09:34:01 2 0.02 0.00 0.05 0.00 0.00 99.93 09:42:01 09:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:42:01 09:35:01 all 0.15 0.00 0.05 0.00 0.01 99.79 09:42:01 09:35:01 0 0.47 0.00 0.03 0.00 0.00 99.50 09:42:01 09:35:01 1 0.07 0.00 0.05 0.00 0.02 99.87 09:42:01 09:35:01 2 0.05 0.00 0.10 0.00 0.02 99.83 09:42:01 09:35:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:42:01 09:36:01 all 0.15 0.00 0.07 0.00 0.00 99.78 09:42:01 09:36:01 0 0.52 0.00 0.03 0.00 0.00 99.45 09:42:01 09:36:01 1 0.05 0.00 0.07 0.00 0.02 99.87 09:42:01 09:36:01 2 0.02 0.00 0.13 0.00 0.00 99.85 09:42:01 09:36:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:42:01 09:37:01 all 0.17 0.00 0.02 0.00 0.00 99.80 09:42:01 09:37:01 0 0.53 0.00 0.02 0.00 0.00 99.45 09:42:01 09:37:01 1 0.07 0.00 0.03 0.00 0.00 99.90 09:42:01 09:37:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:42:01 09:37:01 3 0.07 0.00 0.02 0.00 0.00 99.92 09:42:01 09:38:01 all 0.16 0.00 0.03 0.00 0.00 99.80 09:42:01 09:38:01 0 0.52 0.00 0.02 0.00 0.00 99.47 09:42:01 09:38:01 1 0.07 0.00 0.05 0.00 0.02 99.87 09:42:01 09:38:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:42:01 09:38:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:42:01 09:39:01 all 0.16 0.00 0.03 0.00 0.00 99.81 09:42:01 09:39:01 0 0.53 0.00 0.03 0.00 0.00 99.43 09:42:01 09:39:01 1 0.05 0.00 0.02 0.00 0.00 99.93 09:42:01 09:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:42:01 09:39:01 3 0.03 0.00 0.05 0.00 0.02 99.90 09:42:01 09:40:01 all 7.15 0.00 5.28 1.03 0.21 86.33 09:42:01 09:40:01 0 7.56 0.00 5.74 1.80 0.20 84.70 09:42:01 09:40:01 1 6.86 0.00 5.25 0.78 0.19 86.92 09:42:01 09:40:01 2 7.20 0.00 5.02 0.61 0.24 86.93 09:42:01 09:40:01 3 6.97 0.00 5.13 0.92 0.20 86.78 09:42:01 09:41:01 all 11.84 0.00 9.66 3.68 0.53 74.29 09:42:01 09:41:01 0 11.55 0.00 9.54 3.36 0.61 74.94 09:42:01 09:41:01 1 11.76 0.00 9.68 2.25 0.48 75.83 09:42:01 09:41:01 2 12.23 0.00 10.01 5.24 0.59 71.93 09:42:01 09:41:01 3 11.80 0.00 9.42 3.87 0.45 74.46 09:42:01 09:42:01 Average: CPU %user %nice %system %iowait %steal %idle 09:42:01 Average: all 2.02 0.00 1.55 0.47 0.08 95.88 09:42:01 Average: 0 2.25 0.00 1.57 0.58 0.08 95.53 09:42:01 Average: 1 1.95 0.00 1.54 0.29 0.08 96.14 09:42:01 Average: 2 1.99 0.00 1.56 0.57 0.08 95.79 09:42:01 Average: 3 1.90 0.00 1.51 0.45 0.07 96.07 09:42:01 09:42:01 09:42:01