Pull request #290 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c+21a2d52129729239e47da1045a1c95859bb5ff91 (949219c4951185868e3d6f574a36d8057283a04a) 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 ‘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-21566’ is offline; ‘prd-centos7-docker-4c-2g-21579’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21583 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 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c Merge succeeded, producing 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c Checking out Revision 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c (PR-290) > 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 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 Commit message: "Bump github.com/edgexfoundry/go-mod-registry from 0.1.11 to 0.1.27" First time build. Skipping changelog. > git rev-list --no-walk 7c280a02e85763814132ccbb37687738533a2cbe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:00:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:00:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:00:39 ========================================================= 10:00:39 EdgeX Global Pipelines Version Info 10:00:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:00:41 ------------------- 10:00:41 stable info: 10:00:41 ------------------- 10:00:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:00:41 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:00:41 Message: update stable to v1.0.179 10:00:41 ------------------- 10:00:41 experimental info: 10:00:41 ------------------- 10:00:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:00:41 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:00:41 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:00:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 10:00:42 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 10:00:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:00:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:00:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:00:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:00:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:00:42 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:00:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:00:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:00:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:00:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 10:00:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:00:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:00:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:00:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:00:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:00:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:00:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:00:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:00:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:00:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:00:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:00:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:00:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:00:44 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:00:44 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:00:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-290 [Pipeline] echo 10:00:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-290 [Pipeline] echo 10:00:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-290 [Pipeline] echo 10:00:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c [Pipeline] echo 10:00:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 00a36ba [Pipeline] echo 10:00:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:00:45 provisioning config files... 10:00:45 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config4514972548536644356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:00:46 ---> docker-login.sh 10:00:46 nexus3.edgexfoundry.org:10001 10:00:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:46 Configure a credential helper to remove this warning. See 10:00:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:46 10:00:46 Login Succeeded 10:00:46 nexus3.edgexfoundry.org:10002 10:00:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:46 Configure a credential helper to remove this warning. See 10:00:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:46 10:00:46 Login Succeeded 10:00:46 nexus3.edgexfoundry.org:10003 10:00:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:46 Configure a credential helper to remove this warning. See 10:00:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:46 10:00:46 Login Succeeded 10:00:46 nexus3.edgexfoundry.org:10004 10:00:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:47 Configure a credential helper to remove this warning. See 10:00:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:47 10:00:47 Login Succeeded 10:00:47 docker.io 10:00:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:47 Configure a credential helper to remove this warning. See 10:00:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:47 10:00:47 Login Succeeded 10:00:47 ---> docker-login.sh ends [Pipeline] } 10:00:47 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:00:48 + git log --format=format:%s -1 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c [Pipeline] echo 10:00:48 GIT_COMMIT: 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c, Commit Message: Bump github.com/edgexfoundry/go-mod-registry from 0.1.11 to 0.1.27 [Pipeline] echo 10:00:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:00:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:49 10:00:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:00:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:49 latest: Pulling from edgex-devops/git-semver 10:00:49 31603596830f: Pulling fs layer 10:00:49 2a8b12db71e7: Pulling fs layer 10:00:49 6ca5941a6612: Pulling fs layer 10:00:49 ecc8261a40a4: Pulling fs layer 10:00:49 ecc8261a40a4: Waiting 10:00:49 2a8b12db71e7: Verifying Checksum 10:00:49 2a8b12db71e7: Download complete 10:00:49 31603596830f: Verifying Checksum 10:00:49 31603596830f: Download complete 10:00:49 ecc8261a40a4: Verifying Checksum 10:00:49 ecc8261a40a4: Download complete 10:00:49 6ca5941a6612: Verifying Checksum 10:00:49 6ca5941a6612: Download complete 10:00:50 31603596830f: Pull complete 10:00:50 2a8b12db71e7: Pull complete 10:00:51 6ca5941a6612: Pull complete 10:00:51 ecc8261a40a4: Pull complete 10:00:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:00:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:00:51 prd-centos7-docker-4c-2g-21583 does not seem to be running inside a container 10:00:51 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:00:53 $ docker top b7555e0d4fd99564a548d190327a4f669be97304848a3ce6ca49f8ec7f7ead9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:00:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:00:54 [ssh-agent] Looking for ssh-agent implementation... 10:00:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:00:54 $ docker exec b7555e0d4fd99564a548d190327a4f669be97304848a3ce6ca49f8ec7f7ead9a ssh-agent 10:00:54 SSH_AUTH_SOCK=/tmp/ssh-yQ1xy3dwFdsM/agent.11 10:00:54 SSH_AGENT_PID=17 10:00:54 Running ssh-add (command line suppressed) 10:00:54 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_573567540778189710.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_573567540778189710.key) 10:00:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:00:55 + git tag --points-at HEAD [Pipeline] } 10:00:55 $ docker exec --env ******** --env ******** b7555e0d4fd99564a548d190327a4f669be97304848a3ce6ca49f8ec7f7ead9a ssh-agent -k 10:00:55 unset SSH_AUTH_SOCK; 10:00:55 unset SSH_AGENT_PID; 10:00:55 echo Agent pid 17 killed; 10:00:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:00:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:00:55 [ssh-agent] Looking for ssh-agent implementation... 10:00:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:00:55 $ docker exec b7555e0d4fd99564a548d190327a4f669be97304848a3ce6ca49f8ec7f7ead9a ssh-agent 10:00:56 SSH_AUTH_SOCK=/tmp/ssh-aHC6gOEa0EqH/agent.46 10:00:56 SSH_AGENT_PID=52 10:00:56 Running ssh-add (command line suppressed) 10:00:56 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_3598227387652216836.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_3598227387652216836.key) 10:00:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:00:56 + git semver init 10:00:56 # -> Open(): unable to determine branch for HEAD 10:00:56 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.git 10:00:56 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-290 10:00:56 # $SEMVER_REMOTE_NAME = origin 10:00:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:00:56 # $SEMVER_USER_NAME = edgex-jenkins 10:00:56 # $SEMVER_BRANCH = PR-290 10:00:56 # $SEMVER_TEMP = /tmp/semver-243413536 10:00:56 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 10:00:58 # '/tmp/semver-243413536' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver' 10:00:58 # -> Force: false 10:00:58 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver [Pipeline] } 10:00:58 $ docker exec --env ******** --env ******** b7555e0d4fd99564a548d190327a4f669be97304848a3ce6ca49f8ec7f7ead9a ssh-agent -k 10:00:58 unset SSH_AUTH_SOCK; 10:00:58 unset SSH_AGENT_PID; 10:00:58 echo Agent pid 52 killed; 10:00:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:00:58 + git semver [Pipeline] } 10:00:58 $ docker stop --time=1 b7555e0d4fd99564a548d190327a4f669be97304848a3ce6ca49f8ec7f7ead9a 10:01:00 $ docker rm -f b7555e0d4fd99564a548d190327a4f669be97304848a3ce6ca49f8ec7f7ead9a [Pipeline] // withDockerContainer [Pipeline] sh 10:01:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:01:01 Stashed 1 file(s) [Pipeline] echo 10:01:01 [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:01:17 Still waiting to schedule task 10:01:17 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:01:17 Still waiting to schedule task 10:01:17 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 10:02:23 Running on prd-centos7-docker-4c-2g-21586 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [Pipeline] { [Pipeline] ws 10:02:23 Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout 10:02:26 using credential edgex-jenkins-ssh 10:02:26 Cloning the remote Git repository 10:02:26 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:02:26 > git init /w/workspace/edgex-ui-go/4 # timeout=10 10:02:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:02:26 > git --version # timeout=10 10:02:26 > git --version # 'git version 2.24.3' 10:02:26 using GIT_SSH to set credentials SSH Credentials for GitHub 10:02:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:02:27 Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c 10:02:28 Merge succeeded, producing 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c 10:02:28 Checking out Revision 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c (PR-290) 10:02:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:02:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:02:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:02:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:02:27 using GIT_SSH to set credentials SSH Credentials for GitHub 10:02:27 > 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 10:02:28 > git config core.sparsecheckout # timeout=10 10:02:28 > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 10:02:28 > git remote # timeout=10 10:02:28 > git config --get remote.origin.url # timeout=10 10:02:28 using GIT_SSH to set credentials SSH Credentials for GitHub 10:02:28 > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 10:02:28 > git rev-parse HEAD^{commit} # timeout=10 10:02:28 > git config core.sparsecheckout # timeout=10 10:02:28 > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 10:02:32 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 10:02:33 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:02:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:02:34 + sudo service docker restart 10:02:34 + true 10:02:34 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:02:35 provisioning config files... 10:02:35 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/4@tmp/config2980050425162152489tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:02:36 ---> docker-login.sh 10:02:36 nexus3.edgexfoundry.org:10001 10:02:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:36 Configure a credential helper to remove this warning. See 10:02:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:36 10:02:36 Login Succeeded 10:02:36 nexus3.edgexfoundry.org:10002 10:02:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:36 Configure a credential helper to remove this warning. See 10:02:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:36 10:02:36 Login Succeeded 10:02:36 nexus3.edgexfoundry.org:10003 10:02:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:37 Configure a credential helper to remove this warning. See 10:02:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:37 10:02:37 Login Succeeded 10:02:37 nexus3.edgexfoundry.org:10004 10:02:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:37 Configure a credential helper to remove this warning. See 10:02:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:37 10:02:37 Login Succeeded 10:02:37 docker.io 10:02:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:37 Configure a credential helper to remove this warning. See 10:02:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:37 10:02:37 Login Succeeded 10:02:37 ---> docker-login.sh ends [Pipeline] } 10:02:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:02:37 ========================================================= 10:02:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:02:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:02:38 + 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:02:38 Sending build context to Docker daemon 16.59MB 10:02:38 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:02:38 Step 2/8 : FROM ${BASE} 10:02:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:02:38 188c0c94c7c5: Pulling fs layer 10:02:38 0ef7d3d256c8: Pulling fs layer 10:02:38 de9db76c5a1d: Pulling fs layer 10:02:38 bca2f99d35d6: Pulling fs layer 10:02:38 93359f2a8cfa: Pulling fs layer 10:02:38 7c6f9722023f: Pulling fs layer 10:02:38 a35cf1a2eb13: Pulling fs layer 10:02:38 93359f2a8cfa: Waiting 10:02:38 7c6f9722023f: Waiting 10:02:38 a35cf1a2eb13: Waiting 10:02:38 bca2f99d35d6: Waiting 10:02:38 de9db76c5a1d: Verifying Checksum 10:02:38 de9db76c5a1d: Download complete 10:02:38 0ef7d3d256c8: Verifying Checksum 10:02:38 0ef7d3d256c8: Download complete 10:02:38 93359f2a8cfa: Verifying Checksum 10:02:38 93359f2a8cfa: Download complete 10:02:38 188c0c94c7c5: Verifying Checksum 10:02:38 188c0c94c7c5: Download complete 10:02:38 7c6f9722023f: Verifying Checksum 10:02:38 7c6f9722023f: Download complete 10:02:38 188c0c94c7c5: Pull complete 10:02:39 0ef7d3d256c8: Pull complete 10:02:39 de9db76c5a1d: Pull complete 10:02:41 a35cf1a2eb13: Verifying Checksum 10:02:41 a35cf1a2eb13: Download complete 10:02:42 bca2f99d35d6: Verifying Checksum 10:02:42 bca2f99d35d6: Download complete 10:02:48 bca2f99d35d6: Pull complete 10:02:48 93359f2a8cfa: Pull complete 10:02:48 7c6f9722023f: Pull complete 10:02:53 a35cf1a2eb13: Pull complete 10:02:53 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:02:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:02:53 ---> a62c8e92a672 10:02:53 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:02:53 ---> Running in 84033560fd0c 10:02:53 Removing intermediate container 84033560fd0c 10:02:53 ---> 3b318f8b3009 10:02:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:02:53 ---> Running in 754d42c92302 10:02:54 Removing intermediate container 754d42c92302 10:02:54 ---> 87ddb602b609 10:02:54 Step 5/8 : RUN apk add --no-cache make git 10:02:54 ---> Running in d0b89ed78bd9 10:02:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:02:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:02:56 OK: 166 MiB in 39 packages 10:02:57 Removing intermediate container d0b89ed78bd9 10:02:57 ---> 8c930ac64607 10:02:57 Step 6/8 : WORKDIR /edgex-ui-go 10:02:57 ---> Running in 113f7949d58e 10:02:57 Removing intermediate container 113f7949d58e 10:02:57 ---> 3fb148924be5 10:02:57 Step 7/8 : COPY . . 10:02:59 ---> b9ccf5210300 10:02:59 Step 8/8 : RUN go mod download 10:02:59 ---> Running in 6ce3228f1334 10:03:21 Removing intermediate container 6ce3228f1334 10:03:21 ---> f77947fccccc 10:03:21 Successfully built f77947fccccc 10:03:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:03:22 + docker inspect -f . ci-base-image-x86_64 10:03:22 . [Pipeline] withDockerContainer 10:03:22 prd-centos7-docker-4c-2g-21586 does not seem to be running inside a container 10:03:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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 10:03:23 $ docker top 1d5ce537c3777ed79de971e4cab30ac753c1fdd6353a6a4a9d9a2841e0d1f313 -eo pid,comm [Pipeline] { [Pipeline] sh 10:03:23 + go version 10:03:23 go version go1.15.5 linux/amd64 [Pipeline] } 10:03:23 $ docker stop --time=1 1d5ce537c3777ed79de971e4cab30ac753c1fdd6353a6a4a9d9a2841e0d1f313 10:03:25 $ docker rm -f 1d5ce537c3777ed79de971e4cab30ac753c1fdd6353a6a4a9d9a2841e0d1f313 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:03:26 + docker inspect -f . ci-base-image-x86_64 10:03:26 . [Pipeline] withDockerContainer 10:03:26 prd-centos7-docker-4c-2g-21586 does not seem to be running inside a container 10:03:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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 10:03:27 $ docker top 2b53d6d1c65e022eb5dc89bebc4e5886c4c811dbfc5f4405e9d1ea3666330390 -eo pid,comm [Pipeline] { [Pipeline] sh 10:03:27 + make test 10:03:27 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:03:28 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:03:34 # github.com/edgexfoundry/edgex-ui-go/internal/handler 10:03:34 internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 10:03:34 internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) 10:03:34 internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 10:03:34 internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 10:03:34 internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 10:03:36 make: *** [Makefile:34: test] Error 2 [Pipeline] } 10:03:36 $ docker stop --time=1 2b53d6d1c65e022eb5dc89bebc4e5886c4c811dbfc5f4405e9d1ea3666330390 10:03:38 $ docker rm -f 2b53d6d1c65e022eb5dc89bebc4e5886c4c811dbfc5f4405e9d1ea3666330390 [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] stage [Pipeline] { (Snap) Stage "Snap" 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] } 10:03:39 Failed in branch amd64 10:04:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21589 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [Pipeline] { [Pipeline] ws 10:04:19 Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout 10:04:24 using credential edgex-jenkins-ssh 10:04:24 Cloning the remote Git repository 10:04:24 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:04:24 > git init /w/workspace/edgex-ui-go/4 # timeout=10 10:04:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:04:24 > git --version # timeout=10 10:04:24 > git --version # 'git version 2.17.1' 10:04:24 using GIT_SSH to set credentials SSH Credentials for GitHub 10:04:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:04:27 Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c 10:04:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:04:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:04:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:04:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:04:26 using GIT_SSH to set credentials SSH Credentials for GitHub 10:04:26 > 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 10:04:27 > git config core.sparsecheckout # timeout=10 10:04:27 > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 10:04:27 Merge succeeded, producing 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c 10:04:27 Checking out Revision 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c (PR-290) 10:04:27 > git remote # timeout=10 10:04:27 > git config --get remote.origin.url # timeout=10 10:04:27 using GIT_SSH to set credentials SSH Credentials for GitHub 10:04:27 > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 10:04:27 > git rev-parse HEAD^{commit} # timeout=10 10:04:27 > git config core.sparsecheckout # timeout=10 10:04:27 > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 10:04:32 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 10:04:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:04:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:04:34 + true 10:04:34 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:04:37 provisioning config files... 10:04:37 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/4@tmp/config3164746899301186082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:04:38 ---> docker-login.sh 10:04:38 nexus3.edgexfoundry.org:10001 10:04:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:39 Configure a credential helper to remove this warning. See 10:04:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:39 10:04:39 Login Succeeded 10:04:39 nexus3.edgexfoundry.org:10002 10:04:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:39 Configure a credential helper to remove this warning. See 10:04:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:39 10:04:39 Login Succeeded 10:04:39 nexus3.edgexfoundry.org:10003 10:04:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:40 Configure a credential helper to remove this warning. See 10:04:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:40 10:04:40 Login Succeeded 10:04:40 nexus3.edgexfoundry.org:10004 10:04:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:40 Configure a credential helper to remove this warning. See 10:04:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:40 10:04:40 Login Succeeded 10:04:40 docker.io 10:04:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:41 Configure a credential helper to remove this warning. See 10:04:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:41 10:04:41 Login Succeeded 10:04:41 ---> docker-login.sh ends [Pipeline] } 10:04:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:04:41 ========================================================= 10:04:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:04:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:04:42 + 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:04:42 Sending build context to Docker daemon 16.59MB 10:04:42 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:04:42 Step 2/8 : FROM ${BASE} 10:04:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:04:43 5f621e34cdf4: Pulling fs layer 10:04:43 a4357932f1b6: Pulling fs layer 10:04:43 18c013af1878: Pulling fs layer 10:04:43 00ac8860ef70: Pulling fs layer 10:04:43 63d7cb157983: Pulling fs layer 10:04:43 b116817d02f9: Pulling fs layer 10:04:43 745a02a5169b: Pulling fs layer 10:04:43 00ac8860ef70: Waiting 10:04:43 63d7cb157983: Waiting 10:04:43 b116817d02f9: Waiting 10:04:43 745a02a5169b: Waiting 10:04:43 18c013af1878: Verifying Checksum 10:04:43 18c013af1878: Download complete 10:04:43 a4357932f1b6: Verifying Checksum 10:04:43 a4357932f1b6: Download complete 10:04:43 63d7cb157983: Verifying Checksum 10:04:43 63d7cb157983: Download complete 10:04:43 5f621e34cdf4: Verifying Checksum 10:04:43 b116817d02f9: Verifying Checksum 10:04:43 b116817d02f9: Download complete 10:04:44 5f621e34cdf4: Pull complete 10:04:44 a4357932f1b6: Pull complete 10:04:45 18c013af1878: Pull complete 10:04:45 745a02a5169b: Verifying Checksum 10:04:45 745a02a5169b: Download complete 10:04:46 00ac8860ef70: Verifying Checksum 10:04:46 00ac8860ef70: Download complete 10:04:56 00ac8860ef70: Pull complete 10:04:57 63d7cb157983: Pull complete 10:04:57 b116817d02f9: Pull complete 10:05:00 745a02a5169b: Pull complete 10:05:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:05:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:05:01 ---> b7e6874047d6 10:05:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:05:04 ---> Running in 7c92dc5f4fc5 10:05:04 Removing intermediate container 7c92dc5f4fc5 10:05:04 ---> 02fdad97d071 10:05:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:04 ---> Running in 1d84e8a03f8c 10:05:07 Removing intermediate container 1d84e8a03f8c 10:05:07 ---> c7b7c4c31a38 10:05:07 Step 5/8 : RUN apk add --no-cache make git 10:05:07 ---> Running in 243c1d2facaa 10:05:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:05:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:05:09 OK: 142 MiB in 39 packages 10:05:10 Removing intermediate container 243c1d2facaa 10:05:10 ---> c5d3100edf1b 10:05:10 Step 6/8 : WORKDIR /edgex-ui-go 10:05:10 ---> Running in 433a4c125f49 10:05:11 Removing intermediate container 433a4c125f49 10:05:11 ---> 0b76fa335b94 10:05:11 Step 7/8 : COPY . . 10:05:13 ---> 5dc639216461 10:05:13 Step 8/8 : RUN go mod download 10:05:13 ---> Running in e267b2304b9e 10:05:40 Removing intermediate container e267b2304b9e 10:05:40 ---> 1940cf95a6cb 10:05:40 Successfully built 1940cf95a6cb 10:05:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:05:40 + docker inspect -f . ci-base-image-arm64 10:05:40 . [Pipeline] withDockerContainer 10:05:40 prd-ubuntu18.04-docker-arm64-4c-16g-21589 does not seem to be running inside a container 10:05:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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 ******** ci-base-image-arm64 cat 10:05:42 $ docker top 9d7e49a302b0cc362d9c767b0d7e17745829a691c2e909953eac37d8cf6390b3 -eo pid,comm [Pipeline] { [Pipeline] sh 10:05:43 + go version 10:05:43 go version go1.15.5 linux/arm64 [Pipeline] } 10:05:43 $ docker stop --time=1 9d7e49a302b0cc362d9c767b0d7e17745829a691c2e909953eac37d8cf6390b3 10:05:45 $ docker rm -f 9d7e49a302b0cc362d9c767b0d7e17745829a691c2e909953eac37d8cf6390b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:05:46 + docker inspect -f . ci-base-image-arm64 10:05:46 . [Pipeline] withDockerContainer 10:05:47 prd-ubuntu18.04-docker-arm64-4c-16g-21589 does not seem to be running inside a container 10:05:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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 ******** ci-base-image-arm64 cat 10:05:48 $ docker top 1b8e12d4a8c64c7cbf86439d1e0babf7a170eecdf16c2a03461802b62a09e635 -eo pid,comm [Pipeline] { [Pipeline] sh 10:05:49 + make test 10:05:49 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:05:50 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:06:05 # github.com/edgexfoundry/edgex-ui-go/internal/handler 10:06:05 internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 10:06:05 internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) 10:06:05 internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 10:06:05 internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 10:06:05 internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 10:06:12 make: *** [Makefile:34: test] Error 2 [Pipeline] } 10:06:12 $ docker stop --time=1 1b8e12d4a8c64c7cbf86439d1e0babf7a170eecdf16c2a03461802b62a09e635 10:06:14 $ docker rm -f 1b8e12d4a8c64c7cbf86439d1e0babf7a170eecdf16c2a03461802b62a09e635 [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] } 10:06:16 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 10:06:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:06:19 ---> package-listing.sh 10:06:19 ++ facter osfamily 10:06:19 ++ tr '[:upper:]' '[:lower:]' 10:06:19 + OS_FAMILY=redhat 10:06:19 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-290 10:06:19 + START_PACKAGES=/tmp/packages_start.txt 10:06:19 + END_PACKAGES=/tmp/packages_end.txt 10:06:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:06:19 + PACKAGES=/tmp/packages_start.txt 10:06:19 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' 10:06:19 + PACKAGES=/tmp/packages_end.txt 10:06:19 + case "${OS_FAMILY}" in 10:06:19 + rpm -qa 10:06:19 + sort 10:06:25 + '[' -f /tmp/packages_start.txt ']' 10:06:25 + '[' -f /tmp/packages_end.txt ']' 10:06:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:06:25 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' 10:06:25 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-290/archives/ 10:06:25 + 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 10:06:25 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 10:06:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:06:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:06:25 10:06:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:06:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:06:26 alpine: Pulling from edgex-lftools-log-publisher 10:06:26 df20fa9351a1: Pulling fs layer 10:06:26 36b3adc4ff6f: Pulling fs layer 10:06:26 8ad3a11d3b57: Pulling fs layer 10:06:26 46f8f816bc3b: Pulling fs layer 10:06:26 93b61091891f: Pulling fs layer 10:06:26 93b9cdb0e59b: Pulling fs layer 10:06:26 5e14af77c1be: Pulling fs layer 10:06:26 01666e4c0597: Pulling fs layer 10:06:26 aa168da1d23b: Pulling fs layer 10:06:26 93b9cdb0e59b: Waiting 10:06:26 5e14af77c1be: Waiting 10:06:26 01666e4c0597: Waiting 10:06:26 aa168da1d23b: Waiting 10:06:26 46f8f816bc3b: Waiting 10:06:26 93b61091891f: Waiting 10:06:26 36b3adc4ff6f: Verifying Checksum 10:06:26 36b3adc4ff6f: Download complete 10:06:26 46f8f816bc3b: Verifying Checksum 10:06:26 46f8f816bc3b: Download complete 10:06:26 df20fa9351a1: Verifying Checksum 10:06:26 df20fa9351a1: Download complete 10:06:26 93b9cdb0e59b: Verifying Checksum 10:06:26 93b9cdb0e59b: Download complete 10:06:26 5e14af77c1be: Verifying Checksum 10:06:26 5e14af77c1be: Download complete 10:06:26 01666e4c0597: Verifying Checksum 10:06:26 01666e4c0597: Download complete 10:06:26 93b61091891f: Verifying Checksum 10:06:26 93b61091891f: Download complete 10:06:26 8ad3a11d3b57: Verifying Checksum 10:06:26 8ad3a11d3b57: Download complete 10:06:26 df20fa9351a1: Pull complete 10:06:27 36b3adc4ff6f: Pull complete 10:06:28 8ad3a11d3b57: Pull complete 10:06:28 46f8f816bc3b: Pull complete 10:06:28 93b61091891f: Pull complete 10:06:28 aa168da1d23b: Verifying Checksum 10:06:28 aa168da1d23b: Download complete 10:06:28 93b9cdb0e59b: Pull complete 10:06:28 5e14af77c1be: Pull complete 10:06:29 01666e4c0597: Pull complete 10:06:37 aa168da1d23b: Pull complete 10:06:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:06:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:06:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:06:37 prd-centos7-docker-4c-2g-21583 does not seem to be running inside a container 10:06:37 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:06:41 $ docker top b8668060fb951fa05ab3979e240e27fc05617ad9b6a62acd9ec3f43d13788d1b -eo pid,comm [Pipeline] { [Pipeline] sh 10:06:42 + touch /tmp/pre-build-complete [Pipeline] sh 10:06:42 + mkdir -p /var/log/sa [Pipeline] sh 10:06:42 + ls /var/log/sa-host 10:06:42 + sadf -c /var/log/sa-host/sa20 10:06:42 file_magic: OK 10:06:42 HZ: Using current value: 100 10:06:42 file_header: OK 10:06:42 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:06:42 Statistics: 10:06:42 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:06:42 File successfully converted to sysstat format version 12.2.1 10:06:42 + sadf -c /var/log/sa-host/sa23 10:06:42 file_magic: OK 10:06:42 HZ: Using current value: 100 10:06:42 file_header: OK 10:06:42 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:06:42 Statistics: 10:06:42 Hnuu...uuuununununu... 10:06:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:06:42 provisioning config files... 10:06:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config868460195120518218tmp [Pipeline] { [Pipeline] echo 10:06:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:06:43 ---> create-netrc.sh [Pipeline] } 10:06:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:06:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:06:43 ---> python-tools-install.sh [Pipeline] echo 10:06:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:06:44 ---> sudo-logs.sh 10:06:44 Archiving 'sudo' log.. [Pipeline] echo 10:06:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:06:44 ---> job-cost.sh 10:06:44 lf-activate-venv: SKIPPING 10:06:44 INFO: No Stack... 10:06:46 INFO: Retrieving Pricing Info for: v1-standard-2 10:06:46 INFO: Archiving Costs [Pipeline] echo 10:06:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:06:46 ---> logs-deploy.sh 10:06:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-290/4 10:06:46 INFO: archiving workspace using pattern(s): 10:06:48 Archives upload complete. 10:06:48 INFO: archiving logs to Nexus