Pull request #271 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of wshengqi for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f rather than 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 Obtained Jenkinsfile from 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@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-13564 in /w/workspace/edgexfoundry_edgex-ui-go_PR-271 [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_PR-271 # 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 Merging remotes/origin/master commit 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f into PR head commit 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 Merge succeeded, producing 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 Checking out Revision 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 (PR-271) > 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/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 # timeout=10 Commit message: "modify rule engine health check" First time build. Skipping changelog. > git rev-list --no-walk 0c121203def3a47d89981f397ab0e517c87266b8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:26:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:26:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:26:55 ========================================================= 09:26:55 EdgeX Global Pipelines Version Info 09:26:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:26:57 ------------------- 09:26:57 stable info: 09:26:57 ------------------- 09:26:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:26:57 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 09:26:57 Message: update stable to v1.0.167 09:26:58 ------------------- 09:26:58 experimental info: 09:26:58 ------------------- 09:26:58 Commited By: **** collab-it+edgex@linuxfoundation.org 09:26:58 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 09:26:58 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 09:26:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 09:26:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 09:26:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:26:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:26:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:26:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:26:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:26:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:26:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:26:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:26:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:26:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 09:26:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:26:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:27:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:27:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:27:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:27:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:27:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:27:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:27:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:27:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:27:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:27:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:27:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:27:01 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:27:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-271 [Pipeline] echo 09:27:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-271 [Pipeline] echo 09:27:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-271 [Pipeline] echo 09:27:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 [Pipeline] echo 09:27:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 00f21b3 [Pipeline] echo 09:27:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:27:02 provisioning config files... 09:27:02 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp/config8300606455021215116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:27:02 ---> docker-login.sh 09:27:02 nexus3.edgexfoundry.org:10001 09:27:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:27:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:27:02 Configure a credential helper to remove this warning. See 09:27:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:27:02 09:27:02 Login Succeeded 09:27:02 nexus3.edgexfoundry.org:10002 09:27:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:27:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:27:03 Configure a credential helper to remove this warning. See 09:27:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:27:03 09:27:03 Login Succeeded 09:27:03 nexus3.edgexfoundry.org:10003 09:27:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:27:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:27:03 Configure a credential helper to remove this warning. See 09:27:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:27:03 09:27:03 Login Succeeded 09:27:03 nexus3.edgexfoundry.org:10004 09:27:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:27:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:27:03 Configure a credential helper to remove this warning. See 09:27:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:27:03 09:27:03 Login Succeeded 09:27:03 docker.io 09:27:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:27:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:27:03 Configure a credential helper to remove this warning. See 09:27:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:27:03 09:27:03 Login Succeeded 09:27:03 ---> docker-login.sh ends [Pipeline] } 09:27:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:27:04 + git log --format=format:%s -1 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 [Pipeline] echo 09:27:04 GIT_COMMIT: 00f21b3c13ba74f42da07d46f9d72afe82e5fab5, Commit Message: modify rule engine health check [Pipeline] echo 09:27:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:27:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:27:05 09:27:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:27:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:27:05 latest: Pulling from edgex-devops/git-semver 09:27:05 31603596830f: Pulling fs layer 09:27:05 2a8b12db71e7: Pulling fs layer 09:27:05 6ca5941a6612: Pulling fs layer 09:27:05 ecc8261a40a4: Pulling fs layer 09:27:05 ecc8261a40a4: Waiting 09:27:05 2a8b12db71e7: Verifying Checksum 09:27:05 2a8b12db71e7: Download complete 09:27:06 31603596830f: Verifying Checksum 09:27:06 31603596830f: Download complete 09:27:06 ecc8261a40a4: Verifying Checksum 09:27:06 ecc8261a40a4: Download complete 09:27:06 6ca5941a6612: Verifying Checksum 09:27:06 6ca5941a6612: Download complete 09:27:06 31603596830f: Pull complete 09:27:06 2a8b12db71e7: Pull complete 09:27:07 6ca5941a6612: Pull complete 09:27:07 ecc8261a40a4: Pull complete 09:27:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:27:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:27:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:27:07 prd-centos7-docker-4c-2g-13564 does not seem to be running inside a container 09:27:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-271 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-271:/w/workspace/edgexfoundry_edgex-ui-go_PR-271:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-271@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:27:10 $ docker top 4da4aab338e90410ede674792c96ef1bb9f88f7aaff492646718a6dd532d14fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:27:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:27:10 [ssh-agent] Looking for ssh-agent implementation... 09:27:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:27:10 $ docker exec 4da4aab338e90410ede674792c96ef1bb9f88f7aaff492646718a6dd532d14fa ssh-agent 09:27:10 SSH_AUTH_SOCK=/tmp/ssh-pAyhxvyLX3Xx/agent.12 09:27:10 SSH_AGENT_PID=17 09:27:10 Running ssh-add (command line suppressed) 09:27:10 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp/private_key_6148089279733056581.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp/private_key_6148089279733056581.key) 09:27:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:27:11 + git tag --points-at HEAD [Pipeline] } 09:27:11 $ docker exec --env ******** --env ******** 4da4aab338e90410ede674792c96ef1bb9f88f7aaff492646718a6dd532d14fa ssh-agent -k 09:27:11 unset SSH_AUTH_SOCK; 09:27:11 unset SSH_AGENT_PID; 09:27:11 echo Agent pid 17 killed; 09:27:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:27:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:27:11 [ssh-agent] Looking for ssh-agent implementation... 09:27:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:27:11 $ docker exec 4da4aab338e90410ede674792c96ef1bb9f88f7aaff492646718a6dd532d14fa ssh-agent 09:27:12 SSH_AUTH_SOCK=/tmp/ssh-ONv5qg6IGyOv/agent.46 09:27:12 SSH_AGENT_PID=52 09:27:12 Running ssh-add (command line suppressed) 09:27:12 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp/private_key_1800013578268528920.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp/private_key_1800013578268528920.key) 09:27:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:27:12 + git semver init 09:27:12 # -> Open(): unable to determine branch for HEAD 09:27:12 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-271/.git 09:27:12 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-271 09:27:12 # $SEMVER_REMOTE_NAME = origin 09:27:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:27:12 # $SEMVER_USER_NAME = edgex-jenkins 09:27:12 # $SEMVER_BRANCH = PR-271 09:27:12 # $SEMVER_TEMP = /tmp/semver-487318920 09:27:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 09:27:13 # '/tmp/semver-487318920' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-271/.semver' 09:27:13 # -> Force: false 09:27:13 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-271/.semver [Pipeline] } 09:27:13 $ docker exec --env ******** --env ******** 4da4aab338e90410ede674792c96ef1bb9f88f7aaff492646718a6dd532d14fa ssh-agent -k 09:27:13 unset SSH_AUTH_SOCK; 09:27:13 unset SSH_AGENT_PID; 09:27:13 echo Agent pid 52 killed; 09:27:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:27:14 + git semver [Pipeline] } 09:27:14 $ docker stop --time=1 4da4aab338e90410ede674792c96ef1bb9f88f7aaff492646718a6dd532d14fa 09:27:15 $ docker rm -f 4da4aab338e90410ede674792c96ef1bb9f88f7aaff492646718a6dd532d14fa [Pipeline] // withDockerContainer [Pipeline] sh 09:27:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:27:16 Stashed 1 file(s) [Pipeline] echo 09:27:16 [edgeXSemver]: initialized semver on version 0.0.0 [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:27:32 Still waiting to schedule task 09:27:32 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:27:32 Still waiting to schedule task 09:27:32 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 09:29:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13565 in /w/workspace/edgexfoundry_edgex-ui-go_PR-271 [Pipeline] { [Pipeline] ws 09:29:13 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 09:29:19 using credential edgex-jenkins-ssh 09:29:19 Cloning the remote Git repository 09:29:19 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 09:29:19 > git init /w/workspace/edgex-ui-go/2 # timeout=10 09:29:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:29:19 > git --version # timeout=10 09:29:19 > git --version # 'git version 2.17.1' 09:29:19 using GIT_SSH to set credentials SSH Credentials for GitHub 09:29:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:29:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:29:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:29:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:29:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:29:21 using GIT_SSH to set credentials SSH Credentials for GitHub 09:29:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:29:21 Merging remotes/origin/master commit 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f into PR head commit 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 09:29:22 Merge succeeded, producing 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 09:29:22 Checking out Revision 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 (PR-271) 09:29:21 > git config core.sparsecheckout # timeout=10 09:29:21 > git checkout -f 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 # timeout=10 09:29:22 > git remote # timeout=10 09:29:22 > git config --get remote.origin.url # timeout=10 09:29:22 using GIT_SSH to set credentials SSH Credentials for GitHub 09:29:22 > git merge 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 09:29:22 > git rev-parse HEAD^{commit} # timeout=10 09:29:22 > git config core.sparsecheckout # timeout=10 09:29:22 > git checkout -f 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 # timeout=10 09:29:26 Commit message: "modify rule engine health check" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:29:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:29:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:29:29 + sudo service docker restart 09:29:29 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:29:31 provisioning config files... 09:29:31 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config1988429213530346273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:29:32 ---> docker-login.sh 09:29:32 nexus3.edgexfoundry.org:10001 09:29:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:33 Configure a credential helper to remove this warning. See 09:29:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:33 09:29:33 Login Succeeded 09:29:33 nexus3.edgexfoundry.org:10002 09:29:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:33 Configure a credential helper to remove this warning. See 09:29:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:33 09:29:33 Login Succeeded 09:29:33 nexus3.edgexfoundry.org:10003 09:29:34 Running on prd-centos7-docker-4c-2g-13566 in /w/workspace/edgexfoundry_edgex-ui-go_PR-271 [Pipeline] { [Pipeline] ws 09:29:34 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 09:29:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:34 Configure a credential helper to remove this warning. See 09:29:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:34 09:29:34 Login Succeeded 09:29:34 nexus3.edgexfoundry.org:10004 09:29:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:34 Configure a credential helper to remove this warning. See 09:29:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:34 09:29:34 Login Succeeded 09:29:34 docker.io 09:29:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:35 Configure a credential helper to remove this warning. See 09:29:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:35 09:29:35 Login Succeeded 09:29:35 ---> docker-login.sh ends [Pipeline] } 09:29:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:29:36 ========================================================= 09:29:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:29:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:29:36 using credential edgex-jenkins-ssh 09:29:36 Cloning the remote Git repository 09:29:36 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 09:29:36 + 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:29:37 Sending build context to Docker daemon 15.63MB 09:29:37 Step 1/8 : ARG BASE=golang:1.15-alpine 09:29:37 Step 2/8 : FROM ${BASE} 09:29:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:29:37 b538f80385f9: Pulling fs layer 09:29:37 74f711af9a0d: Pulling fs layer 09:29:37 99f96fe45779: Pulling fs layer 09:29:37 8529a6b9a6be: Pulling fs layer 09:29:37 45590311c82a: Pulling fs layer 09:29:37 69ca0ff8b7b3: Pulling fs layer 09:29:37 209524e5b208: Pulling fs layer 09:29:37 8529a6b9a6be: Waiting 09:29:37 69ca0ff8b7b3: Waiting 09:29:37 209524e5b208: Waiting 09:29:37 99f96fe45779: Verifying Checksum 09:29:37 99f96fe45779: Download complete 09:29:37 74f711af9a0d: Verifying Checksum 09:29:37 74f711af9a0d: Download complete 09:29:36 > git init /w/workspace/edgex-ui-go/2 # timeout=10 09:29:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:29:36 > git --version # timeout=10 09:29:36 > git --version # 'git version 2.24.3' 09:29:36 using GIT_SSH to set credentials SSH Credentials for GitHub 09:29:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:29:38 45590311c82a: Download complete 09:29:38 b538f80385f9: Verifying Checksum 09:29:38 b538f80385f9: Download complete 09:29:38 69ca0ff8b7b3: Verifying Checksum 09:29:38 69ca0ff8b7b3: Download complete 09:29:38 Merging remotes/origin/master commit 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f into PR head commit 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 09:29:38 Merge succeeded, producing 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 09:29:38 Checking out Revision 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 (PR-271) 09:29:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:29:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:29:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:29:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:29:37 using GIT_SSH to set credentials SSH Credentials for GitHub 09:29:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:29:37 > git config core.sparsecheckout # timeout=10 09:29:37 > git checkout -f 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 # timeout=10 09:29:38 > git remote # timeout=10 09:29:38 > git config --get remote.origin.url # timeout=10 09:29:38 using GIT_SSH to set credentials SSH Credentials for GitHub 09:29:38 > git merge 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 09:29:38 > git rev-parse HEAD^{commit} # timeout=10 09:29:38 > git config core.sparsecheckout # timeout=10 09:29:38 > git checkout -f 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 # timeout=10 09:29:39 b538f80385f9: Pull complete 09:29:39 74f711af9a0d: Pull complete 09:29:39 99f96fe45779: Pull complete 09:29:40 209524e5b208: Verifying Checksum 09:29:40 209524e5b208: Download complete 09:29:41 Commit message: "modify rule engine health check" 09:29:42 8529a6b9a6be: Verifying Checksum 09:29:42 8529a6b9a6be: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:29:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:29:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:29:43 + sudo service docker restart 09:29:43 + true 09:29:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:29:45 provisioning config files... 09:29:45 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config6947774506124160331tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:29:45 ---> docker-login.sh 09:29:45 nexus3.edgexfoundry.org:10001 09:29:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:45 Configure a credential helper to remove this warning. See 09:29:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:45 09:29:45 Login Succeeded 09:29:45 nexus3.edgexfoundry.org:10002 09:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:46 Configure a credential helper to remove this warning. See 09:29:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:46 09:29:46 Login Succeeded 09:29:46 nexus3.edgexfoundry.org:10003 09:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:46 Configure a credential helper to remove this warning. See 09:29:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:46 09:29:46 Login Succeeded 09:29:46 nexus3.edgexfoundry.org:10004 09:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:46 Configure a credential helper to remove this warning. See 09:29:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:46 09:29:46 Login Succeeded 09:29:46 docker.io 09:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:46 Configure a credential helper to remove this warning. See 09:29:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:46 09:29:46 Login Succeeded 09:29:46 ---> docker-login.sh ends [Pipeline] } 09:29:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:29:47 ========================================================= 09:29:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:29:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:29:47 + 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:29:47 Sending build context to Docker daemon 15.63MB 09:29:47 Step 1/8 : ARG BASE=golang:1.15-alpine 09:29:47 Step 2/8 : FROM ${BASE} 09:29:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:29:47 df20fa9351a1: Pulling fs layer 09:29:47 ed8968b2872e: Pulling fs layer 09:29:47 a92cc7c5fd73: Pulling fs layer 09:29:47 e871e8e8d7a9: Pulling fs layer 09:29:47 e73272ec9a57: Pulling fs layer 09:29:47 1e910a182e73: Pulling fs layer 09:29:47 4e634b169226: Pulling fs layer 09:29:47 e73272ec9a57: Waiting 09:29:47 1e910a182e73: Waiting 09:29:47 4e634b169226: Waiting 09:29:47 e871e8e8d7a9: Waiting 09:29:47 a92cc7c5fd73: Verifying Checksum 09:29:47 a92cc7c5fd73: Download complete 09:29:47 ed8968b2872e: Verifying Checksum 09:29:47 ed8968b2872e: Download complete 09:29:47 e73272ec9a57: Verifying Checksum 09:29:47 e73272ec9a57: Download complete 09:29:48 1e910a182e73: Verifying Checksum 09:29:48 1e910a182e73: Download complete 09:29:48 df20fa9351a1: Verifying Checksum 09:29:48 df20fa9351a1: Download complete 09:29:48 df20fa9351a1: Pull complete 09:29:48 ed8968b2872e: Pull complete 09:29:48 a92cc7c5fd73: Pull complete 09:29:50 4e634b169226: Verifying Checksum 09:29:50 4e634b169226: Download complete 09:29:50 e871e8e8d7a9: Verifying Checksum 09:29:50 e871e8e8d7a9: Download complete 09:29:52 8529a6b9a6be: Pull complete 09:29:52 45590311c82a: Pull complete 09:29:52 69ca0ff8b7b3: Pull complete 09:29:55 e871e8e8d7a9: Pull complete 09:29:55 e73272ec9a57: Pull complete 09:29:55 1e910a182e73: Pull complete 09:29:56 209524e5b208: Pull complete 09:29:56 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 09:29:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:29:56 ---> 5bddaf1c2fca 09:29:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:29:59 ---> Running in eb57985a77f6 09:29:59 Removing intermediate container eb57985a77f6 09:29:59 ---> e389b48a7d7d 09:29:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:29:59 ---> Running in cd16e88061aa 09:30:02 Removing intermediate container cd16e88061aa 09:30:02 ---> 87ff752bfff5 09:30:02 Step 5/8 : RUN apk add --no-cache make git 09:30:02 ---> Running in a11235fffc12 09:30:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:30:04 4e634b169226: Pull complete 09:30:04 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 09:30:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:30:04 ---> f7629b54cfaa 09:30:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:30:04 ---> Running in fbdbab954c65 09:30:04 Removing intermediate container fbdbab954c65 09:30:04 ---> d85260ca2488 09:30:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:30:04 ---> Running in 2ab206a48b6e 09:30:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:30:05 Removing intermediate container 2ab206a48b6e 09:30:05 ---> 81fb9e6c1d5b 09:30:05 Step 5/8 : RUN apk add --no-cache make git 09:30:05 ---> Running in 4a6245095113 09:30:05 OK: 142 MiB in 39 packages 09:30:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:30:06 Removing intermediate container a11235fffc12 09:30:06 ---> 3ea7184327d4 09:30:06 Step 6/8 : WORKDIR /edgex-ui-go 09:30:06 ---> Running in e3f07cc4edfc 09:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:30:06 Removing intermediate container e3f07cc4edfc 09:30:06 ---> 190d238027f3 09:30:06 Step 7/8 : COPY . . 09:30:06 OK: 166 MiB in 39 packages 09:30:07 Removing intermediate container 4a6245095113 09:30:07 ---> f21b52efec8a 09:30:07 Step 6/8 : WORKDIR /edgex-ui-go 09:30:07 ---> Running in 9d12f2acdb40 09:30:07 Removing intermediate container 9d12f2acdb40 09:30:07 ---> 04bcb89f5d7c 09:30:07 Step 7/8 : COPY . . 09:30:08 ---> 1a4ff14369b4 09:30:08 Step 8/8 : RUN go mod download 09:30:08 ---> Running in 4f75d79192e8 09:30:08 ---> d50f741ad75c 09:30:08 Step 8/8 : RUN go mod download 09:30:08 ---> Running in 6b02dafbe26b 09:30:30 Removing intermediate container 6b02dafbe26b 09:30:30 ---> 9e15bc03ae6d 09:30:30 Successfully built 9e15bc03ae6d 09:30:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:30:31 + docker inspect -f . ci-base-image-x86_64 09:30:31 . [Pipeline] withDockerContainer 09:30:31 prd-centos7-docker-4c-2g-13566 does not seem to be running inside a container 09:30:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:30:31 $ docker top 581a87b014a1a4e3e874ce1708848be0826aaa2959951defe145b1188b70ead3 -eo pid,comm [Pipeline] { [Pipeline] sh 09:30:32 + go version 09:30:32 go version go1.15.2 linux/amd64 [Pipeline] } 09:30:32 $ docker stop --time=1 581a87b014a1a4e3e874ce1708848be0826aaa2959951defe145b1188b70ead3 09:30:33 $ docker rm -f 581a87b014a1a4e3e874ce1708848be0826aaa2959951defe145b1188b70ead3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:30:34 + docker inspect -f . ci-base-image-x86_64 09:30:34 . [Pipeline] withDockerContainer 09:30:34 prd-centos7-docker-4c-2g-13566 does not seem to be running inside a container 09:30:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:30:35 Removing intermediate container 4f75d79192e8 09:30:35 ---> 051f3878abff 09:30:35 Successfully built 051f3878abff 09:30:35 Successfully tagged ci-base-image-arm64:latest 09:30:35 $ docker top 0682458690a9853141bd3b7f76db8091674421aac59fb22d1861373add693b54 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 09:30:35 + make test 09:30:35 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:30:36 + docker inspect -f . ci-base-image-arm64 09:30:36 . [Pipeline] withDockerContainer 09:30:36 prd-ubuntu18.04-docker-arm64-4c-16g-13565 does not seem to be running inside a container 09:30:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:30:36 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:30:37 $ docker top bbfdb3d3221687762397310bbe7a15e32d39a9e5cf9fc53a3021685dfe740caa -eo pid,comm [Pipeline] { [Pipeline] sh 09:30:38 + go version 09:30:38 go version go1.15.2 linux/arm64 [Pipeline] } 09:30:39 $ docker stop --time=1 bbfdb3d3221687762397310bbe7a15e32d39a9e5cf9fc53a3021685dfe740caa 09:30:40 $ docker rm -f bbfdb3d3221687762397310bbe7a15e32d39a9e5cf9fc53a3021685dfe740caa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:30:42 + docker inspect -f . ci-base-image-arm64 09:30:42 . [Pipeline] withDockerContainer 09:30:42 prd-ubuntu18.04-docker-arm64-4c-16g-13565 does not seem to be running inside a container 09:30:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:30:43 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 09:30:43 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 09:30:43 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 09:30:43 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 09:30:43 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 09:30:43 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 09:30:43 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 09:30:43 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 09:30:43 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 09:30:43 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 09:30:43 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 09:30:43 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 09:30:43 GO111MODULE=on go vet ./... 09:30:43 $ docker top 9a66a1abe48a6d44dde5b47baab8c69559ac1925ed52720161c7653c78997e11 -eo pid,comm [Pipeline] { [Pipeline] sh 09:30:44 + make test 09:30:44 GO111MODULE=on go test -coverprofile=coverage.out ./... [Pipeline] } 09:30:45 $ docker stop --time=1 0682458690a9853141bd3b7f76db8091674421aac59fb22d1861373add693b54 09:30:46 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:30:47 $ docker rm -f 0682458690a9853141bd3b7f76db8091674421aac59fb22d1861373add693b54 [Pipeline] // withDockerContainer [Pipeline] sh 09:30:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:30:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:30:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:30:51 + ls -al . 09:30:51 total 84 09:30:51 drwxrwxr-x. 9 jenkins jenkins 4096 Nov 26 09:30 . 09:30:51 drwxrwxr-x. 4 jenkins jenkins 28 Nov 26 09:29 .. 09:30:51 drwxrwxr-x. 3 jenkins jenkins 20 Nov 26 09:29 assets 09:30:51 drwxrwxr-x. 2 jenkins jenkins 35 Nov 26 09:29 bin 09:30:51 drwxrwxr-x. 3 jenkins jenkins 29 Nov 26 09:29 cmd 09:30:51 -rw-rw-r--. 1 jenkins jenkins 3959 Nov 26 09:29 CONTRIBUTING.md 09:30:51 -rw-r--r--. 1 jenkins jenkins 10 Nov 26 09:30 coverage.out 09:30:51 -rw-rw-r--. 1 jenkins jenkins 913 Nov 26 09:29 Dockerfile 09:30:51 -rw-rw-r--. 1 jenkins jenkins 898 Nov 26 09:29 Dockerfile.build 09:30:51 drwxrwxr-x. 5 jenkins jenkins 104 Nov 26 09:29 docs 09:30:51 drwxrwxr-x. 8 jenkins jenkins 179 Nov 26 09:29 .git 09:30:51 drwxrwxr-x. 2 jenkins jenkins 81 Nov 26 09:29 .github 09:30:51 -rw-rw-r--. 1 jenkins jenkins 136 Nov 26 09:29 .gitignore 09:30:51 -rw-rw-r--. 1 jenkins jenkins 1019 Nov 26 09:29 go.mod 09:30:51 -rw-r--r--. 1 jenkins jenkins 20718 Nov 26 09:30 go.sum 09:30:51 drwxrwxr-x. 10 jenkins jenkins 139 Nov 26 09:29 internal 09:30:51 -rw-rw-r--. 1 jenkins jenkins 652 Nov 26 09:29 Jenkinsfile 09:30:51 -rw-rw-r--. 1 jenkins jenkins 11357 Nov 26 09:29 LICENSE 09:30:51 -rw-rw-r--. 1 jenkins jenkins 951 Nov 26 09:29 Makefile 09:30:51 -rw-rw-r--. 1 jenkins jenkins 3545 Nov 26 09:29 README.md 09:30:51 -rw-rw-r--. 1 jenkins jenkins 5 Nov 26 09:27 VERSION 09:30:51 -rw-rw-r--. 1 jenkins jenkins 155 Nov 26 09:29 version.go [Pipeline] isUnix [Pipeline] sh 09:30:51 + 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=00f21b3c13ba74f42da07d46f9d72afe82e5fab5 --label arch=amd64 --label version=0.0.0 . 09:30:51 Sending build context to Docker daemon 15.66MB 09:30:51 Step 1/24 : ARG BASE=golang:1.15-alpine 09:30:51 Step 2/24 : FROM ${BASE} AS builder 09:30:51 ---> 9e15bc03ae6d 09:30:51 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:30:52 ---> Running in 9069c4cfc97e 09:30:52 Removing intermediate container 9069c4cfc97e 09:30:52 ---> 60bb08065616 09:30:52 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 09:30:52 ---> Running in 609c34050bf9 09:30:52 Removing intermediate container 609c34050bf9 09:30:52 ---> bf3256d6cbb5 09:30:52 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 09:30:52 ---> Running in 541dbdd7cf02 09:30:52 Removing intermediate container 541dbdd7cf02 09:30:52 ---> 2712a86ebd2e 09:30:52 Step 6/24 : LABEL Name=edgex-ui-go 09:30:52 ---> Running in e2dc62b9b254 09:30:52 Removing intermediate container e2dc62b9b254 09:30:52 ---> 18661ca87de0 09:30:52 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 09:30:52 ---> Running in b28e0be9c52c 09:30:53 Removing intermediate container b28e0be9c52c 09:30:53 ---> 081f4a658ed0 09:30:53 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:30:53 ---> Running in 30e8b98d7fd4 09:30:54 Removing intermediate container 30e8b98d7fd4 09:30:54 ---> 45a3943c8aba 09:30:54 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:30:54 ---> Running in 0690ef650b25 09:30:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:30:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:30:56 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:30:56 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:30:56 OK: 12754 distinct packages available 09:30:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:30:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:30:57 OK: 166 MiB in 39 packages 09:30:58 Removing intermediate container 0690ef650b25 09:30:58 ---> a17dda4f4bf6 09:30:58 Step 10/24 : ENV GO111MODULE=on 09:30:58 ---> Running in 1e3ca5597986 09:30:58 Removing intermediate container 1e3ca5597986 09:30:58 ---> 125e17f25596 09:30:58 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:30:58 ---> Running in e62aeb42089c 09:30:58 Removing intermediate container e62aeb42089c 09:30:58 ---> 236163929afc 09:30:58 Step 12/24 : COPY go.mod . 09:30:58 ---> 1be6b49b77f7 09:30:58 Step 13/24 : COPY Makefile . 09:30:58 ---> 8b18836a7133 09:30:58 Step 14/24 : RUN make update 09:30:58 ---> Running in 98a89e1e60e7 09:30:59 CGO_ENABLED=0 GO111MODULE=on go mod download 09:31:00 Removing intermediate container 98a89e1e60e7 09:31:00 ---> 113abfabef2e 09:31:00 Step 15/24 : COPY . . 09:31:01 ---> f771e334ca8e 09:31:01 Step 16/24 : RUN ${MAKE} 09:31:01 ---> Running in 924f6e06075a 09:31:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 09:31:08 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 09:31:08 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 09:31:08 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 09:31:08 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 09:31:08 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 09:31:08 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 09:31:08 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 09:31:08 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 09:31:08 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 09:31:08 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 09:31:08 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 09:31:08 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 09:31:08 GO111MODULE=on go vet ./... 09:31:09 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:31:11 Removing intermediate container 924f6e06075a 09:31:11 ---> 1e50116e5e4d 09:31:11 Step 17/24 : FROM alpine 09:31:11 latest: Pulling from library/alpine 09:31:11 188c0c94c7c5: Pulling fs layer 09:31:11 188c0c94c7c5: Verifying Checksum 09:31:11 188c0c94c7c5: Download complete 09:31:12 188c0c94c7c5: Pull complete 09:31:12 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 09:31:12 Status: Downloaded newer image for alpine:latest 09:31:12 ---> d6e46aa2470d 09:31:12 Step 18/24 : EXPOSE 4000 09:31:12 ---> Running in ec8f864897c1 09:31:12 Removing intermediate container ec8f864897c1 09:31:12 ---> d325b74ae359 09:31:12 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 [Pipeline] } 09:31:12 $ docker stop --time=1 9a66a1abe48a6d44dde5b47baab8c69559ac1925ed52720161c7653c78997e11 09:31:13 ---> b12b5781b672 09:31:13 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:31:13 ---> Running in ff69225b8bb1 09:31:13 Removing intermediate container ff69225b8bb1 09:31:13 ---> 358e345e4f2f 09:31:13 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 09:31:13 ---> Running in 1c9cc43816e5 09:31:13 Removing intermediate container 1c9cc43816e5 09:31:13 ---> 4367d66990c7 09:31:13 Step 22/24 : LABEL arch=amd64 09:31:13 ---> Running in 4bb4d77c1245 09:31:13 Removing intermediate container 4bb4d77c1245 09:31:13 ---> 0705171c75a5 09:31:13 Step 23/24 : LABEL git_sha=00f21b3c13ba74f42da07d46f9d72afe82e5fab5 09:31:13 ---> Running in 9faa574bbccf 09:31:14 Removing intermediate container 9faa574bbccf 09:31:14 ---> a05829449173 09:31:14 Step 24/24 : LABEL version=0.0.0 09:31:14 ---> Running in f8fc7fe82d18 09:31:14 Removing intermediate container f8fc7fe82d18 09:31:14 ---> 0588db7eca77 09:31:14 [Warning] One or more build-args [ARCH] were not consumed 09:31:14 Successfully built 0588db7eca77 09:31:14 Successfully tagged docker-edgex-ui-go:latest 09:31:15 $ docker rm -f 9a66a1abe48a6d44dde5b47baab8c69559ac1925ed52720161c7653c78997e11 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 09:31:15 + sudo chown -R jenkins:jenkins . Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stash 09:31:16 Warning: overwriting stash ‘coverage-report’ [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:31:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:31:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:31:18 + ls -al . 09:31:18 total 116 09:31:18 drwxrwxr-x 9 jenkins jenkins 4096 Nov 26 09:30 . 09:31:18 drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 09:29 .. 09:31:18 drwxrwxr-x 8 jenkins jenkins 4096 Nov 26 09:29 .git 09:31:18 drwxrwxr-x 2 jenkins jenkins 4096 Nov 26 09:29 .github 09:31:18 -rw-rw-r-- 1 jenkins jenkins 136 Nov 26 09:29 .gitignore 09:31:18 -rw-rw-r-- 1 jenkins jenkins 3959 Nov 26 09:29 CONTRIBUTING.md 09:31:18 -rw-rw-r-- 1 jenkins jenkins 913 Nov 26 09:29 Dockerfile 09:31:18 -rw-rw-r-- 1 jenkins jenkins 898 Nov 26 09:29 Dockerfile.build 09:31:18 -rw-rw-r-- 1 jenkins jenkins 652 Nov 26 09:29 Jenkinsfile 09:31:18 -rw-rw-r-- 1 jenkins jenkins 11357 Nov 26 09:29 LICENSE 09:31:18 -rw-rw-r-- 1 jenkins jenkins 951 Nov 26 09:29 Makefile 09:31:18 -rw-rw-r-- 1 jenkins jenkins 3545 Nov 26 09:29 README.md 09:31:18 -rw-rw-r-- 1 jenkins jenkins 5 Nov 26 09:27 VERSION 09:31:18 drwxrwxr-x 3 jenkins jenkins 4096 Nov 26 09:29 assets 09:31:18 drwxrwxr-x 2 jenkins jenkins 4096 Nov 26 09:29 bin 09:31:18 drwxrwxr-x 3 jenkins jenkins 4096 Nov 26 09:29 cmd 09:31:18 -rw-r--r-- 1 jenkins jenkins 10 Nov 26 09:30 coverage.out 09:31:18 drwxrwxr-x 5 jenkins jenkins 4096 Nov 26 09:29 docs 09:31:18 -rw-rw-r-- 1 jenkins jenkins 1019 Nov 26 09:29 go.mod 09:31:18 -rw-r--r-- 1 jenkins jenkins 20718 Nov 26 09:30 go.sum 09:31:18 drwxrwxr-x 10 jenkins jenkins 4096 Nov 26 09:29 internal 09:31:18 -rw-rw-r-- 1 jenkins jenkins 155 Nov 26 09:29 version.go [Pipeline] isUnix [Pipeline] sh 09:31:18 + 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=00f21b3c13ba74f42da07d46f9d72afe82e5fab5 --label arch=arm64 --label version=0.0.0 . 09:31:19 Sending build context to Docker daemon 15.66MB 09:31:19 Step 1/24 : ARG BASE=golang:1.15-alpine 09:31:19 Step 2/24 : FROM ${BASE} AS builder 09:31:19 ---> 051f3878abff 09:31:19 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:31:19 ---> Running in 1626c50d7f94 09:31:19 Removing intermediate container 1626c50d7f94 09:31:19 ---> 7d1f7f7e2e1a 09:31:19 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 09:31:19 ---> Running in abf481b70a6c 09:31:20 Removing intermediate container abf481b70a6c 09:31:20 ---> 2916e4041522 09:31:20 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 09:31:20 ---> Running in 922f1cd9e97e 09:31:21 Removing intermediate container 922f1cd9e97e 09:31:21 ---> 5ecdeeb9054c 09:31:21 Step 6/24 : LABEL Name=edgex-ui-go 09:31:21 ---> Running in eecb3475f398 09:31:21 Removing intermediate container eecb3475f398 09:31:21 ---> 1fc910bbd5f4 09:31:21 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 09:31:21 ---> Running in 175ec7e9c7ac 09:31:22 Removing intermediate container 175ec7e9c7ac 09:31:22 ---> fe811d2cd1fa 09:31:22 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:31:22 ---> Running in bbb3dcb07cfa 09:31:24 Removing intermediate container bbb3dcb07cfa 09:31:24 ---> 6c0f333e2996 09:31:24 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:31:24 ---> Running in 0bd2e1a0c7de 09:31:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:31:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:31:27 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:31:27 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:31:27 OK: 12625 distinct packages available 09:31:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:31:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:31:29 OK: 142 MiB in 39 packages 09:31:30 Removing intermediate container 0bd2e1a0c7de 09:31:30 ---> 3d592a23ce17 09:31:30 Step 10/24 : ENV GO111MODULE=on 09:31:30 ---> Running in 84304cc67a91 09:31:30 Removing intermediate container 84304cc67a91 09:31:30 ---> 4bf50abb717a 09:31:30 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:31:30 ---> Running in 7c7f20d46755 09:31:31 Removing intermediate container 7c7f20d46755 09:31:31 ---> 529948da0644 09:31:31 Step 12/24 : COPY go.mod . 09:31:31 ---> acbe00b4eb03 09:31:31 Step 13/24 : COPY Makefile . 09:31:32 ---> 0d6be24b826f 09:31:32 Step 14/24 : RUN make update 09:31:32 ---> Running in 2cf903c61b37 09:31:33 CGO_ENABLED=0 GO111MODULE=on go mod download 09:31:35 Removing intermediate container 2cf903c61b37 09:31:35 ---> 4f9af6fa733b 09:31:35 Step 15/24 : COPY . . 09:31:36 ---> dc7c61cae89c 09:31:36 Step 16/24 : RUN ${MAKE} 09:31:36 ---> Running in 245db8f2c8d1 09:31:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 09:31:59 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:32:05 Removing intermediate container 245db8f2c8d1 09:32:05 ---> a3b0858ff644 09:32:05 Step 17/24 : FROM alpine 09:32:05 latest: Pulling from library/alpine 09:32:05 5f621e34cdf4: Pulling fs layer 09:32:05 5f621e34cdf4: Verifying Checksum 09:32:05 5f621e34cdf4: Download complete 09:32:05 5f621e34cdf4: Pull complete 09:32:05 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 09:32:05 Status: Downloaded newer image for alpine:latest 09:32:05 ---> 2e77e061c27f 09:32:05 Step 18/24 : EXPOSE 4000 09:32:06 ---> Running in 1a1e2397d872 09:32:06 Removing intermediate container 1a1e2397d872 09:32:06 ---> d2fd14e64fc5 09:32:06 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:32:08 ---> 31fd435ec512 09:32:08 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:32:08 ---> Running in aa6938f4891a 09:32:08 Removing intermediate container aa6938f4891a 09:32:08 ---> 084a826727d0 09:32:08 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 09:32:08 ---> Running in 28429e04ba82 09:32:09 Removing intermediate container 28429e04ba82 09:32:09 ---> c66de98993d9 09:32:09 Step 22/24 : LABEL arch=arm64 09:32:09 ---> Running in ce759dc57e99 09:32:09 Removing intermediate container ce759dc57e99 09:32:09 ---> 303310ceaa37 09:32:09 Step 23/24 : LABEL git_sha=00f21b3c13ba74f42da07d46f9d72afe82e5fab5 09:32:09 ---> Running in ce6f744bc794 09:32:10 Removing intermediate container ce6f744bc794 09:32:10 ---> e54495c37471 09:32:10 Step 24/24 : LABEL version=0.0.0 09:32:10 ---> Running in 23f6927d1dd7 09:32:10 Removing intermediate container 23f6927d1dd7 09:32:10 ---> 6d3273ef6032 09:32:10 [Warning] One or more build-args [ARCH] were not consumed 09:32:11 Successfully built 6d3273ef6032 09:32:11 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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:32:12 provisioning config files... 09:32:12 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp/config7589157460869087583tmp [Pipeline] { [Pipeline] sh 09:32:13 + set +x 09:32:13 + curl -s https://codecov.io/bash 09:32:13 + bash -s -- 09:32:13 09:32:13 _____ _ 09:32:13 / ____| | | 09:32:13 | | ___ __| | ___ ___ _____ __ 09:32:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:32:13 | |___| (_) | (_| | __/ (_| (_) \ V / 09:32:13 \_____\___/ \__,_|\___|\___\___/ \_/ 09:32:13 Bash-20201124-79cbc08 09:32:13 09:32:13 09:32:13 ==> Jenkins CI detected. 09:32:13 project root: . 09:32:13 --> token set from env 09:32:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:32:13 ==> Running gcov in . (disable via -X gcov) 09:32:13 ==> Python coveragepy not found 09:32:13 ==> Searching for coverage reports in: 09:32:13 + . 09:32:13 -> Found 1 reports 09:32:13 ==> Detecting git/mercurial file structure 09:32:13 ==> Reading reports 09:32:13 + ./coverage.out bytes=10 09:32:13 ==> Appending adjustments 09:32:13 https://docs.codecov.io/docs/fixing-reports 09:32:13 + Found adjustments 09:32:13 ==> Gzipping contents 09:32:13 4.0K /tmp/codecov.DNJd5Y.gz 09:32:13 ==> Uploading reports 09:32:13 url: https://codecov.io 09:32:13 query: branch=PR-271&commit=00f21b3c13ba74f42da07d46f9d72afe82e5fab5&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-271%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=271&job=&cmd_args= 09:32:13 -> Pinging Codecov 09:32:13 https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=PR-271&commit=00f21b3c13ba74f42da07d46f9d72afe82e5fab5&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-271%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=271&job=&cmd_args= 09:32:14 -> Uploading to 09:32:14 https://storage.googleapis.com/codecov/v4/raw/2020-11-26/FB506323287CE973F263BFD2A0EB1F37/00f21b3c13ba74f42da07d46f9d72afe82e5fab5/c8cb0811-4a5a-48db-91e5-d53f88f6ae8e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201126T093213Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1af5c774e9d0f1e57d0a642698dc53d3a0e188f216dfce0ba062a209221d0fcf 09:32:14 % Total % Received % Xferd Average Speed Time Time Time Current 09:32:14 Dload Upload Total Spent Left Speed 09:32:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1791 0 0 100 1791 0 4345 --:--:-- --:--:-- --:--:-- 4357 09:32:14 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/00f21b3c13ba74f42da07d46f9d72afe82e5fab5 [Pipeline] } 09:32:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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:32:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:32:18 ---> package-listing.sh 09:32:18 ++ tr '[:upper:]' '[:lower:]' 09:32:18 ++ facter osfamily 09:32:18 + OS_FAMILY=redhat 09:32:18 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-271 09:32:18 + START_PACKAGES=/tmp/packages_start.txt 09:32:18 + END_PACKAGES=/tmp/packages_end.txt 09:32:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:32:18 + PACKAGES=/tmp/packages_start.txt 09:32:18 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-271 ']' 09:32:18 + PACKAGES=/tmp/packages_end.txt 09:32:18 + case "${OS_FAMILY}" in 09:32:18 + rpm -qa 09:32:18 + sort 09:32:23 + '[' -f /tmp/packages_start.txt ']' 09:32:23 + '[' -f /tmp/packages_end.txt ']' 09:32:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:32:23 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-271 ']' 09:32:23 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-271/archives/ 09:32:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-271/archives/ [Pipeline] echo 09:32:23 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_PR-271/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:32:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:32:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:32:24 09:32:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:32:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:32:24 alpine: Pulling from edgex-lftools-log-publisher 09:32:24 df20fa9351a1: Pulling fs layer 09:32:24 36b3adc4ff6f: Pulling fs layer 09:32:24 8ad3a11d3b57: Pulling fs layer 09:32:24 46f8f816bc3b: Pulling fs layer 09:32:24 93b61091891f: Pulling fs layer 09:32:24 93b9cdb0e59b: Pulling fs layer 09:32:24 5e14af77c1be: Pulling fs layer 09:32:24 46f8f816bc3b: Waiting 09:32:24 01666e4c0597: Pulling fs layer 09:32:24 93b61091891f: Waiting 09:32:24 aa168da1d23b: Pulling fs layer 09:32:24 93b9cdb0e59b: Waiting 09:32:24 01666e4c0597: Waiting 09:32:24 5e14af77c1be: Waiting 09:32:24 aa168da1d23b: Waiting 09:32:24 36b3adc4ff6f: Verifying Checksum 09:32:24 36b3adc4ff6f: Download complete 09:32:24 46f8f816bc3b: Verifying Checksum 09:32:24 46f8f816bc3b: Download complete 09:32:24 df20fa9351a1: Download complete 09:32:24 93b9cdb0e59b: Verifying Checksum 09:32:24 93b9cdb0e59b: Download complete 09:32:24 93b61091891f: Verifying Checksum 09:32:24 93b61091891f: Download complete 09:32:24 5e14af77c1be: Verifying Checksum 09:32:24 5e14af77c1be: Download complete 09:32:24 01666e4c0597: Verifying Checksum 09:32:24 01666e4c0597: Download complete 09:32:25 df20fa9351a1: Pull complete 09:32:25 36b3adc4ff6f: Pull complete 09:32:25 8ad3a11d3b57: Verifying Checksum 09:32:25 8ad3a11d3b57: Download complete 09:32:26 8ad3a11d3b57: Pull complete 09:32:26 46f8f816bc3b: Pull complete 09:32:27 93b61091891f: Pull complete 09:32:27 aa168da1d23b: Verifying Checksum 09:32:27 aa168da1d23b: Download complete 09:32:27 93b9cdb0e59b: Pull complete 09:32:27 5e14af77c1be: Pull complete 09:32:27 01666e4c0597: Pull complete 09:32:34 aa168da1d23b: Pull complete 09:32:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:32:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:32:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:32:34 prd-centos7-docker-4c-2g-13564 does not seem to be running inside a container 09:32:34 $ 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_PR-271/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_PR-271 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-271:/w/workspace/edgexfoundry_edgex-ui-go_PR-271:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-271@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:32:38 $ docker top a0d299e2dbed0072da9479d7c864ce47ed6fa4780b1a489683e8b71b9a0d3245 -eo pid,comm [Pipeline] { [Pipeline] sh 09:32:39 + touch /tmp/pre-build-complete [Pipeline] sh 09:32:39 + mkdir -p /var/log/sa [Pipeline] sh 09:32:39 + ls /var/log/sa-host 09:32:39 + sadf -c /var/log/sa-host/sa23 09:32:39 file_magic: OK 09:32:39 HZ: Using current value: 100 09:32:39 file_header: OK 09:32:39 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:32:39 Statistics: 09:32:39 Hnuu...uuuununununu... 09:32:39 File successfully converted to sysstat format version 12.2.1 09:32:39 + sadf -c /var/log/sa-host/sa26 09:32:39 file_magic: OK 09:32:39 HZ: Using current value: 100 09:32:39 file_header: OK 09:32:39 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:32:39 Statistics: 09:32:39 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:32:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:32:39 provisioning config files... 09:32:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp/config2480798403655040723tmp [Pipeline] { [Pipeline] echo 09:32:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:32:40 ---> create-netrc.sh [Pipeline] } 09:32:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:32:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:32:40 ---> python-tools-install.sh [Pipeline] echo 09:32:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:32:41 ---> sudo-logs.sh 09:32:41 Archiving 'sudo' log.. [Pipeline] echo 09:32:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:32:41 ---> job-cost.sh 09:32:41 lf-activate-venv: SKIPPING 09:32:41 INFO: No Stack... 09:32:42 INFO: Retrieving Pricing Info for: v1-standard-2 09:32:42 INFO: Archiving Costs [Pipeline] echo 09:32:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:32:43 ---> logs-deploy.sh 09:32:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-271/2 09:32:43 INFO: archiving workspace using pattern(s): 09:32:45 Archives upload complete. 09:32:45 INFO: archiving logs to Nexus 09:32:46 ---> uname -a: 09:32:46 Linux prd-centos7-docker-4c-2g-13564.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:32:46 09:32:46 09:32:46 ---> lscpu: 09:32:46 Architecture: x86_64 09:32:46 CPU op-mode(s): 32-bit, 64-bit 09:32:46 Byte Order: Little Endian 09:32:46 Address sizes: 40 bits physical, 48 bits virtual 09:32:46 CPU(s): 4 09:32:46 On-line CPU(s) list: 0-3 09:32:46 Thread(s) per core: 1 09:32:46 Core(s) per socket: 1 09:32:46 Socket(s): 4 09:32:46 NUMA node(s): 1 09:32:46 Vendor ID: GenuineIntel 09:32:46 CPU family: 6 09:32:46 Model: 44 09:32:46 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:32:46 Stepping: 1 09:32:46 CPU MHz: 2933.442 09:32:46 BogoMIPS: 5866.88 09:32:46 Virtualization: VT-x 09:32:46 Hypervisor vendor: KVM 09:32:46 Virtualization type: full 09:32:46 L1d cache: 128 KiB 09:32:46 L1i cache: 128 KiB 09:32:46 L2 cache: 16 MiB 09:32:46 L3 cache: 64 MiB 09:32:46 NUMA node0 CPU(s): 0-3 09:32:46 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:32:46 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:32:46 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:32:46 Vulnerability Meltdown: Mitigation; PTI 09:32:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:32:46 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:32:46 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:32:46 Vulnerability Srbds: Not affected 09:32:46 Vulnerability Tsx async abort: Not affected 09:32:46 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:32:46 09:32:46 09:32:46 ---> nproc: 09:32:46 4 09:32:46 09:32:46 09:32:46 ---> df -h: 09:32:46 Filesystem Size Used Available Use% Mounted on 09:32:46 overlay 50.0G 7.3G 42.7G 15% / 09:32:46 tmpfs 64.0M 0 64.0M 0% /dev 09:32:46 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:32:46 shm 64.0M 0 64.0M 0% /dev/shm 09:32:46 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 09:32:46 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 09:32:46 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 09:32:46 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 09:32:46 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 09:32:46 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 09:32:46 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-271 09:32:46 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp 09:32:46 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 09:32:46 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 09:32:46 09:32:46 09:32:46 ---> free -m: 09:32:46 total used free shared buff/cache available 09:32:46 Mem: 1837 686 108 0 1042 1046 09:32:46 Swap: 1023 1 1022 09:32:46 09:32:46 09:32:46 ---> ip addr: 09:32:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:32:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:32:46 inet 127.0.0.1/8 scope host lo 09:32:46 valid_lft forever preferred_lft forever 09:32:46 inet6 ::1/128 scope host 09:32:46 valid_lft forever preferred_lft forever 09:32:46 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:32:46 link/ether fa:16:3e:64:47:28 brd ff:ff:ff:ff:ff:ff 09:32:46 inet 10.30.123.94/23 brd 10.30.123.255 scope global dynamic eth0 09:32:46 valid_lft 86018sec preferred_lft 86018sec 09:32:46 inet6 fe80::f816:3eff:fe64:4728/64 scope link 09:32:46 valid_lft forever preferred_lft forever 09:32:46 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:32:46 link/ether 02:42:e0:68:79:1b brd ff:ff:ff:ff:ff:ff 09:32:46 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:32:46 valid_lft forever preferred_lft forever 09:32:46 inet6 fe80::42:e0ff:fe68:791b/64 scope link 09:32:46 valid_lft forever preferred_lft forever 09:32:46 09:32:46 09:32:46 ---> sar -b -r -n DEV: 09:32:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/26/20 _x86_64_ (4 CPU) 09:32:46 09:32:46 09:26:11 LINUX RESTART (4 CPU) 09:32:46 09:32:46 09:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:32:46 09:28:01 32.00 11.35 20.64 0.00 4372.77 3535.74 0.00 09:32:46 09:29:01 1.85 0.00 1.85 0.00 0.00 36.91 0.00 09:32:46 09:30:01 0.27 0.00 0.27 0.00 0.00 2.86 0.00 09:32:46 09:31:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 09:32:46 09:32:01 0.23 0.00 0.23 0.00 0.00 3.38 0.00 09:32:46 Average: 6.91 2.27 4.64 0.00 874.79 716.34 0.00 09:32:46 09:32:46 09:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:32:46 09:28:01 158004 0 588412 31.27 2620 1132508 1106068 37.75 439792 1084064 20 09:32:46 09:29:01 164248 0 582160 30.94 2620 1132516 1073540 36.64 436772 1081316 12 09:32:46 09:30:01 161848 0 584556 31.07 2620 1132520 1074000 36.65 438360 1082736 8 09:32:46 09:31:01 161196 0 585208 31.10 2620 1132520 1074048 36.66 451292 1070064 8 09:32:46 09:32:01 160288 0 586108 31.15 2620 1132528 1073964 36.65 454484 1068060 8 09:32:46 Average: 161117 0 585289 31.11 2620 1132518 1080324 36.87 444140 1077248 11 09:32:46 09:32:46 09:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:32:46 09:28:01 eth0 114.53 108.89 449.52 42.09 0.00 0.00 0.00 0.00 09:32:46 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:46 09:28:01 docker0 48.58 38.99 4.14 108.95 0.00 0.00 0.00 0.00 09:32:46 09:29:01 eth0 0.77 0.08 0.06 0.01 0.00 0.00 0.00 0.00 09:32:46 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:46 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:46 09:30:01 eth0 1.65 0.63 0.61 0.40 0.00 0.00 0.00 0.00 09:32:46 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:46 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:46 09:31:01 eth0 1.05 0.38 0.33 0.20 0.00 0.00 0.00 0.00 09:32:46 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:46 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:46 09:32:01 eth0 2.21 0.65 0.78 0.43 0.00 0.00 0.00 0.00 09:32:46 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:46 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:46 Average: eth0 24.05 22.13 90.28 8.63 0.00 0.00 0.00 0.00 09:32:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:46 Average: docker0 9.72 7.80 0.83 21.80 0.00 0.00 0.00 0.00 09:32:46 09:32:46 09:32:46 ---> sar -P ALL: 09:32:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/26/20 _x86_64_ (4 CPU) 09:32:46 09:32:46 09:26:11 LINUX RESTART (4 CPU) 09:32:46 09:32:46 09:27:01 CPU %user %nice %system %iowait %steal %idle 09:32:46 09:28:01 all 3.05 0.00 1.95 0.54 0.01 94.45 09:32:46 09:28:01 0 2.92 0.00 1.90 0.29 0.00 94.90 09:32:46 09:28:01 1 3.08 0.00 2.24 1.19 0.03 93.45 09:32:46 09:28:01 2 2.91 0.00 2.03 0.49 0.02 94.56 09:32:46 09:28:01 3 3.28 0.00 1.62 0.22 0.00 94.88 09:32:46 09:29:01 all 0.14 0.00 0.04 0.00 0.00 99.82 09:32:46 09:29:01 0 0.02 0.00 0.05 0.00 0.00 99.93 09:32:46 09:29:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:32:46 09:29:01 2 0.05 0.00 0.05 0.00 0.00 99.90 09:32:46 09:29:01 3 0.47 0.00 0.03 0.00 0.00 99.50 09:32:46 09:30:01 all 0.16 0.00 0.07 0.00 0.00 99.77 09:32:46 09:30:01 0 0.48 0.00 0.08 0.00 0.00 99.43 09:32:46 09:30:01 1 0.05 0.00 0.05 0.00 0.00 99.90 09:32:46 09:30:01 2 0.05 0.00 0.07 0.00 0.00 99.88 09:32:46 09:30:01 3 0.05 0.00 0.07 0.00 0.00 99.88 09:32:46 09:31:01 all 0.16 0.00 0.05 0.00 0.00 99.79 09:32:46 09:31:01 0 0.48 0.00 0.03 0.00 0.00 99.48 09:32:46 09:31:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:32:46 09:31:01 2 0.05 0.00 0.08 0.00 0.00 99.87 09:32:46 09:31:01 3 0.08 0.00 0.05 0.00 0.00 99.87 09:32:46 09:32:01 all 0.17 0.00 0.06 0.00 0.01 99.76 09:32:46 09:32:01 0 0.47 0.00 0.07 0.00 0.02 99.45 09:32:46 09:32:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:32:46 09:32:01 2 0.10 0.00 0.10 0.00 0.00 99.80 09:32:46 09:32:01 3 0.07 0.00 0.05 0.00 0.02 99.87 09:32:46 Average: all 0.73 0.00 0.43 0.11 0.01 98.72 09:32:46 Average: 0 0.87 0.00 0.42 0.06 0.00 98.65 09:32:46 Average: 1 0.64 0.00 0.47 0.24 0.01 98.64 09:32:46 Average: 2 0.63 0.00 0.46 0.10 0.00 98.81 09:32:46 Average: 3 0.79 0.00 0.36 0.04 0.00 98.80 09:32:46 09:32:46 09:32:46