Pull request #289 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2a6915c960fb14954e41c173a8222625a036416b+21a2d52129729239e47da1045a1c95859bb5ff91 (e8c3abc4e0db7a403d38467cf36b59427380e607) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21581 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-289 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 2a6915c960fb14954e41c173a8222625a036416b Merge succeeded, producing 2a6915c960fb14954e41c173a8222625a036416b Checking out Revision 2a6915c960fb14954e41c173a8222625a036416b (PR-289) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # 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 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" > git rev-list --no-walk 2c033e0607f872be874ebc34bfb1e7e3ce7bf7d9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:00:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:00:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:00:28 ========================================================= 10:00:28 EdgeX Global Pipelines Version Info 10:00:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:00:31 ------------------- 10:00:31 stable info: 10:00:31 ------------------- 10:00:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:00:31 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:00:31 Message: update stable to v1.0.179 10:00:32 ------------------- 10:00:32 experimental info: 10:00:32 ------------------- 10:00:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:00:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:00:32 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:00:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 10:00:32 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 10:00:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:00:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:00:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:00:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:00:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 10:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:00:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:00:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:00:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:00:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:00:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:00:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:00:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:00:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:00:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:00:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:00:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:00:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:00:35 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:00:35 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:00:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-289 [Pipeline] echo 10:00:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-289 [Pipeline] echo 10:00:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-289 [Pipeline] echo 10:00:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a6915c960fb14954e41c173a8222625a036416b [Pipeline] echo 10:00:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a6915c [Pipeline] echo 10:00:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:00:36 provisioning config files... 10:00:36 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config1680849456299584580tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:00:36 ---> docker-login.sh 10:00:36 nexus3.edgexfoundry.org:10001 10:00:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:38 Configure a credential helper to remove this warning. See 10:00:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:38 10:00:38 Login Succeeded 10:00:38 nexus3.edgexfoundry.org:10002 10:00:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:39 Configure a credential helper to remove this warning. See 10:00:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:39 10:00:39 Login Succeeded 10:00:39 nexus3.edgexfoundry.org:10003 10:00:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:39 Configure a credential helper to remove this warning. See 10:00:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:39 10:00:39 Login Succeeded 10:00:39 nexus3.edgexfoundry.org:10004 10:00:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:40 Configure a credential helper to remove this warning. See 10:00:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:40 10:00:40 Login Succeeded 10:00:40 docker.io 10:00:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:40 Configure a credential helper to remove this warning. See 10:00:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:40 10:00:40 Login Succeeded 10:00:40 ---> docker-login.sh ends [Pipeline] } 10:00:40 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:41 + git log --format=format:%s -1 2a6915c960fb14954e41c173a8222625a036416b [Pipeline] echo 10:00:41 GIT_COMMIT: 2a6915c960fb14954e41c173a8222625a036416b, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0 [Pipeline] echo 10:00:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:00:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:43 10:00:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:00:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:43 latest: Pulling from edgex-devops/git-semver 10:00:43 31603596830f: Pulling fs layer 10:00:43 2a8b12db71e7: Pulling fs layer 10:00:43 6ca5941a6612: Pulling fs layer 10:00:43 ecc8261a40a4: Pulling fs layer 10:00:43 ecc8261a40a4: Waiting 10:00:43 2a8b12db71e7: Verifying Checksum 10:00:43 2a8b12db71e7: Download complete 10:00:44 31603596830f: Verifying Checksum 10:00:44 31603596830f: Download complete 10:00:44 ecc8261a40a4: Verifying Checksum 10:00:44 ecc8261a40a4: Download complete 10:00:44 6ca5941a6612: Verifying Checksum 10:00:44 6ca5941a6612: Download complete 10:00:44 31603596830f: Pull complete 10:00:45 2a8b12db71e7: Pull complete 10:00:47 6ca5941a6612: Pull complete 10:00:47 ecc8261a40a4: Pull complete 10:00:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:00:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:00:48 prd-centos7-docker-4c-2g-21581 does not seem to be running inside a container 10:00:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:00:51 $ docker top b8a3d7ccb0d1684b7234c97319408091e2a690dc61ddb58a62c8f9794007f2fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:00:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:00:52 [ssh-agent] Looking for ssh-agent implementation... 10:00:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:00:52 $ docker exec b8a3d7ccb0d1684b7234c97319408091e2a690dc61ddb58a62c8f9794007f2fa ssh-agent 10:00:53 SSH_AUTH_SOCK=/tmp/ssh-1C7L38YttdJE/agent.12 10:00:53 SSH_AGENT_PID=17 10:00:53 Running ssh-add (command line suppressed) 10:00:53 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_7555530323001508340.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_7555530323001508340.key) 10:00:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:00:54 + git tag --points-at HEAD [Pipeline] } 10:00:54 $ docker exec --env ******** --env ******** b8a3d7ccb0d1684b7234c97319408091e2a690dc61ddb58a62c8f9794007f2fa ssh-agent -k 10:00:54 unset SSH_AUTH_SOCK; 10:00:54 unset SSH_AGENT_PID; 10:00:54 echo Agent pid 17 killed; 10:00:54 [ssh-agent] Stopped. [Pipeline] // sshagent [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:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:00:55 $ docker exec b8a3d7ccb0d1684b7234c97319408091e2a690dc61ddb58a62c8f9794007f2fa ssh-agent 10:00:55 SSH_AUTH_SOCK=/tmp/ssh-thq3nDZdHKJv/agent.47 10:00:55 SSH_AGENT_PID=53 10:00:55 Running ssh-add (command line suppressed) 10:00:55 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_1841506636480677400.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_1841506636480677400.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-289/.git 10:00:56 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-289 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-289 10:00:56 # $SEMVER_TEMP = /tmp/semver-040577560 10:00:56 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 10:00:58 # '/tmp/semver-040577560' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver' 10:00:59 # -> Force: false 10:00:59 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver [Pipeline] } 10:00:59 $ docker exec --env ******** --env ******** b8a3d7ccb0d1684b7234c97319408091e2a690dc61ddb58a62c8f9794007f2fa ssh-agent -k 10:00:59 unset SSH_AUTH_SOCK; 10:00:59 unset SSH_AGENT_PID; 10:00:59 echo Agent pid 53 killed; 10:00:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:01:00 + git semver [Pipeline] } 10:01:00 $ docker stop --time=1 b8a3d7ccb0d1684b7234c97319408091e2a690dc61ddb58a62c8f9794007f2fa 10:01:02 $ docker rm -f b8a3d7ccb0d1684b7234c97319408091e2a690dc61ddb58a62c8f9794007f2fa [Pipeline] // withDockerContainer [Pipeline] sh 10:01:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:01:03 Stashed 1 file(s) [Pipeline] echo 10:01:03 [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:19 Still waiting to schedule task 10:01:19 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:01:19 Still waiting to schedule task 10:01:19 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 10:02:35 Running on prd-centos7-docker-4c-2g-21587 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws 10:02:35 Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout 10:02:38 using credential edgex-jenkins-ssh 10:02:38 Cloning the remote Git repository 10:02:38 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:02:38 > git init /w/workspace/edgex-ui-go/3 # timeout=10 10:02:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:02:38 > git --version # timeout=10 10:02:38 > git --version # 'git version 2.24.3' 10:02:38 using GIT_SSH to set credentials SSH Credentials for GitHub 10:02:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:02:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:02:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:02:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:02:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:02:41 using GIT_SSH to set credentials SSH Credentials for GitHub 10:02:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:02:42 Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 2a6915c960fb14954e41c173a8222625a036416b 10:02:42 Merge succeeded, producing 2a6915c960fb14954e41c173a8222625a036416b 10:02:42 Checking out Revision 2a6915c960fb14954e41c173a8222625a036416b (PR-289) 10:02:42 > git config core.sparsecheckout # timeout=10 10:02:42 > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 10:02:42 > git remote # timeout=10 10:02:42 > git config --get remote.origin.url # timeout=10 10:02:42 using GIT_SSH to set credentials SSH Credentials for GitHub 10:02:42 > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 10:02:42 > git rev-parse HEAD^{commit} # timeout=10 10:02:42 > git config core.sparsecheckout # timeout=10 10:02:42 > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 10:02:46 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:02:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:02:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:02:48 + sudo service docker restart 10:02:48 + true 10:02:48 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:02:49 provisioning config files... 10:02:49 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config7440177554027134434tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:02:49 ---> docker-login.sh 10:02:49 nexus3.edgexfoundry.org:10001 10:02:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:50 Configure a credential helper to remove this warning. See 10:02:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:50 10:02:50 Login Succeeded 10:02:50 nexus3.edgexfoundry.org:10002 10:02:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:50 Configure a credential helper to remove this warning. See 10:02:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:50 10:02:50 Login Succeeded 10:02:50 nexus3.edgexfoundry.org:10003 10:02:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:50 Configure a credential helper to remove this warning. See 10:02:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:50 10:02:50 Login Succeeded 10:02:50 nexus3.edgexfoundry.org:10004 10:02:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:50 Configure a credential helper to remove this warning. See 10:02:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:50 10:02:50 Login Succeeded 10:02:50 docker.io 10:02:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:02:51 Configure a credential helper to remove this warning. See 10:02:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:02:51 10:02:51 Login Succeeded 10:02:51 ---> docker-login.sh ends [Pipeline] } 10:02:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:02:51 ========================================================= 10:02:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:02:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:02:51 + 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:52 Sending build context to Docker daemon 16.59MB 10:02:52 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:02:52 Step 2/8 : FROM ${BASE} 10:02:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:02:52 188c0c94c7c5: Pulling fs layer 10:02:52 0ef7d3d256c8: Pulling fs layer 10:02:52 de9db76c5a1d: Pulling fs layer 10:02:52 bca2f99d35d6: Pulling fs layer 10:02:52 93359f2a8cfa: Pulling fs layer 10:02:52 7c6f9722023f: Pulling fs layer 10:02:52 a35cf1a2eb13: Pulling fs layer 10:02:52 93359f2a8cfa: Waiting 10:02:52 7c6f9722023f: Waiting 10:02:52 a35cf1a2eb13: Waiting 10:02:52 bca2f99d35d6: Waiting 10:02:52 de9db76c5a1d: Verifying Checksum 10:02:52 de9db76c5a1d: Download complete 10:02:52 0ef7d3d256c8: Verifying Checksum 10:02:52 0ef7d3d256c8: Download complete 10:02:52 93359f2a8cfa: Verifying Checksum 10:02:52 93359f2a8cfa: Download complete 10:02:52 7c6f9722023f: Verifying Checksum 10:02:52 7c6f9722023f: Download complete 10:02:52 188c0c94c7c5: Verifying Checksum 10:02:52 188c0c94c7c5: Download complete 10:02:52 188c0c94c7c5: Pull complete 10:02:52 0ef7d3d256c8: Pull complete 10:02:52 de9db76c5a1d: Pull complete 10:02:53 a35cf1a2eb13: Verifying Checksum 10:02:53 a35cf1a2eb13: Download complete 10:02:54 bca2f99d35d6: Verifying Checksum 10:02:54 bca2f99d35d6: Download complete 10:03:00 bca2f99d35d6: Pull complete 10:03:00 93359f2a8cfa: Pull complete 10:03:00 7c6f9722023f: Pull complete 10:03:06 a35cf1a2eb13: Pull complete 10:03:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:03:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:03:06 ---> a62c8e92a672 10:03:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:03:06 ---> Running in 1a76612adf25 10:03:06 Removing intermediate container 1a76612adf25 10:03:06 ---> dbfe18f41bcb 10:03:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:03:06 ---> Running in c531039dc9d2 10:03:07 Removing intermediate container c531039dc9d2 10:03:07 ---> 7e378cf7b1eb 10:03:07 Step 5/8 : RUN apk add --no-cache make git 10:03:07 ---> Running in d0023f643e1b 10:03:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:03:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:03:09 OK: 166 MiB in 39 packages 10:03:10 Removing intermediate container d0023f643e1b 10:03:10 ---> f09dc8c64988 10:03:10 Step 6/8 : WORKDIR /edgex-ui-go 10:03:10 ---> Running in 0eb7bac427d2 10:03:10 Removing intermediate container 0eb7bac427d2 10:03:10 ---> b105c635f097 10:03:10 Step 7/8 : COPY . . 10:03:11 ---> 06d67ba8f434 10:03:11 Step 8/8 : RUN go mod download 10:03:12 ---> Running in 655c0da61af8 10:03:34 Removing intermediate container 655c0da61af8 10:03:34 ---> 24eb41b3a604 10:03:34 Successfully built 24eb41b3a604 10:03:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:03:34 + docker inspect -f . ci-base-image-x86_64 10:03:34 . [Pipeline] withDockerContainer 10:03:34 prd-centos7-docker-4c-2g-21587 does not seem to be running inside a container 10:03:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:03:35 $ docker top 882c631f2c43964350fb293a72dd896287bb70ddc3f02068c529a53d94d5bdc5 -eo pid,comm [Pipeline] { [Pipeline] sh 10:03:36 + go version 10:03:36 go version go1.15.5 linux/amd64 [Pipeline] } 10:03:36 $ docker stop --time=1 882c631f2c43964350fb293a72dd896287bb70ddc3f02068c529a53d94d5bdc5 10:03:37 $ docker rm -f 882c631f2c43964350fb293a72dd896287bb70ddc3f02068c529a53d94d5bdc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:03:38 + docker inspect -f . ci-base-image-x86_64 10:03:38 . [Pipeline] withDockerContainer 10:03:38 prd-centos7-docker-4c-2g-21587 does not seem to be running inside a container 10:03:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:03:39 $ docker top 2f68ea0429c5e76c467f23291a99236335b7c06ab1d88da200b42a752b492dc2 -eo pid,comm [Pipeline] { [Pipeline] sh 10:03:39 + make test 10:03:39 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:03:40 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:03:48 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:03:48 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:03:48 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:03:48 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:03:48 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:03:48 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:03:48 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:03:48 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:03:48 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:03:48 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:03:48 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:03:48 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:03:48 GO111MODULE=on go vet ./... [Pipeline] } 10:03:49 $ docker stop --time=1 2f68ea0429c5e76c467f23291a99236335b7c06ab1d88da200b42a752b492dc2 10:03:51 $ docker rm -f 2f68ea0429c5e76c467f23291a99236335b7c06ab1d88da200b42a752b492dc2 [Pipeline] // withDockerContainer [Pipeline] sh 10:03:52 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:03:52 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:03:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:03:55 + ls -al . 10:03:55 total 88 10:03:55 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 20 10:03 . 10:03:55 drwxrwxr-x. 4 jenkins jenkins 28 Jan 20 10:02 .. 10:03:55 drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 10:02 assets 10:03:55 drwxrwxr-x. 2 jenkins jenkins 35 Jan 20 10:02 bin 10:03:55 drwxrwxr-x. 3 jenkins jenkins 29 Jan 20 10:02 cmd 10:03:55 -rw-rw-r--. 1 jenkins jenkins 3959 Jan 20 10:02 CONTRIBUTING.md 10:03:55 -rw-r--r--. 1 jenkins jenkins 10 Jan 20 10:03 coverage.out 10:03:55 -rw-rw-r--. 1 jenkins jenkins 1508 Jan 20 10:02 Dockerfile 10:03:55 -rw-rw-r--. 1 jenkins jenkins 902 Jan 20 10:02 Dockerfile.build 10:03:55 drwxrwxr-x. 5 jenkins jenkins 104 Jan 20 10:02 docs 10:03:55 drwxrwxr-x. 8 jenkins jenkins 179 Jan 20 10:02 .git 10:03:55 drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 10:02 .github 10:03:55 -rw-rw-r--. 1 jenkins jenkins 153 Jan 20 10:02 .gitignore 10:03:55 -rw-rw-r--. 1 jenkins jenkins 1019 Jan 20 10:02 go.mod 10:03:55 -rw-r--r--. 1 jenkins jenkins 20629 Jan 20 10:03 go.sum 10:03:55 drwxrwxr-x. 10 jenkins jenkins 139 Jan 20 10:02 internal 10:03:55 -rw-rw-r--. 1 jenkins jenkins 652 Jan 20 10:02 Jenkinsfile 10:03:55 -rw-rw-r--. 1 jenkins jenkins 11357 Jan 20 10:02 LICENSE 10:03:55 -rw-rw-r--. 1 jenkins jenkins 951 Jan 20 10:02 Makefile 10:03:55 -rw-rw-r--. 1 jenkins jenkins 4535 Jan 20 10:02 README.md 10:03:55 -rw-rw-r--. 1 jenkins jenkins 5 Jan 20 10:01 VERSION 10:03:55 -rw-rw-r--. 1 jenkins jenkins 155 Jan 20 10:02 version.go 10:03:55 drwxrwxr-x. 4 jenkins jenkins 266 Jan 20 10:02 web [Pipeline] isUnix [Pipeline] sh 10:03:55 + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=2a6915c960fb14954e41c173a8222625a036416b --label arch=amd64 --label version=0.0.0 . 10:03:55 Sending build context to Docker daemon 16.61MB 10:03:55 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:03:55 Step 2/24 : FROM ${BASE} AS builder 10:03:55 ---> 24eb41b3a604 10:03:55 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:03:56 ---> Running in 89c2b8671f76 10:03:56 Removing intermediate container 89c2b8671f76 10:03:56 ---> 15134b662fe4 10:03:56 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:03:56 ---> Running in 109fde4a7e03 10:03:57 Removing intermediate container 109fde4a7e03 10:03:57 ---> ccd7b49a4789 10:03:57 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:03:57 ---> Running in c8dd6cb7c290 10:03:57 Removing intermediate container c8dd6cb7c290 10:03:57 ---> 5959a4c8ab71 10:03:57 Step 6/24 : LABEL Name=edgex-ui-go 10:03:57 ---> Running in d7c05f42124d 10:03:57 Removing intermediate container d7c05f42124d 10:03:57 ---> 83142d018e21 10:03:57 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:03:57 ---> Running in 3138e6a3f319 10:03:57 Removing intermediate container 3138e6a3f319 10:03:57 ---> eb38df76a310 10:03:57 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:03:57 ---> Running in 38e880d6dd06 10:03:58 Removing intermediate container 38e880d6dd06 10:03:58 ---> e84acf0a7686 10:03:58 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:03:58 ---> Running in a5cce1c5c613 10:03:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:03:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:04:00 OK: 166 MiB in 39 packages 10:04:01 Removing intermediate container a5cce1c5c613 10:04:01 ---> 28025b72d7d0 10:04:01 Step 10/24 : ENV GO111MODULE=on 10:04:01 ---> Running in 003833d12542 10:04:01 Removing intermediate container 003833d12542 10:04:01 ---> af836b2b3528 10:04:01 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:04:01 ---> Running in b3c515f15fe3 10:04:01 Removing intermediate container b3c515f15fe3 10:04:01 ---> a400e9fab04f 10:04:01 Step 12/24 : COPY go.mod . 10:04:01 ---> 14933317fe22 10:04:01 Step 13/24 : COPY Makefile . 10:04:02 ---> d1d8de362d04 10:04:02 Step 14/24 : RUN make update 10:04:02 ---> Running in a6a8f909b6cd 10:04:02 CGO_ENABLED=0 GO111MODULE=on go mod download 10:04:03 Removing intermediate container a6a8f909b6cd 10:04:03 ---> 788de6fd4bc8 10:04:03 Step 15/24 : COPY . . 10:04:04 ---> 4231bf670785 10:04:04 Step 16/24 : RUN ${MAKE} 10:04:04 ---> Running in f24069b06cb8 10:04:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 10:04:13 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:04:15 Removing intermediate container f24069b06cb8 10:04:15 ---> af53205710dc 10:04:15 Step 17/24 : FROM alpine:3.12 10:04:16 3.12: Pulling from library/alpine 10:04:17 801bfaa63ef2: Pulling fs layer 10:04:17 801bfaa63ef2: Verifying Checksum 10:04:17 801bfaa63ef2: Download complete 10:04:17 801bfaa63ef2: Pull complete 10:04:17 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:04:17 Status: Downloaded newer image for alpine:3.12 10:04:17 ---> 389fef711851 10:04:17 Step 18/24 : EXPOSE 4000 10:04:17 ---> Running in 34a7502521da 10:04:18 Removing intermediate container 34a7502521da 10:04:18 ---> 76872fef9201 10:04:18 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:04:19 ---> a35505fae503 10:04:19 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:04:19 ---> Running in a503a0dc15f9 10:04:19 Removing intermediate container a503a0dc15f9 10:04:19 ---> a5d30fe6b0f7 10:04:19 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:04:19 ---> Running in ba47663df3c5 10:04:19 Removing intermediate container ba47663df3c5 10:04:19 ---> 475c25722f40 10:04:19 Step 22/24 : LABEL arch=amd64 10:04:19 ---> Running in cafa322d468a 10:04:19 Removing intermediate container cafa322d468a 10:04:19 ---> bd0b71590050 10:04:19 Step 23/24 : LABEL git_sha=2a6915c960fb14954e41c173a8222625a036416b 10:04:19 ---> Running in 03d4f6ced53b 10:04:19 Removing intermediate container 03d4f6ced53b 10:04:19 ---> b64d8170f087 10:04:19 Step 24/24 : LABEL version=0.0.0 10:04:19 ---> Running in 7df36ca46996 10:04:20 Removing intermediate container 7df36ca46996 10:04:20 ---> 7d758b78775b 10:04:20 [Warning] One or more build-args [ARCH] were not consumed 10:04:20 Successfully built 7d758b78775b 10:04:20 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:04:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21590 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws 10:04:58 Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout 10:05:04 using credential edgex-jenkins-ssh 10:05:04 Cloning the remote Git repository 10:05:04 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:05:04 > git init /w/workspace/edgex-ui-go/3 # timeout=10 10:05:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:05:04 > git --version # timeout=10 10:05:04 > git --version # 'git version 2.17.1' 10:05:04 using GIT_SSH to set credentials SSH Credentials for GitHub 10:05:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:05:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:05:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:05:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:05:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:05:07 using GIT_SSH to set credentials SSH Credentials for GitHub 10:05:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:05:08 Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 2a6915c960fb14954e41c173a8222625a036416b 10:05:08 Merge succeeded, producing 2a6915c960fb14954e41c173a8222625a036416b 10:05:08 Checking out Revision 2a6915c960fb14954e41c173a8222625a036416b (PR-289) 10:05:08 > git config core.sparsecheckout # timeout=10 10:05:08 > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 10:05:08 > git remote # timeout=10 10:05:08 > git config --get remote.origin.url # timeout=10 10:05:08 using GIT_SSH to set credentials SSH Credentials for GitHub 10:05:08 > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 10:05:08 > git rev-parse HEAD^{commit} # timeout=10 10:05:08 > git config core.sparsecheckout # timeout=10 10:05:08 > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 10:05:13 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:05:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:05:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:05:15 + true 10:05:15 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:05:18 provisioning config files... 10:05:18 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config1354988899152880548tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:05:18 ---> docker-login.sh 10:05:18 nexus3.edgexfoundry.org:10001 10:05:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:20 Configure a credential helper to remove this warning. See 10:05:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:20 10:05:20 Login Succeeded 10:05:20 nexus3.edgexfoundry.org:10002 10:05:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:20 Configure a credential helper to remove this warning. See 10:05:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:20 10:05:20 Login Succeeded 10:05:20 nexus3.edgexfoundry.org:10003 10:05:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:21 Configure a credential helper to remove this warning. See 10:05:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:21 10:05:21 Login Succeeded 10:05:21 nexus3.edgexfoundry.org:10004 10:05:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:21 Configure a credential helper to remove this warning. See 10:05:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:21 10:05:21 Login Succeeded 10:05:21 docker.io 10:05:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:22 Configure a credential helper to remove this warning. See 10:05:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:22 10:05:22 Login Succeeded 10:05:22 ---> docker-login.sh ends [Pipeline] } 10:05:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:05:22 ========================================================= 10:05:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:05:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:05:23 + 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:05:23 Sending build context to Docker daemon 16.59MB 10:05:23 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:05:23 Step 2/8 : FROM ${BASE} 10:05:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:05:24 5f621e34cdf4: Pulling fs layer 10:05:24 a4357932f1b6: Pulling fs layer 10:05:24 18c013af1878: Pulling fs layer 10:05:24 00ac8860ef70: Pulling fs layer 10:05:24 63d7cb157983: Pulling fs layer 10:05:24 b116817d02f9: Pulling fs layer 10:05:24 745a02a5169b: Pulling fs layer 10:05:24 63d7cb157983: Waiting 10:05:24 b116817d02f9: Waiting 10:05:24 745a02a5169b: Waiting 10:05:24 00ac8860ef70: Waiting 10:05:24 18c013af1878: Verifying Checksum 10:05:24 18c013af1878: Download complete 10:05:24 a4357932f1b6: Verifying Checksum 10:05:24 a4357932f1b6: Download complete 10:05:24 63d7cb157983: Verifying Checksum 10:05:24 63d7cb157983: Download complete 10:05:24 b116817d02f9: Verifying Checksum 10:05:24 b116817d02f9: Download complete 10:05:24 5f621e34cdf4: Download complete 10:05:24 5f621e34cdf4: Pull complete 10:05:25 a4357932f1b6: Pull complete 10:05:26 18c013af1878: Pull complete 10:05:27 745a02a5169b: Verifying Checksum 10:05:27 745a02a5169b: Download complete 10:05:28 00ac8860ef70: Verifying Checksum 10:05:28 00ac8860ef70: Download complete 10:05:38 00ac8860ef70: Pull complete 10:05:38 63d7cb157983: Pull complete 10:05:38 b116817d02f9: Pull complete 10:05:42 745a02a5169b: Pull complete 10:05:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:05:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:05:42 ---> b7e6874047d6 10:05:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:05:45 ---> Running in 39009376522f 10:05:45 Removing intermediate container 39009376522f 10:05:45 ---> 26ff0b1230c4 10:05:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:45 ---> Running in 82fc87b955ef 10:05:47 Removing intermediate container 82fc87b955ef 10:05:47 ---> 940f73dea63b 10:05:47 Step 5/8 : RUN apk add --no-cache make git 10:05:47 ---> Running in d9c6117d8254 10:05:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:05:50 OK: 142 MiB in 39 packages 10:05:51 Removing intermediate container d9c6117d8254 10:05:51 ---> 4cc4ff2bd1d9 10:05:51 Step 6/8 : WORKDIR /edgex-ui-go 10:05:51 ---> Running in b88921d828b4 10:05:52 Removing intermediate container b88921d828b4 10:05:52 ---> bdc16dfbd487 10:05:52 Step 7/8 : COPY . . 10:05:54 ---> 8abba8e2f1d1 10:05:54 Step 8/8 : RUN go mod download 10:05:54 ---> Running in 719329b72b29 10:06:21 Removing intermediate container 719329b72b29 10:06:21 ---> 46471de884d6 10:06:21 Successfully built 46471de884d6 10:06:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:06:21 + docker inspect -f . ci-base-image-arm64 10:06:21 . [Pipeline] withDockerContainer 10:06:22 prd-ubuntu18.04-docker-arm64-4c-16g-21590 does not seem to be running inside a container 10:06:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:06:23 $ docker top db8969d7e521a940400e4dddf2134da105678ce878613be051b472360ad13913 -eo pid,comm [Pipeline] { [Pipeline] sh 10:06:24 + go version 10:06:24 go version go1.15.5 linux/arm64 [Pipeline] } 10:06:24 $ docker stop --time=1 db8969d7e521a940400e4dddf2134da105678ce878613be051b472360ad13913 10:06:26 $ docker rm -f db8969d7e521a940400e4dddf2134da105678ce878613be051b472360ad13913 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:06:27 + docker inspect -f . ci-base-image-arm64 10:06:27 . [Pipeline] withDockerContainer 10:06:27 prd-ubuntu18.04-docker-arm64-4c-16g-21590 does not seem to be running inside a container 10:06:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:06:29 $ docker top c3f11ca83cb33c57eb6b1c1c4fb04d2f0c531ac19e3d2a38f222cef11fb3fe0a -eo pid,comm [Pipeline] { [Pipeline] sh 10:06:30 + make test 10:06:30 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:06:31 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:06:54 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:06:54 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:06:54 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:06:54 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:06:54 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:06:54 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:06:54 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:06:54 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:06:54 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:06:54 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:06:54 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:06:54 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:06:54 GO111MODULE=on go vet ./... [Pipeline] } 10:06:59 $ docker stop --time=1 c3f11ca83cb33c57eb6b1c1c4fb04d2f0c531ac19e3d2a38f222cef11fb3fe0a 10:07:01 $ docker rm -f c3f11ca83cb33c57eb6b1c1c4fb04d2f0c531ac19e3d2a38f222cef11fb3fe0a [Pipeline] // withDockerContainer [Pipeline] sh 10:07:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:07:02 Warning: overwriting stash ‘coverage-report’ 10:07:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:07:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:07:04 + ls -al . 10:07:04 total 124 10:07:04 drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 10:06 . 10:07:04 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 10:05 .. 10:07:04 drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 10:05 .git 10:07:04 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 10:05 .github 10:07:04 -rw-rw-r-- 1 jenkins jenkins 153 Jan 20 10:05 .gitignore 10:07:04 -rw-rw-r-- 1 jenkins jenkins 3959 Jan 20 10:05 CONTRIBUTING.md 10:07:04 -rw-rw-r-- 1 jenkins jenkins 1508 Jan 20 10:05 Dockerfile 10:07:04 -rw-rw-r-- 1 jenkins jenkins 902 Jan 20 10:05 Dockerfile.build 10:07:04 -rw-rw-r-- 1 jenkins jenkins 652 Jan 20 10:05 Jenkinsfile 10:07:04 -rw-rw-r-- 1 jenkins jenkins 11357 Jan 20 10:05 LICENSE 10:07:04 -rw-rw-r-- 1 jenkins jenkins 951 Jan 20 10:05 Makefile 10:07:04 -rw-rw-r-- 1 jenkins jenkins 4535 Jan 20 10:05 README.md 10:07:04 -rw-rw-r-- 1 jenkins jenkins 5 Jan 20 10:01 VERSION 10:07:04 drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 10:05 assets 10:07:04 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 10:05 bin 10:07:04 drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 10:05 cmd 10:07:04 -rw-r--r-- 1 jenkins jenkins 10 Jan 20 10:06 coverage.out 10:07:04 drwxrwxr-x 5 jenkins jenkins 4096 Jan 20 10:05 docs 10:07:04 -rw-rw-r-- 1 jenkins jenkins 1019 Jan 20 10:05 go.mod 10:07:04 -rw-r--r-- 1 jenkins jenkins 20629 Jan 20 10:06 go.sum 10:07:04 drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 10:05 internal 10:07:04 -rw-rw-r-- 1 jenkins jenkins 155 Jan 20 10:05 version.go 10:07:04 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 10:05 web [Pipeline] isUnix [Pipeline] sh 10:07:05 + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=2a6915c960fb14954e41c173a8222625a036416b --label arch=arm64 --label version=0.0.0 . 10:07:05 Sending build context to Docker daemon 16.61MB 10:07:05 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:07:05 Step 2/24 : FROM ${BASE} AS builder 10:07:05 ---> 46471de884d6 10:07:05 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:07:06 ---> Running in 67873d92cd2b 10:07:06 Removing intermediate container 67873d92cd2b 10:07:06 ---> 4d42a5defcc0 10:07:06 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:07:06 ---> Running in db5619d48f79 10:07:07 Removing intermediate container db5619d48f79 10:07:07 ---> aa76e44b7103 10:07:07 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:07:07 ---> Running in a447f44b2ae5 10:07:07 Removing intermediate container a447f44b2ae5 10:07:07 ---> e0e5dcc0db9d 10:07:07 Step 6/24 : LABEL Name=edgex-ui-go 10:07:07 ---> Running in 479c37dc581b 10:07:08 Removing intermediate container 479c37dc581b 10:07:08 ---> a96677efc335 10:07:08 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:07:08 ---> Running in 62b38068cec6 10:07:08 Removing intermediate container 62b38068cec6 10:07:08 ---> 5176cd910d63 10:07:08 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:09 ---> Running in 695c7c535164 10:07:11 Removing intermediate container 695c7c535164 10:07:11 ---> 08acdfddfa05 10:07:11 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:07:11 ---> Running in e2a94aa8a065 10:07:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:07:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:07:13 OK: 142 MiB in 39 packages 10:07:14 Removing intermediate container e2a94aa8a065 10:07:14 ---> bdf32904a5f3 10:07:14 Step 10/24 : ENV GO111MODULE=on 10:07:14 ---> Running in dcc440b23ee0 10:07:15 Removing intermediate container dcc440b23ee0 10:07:15 ---> 7eac32a2cf4d 10:07:15 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:07:15 ---> Running in 2d64e91f56b7 10:07:15 Removing intermediate container 2d64e91f56b7 10:07:15 ---> 46640f83616a 10:07:15 Step 12/24 : COPY go.mod . 10:07:16 ---> ef2c90212ad8 10:07:16 Step 13/24 : COPY Makefile . 10:07:17 ---> a7ff9a760630 10:07:17 Step 14/24 : RUN make update 10:07:17 ---> Running in 0bc696e5cfd5 10:07:18 CGO_ENABLED=0 GO111MODULE=on go mod download 10:07:19 Removing intermediate container 0bc696e5cfd5 10:07:19 ---> 61dca184e8fc 10:07:19 Step 15/24 : COPY . . 10:07:21 ---> 4703e39cd200 10:07:21 Step 16/24 : RUN ${MAKE} 10:07:21 ---> Running in b343d710cf9f 10:07:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 10:07:45 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:07:50 Removing intermediate container b343d710cf9f 10:07:50 ---> 3895ced55426 10:07:50 Step 17/24 : FROM alpine:3.12 10:07:51 3.12: Pulling from library/alpine 10:07:51 159e5727ea61: Pulling fs layer 10:07:51 159e5727ea61: Verifying Checksum 10:07:52 159e5727ea61: Pull complete 10:07:52 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:07:52 Status: Downloaded newer image for alpine:3.12 10:07:52 ---> afeebe901d6b 10:07:52 Step 18/24 : EXPOSE 4000 10:07:52 ---> Running in db70a7f8bc48 10:07:53 Removing intermediate container db70a7f8bc48 10:07:53 ---> 06393efa32e5 10:07:53 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:07:55 ---> f7f0e85b2570 10:07:55 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:07:55 ---> Running in 500c61c5b3b6 10:07:55 Removing intermediate container 500c61c5b3b6 10:07:55 ---> 4fdfa54f4507 10:07:55 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:07:55 ---> Running in fcbe69661c49 10:07:55 Removing intermediate container fcbe69661c49 10:07:55 ---> 34af01670be2 10:07:55 Step 22/24 : LABEL arch=arm64 10:07:55 ---> Running in 9254c3c735e2 10:07:56 Removing intermediate container 9254c3c735e2 10:07:56 ---> 97ed975a9949 10:07:56 Step 23/24 : LABEL git_sha=2a6915c960fb14954e41c173a8222625a036416b 10:07:56 ---> Running in e96bb9acaf8f 10:07:57 Removing intermediate container e96bb9acaf8f 10:07:57 ---> 5489135ff421 10:07:57 Step 24/24 : LABEL version=0.0.0 10:07:57 ---> Running in 27d0c2aa144b 10:07:57 Removing intermediate container 27d0c2aa144b 10:07:57 ---> 049a6c5a411d 10:07:57 [Warning] One or more build-args [ARCH] were not consumed 10:07:57 Successfully built 049a6c5a411d 10:07:57 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 10:07:59 provisioning config files... 10:07:59 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config4757165959515807004tmp [Pipeline] { [Pipeline] sh 10:07:59 + set +x 10:07:59 + bash -s -- 10:07:59 + curl -s https://codecov.io/bash 10:07:59 10:07:59 _____ _ 10:07:59 / ____| | | 10:07:59 | | ___ __| | ___ ___ _____ __ 10:07:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:07:59 | |___| (_) | (_| | __/ (_| (_) \ V / 10:07:59 \_____\___/ \__,_|\___|\___\___/ \_/ 10:07:59 Bash-20210115-cec3c92 10:07:59 10:07:59 10:07:59 ==> git version 2.24.3 found 10:07:59 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 10:07:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:07:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:07:59 ==> Jenkins CI detected. 10:07:59 project root: . 10:07:59 --> token set from env 10:07:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:08:00 ==> Running gcov in . (disable via -X gcov) 10:08:00 ==> Python coveragepy not found 10:08:00 ==> Searching for coverage reports in: 10:08:00 + . 10:08:00 -> Found 1 reports 10:08:00 ==> Detecting git/mercurial file structure 10:08:00 ==> Reading reports 10:08:00 + ./coverage.out bytes=10 10:08:00 ==> Appending adjustments 10:08:00 https://docs.codecov.io/docs/fixing-reports 10:08:00 + Found adjustments 10:08:00 ==> Gzipping contents 10:08:00 4.0K /tmp/codecov.W5cXy7.gz 10:08:00 ==> Uploading reports 10:08:00 url: https://codecov.io 10:08:00 query: branch=PR-289&commit=2a6915c960fb14954e41c173a8222625a036416b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= 10:08:00 -> Pinging Codecov 10:08:00 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-289&commit=2a6915c960fb14954e41c173a8222625a036416b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= 10:08:01 -> Uploading to 10:08:01 https://storage.googleapis.com/codecov/v4/raw/2021-01-20/FB506323287CE973F263BFD2A0EB1F37/2a6915c960fb14954e41c173a8222625a036416b/1302bde0-018e-4b23-b1b2-300ea48b2425.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T100800Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f16eb63291380f5c186c15fda4402261ce5a292b9308c9d995e6eb47aff7c583 10:08:01 % Total % Received % Xferd Average Speed Time Time Time Current 10:08:01 Dload Upload Total Spent Left Speed 10:08:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2378 0 0 100 2378 0 5232 --:--:-- --:--:-- --:--:-- 5237 10:08:01 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/2a6915c960fb14954e41c173a8222625a036416b [Pipeline] } 10:08:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 10:08:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:08:04 ---> package-listing.sh 10:08:04 ++ facter osfamily 10:08:04 ++ tr '[:upper:]' '[:lower:]' 10:08:04 + OS_FAMILY=redhat 10:08:04 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-289 10:08:04 + START_PACKAGES=/tmp/packages_start.txt 10:08:04 + END_PACKAGES=/tmp/packages_end.txt 10:08:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:08:04 + PACKAGES=/tmp/packages_start.txt 10:08:04 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' 10:08:04 + PACKAGES=/tmp/packages_end.txt 10:08:04 + case "${OS_FAMILY}" in 10:08:04 + rpm -qa 10:08:04 + sort 10:08:13 + '[' -f /tmp/packages_start.txt ']' 10:08:13 + '[' -f /tmp/packages_end.txt ']' 10:08:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:08:13 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' 10:08:13 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ 10:08:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ [Pipeline] echo 10:08:13 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:08:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:08:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:08:14 10:08:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:08:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:08:14 alpine: Pulling from edgex-lftools-log-publisher 10:08:14 df20fa9351a1: Pulling fs layer 10:08:14 36b3adc4ff6f: Pulling fs layer 10:08:14 8ad3a11d3b57: Pulling fs layer 10:08:14 46f8f816bc3b: Pulling fs layer 10:08:14 93b61091891f: Pulling fs layer 10:08:14 93b9cdb0e59b: Pulling fs layer 10:08:14 5e14af77c1be: Pulling fs layer 10:08:14 01666e4c0597: Pulling fs layer 10:08:14 aa168da1d23b: Pulling fs layer 10:08:14 93b9cdb0e59b: Waiting 10:08:14 5e14af77c1be: Waiting 10:08:14 01666e4c0597: Waiting 10:08:14 aa168da1d23b: Waiting 10:08:14 46f8f816bc3b: Waiting 10:08:14 93b61091891f: Waiting 10:08:14 36b3adc4ff6f: Download complete 10:08:14 46f8f816bc3b: Verifying Checksum 10:08:14 46f8f816bc3b: Download complete 10:08:14 df20fa9351a1: Verifying Checksum 10:08:14 df20fa9351a1: Download complete 10:08:15 93b9cdb0e59b: Verifying Checksum 10:08:15 93b9cdb0e59b: Download complete 10:08:15 5e14af77c1be: Verifying Checksum 10:08:15 5e14af77c1be: Download complete 10:08:15 01666e4c0597: Verifying Checksum 10:08:15 01666e4c0597: Download complete 10:08:15 93b61091891f: Verifying Checksum 10:08:15 93b61091891f: Download complete 10:08:16 df20fa9351a1: Pull complete 10:08:16 8ad3a11d3b57: Verifying Checksum 10:08:16 8ad3a11d3b57: Download complete 10:08:17 36b3adc4ff6f: Pull complete 10:08:21 8ad3a11d3b57: Pull complete 10:08:21 46f8f816bc3b: Pull complete 10:08:21 93b61091891f: Pull complete 10:08:21 93b9cdb0e59b: Pull complete 10:08:22 5e14af77c1be: Pull complete 10:08:22 01666e4c0597: Pull complete 10:08:24 aa168da1d23b: Verifying Checksum 10:08:24 aa168da1d23b: Download complete 10:08:39 aa168da1d23b: Pull complete 10:08:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:08:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:08:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:08:40 prd-centos7-docker-4c-2g-21581 does not seem to be running inside a container 10:08:40 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:08:43 $ docker top c71e55534d10951e656b1fbf34914a2efedc85a9e60d7c17412b8c4817f17889 -eo pid,comm [Pipeline] { [Pipeline] sh 10:08:45 + touch /tmp/pre-build-complete [Pipeline] sh 10:08:45 + mkdir -p /var/log/sa [Pipeline] sh 10:08:45 + ls /var/log/sa-host 10:08:45 + sadf -c /var/log/sa-host/sa20 10:08:46 file_magic: OK 10:08:46 HZ: Using current value: 100 10:08:46 file_header: OK 10:08:46 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:08:46 Statistics: 10:08:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:08:46 File successfully converted to sysstat format version 12.2.1 10:08:46 + sadf -c /var/log/sa-host/sa23 10:08:46 file_magic: OK 10:08:46 HZ: Using current value: 100 10:08:46 file_header: OK 10:08:46 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:08:46 Statistics: 10:08:46 Hnuu...uuuununununu... 10:08:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:08:46 provisioning config files... 10:08:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config2094574260775269815tmp [Pipeline] { [Pipeline] echo 10:08:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:08:47 ---> create-netrc.sh [Pipeline] } 10:08:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:08:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:08:48 ---> python-tools-install.sh [Pipeline] echo 10:08:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:08:48 ---> sudo-logs.sh 10:08:48 Archiving 'sudo' log.. [Pipeline] echo 10:08:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:08:49 ---> job-cost.sh 10:08:49 lf-activate-venv: SKIPPING 10:08:49 INFO: No Stack... 10:08:50 INFO: Retrieving Pricing Info for: v1-standard-2 10:08:51 INFO: Archiving Costs [Pipeline] echo 10:08:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:08:51 ---> logs-deploy.sh 10:08:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-289/3 10:08:51 INFO: archiving workspace using pattern(s): 10:08:55 Archives upload complete. 10:08:55 INFO: archiving logs to Nexus