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