Pull request #289 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1020d6c1e9ddeda7f01b4de0df0680deaa148d30+d897271f5bdcc8b47fe99642677f598acc1508a8 (e2b6c0f73ad662163d18a95c57f84312eda77486) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27317 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [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-289 # 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 d897271f5bdcc8b47fe99642677f598acc1508a8 into PR head commit 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 > 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/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 # timeout=10 Merge succeeded, producing 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 Checking out Revision 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 (PR-289) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d897271f5bdcc8b47fe99642677f598acc1508a8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" > git rev-list --no-walk fd2431a676bff289ed86a71baab2c922bfcb1568 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:26:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:26:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:26:22 ========================================================= 10:26:22 EdgeX Global Pipelines Version Info 10:26:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:26:27 ------------------- 10:26:27 stable info: 10:26:27 ------------------- 10:26:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:26:27 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:26:27 Message: update stable to v1.0.179 10:26:28 ------------------- 10:26:28 experimental info: 10:26:28 ------------------- 10:26:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:26:28 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:26:28 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:26:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 10:26:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 10:26:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:26:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:26:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:26:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:26:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:26:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:26:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:26:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:26:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:26:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 10:26:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:26:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:26:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:26:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:26:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:26:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:26:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:26:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:26:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:26:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:26:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:26:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:26:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:26:31 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:26:31 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:26:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-289 [Pipeline] echo 10:26:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-289 [Pipeline] echo 10:26:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-289 [Pipeline] echo 10:26:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 [Pipeline] echo 10:26:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1020d6c [Pipeline] echo 10:26:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:26:32 provisioning config files... 10:26:32 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config8232547734853503388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:26:33 ---> docker-login.sh 10:26:33 nexus3.edgexfoundry.org:10001 10:26:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:35 Configure a credential helper to remove this warning. See 10:26:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:35 10:26:35 Login Succeeded 10:26:35 nexus3.edgexfoundry.org:10002 10:26:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:36 Configure a credential helper to remove this warning. See 10:26:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:36 10:26:36 Login Succeeded 10:26:36 nexus3.edgexfoundry.org:10003 10:26:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:37 Configure a credential helper to remove this warning. See 10:26:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:37 10:26:37 Login Succeeded 10:26:37 nexus3.edgexfoundry.org:10004 10:26:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:38 Configure a credential helper to remove this warning. See 10:26:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:38 10:26:38 Login Succeeded 10:26:38 docker.io 10:26:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:39 Configure a credential helper to remove this warning. See 10:26:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:39 10:26:39 Login Succeeded 10:26:39 ---> docker-login.sh ends [Pipeline] } 10:26:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:26:41 + git log --format=format:%s -1 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 [Pipeline] echo 10:26:41 GIT_COMMIT: 1020d6c1e9ddeda7f01b4de0df0680deaa148d30, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0 [Pipeline] echo 10:26:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:26:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:26:42 10:26:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:26:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:26:43 latest: Pulling from edgex-devops/git-semver 10:26:43 31603596830f: Pulling fs layer 10:26:43 2a8b12db71e7: Pulling fs layer 10:26:43 6ca5941a6612: Pulling fs layer 10:26:43 ecc8261a40a4: Pulling fs layer 10:26:43 ecc8261a40a4: Waiting 10:26:43 2a8b12db71e7: Verifying Checksum 10:26:43 2a8b12db71e7: Download complete 10:26:43 31603596830f: Verifying Checksum 10:26:43 31603596830f: Download complete 10:26:45 ecc8261a40a4: Verifying Checksum 10:26:45 ecc8261a40a4: Download complete 10:26:45 6ca5941a6612: Verifying Checksum 10:26:45 6ca5941a6612: Download complete 10:26:45 31603596830f: Pull complete 10:26:46 2a8b12db71e7: Pull complete 10:26:49 6ca5941a6612: Pull complete 10:26:49 ecc8261a40a4: Pull complete 10:26:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:26:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:26:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:26:50 prd-centos7-docker-4c-2g-27317 does not seem to be running inside a container 10:26:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:26:55 $ docker top 0bb068653f88cd6dbde18ca0580e1a8c28d53f38c7f812c8a296f4443e68eff5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:26:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:26:56 [ssh-agent] Looking for ssh-agent implementation... 10:26:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:26:57 $ docker exec 0bb068653f88cd6dbde18ca0580e1a8c28d53f38c7f812c8a296f4443e68eff5 ssh-agent 10:26:57 SSH_AUTH_SOCK=/tmp/ssh-tBXfHdiB2kx8/agent.11 10:26:57 SSH_AGENT_PID=17 10:26:57 Running ssh-add (command line suppressed) 10:26:58 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_1925832444905450022.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_1925832444905450022.key) 10:26:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:26:59 + git tag --points-at HEAD [Pipeline] } 10:26:59 $ docker exec --env ******** --env ******** 0bb068653f88cd6dbde18ca0580e1a8c28d53f38c7f812c8a296f4443e68eff5 ssh-agent -k 10:27:00 unset SSH_AUTH_SOCK; 10:27:00 unset SSH_AGENT_PID; 10:27:00 echo Agent pid 17 killed; 10:27:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:27:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:27:00 [ssh-agent] Looking for ssh-agent implementation... 10:27:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:27:01 $ docker exec 0bb068653f88cd6dbde18ca0580e1a8c28d53f38c7f812c8a296f4443e68eff5 ssh-agent 10:27:02 SSH_AUTH_SOCK=/tmp/ssh-eeJlSHgILiLN/agent.45 10:27:02 SSH_AGENT_PID=50 10:27:02 Running ssh-add (command line suppressed) 10:27:02 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_5931440882496465875.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_5931440882496465875.key) 10:27:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:27:03 + git semver init 10:27:03 # -> Open(): unable to determine branch for HEAD 10:27:03 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.git 10:27:03 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-289 10:27:03 # $SEMVER_REMOTE_NAME = origin 10:27:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:27:03 # $SEMVER_USER_NAME = edgex-jenkins 10:27:03 # $SEMVER_BRANCH = PR-289 10:27:03 # $SEMVER_TEMP = /tmp/semver-510695326 10:27:03 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 10:27:06 # '/tmp/semver-510695326' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver' 10:27:06 # -> Force: false 10:27:06 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver [Pipeline] } 10:27:06 $ docker exec --env ******** --env ******** 0bb068653f88cd6dbde18ca0580e1a8c28d53f38c7f812c8a296f4443e68eff5 ssh-agent -k 10:27:06 unset SSH_AUTH_SOCK; 10:27:06 unset SSH_AGENT_PID; 10:27:06 echo Agent pid 50 killed; 10:27:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:27:07 + git semver [Pipeline] } 10:27:07 $ docker stop --time=1 0bb068653f88cd6dbde18ca0580e1a8c28d53f38c7f812c8a296f4443e68eff5 10:27:09 $ docker rm -f 0bb068653f88cd6dbde18ca0580e1a8c28d53f38c7f812c8a296f4443e68eff5 [Pipeline] // withDockerContainer [Pipeline] sh 10:27:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:27:12 Stashed 1 file(s) [Pipeline] echo 10:27:12 [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 10:27:28 Still waiting to schedule task 10:27:28 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27317’ 10:27:28 Still waiting to schedule task 10:27:28 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 10:29:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27318 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws 10:29:14 Running in /w/workspace/edgex-ui-go/8 [Pipeline] { [Pipeline] checkout 10:29:19 using credential edgex-jenkins-ssh 10:29:19 Cloning the remote Git repository 10:29:19 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:29:20 > git init /w/workspace/edgex-ui-go/8 # timeout=10 10:29:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:29:20 > git --version # timeout=10 10:29:20 > git --version # 'git version 2.17.1' 10:29:20 using GIT_SSH to set credentials SSH Credentials for GitHub 10:29:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:29:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:29:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:29:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:29:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:29:21 using GIT_SSH to set credentials SSH Credentials for GitHub 10:29:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:29:22 Merging remotes/origin/master commit d897271f5bdcc8b47fe99642677f598acc1508a8 into PR head commit 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 10:29:22 Merge succeeded, producing 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 10:29:22 Checking out Revision 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 (PR-289) 10:29:22 > git config core.sparsecheckout # timeout=10 10:29:22 > git checkout -f 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 # timeout=10 10:29:22 > git remote # timeout=10 10:29:22 > git config --get remote.origin.url # timeout=10 10:29:22 using GIT_SSH to set credentials SSH Credentials for GitHub 10:29:22 > git merge d897271f5bdcc8b47fe99642677f598acc1508a8 # timeout=10 10:29:22 > git rev-parse HEAD^{commit} # timeout=10 10:29:22 > git config core.sparsecheckout # timeout=10 10:29:22 > git checkout -f 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 # timeout=10 10:29:27 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:29:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:29:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:29:30 + sudo service docker+ restart 10:29:30 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:29:32 provisioning config files... 10:29:32 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/8@tmp/config5425793568883203403tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:29:33 ---> docker-login.sh 10:29:33 nexus3.edgexfoundry.org:10001 10:29:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:34 Configure a credential helper to remove this warning. See 10:29:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:34 10:29:34 Login Succeeded 10:29:34 nexus3.edgexfoundry.org:10002 10:29:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:35 Configure a credential helper to remove this warning. See 10:29:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:35 10:29:35 Login Succeeded 10:29:35 nexus3.edgexfoundry.org:10003 10:29:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:35 Configure a credential helper to remove this warning. See 10:29:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:35 10:29:35 Login Succeeded 10:29:35 nexus3.edgexfoundry.org:10004 10:29:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:36 Configure a credential helper to remove this warning. See 10:29:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:36 10:29:36 Login Succeeded 10:29:36 docker.io 10:29:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:36 Configure a credential helper to remove this warning. See 10:29:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:36 10:29:36 Login Succeeded 10:29:36 ---> docker-login.sh ends [Pipeline] } 10:29:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:29:37 ========================================================= 10:29:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:29:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:29:37 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 10:29:38 Sending build context to Docker daemon 17.08MB 10:29:38 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:29:38 Step 2/8 : FROM ${BASE} 10:29:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:29:38 5f621e34cdf4: Pulling fs layer 10:29:38 a4357932f1b6: Pulling fs layer 10:29:38 18c013af1878: Pulling fs layer 10:29:38 00ac8860ef70: Pulling fs layer 10:29:38 63d7cb157983: Pulling fs layer 10:29:38 b116817d02f9: Pulling fs layer 10:29:38 745a02a5169b: Pulling fs layer 10:29:38 63d7cb157983: Waiting 10:29:38 b116817d02f9: Waiting 10:29:38 00ac8860ef70: Waiting 10:29:38 745a02a5169b: Waiting 10:29:38 18c013af1878: Verifying Checksum 10:29:38 18c013af1878: Download complete 10:29:38 a4357932f1b6: Verifying Checksum 10:29:38 a4357932f1b6: Download complete 10:29:38 63d7cb157983: Verifying Checksum 10:29:38 63d7cb157983: Download complete 10:29:38 b116817d02f9: Verifying Checksum 10:29:38 b116817d02f9: Download complete 10:29:38 5f621e34cdf4: Verifying Checksum 10:29:38 5f621e34cdf4: Download complete 10:29:39 5f621e34cdf4: Pull complete 10:29:40 a4357932f1b6: Pull complete 10:29:40 18c013af1878: Pull complete 10:29:40 745a02a5169b: Verifying Checksum 10:29:40 745a02a5169b: Download complete 10:29:41 00ac8860ef70: Verifying Checksum 10:29:41 00ac8860ef70: Download complete 10:29:43 Running on prd-centos7-docker-4c-2g-27319 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws 10:29:43 Running in /w/workspace/edgex-ui-go/8 [Pipeline] { [Pipeline] checkout 10:29:45 using credential edgex-jenkins-ssh 10:29:45 Cloning the remote Git repository 10:29:45 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:29:45 > git init /w/workspace/edgex-ui-go/8 # timeout=10 10:29:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:29:45 > git --version # timeout=10 10:29:45 > git --version # 'git version 2.24.3' 10:29:45 using GIT_SSH to set credentials SSH Credentials for GitHub 10:29:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:29:47 Merging remotes/origin/master commit d897271f5bdcc8b47fe99642677f598acc1508a8 into PR head commit 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 10:29:47 Merge succeeded, producing 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 10:29:47 Checking out Revision 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 (PR-289) 10:29:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:29:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:29:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:29:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:29:46 using GIT_SSH to set credentials SSH Credentials for GitHub 10:29:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:29:47 > git config core.sparsecheckout # timeout=10 10:29:47 > git checkout -f 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 # timeout=10 10:29:47 > git remote # timeout=10 10:29:47 > git config --get remote.origin.url # timeout=10 10:29:47 using GIT_SSH to set credentials SSH Credentials for GitHub 10:29:47 > git merge d897271f5bdcc8b47fe99642677f598acc1508a8 # timeout=10 10:29:47 > git rev-parse HEAD^{commit} # timeout=10 10:29:47 > git config core.sparsecheckout # timeout=10 10:29:47 > git checkout -f 1020d6c1e9ddeda7f01b4de0df0680deaa148d30 # timeout=10 10:29:51 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:29:52 00ac8860ef70: Pull complete 10:29:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:29:52 63d7cb157983: Pull complete 10:29:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:29:53 b116817d02f9: Pull complete 10:29:53 + sudo service docker restart 10:29:53 + true 10:29:53 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:29:54 provisioning config files... 10:29:54 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/8@tmp/config7808072279452684805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:29:55 ---> docker-login.sh 10:29:55 nexus3.edgexfoundry.org:10001 10:29:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:55 Configure a credential helper to remove this warning. See 10:29:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:55 10:29:55 Login Succeeded 10:29:55 nexus3.edgexfoundry.org:10002 10:29:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:55 Configure a credential helper to remove this warning. See 10:29:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:55 10:29:55 Login Succeeded 10:29:55 nexus3.edgexfoundry.org:10003 10:29:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:56 Configure a credential helper to remove this warning. See 10:29:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:56 10:29:56 Login Succeeded 10:29:56 nexus3.edgexfoundry.org:10004 10:29:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:56 Configure a credential helper to remove this warning. See 10:29:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:56 10:29:56 Login Succeeded 10:29:56 docker.io 10:29:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:56 Configure a credential helper to remove this warning. See 10:29:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:56 10:29:56 Login Succeeded 10:29:56 ---> docker-login.sh ends [Pipeline] } 10:29:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:29:56 ========================================================= 10:29:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:29:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:29:57 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 10:29:57 745a02a5169b: Pull complete 10:29:57 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:29:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:29:57 ---> b7e6874047d6 10:29:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:29:57 Sending build context to Docker daemon 17.08MB 10:29:57 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:29:57 Step 2/8 : FROM ${BASE} 10:29:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:29:57 188c0c94c7c5: Pulling fs layer 10:29:57 0ef7d3d256c8: Pulling fs layer 10:29:57 de9db76c5a1d: Pulling fs layer 10:29:57 bca2f99d35d6: Pulling fs layer 10:29:57 93359f2a8cfa: Pulling fs layer 10:29:57 7c6f9722023f: Pulling fs layer 10:29:57 a35cf1a2eb13: Pulling fs layer 10:29:57 93359f2a8cfa: Waiting 10:29:57 7c6f9722023f: Waiting 10:29:57 a35cf1a2eb13: Waiting 10:29:57 bca2f99d35d6: Waiting 10:29:57 de9db76c5a1d: Download complete 10:29:57 0ef7d3d256c8: Verifying Checksum 10:29:57 0ef7d3d256c8: Download complete 10:29:57 93359f2a8cfa: Verifying Checksum 10:29:57 93359f2a8cfa: Download complete 10:29:57 188c0c94c7c5: Download complete 10:29:57 7c6f9722023f: Verifying Checksum 10:29:57 7c6f9722023f: Download complete 10:29:58 188c0c94c7c5: Pull complete 10:29:58 0ef7d3d256c8: Pull complete 10:29:58 de9db76c5a1d: Pull complete 10:29:59 a35cf1a2eb13: Verifying Checksum 10:29:59 a35cf1a2eb13: Download complete 10:29:59 bca2f99d35d6: Verifying Checksum 10:29:59 bca2f99d35d6: Download complete 10:30:00 ---> Running in 0ab290dd86ba 10:30:00 Removing intermediate container 0ab290dd86ba 10:30:00 ---> 186d9e19aced 10:30:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:00 ---> Running in 9b40f92a55cc 10:30:02 Removing intermediate container 9b40f92a55cc 10:30:02 ---> 2027dbbad9ff 10:30:02 Step 5/8 : RUN apk add --no-cache make git 10:30:02 ---> Running in a3be7c1a527c 10:30:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:30:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:30:05 bca2f99d35d6: Pull complete 10:30:05 93359f2a8cfa: Pull complete 10:30:05 7c6f9722023f: Pull complete 10:30:05 OK: 142 MiB in 39 packages 10:30:06 Removing intermediate container a3be7c1a527c 10:30:06 ---> bccdd6bcebcf 10:30:06 Step 6/8 : WORKDIR /edgex-ui-go 10:30:06 ---> Running in 5e366128e4c1 10:30:07 Removing intermediate container 5e366128e4c1 10:30:07 ---> 098c473b6bc0 10:30:07 Step 7/8 : COPY . . 10:30:09 ---> 4713728bd9cf 10:30:09 Step 8/8 : RUN go mod download 10:30:09 ---> Running in c7e52f74df3d 10:30:11 a35cf1a2eb13: Pull complete 10:30:11 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:30:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:30:11 ---> a62c8e92a672 10:30:11 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:30:11 ---> Running in d002b23447fa 10:30:12 Removing intermediate container d002b23447fa 10:30:12 ---> 0e6c6c50fde9 10:30:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:12 ---> Running in b0858b43d90d 10:30:13 Removing intermediate container b0858b43d90d 10:30:13 ---> 244ed77956af 10:30:13 Step 5/8 : RUN apk add --no-cache make git 10:30:13 ---> Running in aeab2d00f8ef 10:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:30:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:30:14 OK: 166 MiB in 39 packages 10:30:15 Removing intermediate container aeab2d00f8ef 10:30:15 ---> 7fb1f8b1d8d5 10:30:15 Step 6/8 : WORKDIR /edgex-ui-go 10:30:15 ---> Running in a2161fa69492 10:30:15 Removing intermediate container a2161fa69492 10:30:15 ---> 29624b506bd5 10:30:15 Step 7/8 : COPY . . 10:30:17 ---> cd4478387d29 10:30:17 Step 8/8 : RUN go mod download 10:30:17 ---> Running in e5f885b115a5 10:30:36 Removing intermediate container c7e52f74df3d 10:30:36 ---> 1f60fca2eba2 10:30:36 Successfully built 1f60fca2eba2 10:30:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:30:36 + docker inspect -f . ci-base-image-arm64 10:30:36 . [Pipeline] withDockerContainer 10:30:37 prd-ubuntu18.04-docker-arm64-4c-16g-27318 does not seem to be running inside a container 10:30:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 10:30:38 $ docker top 3d4537d02bd4277ba9dfd40dd7cd211924feb2c04e4a759afad9f1ee1b82d485 -eo pid,comm [Pipeline] { [Pipeline] sh 10:30:39 Removing intermediate container e5f885b115a5 10:30:39 ---> 1a7d2b42750f 10:30:39 Successfully built 1a7d2b42750f 10:30:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:30:39 + go version 10:30:39 go version go1.15.5 linux/arm64 [Pipeline] } 10:30:39 $ docker stop --time=1 3d4537d02bd4277ba9dfd40dd7cd211924feb2c04e4a759afad9f1ee1b82d485 10:30:40 + docker inspect -f . ci-base-image-x86_64 10:30:40 . 10:30:41 $ docker rm -f 3d4537d02bd4277ba9dfd40dd7cd211924feb2c04e4a759afad9f1ee1b82d485 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer 10:30:42 prd-centos7-docker-4c-2g-27319 does not seem to be running inside a container 10:30:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:30:43 $ docker top 31baf63c0054ab7381e7246999cc1433b1402bb814b7bf1d9148ddfa27358b80 -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 10:30:43 + go version 10:30:43 go version go1.15.5 linux/amd64 [Pipeline] isUnix [Pipeline] sh [Pipeline] } 10:30:44 $ docker stop --time=1 31baf63c0054ab7381e7246999cc1433b1402bb814b7bf1d9148ddfa27358b80 10:30:44 + docker inspect -f . ci-base-image-arm64 10:30:44 . 10:30:45 $ docker rm -f 31baf63c0054ab7381e7246999cc1433b1402bb814b7bf1d9148ddfa27358b80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer 10:30:45 prd-ubuntu18.04-docker-arm64-4c-16g-27318 does not seem to be running inside a container 10:30:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 10:30:47 $ docker top eb4ad545275a1ea32652c0b6fda65bd2f5914fad4578cfbe37b2c61a9ac90422 -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:30:48 + docker inspect -f . ci-base-image-x86_64 10:30:48 . [Pipeline] withDockerContainer 10:30:48 + make test 10:30:48 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:30:48 prd-centos7-docker-4c-2g-27319 does not seem to be running inside a container 10:30:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:30:49 $ docker top e98cc33dfaafe82ec7d44d66c1c2c2e649bd706b7f01e4baffedcbad693f4a79 -eo pid,comm [Pipeline] { [Pipeline] sh 10:30:49 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:30:49 + make test 10:30:49 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:30:50 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:30:58 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:30:58 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:30:58 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:30:58 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:30:58 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:30:58 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:30:58 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:30:58 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:30:58 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:30:58 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:30:58 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:30:58 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:30:58 GO111MODULE=on go vet ./... [Pipeline] } 10:30:59 $ docker stop --time=1 e98cc33dfaafe82ec7d44d66c1c2c2e649bd706b7f01e4baffedcbad693f4a79 10:31:01 $ docker rm -f e98cc33dfaafe82ec7d44d66c1c2c2e649bd706b7f01e4baffedcbad693f4a79 [Pipeline] // withDockerContainer [Pipeline] sh 10:31:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:31:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:31:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:31:05 + ls -al . 10:31:05 total 92 10:31:05 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 10:30 . 10:31:05 drwxrwxr-x. 4 jenkins jenkins 28 Feb 23 10:29 .. 10:31:05 drwxrwxr-x. 3 jenkins jenkins 20 Feb 23 10:29 assets 10:31:05 drwxrwxr-x. 2 jenkins jenkins 35 Feb 23 10:29 bin 10:31:05 drwxrwxr-x. 3 jenkins jenkins 29 Feb 23 10:29 cmd 10:31:05 -rw-rw-r--. 1 jenkins jenkins 3959 Feb 23 10:29 CONTRIBUTING.md 10:31:05 -rw-r--r--. 1 jenkins jenkins 10 Feb 23 10:30 coverage.out 10:31:05 -rw-rw-r--. 1 jenkins jenkins 1508 Feb 23 10:29 Dockerfile 10:31:05 -rw-rw-r--. 1 jenkins jenkins 902 Feb 23 10:29 Dockerfile.build 10:31:05 drwxrwxr-x. 5 jenkins jenkins 104 Feb 23 10:29 docs 10:31:05 drwxrwxr-x. 8 jenkins jenkins 179 Feb 23 10:29 .git 10:31:05 drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 10:29 .github 10:31:05 -rw-rw-r--. 1 jenkins jenkins 153 Feb 23 10:29 .gitignore 10:31:05 -rw-rw-r--. 1 jenkins jenkins 1019 Feb 23 10:29 go.mod 10:31:05 -rw-r--r--. 1 jenkins jenkins 20843 Feb 23 10:30 go.sum 10:31:05 drwxrwxr-x. 10 jenkins jenkins 139 Feb 23 10:29 internal 10:31:05 -rw-rw-r--. 1 jenkins jenkins 652 Feb 23 10:29 Jenkinsfile 10:31:05 -rw-rw-r--. 1 jenkins jenkins 11357 Feb 23 10:29 LICENSE 10:31:05 -rw-rw-r--. 1 jenkins jenkins 951 Feb 23 10:29 Makefile 10:31:05 -rw-rw-r--. 1 jenkins jenkins 4535 Feb 23 10:29 README.md 10:31:05 -rw-rw-r--. 1 jenkins jenkins 5 Feb 23 10:27 VERSION 10:31:05 -rw-rw-r--. 1 jenkins jenkins 155 Feb 23 10:29 version.go 10:31:05 drwxrwxr-x. 4 jenkins jenkins 4096 Feb 23 10:29 web [Pipeline] isUnix [Pipeline] sh 10:31:05 + 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=1020d6c1e9ddeda7f01b4de0df0680deaa148d30 --label arch=amd64 --label version=0.0.0 . 10:31:05 Sending build context to Docker daemon 17.11MB 10:31:05 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:31:05 Step 2/24 : FROM ${BASE} AS builder 10:31:05 ---> 1a7d2b42750f 10:31:05 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:31:06 ---> Running in efed32acb7a4 10:31:06 Removing intermediate container efed32acb7a4 10:31:06 ---> 8eafeac77dbd 10:31:06 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:31:06 ---> Running in f5407f908b9a 10:31:06 Removing intermediate container f5407f908b9a 10:31:06 ---> c59075f11a25 10:31:06 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:31:06 ---> Running in 4fe81f0f7d92 10:31:06 Removing intermediate container 4fe81f0f7d92 10:31:06 ---> 565bf0d38c02 10:31:06 Step 6/24 : LABEL Name=edgex-ui-go 10:31:06 ---> Running in 643767fde3ac 10:31:07 Removing intermediate container 643767fde3ac 10:31:07 ---> 63e606501219 10:31:07 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:31:07 ---> Running in de8660e0a314 10:31:07 Removing intermediate container de8660e0a314 10:31:07 ---> 0c9c8c3aea6e 10:31:07 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:31:07 ---> Running in 9e7022240d54 10:31:08 Removing intermediate container 9e7022240d54 10:31:08 ---> 4708f93a056c 10:31:08 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:31:08 ---> Running in a339690d3ff5 10:31:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:31:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:31:10 OK: 166 MiB in 39 packages 10:31:10 Removing intermediate container a339690d3ff5 10:31:10 ---> dbc7efc5b2b3 10:31:10 Step 10/24 : ENV GO111MODULE=on 10:31:10 ---> Running in dda7fa36ebd9 10:31:10 Removing intermediate container dda7fa36ebd9 10:31:10 ---> 644d9e9b1da3 10:31:10 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:31:11 ---> Running in 6307110c1262 10:31:11 Removing intermediate container 6307110c1262 10:31:11 ---> b74bb91ba1fc 10:31:11 Step 12/24 : COPY go.mod . 10:31:11 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:31:11 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:31:11 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:31:11 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:31:11 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:31:11 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:31:11 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:31:11 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:31:11 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:31:11 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:31:11 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:31:11 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:31:11 ---> 4a0b5e9d2f69 10:31:11 Step 13/24 : COPY Makefile . 10:31:12 GO111MODULE=on go vet ./... 10:31:12 ---> 56e43dd6cee4 10:31:12 Step 14/24 : RUN make update 10:31:12 ---> Running in c48b18da4141 10:31:12 CGO_ENABLED=0 GO111MODULE=on go mod download 10:31:12 Removing intermediate container c48b18da4141 10:31:12 ---> 56d88df3e4c2 10:31:12 Step 15/24 : COPY . . 10:31:14 ---> c59ab1f40f5e 10:31:14 Step 16/24 : RUN ${MAKE} 10:31:14 ---> Running in 779d79501b2b 10:31:15 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 [Pipeline] } 10:31:17 $ docker stop --time=1 eb4ad545275a1ea32652c0b6fda65bd2f5914fad4578cfbe37b2c61a9ac90422 10:31:19 $ docker rm -f eb4ad545275a1ea32652c0b6fda65bd2f5914fad4578cfbe37b2c61a9ac90422 [Pipeline] // withDockerContainer [Pipeline] sh 10:31:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:31:20 Warning: overwriting stash ‘coverage-report’ 10:31:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:31:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:31:22 + ls -al . 10:31:22 total 124 10:31:22 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 10:30 . 10:31:22 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 10:29 .. 10:31:22 drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 10:29 .git 10:31:22 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 10:29 .github 10:31:22 -rw-rw-r-- 1 jenkins jenkins 153 Feb 23 10:29 .gitignore 10:31:22 -rw-rw-r-- 1 jenkins jenkins 3959 Feb 23 10:29 CONTRIBUTING.md 10:31:22 -rw-rw-r-- 1 jenkins jenkins 1508 Feb 23 10:29 Dockerfile 10:31:22 -rw-rw-r-- 1 jenkins jenkins 902 Feb 23 10:29 Dockerfile.build 10:31:22 -rw-rw-r-- 1 jenkins jenkins 652 Feb 23 10:29 Jenkinsfile 10:31:22 -rw-rw-r-- 1 jenkins jenkins 11357 Feb 23 10:29 LICENSE 10:31:22 -rw-rw-r-- 1 jenkins jenkins 951 Feb 23 10:29 Makefile 10:31:22 -rw-rw-r-- 1 jenkins jenkins 4535 Feb 23 10:29 README.md 10:31:22 -rw-rw-r-- 1 jenkins jenkins 5 Feb 23 10:27 VERSION 10:31:22 drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 10:29 assets 10:31:22 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 10:29 bin 10:31:22 drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 10:29 cmd 10:31:22 -rw-r--r-- 1 jenkins jenkins 10 Feb 23 10:30 coverage.out 10:31:22 drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 10:29 docs 10:31:22 -rw-rw-r-- 1 jenkins jenkins 1019 Feb 23 10:29 go.mod 10:31:22 -rw-r--r-- 1 jenkins jenkins 20843 Feb 23 10:30 go.sum 10:31:22 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 10:29 internal 10:31:22 -rw-rw-r-- 1 jenkins jenkins 155 Feb 23 10:29 version.go 10:31:22 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 10:29 web [Pipeline] isUnix [Pipeline] sh 10:31:23 + 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=1020d6c1e9ddeda7f01b4de0df0680deaa148d30 --label arch=arm64 --label version=0.0.0 . 10:31:23 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:31:24 Sending build context to Docker daemon 17.1MB 10:31:24 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:31:24 Step 2/24 : FROM ${BASE} AS builder 10:31:24 ---> 1f60fca2eba2 10:31:24 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:31:24 ---> Running in ceac25257458 10:31:24 Removing intermediate container ceac25257458 10:31:24 ---> 9844f5e6163d 10:31:24 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:31:24 ---> Running in cf85540df5fe 10:31:25 Removing intermediate container cf85540df5fe 10:31:25 ---> e4ddea94348a 10:31:25 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:31:25 Removing intermediate container 779d79501b2b 10:31:25 ---> 12a4b0cc8267 10:31:25 Step 17/24 : FROM alpine:3.12 10:31:25 ---> Running in 2602cc84356a 10:31:25 Removing intermediate container 2602cc84356a 10:31:25 ---> 5384ebb4f96b 10:31:25 Step 6/24 : LABEL Name=edgex-ui-go 10:31:25 3.12: Pulling from library/alpine 10:31:25 801bfaa63ef2: Pulling fs layer 10:31:26 ---> Running in 263da9939ff3 10:31:26 801bfaa63ef2: Verifying Checksum 10:31:26 801bfaa63ef2: Download complete 10:31:26 Removing intermediate container 263da9939ff3 10:31:26 ---> 27cd23a4166b 10:31:26 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:31:26 801bfaa63ef2: Pull complete 10:31:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:31:26 Status: Downloaded newer image for alpine:3.12 10:31:26 ---> 389fef711851 10:31:26 Step 18/24 : EXPOSE 4000 10:31:26 ---> Running in ad48af256415 10:31:26 ---> Running in e8514625dd52 10:31:26 Removing intermediate container ad48af256415 10:31:26 ---> bea1a14e18ca 10:31:26 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:31:26 Removing intermediate container e8514625dd52 10:31:26 ---> f1c109cdbe4e 10:31:26 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:31:27 ---> Running in 4265e309bb76 10:31:27 ---> 555842727e61 10:31:27 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:31:27 ---> Running in 616c1e751ff8 10:31:27 Removing intermediate container 616c1e751ff8 10:31:27 ---> d07a47b77e87 10:31:27 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:31:27 ---> Running in 8c87f5df2e89 10:31:27 Removing intermediate container 8c87f5df2e89 10:31:27 ---> 602e020997ea 10:31:27 Step 22/24 : LABEL arch=amd64 10:31:28 ---> Running in 8a048049ac22 10:31:28 Removing intermediate container 8a048049ac22 10:31:28 ---> a35419dde03f 10:31:28 Step 23/24 : LABEL git_sha=1020d6c1e9ddeda7f01b4de0df0680deaa148d30 10:31:28 ---> Running in 21b08f32e975 10:31:28 Removing intermediate container 21b08f32e975 10:31:28 ---> f7051d639887 10:31:28 Step 24/24 : LABEL version=0.0.0 10:31:28 ---> Running in 508df0c78d66 10:31:28 Removing intermediate container 508df0c78d66 10:31:28 ---> 27b6c3ba6c9e 10:31:28 [Warning] One or more build-args [ARCH] were not consumed 10:31:28 Successfully built 27b6c3ba6c9e 10:31:28 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage 10:31:29 Removing intermediate container 4265e309bb76 10:31:29 ---> bbc1df323253 10:31:29 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:31:29 ---> Running in 05ffbaf31ac2 [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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] } 10:31:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] } 10:31:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:31:32 OK: 142 MiB in 39 packages 10:31:33 Removing intermediate container 05ffbaf31ac2 10:31:33 ---> 90ce740368ad 10:31:33 Step 10/24 : ENV GO111MODULE=on 10:31:33 ---> Running in 5f76a98423bd 10:31:33 Removing intermediate container 5f76a98423bd 10:31:33 ---> 66d24fb6c26c 10:31:33 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:31:34 ---> Running in 267e6dc93c3e 10:31:34 Removing intermediate container 267e6dc93c3e 10:31:34 ---> 19c4d14aeee3 10:31:34 Step 12/24 : COPY go.mod . 10:31:35 ---> 2e1ca9af702a 10:31:35 Step 13/24 : COPY Makefile . 10:31:35 ---> c3324ec7b7a8 10:31:35 Step 14/24 : RUN make update 10:31:35 ---> Running in 57fa9f016fb6 10:31:37 CGO_ENABLED=0 GO111MODULE=on go mod download 10:31:38 Removing intermediate container 57fa9f016fb6 10:31:38 ---> 88da0176a1f2 10:31:38 Step 15/24 : COPY . . 10:31:41 ---> 245d4bc08f16 10:31:41 Step 16/24 : RUN ${MAKE} 10:31:41 ---> Running in 5a6a44ae26c5 10:31:41 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 10:32:04 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:32:09 Removing intermediate container 5a6a44ae26c5 10:32:09 ---> e7edb7143623 10:32:09 Step 17/24 : FROM alpine:3.12 10:32:09 3.12: Pulling from library/alpine 10:32:09 159e5727ea61: Pulling fs layer 10:32:09 159e5727ea61: Verifying Checksum 10:32:09 159e5727ea61: Download complete 10:32:10 159e5727ea61: Pull complete 10:32:10 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:32:10 Status: Downloaded newer image for alpine:3.12 10:32:10 ---> afeebe901d6b 10:32:10 Step 18/24 : EXPOSE 4000 10:32:10 ---> Running in 66c1266d7cae 10:32:11 Removing intermediate container 66c1266d7cae 10:32:11 ---> 39ab18a025e9 10:32:11 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:32:12 ---> 8b8cbe14042f 10:32:12 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:32:12 ---> Running in 4ce424c6efb4 10:32:13 Removing intermediate container 4ce424c6efb4 10:32:13 ---> e77646a49ab7 10:32:13 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:32:13 ---> Running in 2e3c2a0c019c 10:32:13 Removing intermediate container 2e3c2a0c019c 10:32:13 ---> c1f9761ef288 10:32:13 Step 22/24 : LABEL arch=arm64 10:32:13 ---> Running in e13cdebbafc2 10:32:14 Removing intermediate container e13cdebbafc2 10:32:14 ---> e45aa1ef6dea 10:32:14 Step 23/24 : LABEL git_sha=1020d6c1e9ddeda7f01b4de0df0680deaa148d30 10:32:14 ---> Running in a06b2d423bc1 10:32:14 Removing intermediate container a06b2d423bc1 10:32:14 ---> 01ae9fef30be 10:32:14 Step 24/24 : LABEL version=0.0.0 10:32:15 ---> Running in 67cc4a1fd74f 10:32:15 Removing intermediate container 67cc4a1fd74f 10:32:15 ---> 77f13e669785 10:32:15 [Warning] One or more build-args [ARCH] were not consumed 10:32:15 Successfully built 77f13e669785 10:32:15 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 10:32:17 provisioning config files... 10:32:17 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config2271363719457820443tmp [Pipeline] { [Pipeline] sh 10:32:18 + set +x 10:32:18 + curl -s https://codecov.io/bash 10:32:18 + bash -s -- 10:32:18 10:32:18 _____ _ 10:32:18 / ____| | | 10:32:18 | | ___ __| | ___ ___ _____ __ 10:32:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:32:18 | |___| (_) | (_| | __/ (_| (_) \ V / 10:32:18 \_____\___/ \__,_|\___|\___\___/ \_/ 10:32:18 Bash-20210129-7c25fce 10:32:18 10:32:18 10:32:18 ==> git version 2.24.3 found 10:32:18 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 10:32:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:32:18 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:32:18 ==> Jenkins CI detected. 10:32:18 project root: . 10:32:18 --> token set from env 10:32:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:32:18 ==> Running gcov in . (disable via -X gcov) 10:32:18 ==> Python coveragepy not found 10:32:18 ==> Searching for coverage reports in: 10:32:18 + . 10:32:19 -> Found 1 reports 10:32:19 ==> Detecting git/mercurial file structure 10:32:19 ==> Reading reports 10:32:19 + ./coverage.out bytes=10 10:32:19 ==> Appending adjustments 10:32:19 https://docs.codecov.io/docs/fixing-reports 10:32:19 + Found adjustments 10:32:19 ==> Gzipping contents 10:32:19 4.0K /tmp/codecov.QmR2KU.gz 10:32:19 ==> Uploading reports 10:32:19 url: https://codecov.io 10:32:19 query: branch=PR-289&commit=1020d6c1e9ddeda7f01b4de0df0680deaa148d30&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= 10:32:19 -> Pinging Codecov 10:32:19 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-289&commit=1020d6c1e9ddeda7f01b4de0df0680deaa148d30&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= 10:32:20 -> Uploading to 10:32:20 https://storage.googleapis.com/codecov/v4/raw/2021-02-23/FB506323287CE973F263BFD2A0EB1F37/1020d6c1e9ddeda7f01b4de0df0680deaa148d30/191a0996-da96-438e-b129-33d3c5c5d932.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T103220Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c2ee9261ba162618c18bfe42ee39ebcc3bf02ccf4a6038053a466e0e5e4ca943 10:32:20 % Total % Received % Xferd Average Speed Time Time Time Current 10:32:20 Dload Upload Total Spent Left Speed 10:32:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2651 0 0 100 2651 0 4734 --:--:-- --:--:-- --:--:-- 4733 100 2651 0 0 100 2651 0 4731 --:--:-- --:--:-- --:--:-- 4733 10:32:21 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/1020d6c1e9ddeda7f01b4de0df0680deaa148d30 [Pipeline] } 10:32:21 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 10:32:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:32:25 ---> package-listing.sh 10:32:25 ++ facter osfamily 10:32:25 ++ tr '[:upper:]' '[:lower:]' 10:32:25 + OS_FAMILY=redhat 10:32:25 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-289 10:32:25 + START_PACKAGES=/tmp/packages_start.txt 10:32:25 + END_PACKAGES=/tmp/packages_end.txt 10:32:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:32:25 + PACKAGES=/tmp/packages_start.txt 10:32:25 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' 10:32:25 + PACKAGES=/tmp/packages_end.txt 10:32:25 + case "${OS_FAMILY}" in 10:32:25 + sort 10:32:25 + rpm -qa 10:32:32 + '[' -f /tmp/packages_start.txt ']' 10:32:32 + '[' -f /tmp/packages_end.txt ']' 10:32:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:32:32 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' 10:32:32 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ 10:32:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ [Pipeline] echo 10:32:32 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-289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:32:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:32:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:32:34 10:32:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:32:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:32:35 alpine: Pulling from edgex-lftools-log-publisher 10:32:35 df20fa9351a1: Pulling fs layer 10:32:35 36b3adc4ff6f: Pulling fs layer 10:32:35 8ad3a11d3b57: Pulling fs layer 10:32:35 46f8f816bc3b: Pulling fs layer 10:32:35 93b61091891f: Pulling fs layer 10:32:35 93b9cdb0e59b: Pulling fs layer 10:32:35 5e14af77c1be: Pulling fs layer 10:32:35 01666e4c0597: Pulling fs layer 10:32:35 aa168da1d23b: Pulling fs layer 10:32:35 46f8f816bc3b: Waiting 10:32:35 93b61091891f: Waiting 10:32:35 93b9cdb0e59b: Waiting 10:32:35 5e14af77c1be: Waiting 10:32:35 01666e4c0597: Waiting 10:32:35 aa168da1d23b: Waiting 10:32:35 36b3adc4ff6f: Verifying Checksum 10:32:35 36b3adc4ff6f: Download complete 10:32:35 46f8f816bc3b: Verifying Checksum 10:32:35 46f8f816bc3b: Download complete 10:32:35 df20fa9351a1: Verifying Checksum 10:32:35 93b9cdb0e59b: Verifying Checksum 10:32:35 93b9cdb0e59b: Download complete 10:32:36 93b61091891f: Verifying Checksum 10:32:36 93b61091891f: Download complete 10:32:36 5e14af77c1be: Verifying Checksum 10:32:36 5e14af77c1be: Download complete 10:32:36 01666e4c0597: Verifying Checksum 10:32:36 01666e4c0597: Download complete 10:32:36 df20fa9351a1: Pull complete 10:32:37 8ad3a11d3b57: Verifying Checksum 10:32:37 8ad3a11d3b57: Download complete 10:32:37 36b3adc4ff6f: Pull complete 10:32:41 8ad3a11d3b57: Pull complete 10:32:42 46f8f816bc3b: Pull complete 10:32:43 93b61091891f: Pull complete 10:32:44 93b9cdb0e59b: Pull complete 10:32:45 5e14af77c1be: Pull complete 10:32:46 01666e4c0597: Pull complete 10:32:47 aa168da1d23b: Verifying Checksum 10:32:47 aa168da1d23b: Download complete 10:33:04 aa168da1d23b: Pull complete 10:33:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:33:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:33:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:33:04 prd-centos7-docker-4c-2g-27317 does not seem to be running inside a container 10:33:04 $ 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-289/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-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:33:10 $ docker top d6d3fb726259e71d0bde37d6ebd46b05697bcd2a467bf5a0618c11e13c4a0228 -eo pid,comm [Pipeline] { [Pipeline] sh 10:33:11 + touch /tmp/pre-build-complete [Pipeline] sh 10:33:12 + mkdir -p /var/log/sa [Pipeline] sh 10:33:13 + ls /var/log/sa-host 10:33:13 + sadf -c /var/log/sa-host/sa23 10:33:13 file_magic: OK 10:33:13 HZ: Using current value: 100 10:33:13 file_header: OK 10:33:13 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 10:33:13 Statistics: 10:33:13 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:33:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:33:14 provisioning config files... 10:33:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config313005358318804827tmp [Pipeline] { [Pipeline] echo 10:33:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:33:16 ---> create-netrc.sh [Pipeline] } 10:33:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:33:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:33:17 ---> python-tools-install.sh [Pipeline] echo 10:33:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:33:18 ---> sudo-logs.sh 10:33:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:33:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:33:20 ---> job-cost.sh 10:33:20 lf-activate-venv: SKIPPING 10:33:20 INFO: No Stack... 10:33:21 INFO: Retrieving Pricing Info for: v1-standard-2 10:33:21 INFO: Archiving Costs [Pipeline] echo 10:33:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:33:22 ---> logs-deploy.sh 10:33:22 lf-activate-venv: SKIPPING 10:33:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-289/8 10:33:22 INFO: archiving workspace using pattern(s): 10:33:26 Archives upload complete. 10:33:26 INFO: archiving logs to Nexus 10:33:29 ---> uname -a: 10:33:29 Linux prd-centos7-docker-4c-2g-27317.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:33:29 10:33:29 10:33:29 ---> lscpu: 10:33:29 Architecture: x86_64 10:33:29 CPU op-mode(s): 32-bit, 64-bit 10:33:29 Byte Order: Little Endian 10:33:29 Address sizes: 40 bits physical, 48 bits virtual 10:33:29 CPU(s): 4 10:33:29 On-line CPU(s) list: 0-3 10:33:29 Thread(s) per core: 1 10:33:29 Core(s) per socket: 1 10:33:29 Socket(s): 4 10:33:29 NUMA node(s): 1 10:33:29 Vendor ID: GenuineIntel 10:33:29 CPU family: 6 10:33:29 Model: 44 10:33:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:33:29 Stepping: 1 10:33:29 CPU MHz: 2933.438 10:33:29 BogoMIPS: 5866.87 10:33:29 Virtualization: VT-x 10:33:29 Hypervisor vendor: KVM 10:33:29 Virtualization type: full 10:33:29 L1d cache: 128 KiB 10:33:29 L1i cache: 128 KiB 10:33:29 L2 cache: 16 MiB 10:33:29 L3 cache: 64 MiB 10:33:29 NUMA node0 CPU(s): 0-3 10:33:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:33:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:33:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:33:29 Vulnerability Meltdown: Mitigation; PTI 10:33:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:33:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:33:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:33:29 Vulnerability Srbds: Not affected 10:33:29 Vulnerability Tsx async abort: Not affected 10:33:29 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 10:33:29 10:33:29 10:33:29 ---> nproc: 10:33:29 4 10:33:29 10:33:29 10:33:29 ---> df -h: 10:33:29 Filesystem Size Used Available Use% Mounted on 10:33:29 overlay 50.0G 7.3G 42.7G 15% / 10:33:29 tmpfs 64.0M 0 64.0M 0% /dev 10:33:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:33:29 shm 64.0M 0 64.0M 0% /dev/shm 10:33:29 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 10:33:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 10:33:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 10:33:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 10:33:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 10:33:29 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-289 10:33:29 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 10:33:29 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp 10:33:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 10:33:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 10:33:29 10:33:29 10:33:29 ---> free -m: 10:33:29 total used free shared buff/cache available 10:33:29 Mem: 1837 715 93 0 1027 1016 10:33:29 Swap: 1023 1 1022 10:33:29 10:33:29 10:33:29 ---> ip addr: 10:33:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:33:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:33:29 inet 127.0.0.1/8 scope host lo 10:33:29 valid_lft forever preferred_lft forever 10:33:29 inet6 ::1/128 scope host 10:33:29 valid_lft forever preferred_lft forever 10:33:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:33:29 link/ether fa:16:3e:e4:13:70 brd ff:ff:ff:ff:ff:ff 10:33:29 inet 10.30.123.198/23 brd 10.30.123.255 scope global dynamic eth0 10:33:29 valid_lft 85888sec preferred_lft 85888sec 10:33:29 inet6 fe80::f816:3eff:fee4:1370/64 scope link 10:33:29 valid_lft forever preferred_lft forever 10:33:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:33:29 link/ether 02:42:41:57:9d:3d brd ff:ff:ff:ff:ff:ff 10:33:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:33:29 valid_lft forever preferred_lft forever 10:33:29 inet6 fe80::42:41ff:fe57:9d3d/64 scope link 10:33:29 valid_lft forever preferred_lft forever 10:33:29 10:33:29 10:33:29 ---> sar -b -r -n DEV: 10:33:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 10:33:29 10:33:29 10:24:40 LINUX RESTART (4 CPU) 10:33:29 10:33:29 10:26:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:33:29 10:27:01 48.20 15.09 33.10 0.00 5063.34 2995.65 0.00 10:33:29 10:28:01 7.23 1.38 5.85 0.00 65.99 597.56 0.00 10:33:29 10:29:01 1.76 0.00 1.76 0.00 0.00 36.61 0.00 10:33:29 10:30:01 0.28 0.00 0.28 0.00 0.00 3.32 0.00 10:33:29 10:31:02 0.28 0.00 0.28 0.00 0.00 3.84 0.00 10:33:29 10:32:01 0.29 0.00 0.29 0.00 0.00 3.44 0.00 10:33:29 10:33:01 102.77 66.30 36.47 0.00 4500.97 14384.68 0.00 10:33:29 Average: 23.06 11.91 11.16 0.00 1375.15 2592.94 0.00 10:33:29 10:33:29 10:26:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:33:29 10:27:01 126344 0 659368 35.04 2620 1093212 1596208 54.48 459220 1091620 52 10:33:29 10:28:01 184048 0 592900 31.51 2620 1101976 1069536 36.50 419448 1076116 20 10:33:29 10:29:01 187732 0 589208 31.32 2620 1101984 1026432 35.03 418348 1074644 12 10:33:29 10:30:01 186532 0 590408 31.38 2620 1101984 1026684 35.04 429884 1064628 16 10:33:29 10:31:02 186968 0 589968 31.36 2620 1101988 1026444 35.03 450960 1043224 16 10:33:29 10:32:01 187800 0 589128 31.31 2620 1101996 1026420 35.03 461168 1032800 20 10:33:29 10:33:01 70668 0 721168 38.33 2620 1087088 1530300 52.23 598740 965580 67564 10:33:29 Average: 161442 0 618878 32.89 2620 1098604 1186003 40.48 462538 1049802 9671 10:33:29 10:33:29 10:26:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:33:29 10:27:01 vethd232d7e 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 10:33:29 10:27:01 eth0 172.28 138.74 785.47 74.50 0.00 0.00 0.00 0.00 10:33:29 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:29 10:27:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 10:33:29 10:28:01 eth0 33.64 36.95 126.89 8.61 0.00 0.00 0.00 0.00 10:33:29 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:29 10:28:01 docker0 27.01 21.20 3.01 112.27 0.00 0.00 0.00 0.00 10:33:29 10:29:01 eth0 1.38 0.77 1.75 0.05 0.00 0.00 0.00 0.00 10:33:29 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:29 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:29 10:30:01 eth0 1.15 0.56 0.56 0.33 0.00 0.00 0.00 0.00 10:33:29 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:29 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:29 10:31:02 eth0 0.23 0.20 0.08 0.13 0.00 0.00 0.00 0.00 10:33:29 10:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:29 10:31:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:29 10:32:01 eth0 0.15 0.12 0.07 0.01 0.00 0.00 0.00 0.00 10:33:29 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:29 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:29 10:33:01 eth0 215.45 189.53 2160.18 55.09 0.00 0.00 0.00 0.00 10:33:29 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:29 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:29 Average: eth0 60.70 52.51 441.49 19.80 0.00 0.00 0.00 0.00 10:33:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:29 Average: docker0 3.87 3.05 0.43 16.09 0.00 0.00 0.00 0.00 10:33:29 10:33:29 10:33:29 ---> sar -P ALL: 10:33:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 10:33:29 10:33:29 10:24:40 LINUX RESTART (4 CPU) 10:33:29 10:33:29 10:26:02 CPU %user %nice %system %iowait %steal %idle 10:33:29 10:27:01 all 5.90 0.00 3.65 1.44 28.49 60.52 10:33:29 10:27:01 0 4.44 0.00 3.03 0.81 31.42 60.31 10:33:29 10:27:01 1 6.33 0.00 3.65 1.63 27.46 60.93 10:33:29 10:27:01 2 7.22 0.00 4.33 1.18 27.68 59.59 10:33:29 10:27:01 3 5.68 0.00 3.61 2.17 27.29 61.25 10:33:29 10:28:01 all 1.06 0.00 0.92 0.28 5.88 91.86 10:33:29 10:28:01 0 0.65 0.00 1.07 0.46 7.03 90.79 10:33:29 10:28:01 1 1.09 0.00 0.96 0.57 5.31 92.07 10:33:29 10:28:01 2 1.65 0.00 0.90 0.08 5.61 91.77 10:33:29 10:28:01 3 0.85 0.00 0.77 0.02 5.56 92.81 10:33:29 10:29:01 all 0.10 0.00 0.13 0.00 0.52 99.24 10:33:29 10:29:01 0 0.03 0.00 0.07 0.00 0.91 98.99 10:33:29 10:29:01 1 0.23 0.00 0.18 0.00 0.23 99.35 10:33:29 10:29:01 2 0.12 0.00 0.05 0.00 0.78 99.05 10:33:29 10:29:01 3 0.03 0.00 0.22 0.00 0.17 99.58 10:33:29 10:30:01 all 0.14 0.00 0.07 0.00 1.74 98.05 10:33:29 10:30:01 0 0.05 0.00 0.03 0.00 3.31 96.61 10:33:29 10:30:01 1 0.10 0.00 0.05 0.00 1.63 98.22 10:33:29 10:30:01 2 0.36 0.00 0.07 0.00 1.07 98.50 10:33:29 10:30:01 3 0.05 0.00 0.12 0.00 0.94 98.89 10:33:29 10:31:02 all 0.09 0.00 0.14 0.00 1.69 98.08 10:33:29 10:31:02 0 0.03 0.00 0.07 0.00 1.90 98.00 10:33:29 10:31:02 1 0.25 0.00 0.02 0.00 1.87 97.87 10:33:29 10:31:02 2 0.08 0.00 0.03 0.00 1.64 98.24 10:33:29 10:31:02 3 0.02 0.00 0.45 0.00 1.34 98.19 10:33:29 10:32:01 all 0.08 0.00 0.17 0.00 0.60 99.14 10:33:29 10:32:01 0 0.03 0.00 0.02 0.00 0.46 99.49 10:33:29 10:32:01 1 0.02 0.00 0.07 0.00 0.64 99.27 10:33:29 10:32:01 2 0.27 0.00 0.15 0.00 1.01 98.57 10:33:29 10:32:01 3 0.02 0.00 0.44 0.00 0.31 99.23 10:33:29 10:33:01 all 3.74 0.00 3.07 2.57 23.04 67.57 10:33:29 10:33:01 0 3.33 0.00 2.65 0.63 25.13 68.25 10:33:29 10:33:01 1 3.04 0.00 2.95 1.43 21.90 70.68 10:33:29 10:33:01 2 4.75 0.00 3.37 2.44 22.32 67.12 10:33:29 10:33:01 3 3.86 0.00 3.31 5.83 22.79 64.22 10:33:29 Average: all 1.70 0.00 1.24 0.66 9.41 87.00 10:33:29 Average: 0 1.32 0.00 1.06 0.29 10.72 86.61 10:33:29 Average: 1 1.69 0.00 1.20 0.55 8.97 87.59 10:33:29 Average: 2 2.18 0.00 1.35 0.57 9.07 86.84 10:33:29 Average: 3 1.60 0.00 1.34 1.22 8.87 86.96 10:33:29 10:33:29 10:33:29