Pull request #290 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7c280a02e85763814132ccbb37687738533a2cbe+f24d25d81141c2eca5b0f08cb81992033eaf0707 (3705c8192e34830659615b4d99346a77b759a06d) 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 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21567 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [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-290 # 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 f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 7c280a02e85763814132ccbb37687738533a2cbe > 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/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7c280a02e85763814132ccbb37687738533a2cbe # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Merge succeeded, producing 7c280a02e85763814132ccbb37687738533a2cbe Checking out Revision 7c280a02e85763814132ccbb37687738533a2cbe (PR-290) > git merge f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7c280a02e85763814132ccbb37687738533a2cbe # timeout=10 Commit message: "Bump github.com/edgexfoundry/go-mod-registry from 0.1.11 to 0.1.27" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:46:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:46:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:46:32 ========================================================= 09:46:32 EdgeX Global Pipelines Version Info 09:46:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3b364c830a2eecab635044858fdb6e25c593a28e # timeout=10 09:46:34 ------------------- 09:46:34 stable info: 09:46:34 ------------------- 09:46:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:46:34 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:46:34 Message: update stable to v1.0.179 09:46:34 ------------------- 09:46:34 experimental info: 09:46:34 ------------------- 09:46:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:46:34 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:46:34 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:46:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:46:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:46:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:46:37 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:46:37 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 09:46:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-290 [Pipeline] echo 09:46:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-290 [Pipeline] echo 09:46:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-290 [Pipeline] echo 09:46:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7c280a02e85763814132ccbb37687738533a2cbe [Pipeline] echo 09:46:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7c280a0 [Pipeline] echo 09:46:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:46:38 provisioning config files... 09:46:38 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config4609365742284364250tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:46:38 ---> docker-login.sh 09:46:38 nexus3.edgexfoundry.org:10001 09:46:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:39 Configure a credential helper to remove this warning. See 09:46:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:39 09:46:39 Login Succeeded 09:46:39 nexus3.edgexfoundry.org:10002 09:46:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:39 Configure a credential helper to remove this warning. See 09:46:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:39 09:46:39 Login Succeeded 09:46:39 nexus3.edgexfoundry.org:10003 09:46:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:39 Configure a credential helper to remove this warning. See 09:46:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:39 09:46:39 Login Succeeded 09:46:39 nexus3.edgexfoundry.org:10004 09:46:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:39 Configure a credential helper to remove this warning. See 09:46:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:39 09:46:39 Login Succeeded 09:46:39 docker.io 09:46:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:39 Configure a credential helper to remove this warning. See 09:46:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:39 09:46:39 Login Succeeded 09:46:39 ---> docker-login.sh ends [Pipeline] } 09:46: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 09:46:40 + git log --format=format:%s -1 7c280a02e85763814132ccbb37687738533a2cbe [Pipeline] echo 09:46:40 GIT_COMMIT: 7c280a02e85763814132ccbb37687738533a2cbe, Commit Message: Bump github.com/edgexfoundry/go-mod-registry from 0.1.11 to 0.1.27 [Pipeline] echo 09:46:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:46:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:46:41 09:46:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:46:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:46:41 latest: Pulling from edgex-devops/git-semver 09:46:41 31603596830f: Pulling fs layer 09:46:41 2a8b12db71e7: Pulling fs layer 09:46:41 6ca5941a6612: Pulling fs layer 09:46:41 ecc8261a40a4: Pulling fs layer 09:46:41 ecc8261a40a4: Waiting 09:46:41 2a8b12db71e7: Verifying Checksum 09:46:41 2a8b12db71e7: Download complete 09:46:42 31603596830f: Verifying Checksum 09:46:42 31603596830f: Download complete 09:46:42 ecc8261a40a4: Verifying Checksum 09:46:42 ecc8261a40a4: Download complete 09:46:42 6ca5941a6612: Verifying Checksum 09:46:42 6ca5941a6612: Download complete 09:46:42 31603596830f: Pull complete 09:46:42 2a8b12db71e7: Pull complete 09:46:43 6ca5941a6612: Pull complete 09:46:43 ecc8261a40a4: Pull complete 09:46:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:46:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:46:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:46:44 prd-centos7-docker-4c-2g-21567 does not seem to be running inside a container 09:46:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-290 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-290:/w/workspace/edgexfoundry_edgex-ui-go_PR-290:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:46:46 $ docker top 7af92faa36f8031ad6d50d788a797a4d4f79d7d822b7e0bae21960eefec9cc2b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:46:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:46:46 [ssh-agent] Looking for ssh-agent implementation... 09:46:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:46:46 $ docker exec 7af92faa36f8031ad6d50d788a797a4d4f79d7d822b7e0bae21960eefec9cc2b ssh-agent 09:46:47 SSH_AUTH_SOCK=/tmp/ssh-cD884M6gN1hJ/agent.12 09:46:47 SSH_AGENT_PID=17 09:46:47 Running ssh-add (command line suppressed) 09:46:47 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_9116236184223299122.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_9116236184223299122.key) 09:46:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:46:47 + git tag --points-at HEAD [Pipeline] } 09:46:47 $ docker exec --env ******** --env ******** 7af92faa36f8031ad6d50d788a797a4d4f79d7d822b7e0bae21960eefec9cc2b ssh-agent -k 09:46:47 unset SSH_AUTH_SOCK; 09:46:47 unset SSH_AGENT_PID; 09:46:47 echo Agent pid 17 killed; 09:46:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:46:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:46:47 [ssh-agent] Looking for ssh-agent implementation... 09:46:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:46:48 $ docker exec 7af92faa36f8031ad6d50d788a797a4d4f79d7d822b7e0bae21960eefec9cc2b ssh-agent 09:46:48 SSH_AUTH_SOCK=/tmp/ssh-yrB760Q5mf8o/agent.46 09:46:48 SSH_AGENT_PID=51 09:46:48 Running ssh-add (command line suppressed) 09:46:48 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_1861860514403874560.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_1861860514403874560.key) 09:46:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:46:48 + git semver init 09:46:48 # -> Open(): unable to determine branch for HEAD 09:46:48 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.git 09:46:48 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-290 09:46:48 # $SEMVER_REMOTE_NAME = origin 09:46:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:46:48 # $SEMVER_USER_NAME = edgex-jenkins 09:46:48 # $SEMVER_BRANCH = PR-290 09:46:48 # $SEMVER_TEMP = /tmp/semver-512928118 09:46:48 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 09:46:50 # '/tmp/semver-512928118' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver' 09:46:50 # -> Force: false 09:46:50 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver [Pipeline] } 09:46:50 $ docker exec --env ******** --env ******** 7af92faa36f8031ad6d50d788a797a4d4f79d7d822b7e0bae21960eefec9cc2b ssh-agent -k 09:46:51 unset SSH_AUTH_SOCK; 09:46:51 unset SSH_AGENT_PID; 09:46:51 echo Agent pid 51 killed; 09:46:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:46:51 + git semver [Pipeline] } 09:46:51 $ docker stop --time=1 7af92faa36f8031ad6d50d788a797a4d4f79d7d822b7e0bae21960eefec9cc2b 09:46:52 $ docker rm -f 7af92faa36f8031ad6d50d788a797a4d4f79d7d822b7e0bae21960eefec9cc2b [Pipeline] // withDockerContainer [Pipeline] sh 09:46:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:46:54 Stashed 1 file(s) [Pipeline] echo 09:46:54 [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:47:09 Still waiting to schedule task 09:47:09 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21563’ is offline; ‘prd-centos7-docker-4c-2g-21568’ is offline; ‘prd-centos7-docker-4c-2g-21569’ is offline; ‘prd-centos7-docker-4c-2g-21570’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ 09:47:09 Still waiting to schedule task 09:47:09 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:48:37 Running on prd-centos7-docker-4c-2g-21572 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [Pipeline] { [Pipeline] ws 09:48:37 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 09:48:45 using credential edgex-jenkins-ssh 09:48:45 Cloning the remote Git repository 09:48:45 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 09:48:45 > git init /w/workspace/edgex-ui-go/2 # timeout=10 09:48:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:48:45 > git --version # timeout=10 09:48:45 > git --version # 'git version 2.24.3' 09:48:45 using GIT_SSH to set credentials SSH Credentials for GitHub 09:48:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:48:47 Merging remotes/origin/master commit f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 7c280a02e85763814132ccbb37687738533a2cbe 09:48:47 Merge succeeded, producing 7c280a02e85763814132ccbb37687738533a2cbe 09:48:47 Checking out Revision 7c280a02e85763814132ccbb37687738533a2cbe (PR-290) 09:48:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:48:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:48:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:48:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:48:46 using GIT_SSH to set credentials SSH Credentials for GitHub 09:48:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:48:47 > git config core.sparsecheckout # timeout=10 09:48:47 > git checkout -f 7c280a02e85763814132ccbb37687738533a2cbe # timeout=10 09:48:47 > git remote # timeout=10 09:48:47 > git config --get remote.origin.url # timeout=10 09:48:47 using GIT_SSH to set credentials SSH Credentials for GitHub 09:48:47 > git merge f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 09:48:47 > git rev-parse HEAD^{commit} # timeout=10 09:48:47 > git config core.sparsecheckout # timeout=10 09:48:47 > git checkout -f 7c280a02e85763814132ccbb37687738533a2cbe # timeout=10 09:48:52 Commit message: "Bump github.com/edgexfoundry/go-mod-registry from 0.1.11 to 0.1.27" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:48:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:48:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:48:55 + sudo service docker restart 09:48:55 + true 09:48:55 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:48:57 provisioning config files... 09:48:57 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config8892180009531281451tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:48:57 ---> docker-login.sh 09:48:57 nexus3.edgexfoundry.org:10001 09:48:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:48:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:48:58 Configure a credential helper to remove this warning. See 09:48:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:48:58 09:48:58 Login Succeeded 09:48:58 nexus3.edgexfoundry.org:10002 09:48:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:48:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:48:58 Configure a credential helper to remove this warning. See 09:48:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:48:58 09:48:58 Login Succeeded 09:48:58 nexus3.edgexfoundry.org:10003 09:48:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:48:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:48:59 Configure a credential helper to remove this warning. See 09:48:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:48:59 09:48:59 Login Succeeded 09:48:59 nexus3.edgexfoundry.org:10004 09:48:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:48:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:48:59 Configure a credential helper to remove this warning. See 09:48:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:48:59 09:48:59 Login Succeeded 09:48:59 docker.io 09:48:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:48:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:48:59 Configure a credential helper to remove this warning. See 09:48:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:48:59 09:48:59 Login Succeeded 09:48:59 ---> docker-login.sh ends [Pipeline] } 09:48:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:49:00 ========================================================= 09:49:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:49:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:49:00 + 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:49:01 Sending build context to Docker daemon 16.59MB 09:49:01 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:49:01 Step 2/8 : FROM ${BASE} 09:49:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:49:01 188c0c94c7c5: Pulling fs layer 09:49:01 0ef7d3d256c8: Pulling fs layer 09:49:01 de9db76c5a1d: Pulling fs layer 09:49:01 bca2f99d35d6: Pulling fs layer 09:49:01 93359f2a8cfa: Pulling fs layer 09:49:01 7c6f9722023f: Pulling fs layer 09:49:01 a35cf1a2eb13: Pulling fs layer 09:49:01 93359f2a8cfa: Waiting 09:49:01 7c6f9722023f: Waiting 09:49:01 a35cf1a2eb13: Waiting 09:49:01 bca2f99d35d6: Waiting 09:49:01 de9db76c5a1d: Verifying Checksum 09:49:01 de9db76c5a1d: Download complete 09:49:01 0ef7d3d256c8: Verifying Checksum 09:49:01 0ef7d3d256c8: Download complete 09:49:01 93359f2a8cfa: Verifying Checksum 09:49:01 93359f2a8cfa: Download complete 09:49:01 7c6f9722023f: Verifying Checksum 09:49:01 7c6f9722023f: Download complete 09:49:01 188c0c94c7c5: Verifying Checksum 09:49:01 188c0c94c7c5: Download complete 09:49:02 188c0c94c7c5: Pull complete 09:49:03 0ef7d3d256c8: Pull complete 09:49:03 de9db76c5a1d: Pull complete 09:49:06 a35cf1a2eb13: Verifying Checksum 09:49:06 a35cf1a2eb13: Download complete 09:49:08 bca2f99d35d6: Verifying Checksum 09:49:08 bca2f99d35d6: Download complete 09:49:19 bca2f99d35d6: Pull complete 09:49:19 93359f2a8cfa: Pull complete 09:49:19 7c6f9722023f: Pull complete 09:49:26 a35cf1a2eb13: Pull complete 09:49:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:49:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:49:26 ---> a62c8e92a672 09:49:26 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:49:26 ---> Running in 6110dc63db9e 09:49:26 Removing intermediate container 6110dc63db9e 09:49:26 ---> f40806733d90 09:49:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:49:26 ---> Running in faca37878320 09:49:28 Removing intermediate container faca37878320 09:49:28 ---> edb0ceeda113 09:49:28 Step 5/8 : RUN apk add --no-cache make git 09:49:28 ---> Running in 5b7b37d1f724 09:49:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:49:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:49:30 OK: 166 MiB in 39 packages 09:49:31 Removing intermediate container 5b7b37d1f724 09:49:31 ---> 6532c2025d4f 09:49:31 Step 6/8 : WORKDIR /edgex-ui-go 09:49:31 ---> Running in cdd95aba50d5 09:49:31 Removing intermediate container cdd95aba50d5 09:49:31 ---> ef52299e553b 09:49:31 Step 7/8 : COPY . . 09:49:34 ---> e4f3e7f512b0 09:49:34 Step 8/8 : RUN go mod download 09:49:34 ---> Running in 735c5bcda6a5 09:50:07 Removing intermediate container 735c5bcda6a5 09:50:07 ---> 764223b45036 09:50:07 Successfully built 764223b45036 09:50:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:50:07 + docker inspect -f . ci-base-image-x86_64 09:50:08 . [Pipeline] withDockerContainer 09:50:08 prd-centos7-docker-4c-2g-21572 does not seem to be running inside a container 09:50:08 $ 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:50:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21576 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 09:50:10 $ docker top 52b5b5a5c600d412cb304a7d2eb91aaf08a1b2b66a11bad31a41eb18420ac226 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 09:50:10 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 09:50:11 + go version 09:50:11 go version go1.15.5 linux/amd64 [Pipeline] } 09:50:11 $ docker stop --time=1 52b5b5a5c600d412cb304a7d2eb91aaf08a1b2b66a11bad31a41eb18420ac226 09:50:13 $ docker rm -f 52b5b5a5c600d412cb304a7d2eb91aaf08a1b2b66a11bad31a41eb18420ac226 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:50:14 + docker inspect -f . ci-base-image-x86_64 09:50:14 . [Pipeline] withDockerContainer 09:50:14 prd-centos7-docker-4c-2g-21572 does not seem to be running inside a container 09:50:15 $ 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:50:16 $ docker top 10ca9c301fdad3db8bbb68777e62e8761d6bad287710d0f5fe77817b93ce58e7 -eo pid,comm [Pipeline] { [Pipeline] sh 09:50:16 using credential edgex-jenkins-ssh 09:50:16 Cloning the remote Git repository 09:50:17 + make test 09:50:17 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:50:16 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 09:50:17 > git init /w/workspace/edgex-ui-go/2 # timeout=10 09:50:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:50:17 > git --version # timeout=10 09:50:17 > git --version # 'git version 2.17.1' 09:50:17 using GIT_SSH to set credentials SSH Credentials for GitHub 09:50:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:50:18 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:50:19 Merging remotes/origin/master commit f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 7c280a02e85763814132ccbb37687738533a2cbe 09:50:19 Merge succeeded, producing 7c280a02e85763814132ccbb37687738533a2cbe 09:50:19 Checking out Revision 7c280a02e85763814132ccbb37687738533a2cbe (PR-290) 09:50:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:50:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:50:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:50:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:50:18 using GIT_SSH to set credentials SSH Credentials for GitHub 09:50:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:50:19 > git config core.sparsecheckout # timeout=10 09:50:19 > git checkout -f 7c280a02e85763814132ccbb37687738533a2cbe # timeout=10 09:50:19 > git remote # timeout=10 09:50:19 > git config --get remote.origin.url # timeout=10 09:50:19 using GIT_SSH to set credentials SSH Credentials for GitHub 09:50:19 > git merge f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 09:50:19 > git rev-parse HEAD^{commit} # timeout=10 09:50:19 > git config core.sparsecheckout # timeout=10 09:50:19 > git checkout -f 7c280a02e85763814132ccbb37687738533a2cbe # timeout=10 09:50:24 Commit message: "Bump github.com/edgexfoundry/go-mod-registry from 0.1.11 to 0.1.27" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:50:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:50:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:50:27 + true 09:50:27 + sudo service docker restart 09:50:29 # github.com/edgexfoundry/edgex-ui-go/internal/handler 09:50:29 internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 09:50:29 internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) 09:50:29 internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 09:50:29 internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 09:50:29 internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:50:30 provisioning config files... 09:50:30 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config6220528124311568215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:50:30 ---> docker-login.sh 09:50:30 nexus3.edgexfoundry.org:10001 09:50:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:31 Configure a credential helper to remove this warning. See 09:50:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:31 09:50:31 Login Succeeded 09:50:31 nexus3.edgexfoundry.org:10002 09:50:31 make: *** [Makefile:34: test] Error 2 [Pipeline] } 09:50:31 $ docker stop --time=1 10ca9c301fdad3db8bbb68777e62e8761d6bad287710d0f5fe77817b93ce58e7 09:50:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:32 Configure a credential helper to remove this warning. See 09:50:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:32 09:50:32 Login Succeeded 09:50:32 nexus3.edgexfoundry.org:10003 09:50:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:33 Configure a credential helper to remove this warning. See 09:50:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:33 09:50:33 Login Succeeded 09:50:33 nexus3.edgexfoundry.org:10004 09:50:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:33 Configure a credential helper to remove this warning. See 09:50:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:33 09:50:33 Login Succeeded 09:50:33 docker.io 09:50:34 $ docker rm -f 10ca9c301fdad3db8bbb68777e62e8761d6bad287710d0f5fe77817b93ce58e7 09:50:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 09:50:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:34 Configure a credential helper to remove this warning. See 09:50:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:34 09:50:34 Login Succeeded 09:50:34 ---> docker-login.sh ends [Pipeline] // stage [Pipeline] } 09:50:34 Deleting 1 temporary files [Pipeline] stage [Pipeline] { (Build) [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] echo 09:50:35 ========================================================= 09:50:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:50:35 ========================================================= Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 09:50:35 + 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 . [Pipeline] } [Pipeline] // stage [Pipeline] } 09:50:35 Failed in branch amd64 09:50:36 Sending build context to Docker daemon 16.59MB 09:50:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:50:36 Step 2/8 : FROM ${BASE} 09:50:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:50:36 5f621e34cdf4: Pulling fs layer 09:50:36 a4357932f1b6: Pulling fs layer 09:50:36 18c013af1878: Pulling fs layer 09:50:36 00ac8860ef70: Pulling fs layer 09:50:36 63d7cb157983: Pulling fs layer 09:50:36 b116817d02f9: Pulling fs layer 09:50:36 745a02a5169b: Pulling fs layer 09:50:36 00ac8860ef70: Waiting 09:50:36 63d7cb157983: Waiting 09:50:36 b116817d02f9: Waiting 09:50:36 745a02a5169b: Waiting 09:50:36 18c013af1878: Download complete 09:50:36 a4357932f1b6: Download complete 09:50:36 63d7cb157983: Download complete 09:50:36 5f621e34cdf4: Verifying Checksum 09:50:36 5f621e34cdf4: Download complete 09:50:36 b116817d02f9: Verifying Checksum 09:50:36 b116817d02f9: Download complete 09:50:37 5f621e34cdf4: Pull complete 09:50:38 a4357932f1b6: Pull complete 09:50:38 18c013af1878: Pull complete 09:50:39 745a02a5169b: Verifying Checksum 09:50:39 745a02a5169b: Download complete 09:50:40 00ac8860ef70: Verifying Checksum 09:50:40 00ac8860ef70: Download complete 09:50:50 00ac8860ef70: Pull complete 09:50:50 63d7cb157983: Pull complete 09:50:51 b116817d02f9: Pull complete 09:50:54 745a02a5169b: Pull complete 09:50:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:50:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:50:55 ---> b7e6874047d6 09:50:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:50:58 ---> Running in fe4dc312604f 09:50:58 Removing intermediate container fe4dc312604f 09:50:58 ---> aa3580be896e 09:50:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:50:58 ---> Running in 7956a9606586 09:51:01 Removing intermediate container 7956a9606586 09:51:01 ---> 1b2b7a21c68e 09:51:01 Step 5/8 : RUN apk add --no-cache make git 09:51:01 ---> Running in 67737c246799 09:51:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:51:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:51:03 OK: 142 MiB in 39 packages 09:51:05 Removing intermediate container 67737c246799 09:51:05 ---> 7a784193bcbd 09:51:05 Step 6/8 : WORKDIR /edgex-ui-go 09:51:05 ---> Running in cf14202fe4c6 09:51:06 Removing intermediate container cf14202fe4c6 09:51:06 ---> e51ef6273db6 09:51:06 Step 7/8 : COPY . . 09:51:08 ---> bdec9c197d0a 09:51:08 Step 8/8 : RUN go mod download 09:51:08 ---> Running in 4b28b6660979 09:51:35 Removing intermediate container 4b28b6660979 09:51:35 ---> f166f7d5bbca 09:51:35 Successfully built f166f7d5bbca 09:51:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:51:36 + docker inspect -f . ci-base-image-arm64 09:51:36 . [Pipeline] withDockerContainer 09:51:36 prd-ubuntu18.04-docker-arm64-4c-16g-21576 does not seem to be running inside a container 09:51: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:51:38 $ docker top 7606edf5627f7c4f95142ea33101ba1c9c85975277c0b9353c73bad8f8f61af7 -eo pid,comm [Pipeline] { [Pipeline] sh 09:51:39 + go version 09:51:39 go version go1.15.5 linux/arm64 [Pipeline] } 09:51:39 $ docker stop --time=1 7606edf5627f7c4f95142ea33101ba1c9c85975277c0b9353c73bad8f8f61af7 09:51:41 $ docker rm -f 7606edf5627f7c4f95142ea33101ba1c9c85975277c0b9353c73bad8f8f61af7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:51:42 + docker inspect -f . ci-base-image-arm64 09:51:42 . [Pipeline] withDockerContainer 09:51:42 prd-ubuntu18.04-docker-arm64-4c-16g-21576 does not seem to be running inside a container 09:51: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:51:44 $ docker top aac80ad210d28c555c18f6ad290e07ca926bb22731cfed9fa1e569c423f18296 -eo pid,comm [Pipeline] { [Pipeline] sh 09:51:45 + make test 09:51:45 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:51:46 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:52:02 # github.com/edgexfoundry/edgex-ui-go/internal/handler 09:52:02 internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 09:52:02 internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) 09:52:02 internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 09:52:02 internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 09:52:02 internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 09:52:10 make: *** [Makefile:34: test] Error 2 [Pipeline] } 09:52:10 $ docker stop --time=1 aac80ad210d28c555c18f6ad290e07ca926bb22731cfed9fa1e569c423f18296 09:52:12 $ docker rm -f aac80ad210d28c555c18f6ad290e07ca926bb22731cfed9fa1e569c423f18296 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:52:14 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:52:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:52:17 ---> package-listing.sh 09:52:17 ++ facter osfamily 09:52:17 ++ tr '[:upper:]' '[:lower:]' 09:52:17 + OS_FAMILY=redhat 09:52:17 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-290 09:52:17 + START_PACKAGES=/tmp/packages_start.txt 09:52:17 + END_PACKAGES=/tmp/packages_end.txt 09:52:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:52:17 + PACKAGES=/tmp/packages_start.txt 09:52:17 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' 09:52:17 + PACKAGES=/tmp/packages_end.txt 09:52:17 + case "${OS_FAMILY}" in 09:52:17 + rpm -qa 09:52:17 + sort 09:52:22 + '[' -f /tmp/packages_start.txt ']' 09:52:22 + '[' -f /tmp/packages_end.txt ']' 09:52:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:52:22 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' 09:52:22 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-290/archives/ 09:52:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-290/archives/ [Pipeline] echo 09:52:22 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-290/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:52:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:52:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:52:23 09:52:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:52:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:52:23 alpine: Pulling from edgex-lftools-log-publisher 09:52:23 df20fa9351a1: Pulling fs layer 09:52:23 36b3adc4ff6f: Pulling fs layer 09:52:23 8ad3a11d3b57: Pulling fs layer 09:52:23 46f8f816bc3b: Pulling fs layer 09:52:23 93b61091891f: Pulling fs layer 09:52:23 93b9cdb0e59b: Pulling fs layer 09:52:23 5e14af77c1be: Pulling fs layer 09:52:23 01666e4c0597: Pulling fs layer 09:52:23 aa168da1d23b: Pulling fs layer 09:52:23 93b9cdb0e59b: Waiting 09:52:23 5e14af77c1be: Waiting 09:52:23 01666e4c0597: Waiting 09:52:23 46f8f816bc3b: Waiting 09:52:23 aa168da1d23b: Waiting 09:52:23 93b61091891f: Waiting 09:52:23 36b3adc4ff6f: Download complete 09:52:23 46f8f816bc3b: Download complete 09:52:24 df20fa9351a1: Verifying Checksum 09:52:24 df20fa9351a1: Download complete 09:52:24 93b9cdb0e59b: Verifying Checksum 09:52:24 93b9cdb0e59b: Download complete 09:52:24 5e14af77c1be: Verifying Checksum 09:52:24 5e14af77c1be: Download complete 09:52:24 01666e4c0597: Verifying Checksum 09:52:24 01666e4c0597: Download complete 09:52:24 93b61091891f: Download complete 09:52:24 df20fa9351a1: Pull complete 09:52:24 8ad3a11d3b57: Verifying Checksum 09:52:24 8ad3a11d3b57: Download complete 09:52:24 36b3adc4ff6f: Pull complete 09:52:25 8ad3a11d3b57: Pull complete 09:52:25 46f8f816bc3b: Pull complete 09:52:26 93b61091891f: Pull complete 09:52:26 aa168da1d23b: Verifying Checksum 09:52:26 aa168da1d23b: Download complete 09:52:27 93b9cdb0e59b: Pull complete 09:52:27 5e14af77c1be: Pull complete 09:52:27 01666e4c0597: Pull complete 09:52:36 aa168da1d23b: Pull complete 09:52:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:52:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:52:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:52:36 prd-centos7-docker-4c-2g-21567 does not seem to be running inside a container 09:52:36 $ 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-290/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-290 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-290:/w/workspace/edgexfoundry_edgex-ui-go_PR-290:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@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:10003/edgex-lftools-log-publisher:alpine cat 09:52:39 $ docker top 0b54fa0768eb5cf9212c45cb01345e502b3cd3e7074b617773f4ec5321def0c9 -eo pid,comm [Pipeline] { [Pipeline] sh 09:52:40 + touch /tmp/pre-build-complete [Pipeline] sh 09:52:40 + mkdir -p /var/log/sa [Pipeline] sh 09:52:40 + ls /var/log/sa-host 09:52:40 + sadf -c /var/log/sa-host/sa20 09:52:40 file_magic: OK 09:52:40 HZ: Using current value: 100 09:52:40 file_header: OK 09:52:40 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:52:40 Statistics: 09:52:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:52:40 File successfully converted to sysstat format version 12.2.1 09:52:40 + sadf -c /var/log/sa-host/sa23 09:52:40 file_magic: OK 09:52:40 HZ: Using current value: 100 09:52:40 file_header: OK 09:52:40 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:52:40 Statistics: 09:52:40 Hnuu...uuuununununu... 09:52:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:52:41 provisioning config files... 09:52:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config5570257044319365781tmp [Pipeline] { [Pipeline] echo 09:52:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:52:41 ---> create-netrc.sh [Pipeline] } 09:52:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:52:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:52:41 ---> python-tools-install.sh [Pipeline] echo 09:52:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:52:42 ---> sudo-logs.sh 09:52:42 Archiving 'sudo' log.. [Pipeline] echo 09:52:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:52:42 ---> job-cost.sh 09:52:42 lf-activate-venv: SKIPPING 09:52:42 INFO: No Stack... 09:52:43 INFO: Retrieving Pricing Info for: v1-standard-2 09:52:44 INFO: Archiving Costs [Pipeline] echo 09:52:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:52:44 ---> logs-deploy.sh 09:52:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-290/2 09:52:44 INFO: archiving workspace using pattern(s): 09:52:47 Archives upload complete. 09:52:47 INFO: archiving logs to Nexus 09:52:48 ---> uname -a: 09:52:48 Linux prd-centos7-docker-4c-2g-21567.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:52:48 09:52:48 09:52:48 ---> lscpu: 09:52:48 Architecture: x86_64 09:52:48 CPU op-mode(s): 32-bit, 64-bit 09:52:48 Byte Order: Little Endian 09:52:48 Address sizes: 40 bits physical, 48 bits virtual 09:52:48 CPU(s): 4 09:52:48 On-line CPU(s) list: 0-3 09:52:48 Thread(s) per core: 1 09:52:48 Core(s) per socket: 1 09:52:48 Socket(s): 4 09:52:48 NUMA node(s): 1 09:52:48 Vendor ID: GenuineIntel 09:52:48 CPU family: 6 09:52:48 Model: 44 09:52:48 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:52:48 Stepping: 1 09:52:48 CPU MHz: 2933.436 09:52:48 BogoMIPS: 5866.87 09:52:48 Virtualization: VT-x 09:52:48 Hypervisor vendor: KVM 09:52:48 Virtualization type: full 09:52:48 L1d cache: 128 KiB 09:52:48 L1i cache: 128 KiB 09:52:48 L2 cache: 16 MiB 09:52:48 L3 cache: 64 MiB 09:52:48 NUMA node0 CPU(s): 0-3 09:52:48 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:52:48 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:52:48 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:52:48 Vulnerability Meltdown: Mitigation; PTI 09:52:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:52:48 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:52:48 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:52:48 Vulnerability Srbds: Not affected 09:52:48 Vulnerability Tsx async abort: Not affected 09:52:48 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:52:48 09:52:48 09:52:48 ---> nproc: 09:52:48 4 09:52:48 09:52:48 09:52:48 ---> df -h: 09:52:48 Filesystem Size Used Available Use% Mounted on 09:52:48 overlay 50.0G 7.3G 42.7G 15% / 09:52:48 tmpfs 64.0M 0 64.0M 0% /dev 09:52:48 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:52:48 shm 64.0M 0 64.0M 0% /dev/shm 09:52:48 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 09:52:48 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 09:52:48 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 09:52:48 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 09:52:48 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 09:52:48 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-290 09:52:48 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 09:52:48 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp 09:52:48 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 09:52:48 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 09:52:48 09:52:48 09:52:48 ---> free -m: 09:52:48 total used free shared buff/cache available 09:52:48 Mem: 1837 725 108 0 1003 1007 09:52:48 Swap: 1023 1 1022 09:52:48 09:52:48 09:52:48 ---> ip addr: 09:52:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:52:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:52:48 inet 127.0.0.1/8 scope host lo 09:52:48 valid_lft forever preferred_lft forever 09:52:48 inet6 ::1/128 scope host 09:52:48 valid_lft forever preferred_lft forever 09:52:48 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:52:48 link/ether fa:16:3e:ef:d8:af brd ff:ff:ff:ff:ff:ff 09:52:48 inet 10.30.122.166/23 brd 10.30.123.255 scope global dynamic eth0 09:52:48 valid_lft 85989sec preferred_lft 85989sec 09:52:48 inet6 fe80::f816:3eff:feef:d8af/64 scope link 09:52:48 valid_lft forever preferred_lft forever 09:52:48 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:52:48 link/ether 02:42:4b:04:e4:3b brd ff:ff:ff:ff:ff:ff 09:52:48 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:52:48 valid_lft forever preferred_lft forever 09:52:48 inet6 fe80::42:4bff:fe04:e43b/64 scope link 09:52:48 valid_lft forever preferred_lft forever 09:52:48 09:52:48 09:52:48 ---> sar -b -r -n DEV: 09:52:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 09:52:48 09:52:48 09:45:43 LINUX RESTART (4 CPU) 09:52:48 09:52:48 09:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:52:48 09:47:02 203.68 117.22 86.45 0.00 12848.46 40019.94 0.00 09:52:48 09:48:01 4.03 0.00 4.03 0.00 0.00 128.20 0.00 09:52:48 09:49:01 0.48 0.00 0.48 0.00 0.00 7.54 0.00 09:52:48 09:50:01 0.22 0.00 0.22 0.00 0.00 2.96 0.00 09:52:48 09:51:01 0.17 0.00 0.17 0.00 0.00 2.22 0.00 09:52:48 09:52:01 0.35 0.00 0.35 0.00 0.00 4.90 0.00 09:52:48 Average: 35.02 19.66 15.36 0.00 2154.50 6734.83 0.00 09:52:48 09:52:48 09:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:52:48 09:47:02 142144 0 631636 33.57 2620 1105144 1111156 37.92 430460 1107224 128 09:52:48 09:48:01 144948 0 628716 33.41 2620 1105260 1108632 37.84 435060 1099724 20 09:52:48 09:49:01 145844 0 627812 33.37 2620 1105268 1083588 36.98 431988 1102700 16 09:52:48 09:50:01 145472 0 628184 33.39 2620 1105268 1083636 36.98 446644 1088180 8 09:52:48 09:51:01 145716 0 627932 33.37 2620 1105276 1083624 36.98 446484 1088304 8 09:52:48 09:52:01 144400 0 629244 33.44 2620 1105280 1083552 36.98 452288 1084008 8 09:52:48 Average: 144754 0 628921 33.43 2620 1105249 1092365 37.28 440487 1095023 31 09:52:48 09:52:48 09:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:52:48 09:47:02 eth0 528.77 349.29 1263.02 105.81 0.00 0.00 0.00 0.00 09:52:48 09:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:52:48 09:47:02 docker0 38.24 28.16 3.22 109.08 0.00 0.00 0.00 0.00 09:52:48 09:48:01 eth0 5.45 1.71 3.10 0.48 0.00 0.00 0.00 0.00 09:52:48 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:52:48 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:52:48 09:49:01 eth0 2.55 0.50 0.66 0.36 0.00 0.00 0.00 0.00 09:52:48 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:52:48 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:52:48 09:50:01 eth0 1.82 0.43 0.39 0.24 0.00 0.00 0.00 0.00 09:52:48 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:52:48 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:52:48 09:51:01 eth0 1.54 0.90 0.87 0.61 0.00 0.00 0.00 0.00 09:52:48 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:52:48 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:52:48 09:52:01 eth0 0.33 0.18 0.14 0.07 0.00 0.00 0.00 0.00 09:52:48 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:52:48 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:52:48 Average: eth0 90.61 59.19 212.64 18.03 0.00 0.00 0.00 0.00 09:52:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:52:48 Average: docker0 6.41 4.72 0.54 18.29 0.00 0.00 0.00 0.00 09:52:48 09:52:48 09:52:48 ---> sar -P ALL: 09:52:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 09:52:48 09:52:48 09:45:43 LINUX RESTART (4 CPU) 09:52:48 09:52:48 09:46:01 CPU %user %nice %system %iowait %steal %idle 09:52:48 09:47:02 all 17.35 0.00 10.26 4.87 0.50 67.01 09:52:48 09:47:02 0 17.87 0.00 10.21 4.25 0.58 67.09 09:52:48 09:47:02 1 18.72 0.00 9.40 4.58 0.44 66.86 09:52:48 09:47:02 2 16.28 0.00 8.80 5.73 0.58 68.62 09:52:48 09:47:02 3 16.54 0.00 12.67 4.94 0.40 65.46 09:52:48 09:48:01 all 0.20 0.00 0.08 0.00 0.03 99.69 09:52:48 09:48:01 0 0.07 0.00 0.07 0.00 0.02 99.85 09:52:48 09:48:01 1 0.15 0.00 0.08 0.00 0.03 99.73 09:52:48 09:48:01 2 0.08 0.00 0.07 0.00 0.02 99.83 09:52:48 09:48:01 3 0.51 0.00 0.10 0.00 0.05 99.34 09:52:48 09:49:01 all 0.16 0.00 0.08 0.00 0.08 99.68 09:52:48 09:49:01 0 0.05 0.00 0.02 0.00 0.03 99.90 09:52:48 09:49:01 1 0.45 0.00 0.07 0.00 0.10 99.38 09:52:48 09:49:01 2 0.05 0.00 0.15 0.00 0.05 99.75 09:52:48 09:49:01 3 0.08 0.00 0.08 0.00 0.13 99.70 09:52:48 09:50:01 all 0.17 0.00 0.05 0.00 0.01 99.77 09:52:48 09:50:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:52:48 09:50:01 1 0.50 0.00 0.07 0.00 0.00 99.43 09:52:48 09:50:01 2 0.10 0.00 0.05 0.00 0.00 99.85 09:52:48 09:50:01 3 0.05 0.00 0.08 0.00 0.02 99.85 09:52:48 09:51:01 all 0.21 0.00 0.05 0.00 0.01 99.73 09:52:48 09:51:01 0 0.07 0.00 0.03 0.00 0.00 99.90 09:52:48 09:51:01 1 0.63 0.00 0.03 0.00 0.02 99.32 09:52:48 09:51:01 2 0.10 0.00 0.07 0.00 0.02 99.81 09:52:48 09:51:01 3 0.05 0.00 0.05 0.00 0.00 99.90 09:52:48 09:52:01 all 0.16 0.00 0.06 0.00 0.00 99.78 09:52:48 09:52:01 0 0.02 0.00 0.05 0.00 0.02 99.92 09:52:48 09:52:01 1 0.52 0.00 0.03 0.00 0.00 99.45 09:52:48 09:52:01 2 0.08 0.00 0.08 0.00 0.00 99.83 09:52:48 09:52:01 3 0.02 0.00 0.08 0.00 0.00 99.90 09:52:48 Average: all 3.00 0.00 1.74 0.80 0.10 94.37 09:52:48 Average: 0 2.97 0.00 1.70 0.70 0.11 94.52 09:52:48 Average: 1 3.45 0.00 1.59 0.75 0.10 94.11 09:52:48 Average: 2 2.75 0.00 1.52 0.94 0.11 94.68 09:52:48 Average: 3 2.82 0.00 2.13 0.81 0.10 94.15 09:52:48 09:52:48 09:52:48