Pull request #271 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of wshengqi for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f rather than 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 Obtained Jenkinsfile from 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13564 in /w/workspace/edgexfoundry_edgex-ui-go_PR-271 [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-271 # 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 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f into PR head commit 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 Merge succeeded, producing 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 Checking out Revision 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 (PR-271) > 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/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 # 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 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 # timeout=10 Commit message: "modify rule engine health check" First time build. Skipping changelog. > git rev-list --no-walk 0c121203def3a47d89981f397ab0e517c87266b8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-26T09:26:55.435Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-26T09:26:55.732Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-26T09:26:55.828Z] ========================================================= [2020-11-26T09:26:55.828Z] EdgeX Global Pipelines Version Info [2020-11-26T09:26:55.828Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:26:57.292Z] ------------------- [2020-11-26T09:26:57.292Z] stable info: [2020-11-26T09:26:57.292Z] ------------------- [2020-11-26T09:26:57.292Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-26T09:26:57.292Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-26T09:26:57.292Z] Message: update stable to v1.0.167 [2020-11-26T09:26:58.246Z] ------------------- [2020-11-26T09:26:58.246Z] experimental info: [2020-11-26T09:26:58.246Z] ------------------- [2020-11-26T09:26:58.246Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-26T09:26:58.246Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-26T09:26:58.246Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-26T09:26:58.599Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-11-26T09:26:58.690Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-11-26T09:26:58.779Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-26T09:26:58.875Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-26T09:26:59.044Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-26T09:26:59.136Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-26T09:26:59.227Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-26T09:26:59.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-26T09:26:59.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-26T09:26:59.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-26T09:26:59.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-26T09:26:59.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-11-26T09:26:59.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-26T09:26:59.934Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-26T09:27:00.019Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-26T09:27:00.205Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-26T09:27:00.336Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T09:27:00.439Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T09:27:00.558Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-26T09:27:00.695Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-26T09:27:00.793Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-26T09:27:00.919Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-26T09:27:01.019Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-26T09:27:01.105Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-26T09:27:01.219Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-26T09:27:01.306Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-26T09:27:01.402Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-271 [Pipeline] echo [2020-11-26T09:27:01.530Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-271 [Pipeline] echo [2020-11-26T09:27:01.652Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-271 [Pipeline] echo [2020-11-26T09:27:01.758Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 [Pipeline] echo [2020-11-26T09:27:01.867Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 00f21b3 [Pipeline] echo [2020-11-26T09:27:01.966Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T09:27:02.145Z] provisioning config files... [2020-11-26T09:27:02.183Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp/config8300606455021215116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:27:02.542Z] ---> docker-login.sh [2020-11-26T09:27:02.543Z] nexus3.edgexfoundry.org:10001 [2020-11-26T09:27:02.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:27:02.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:27:02.805Z] Configure a credential helper to remove this warning. See [2020-11-26T09:27:02.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:27:02.805Z] [2020-11-26T09:27:02.805Z] Login Succeeded [2020-11-26T09:27:02.805Z] nexus3.edgexfoundry.org:10002 [2020-11-26T09:27:03.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:27:03.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:27:03.067Z] Configure a credential helper to remove this warning. See [2020-11-26T09:27:03.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:27:03.067Z] [2020-11-26T09:27:03.067Z] Login Succeeded [2020-11-26T09:27:03.067Z] nexus3.edgexfoundry.org:10003 [2020-11-26T09:27:03.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:27:03.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:27:03.331Z] Configure a credential helper to remove this warning. See [2020-11-26T09:27:03.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:27:03.331Z] [2020-11-26T09:27:03.331Z] Login Succeeded [2020-11-26T09:27:03.331Z] nexus3.edgexfoundry.org:10004 [2020-11-26T09:27:03.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:27:03.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:27:03.592Z] Configure a credential helper to remove this warning. See [2020-11-26T09:27:03.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:27:03.592Z] [2020-11-26T09:27:03.592Z] Login Succeeded [2020-11-26T09:27:03.592Z] docker.io [2020-11-26T09:27:03.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:27:03.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:27:03.854Z] Configure a credential helper to remove this warning. See [2020-11-26T09:27:03.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:27:03.854Z] [2020-11-26T09:27:03.854Z] Login Succeeded [2020-11-26T09:27:03.854Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T09:27:03.864Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T09:27:04.641Z] + git log --format=format:%s -1 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 [Pipeline] echo [2020-11-26T09:27:04.744Z] GIT_COMMIT: 00f21b3c13ba74f42da07d46f9d72afe82e5fab5, Commit Message: modify rule engine health check [Pipeline] echo [2020-11-26T09:27:04.792Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:27:05.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T09:27:05.407Z] [2020-11-26T09:27:05.407Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:27:05.748Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T09:27:05.748Z] latest: Pulling from edgex-devops/git-semver [2020-11-26T09:27:05.748Z] 31603596830f: Pulling fs layer [2020-11-26T09:27:05.748Z] 2a8b12db71e7: Pulling fs layer [2020-11-26T09:27:05.748Z] 6ca5941a6612: Pulling fs layer [2020-11-26T09:27:05.748Z] ecc8261a40a4: Pulling fs layer [2020-11-26T09:27:05.748Z] ecc8261a40a4: Waiting [2020-11-26T09:27:05.748Z] 2a8b12db71e7: Verifying Checksum [2020-11-26T09:27:05.748Z] 2a8b12db71e7: Download complete [2020-11-26T09:27:06.011Z] 31603596830f: Verifying Checksum [2020-11-26T09:27:06.011Z] 31603596830f: Download complete [2020-11-26T09:27:06.011Z] ecc8261a40a4: Verifying Checksum [2020-11-26T09:27:06.011Z] ecc8261a40a4: Download complete [2020-11-26T09:27:06.011Z] 6ca5941a6612: Verifying Checksum [2020-11-26T09:27:06.011Z] 6ca5941a6612: Download complete [2020-11-26T09:27:06.293Z] 31603596830f: Pull complete [2020-11-26T09:27:06.559Z] 2a8b12db71e7: Pull complete [2020-11-26T09:27:07.140Z] 6ca5941a6612: Pull complete [2020-11-26T09:27:07.403Z] ecc8261a40a4: Pull complete [2020-11-26T09:27:07.665Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-26T09:27:07.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T09:27:07.665Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-26T09:27:07.779Z] prd-centos7-docker-4c-2g-13564 does not seem to be running inside a container [2020-11-26T09:27:07.827Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-271 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-271:/w/workspace/edgexfoundry_edgex-ui-go_PR-271:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-271@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 [2020-11-26T09:27:10.048Z] $ docker top 4da4aab338e90410ede674792c96ef1bb9f88f7aaff492646718a6dd532d14fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T09:27:10.455Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T09:27:10.455Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T09:27:10.665Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T09:27:10.671Z] $ docker exec 4da4aab338e90410ede674792c96ef1bb9f88f7aaff492646718a6dd532d14fa ssh-agent [2020-11-26T09:27:10.858Z] SSH_AUTH_SOCK=/tmp/ssh-pAyhxvyLX3Xx/agent.12 [2020-11-26T09:27:10.858Z] SSH_AGENT_PID=17 [2020-11-26T09:27:10.873Z] Running ssh-add (command line suppressed) [2020-11-26T09:27:10.998Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp/private_key_6148089279733056581.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp/private_key_6148089279733056581.key) [2020-11-26T09:27:11.051Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T09:27:11.389Z] + git tag --points-at HEAD [Pipeline] } [2020-11-26T09:27:11.420Z] $ docker exec --env ******** --env ******** 4da4aab338e90410ede674792c96ef1bb9f88f7aaff492646718a6dd532d14fa ssh-agent -k [2020-11-26T09:27:11.542Z] unset SSH_AUTH_SOCK; [2020-11-26T09:27:11.542Z] unset SSH_AGENT_PID; [2020-11-26T09:27:11.542Z] echo Agent pid 17 killed; [2020-11-26T09:27:11.585Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-26T09:27:11.725Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T09:27:11.725Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T09:27:11.896Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T09:27:11.902Z] $ docker exec 4da4aab338e90410ede674792c96ef1bb9f88f7aaff492646718a6dd532d14fa ssh-agent [2020-11-26T09:27:12.060Z] SSH_AUTH_SOCK=/tmp/ssh-ONv5qg6IGyOv/agent.46 [2020-11-26T09:27:12.060Z] SSH_AGENT_PID=52 [2020-11-26T09:27:12.068Z] Running ssh-add (command line suppressed) [2020-11-26T09:27:12.186Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp/private_key_1800013578268528920.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp/private_key_1800013578268528920.key) [2020-11-26T09:27:12.234Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T09:27:12.649Z] + git semver init [2020-11-26T09:27:12.649Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T09:27:12.649Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-271/.git [2020-11-26T09:27:12.649Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-271 [2020-11-26T09:27:12.649Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T09:27:12.649Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T09:27:12.649Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T09:27:12.649Z] # $SEMVER_BRANCH = PR-271 [2020-11-26T09:27:12.649Z] # $SEMVER_TEMP = /tmp/semver-487318920 [2020-11-26T09:27:12.649Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-11-26T09:27:13.605Z] # '/tmp/semver-487318920' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-271/.semver' [2020-11-26T09:27:13.605Z] # -> Force: false [2020-11-26T09:27:13.605Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-271/.semver [Pipeline] } [2020-11-26T09:27:13.631Z] $ docker exec --env ******** --env ******** 4da4aab338e90410ede674792c96ef1bb9f88f7aaff492646718a6dd532d14fa ssh-agent -k [2020-11-26T09:27:13.747Z] unset SSH_AUTH_SOCK; [2020-11-26T09:27:13.748Z] unset SSH_AGENT_PID; [2020-11-26T09:27:13.748Z] echo Agent pid 52 killed; [2020-11-26T09:27:13.793Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T09:27:14.270Z] + git semver [Pipeline] } [2020-11-26T09:27:14.295Z] $ docker stop --time=1 4da4aab338e90410ede674792c96ef1bb9f88f7aaff492646718a6dd532d14fa [2020-11-26T09:27:15.681Z] $ docker rm -f 4da4aab338e90410ede674792c96ef1bb9f88f7aaff492646718a6dd532d14fa [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T09:27:16.136Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-26T09:27:16.760Z] Stashed 1 file(s) [Pipeline] echo [2020-11-26T09:27:16.763Z] [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 [2020-11-26T09:27:32.345Z] Still waiting to schedule task [2020-11-26T09:27:32.345Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-26T09:27:32.347Z] Still waiting to schedule task [2020-11-26T09:27:32.347Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-11-26T09:29:13.727Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13565 in /w/workspace/edgexfoundry_edgex-ui-go_PR-271 [Pipeline] { [Pipeline] ws [2020-11-26T09:29:13.786Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-11-26T09:29:19.353Z] using credential edgex-jenkins-ssh [2020-11-26T09:29:19.420Z] Cloning the remote Git repository [2020-11-26T09:29:19.497Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-26T09:29:19.619Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-11-26T09:29:19.692Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-26T09:29:19.692Z] > git --version # timeout=10 [2020-11-26T09:29:19.711Z] > git --version # 'git version 2.17.1' [2020-11-26T09:29:19.713Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T09:29:19.760Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T09:29:21.176Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-11-26T09:29:21.208Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T09:29:21.236Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-11-26T09:29:21.271Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-26T09:29:21.272Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T09:29:21.283Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-26T09:29:21.851Z] Merging remotes/origin/master commit 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f into PR head commit 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 [2020-11-26T09:29:22.332Z] Merge succeeded, producing 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 [2020-11-26T09:29:22.333Z] Checking out Revision 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 (PR-271) [2020-11-26T09:29:21.884Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T09:29:21.951Z] > git checkout -f 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 # timeout=10 [2020-11-26T09:29:22.257Z] > git remote # timeout=10 [2020-11-26T09:29:22.277Z] > git config --get remote.origin.url # timeout=10 [2020-11-26T09:29:22.290Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T09:29:22.306Z] > git merge 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 [2020-11-26T09:29:22.329Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-26T09:29:22.352Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T09:29:22.365Z] > git checkout -f 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 # timeout=10 [2020-11-26T09:29:26.735Z] Commit message: "modify rule engine health check" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T09:29:28.206Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-26T09:29:28.668Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T09:29:29.022Z] + sudo service docker restart [2020-11-26T09:29:29.022Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T09:29:31.722Z] provisioning config files... [2020-11-26T09:29:31.766Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config1988429213530346273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:29:32.189Z] ---> docker-login.sh [2020-11-26T09:29:32.189Z] nexus3.edgexfoundry.org:10001 [2020-11-26T09:29:32.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:29:33.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:29:33.390Z] Configure a credential helper to remove this warning. See [2020-11-26T09:29:33.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:29:33.390Z] [2020-11-26T09:29:33.390Z] Login Succeeded [2020-11-26T09:29:33.390Z] nexus3.edgexfoundry.org:10002 [2020-11-26T09:29:33.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:29:33.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:29:33.662Z] Configure a credential helper to remove this warning. See [2020-11-26T09:29:33.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:29:33.662Z] [2020-11-26T09:29:33.662Z] Login Succeeded [2020-11-26T09:29:33.662Z] nexus3.edgexfoundry.org:10003 [2020-11-26T09:29:34.018Z] Running on prd-centos7-docker-4c-2g-13566 in /w/workspace/edgexfoundry_edgex-ui-go_PR-271 [Pipeline] { [Pipeline] ws [2020-11-26T09:29:34.076Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2020-11-26T09:29:34.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:29:34.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:29:34.258Z] Configure a credential helper to remove this warning. See [2020-11-26T09:29:34.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:29:34.258Z] [2020-11-26T09:29:34.258Z] Login Succeeded [2020-11-26T09:29:34.258Z] nexus3.edgexfoundry.org:10004 [2020-11-26T09:29:34.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:29:34.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:29:34.863Z] Configure a credential helper to remove this warning. See [2020-11-26T09:29:34.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:29:34.863Z] [2020-11-26T09:29:34.863Z] Login Succeeded [2020-11-26T09:29:34.863Z] docker.io [2020-11-26T09:29:35.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:29:35.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:29:35.734Z] Configure a credential helper to remove this warning. See [2020-11-26T09:29:35.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:29:35.734Z] [2020-11-26T09:29:35.734Z] Login Succeeded [2020-11-26T09:29:35.734Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T09:29:35.752Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-26T09:29:36.189Z] ========================================================= [2020-11-26T09:29:36.189Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-26T09:29:36.189Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:29:36.384Z] using credential edgex-jenkins-ssh [2020-11-26T09:29:36.454Z] Cloning the remote Git repository [2020-11-26T09:29:36.127Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-26T09:29:36.573Z] + 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 . [2020-11-26T09:29:37.183Z] Sending build context to Docker daemon 15.63MB [2020-11-26T09:29:37.183Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-26T09:29:37.183Z] Step 2/8 : FROM ${BASE} [2020-11-26T09:29:37.183Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-26T09:29:37.183Z] b538f80385f9: Pulling fs layer [2020-11-26T09:29:37.183Z] 74f711af9a0d: Pulling fs layer [2020-11-26T09:29:37.183Z] 99f96fe45779: Pulling fs layer [2020-11-26T09:29:37.183Z] 8529a6b9a6be: Pulling fs layer [2020-11-26T09:29:37.183Z] 45590311c82a: Pulling fs layer [2020-11-26T09:29:37.183Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-26T09:29:37.183Z] 209524e5b208: Pulling fs layer [2020-11-26T09:29:37.183Z] 8529a6b9a6be: Waiting [2020-11-26T09:29:37.183Z] 69ca0ff8b7b3: Waiting [2020-11-26T09:29:37.183Z] 209524e5b208: Waiting [2020-11-26T09:29:37.183Z] 99f96fe45779: Verifying Checksum [2020-11-26T09:29:37.183Z] 99f96fe45779: Download complete [2020-11-26T09:29:37.458Z] 74f711af9a0d: Verifying Checksum [2020-11-26T09:29:37.458Z] 74f711af9a0d: Download complete [2020-11-26T09:29:36.192Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2020-11-26T09:29:36.246Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-26T09:29:36.247Z] > git --version # timeout=10 [2020-11-26T09:29:36.252Z] > git --version # 'git version 2.24.3' [2020-11-26T09:29:36.253Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T09:29:36.279Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T09:29:38.055Z] 45590311c82a: Download complete [2020-11-26T09:29:38.055Z] b538f80385f9: Verifying Checksum [2020-11-26T09:29:38.055Z] b538f80385f9: Download complete [2020-11-26T09:29:38.055Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-26T09:29:38.055Z] 69ca0ff8b7b3: Download complete [2020-11-26T09:29:38.107Z] Merging remotes/origin/master commit 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f into PR head commit 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 [2020-11-26T09:29:38.269Z] Merge succeeded, producing 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 [2020-11-26T09:29:38.269Z] Checking out Revision 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 (PR-271) [2020-11-26T09:29:37.304Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-11-26T09:29:37.316Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T09:29:37.331Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-11-26T09:29:37.346Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-26T09:29:37.346Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T09:29:37.350Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-26T09:29:37.902Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T09:29:37.907Z] > git checkout -f 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 # timeout=10 [2020-11-26T09:29:38.022Z] > git remote # timeout=10 [2020-11-26T09:29:38.028Z] > git config --get remote.origin.url # timeout=10 [2020-11-26T09:29:38.036Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T09:29:38.039Z] > git merge 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 [2020-11-26T09:29:38.049Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-26T09:29:38.058Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T09:29:38.062Z] > git checkout -f 00f21b3c13ba74f42da07d46f9d72afe82e5fab5 # timeout=10 [2020-11-26T09:29:39.064Z] b538f80385f9: Pull complete [2020-11-26T09:29:39.663Z] 74f711af9a0d: Pull complete [2020-11-26T09:29:39.937Z] 99f96fe45779: Pull complete [2020-11-26T09:29:40.211Z] 209524e5b208: Verifying Checksum [2020-11-26T09:29:40.211Z] 209524e5b208: Download complete [2020-11-26T09:29:41.854Z] Commit message: "modify rule engine health check" [2020-11-26T09:29:42.195Z] 8529a6b9a6be: Verifying Checksum [2020-11-26T09:29:42.195Z] 8529a6b9a6be: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T09:29:43.132Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-26T09:29:43.471Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T09:29:43.768Z] + sudo service docker restart [2020-11-26T09:29:43.768Z] + true [2020-11-26T09:29:43.768Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T09:29:45.224Z] provisioning config files... [2020-11-26T09:29:45.253Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config6947774506124160331tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:29:45.611Z] ---> docker-login.sh [2020-11-26T09:29:45.611Z] nexus3.edgexfoundry.org:10001 [2020-11-26T09:29:45.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:29:45.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:29:45.873Z] Configure a credential helper to remove this warning. See [2020-11-26T09:29:45.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:29:45.873Z] [2020-11-26T09:29:45.873Z] Login Succeeded [2020-11-26T09:29:45.873Z] nexus3.edgexfoundry.org:10002 [2020-11-26T09:29:46.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:29:46.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:29:46.135Z] Configure a credential helper to remove this warning. See [2020-11-26T09:29:46.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:29:46.135Z] [2020-11-26T09:29:46.135Z] Login Succeeded [2020-11-26T09:29:46.135Z] nexus3.edgexfoundry.org:10003 [2020-11-26T09:29:46.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:29:46.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:29:46.398Z] Configure a credential helper to remove this warning. See [2020-11-26T09:29:46.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:29:46.398Z] [2020-11-26T09:29:46.398Z] Login Succeeded [2020-11-26T09:29:46.398Z] nexus3.edgexfoundry.org:10004 [2020-11-26T09:29:46.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:29:46.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:29:46.398Z] Configure a credential helper to remove this warning. See [2020-11-26T09:29:46.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:29:46.398Z] [2020-11-26T09:29:46.398Z] Login Succeeded [2020-11-26T09:29:46.398Z] docker.io [2020-11-26T09:29:46.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:29:46.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:29:46.921Z] Configure a credential helper to remove this warning. See [2020-11-26T09:29:46.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:29:46.921Z] [2020-11-26T09:29:46.921Z] Login Succeeded [2020-11-26T09:29:46.921Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T09:29:46.929Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-26T09:29:47.220Z] ========================================================= [2020-11-26T09:29:47.220Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-26T09:29:47.220Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:29:47.561Z] + 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 . [2020-11-26T09:29:47.822Z] Sending build context to Docker daemon 15.63MB [2020-11-26T09:29:47.822Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-26T09:29:47.822Z] Step 2/8 : FROM ${BASE} [2020-11-26T09:29:47.822Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-26T09:29:47.822Z] df20fa9351a1: Pulling fs layer [2020-11-26T09:29:47.822Z] ed8968b2872e: Pulling fs layer [2020-11-26T09:29:47.822Z] a92cc7c5fd73: Pulling fs layer [2020-11-26T09:29:47.822Z] e871e8e8d7a9: Pulling fs layer [2020-11-26T09:29:47.822Z] e73272ec9a57: Pulling fs layer [2020-11-26T09:29:47.822Z] 1e910a182e73: Pulling fs layer [2020-11-26T09:29:47.822Z] 4e634b169226: Pulling fs layer [2020-11-26T09:29:47.822Z] e73272ec9a57: Waiting [2020-11-26T09:29:47.822Z] 1e910a182e73: Waiting [2020-11-26T09:29:47.822Z] 4e634b169226: Waiting [2020-11-26T09:29:47.822Z] e871e8e8d7a9: Waiting [2020-11-26T09:29:47.822Z] a92cc7c5fd73: Verifying Checksum [2020-11-26T09:29:47.822Z] a92cc7c5fd73: Download complete [2020-11-26T09:29:47.822Z] ed8968b2872e: Verifying Checksum [2020-11-26T09:29:47.822Z] ed8968b2872e: Download complete [2020-11-26T09:29:47.822Z] e73272ec9a57: Verifying Checksum [2020-11-26T09:29:47.822Z] e73272ec9a57: Download complete [2020-11-26T09:29:48.085Z] 1e910a182e73: Verifying Checksum [2020-11-26T09:29:48.085Z] 1e910a182e73: Download complete [2020-11-26T09:29:48.085Z] df20fa9351a1: Verifying Checksum [2020-11-26T09:29:48.085Z] df20fa9351a1: Download complete [2020-11-26T09:29:48.348Z] df20fa9351a1: Pull complete [2020-11-26T09:29:48.609Z] ed8968b2872e: Pull complete [2020-11-26T09:29:48.609Z] a92cc7c5fd73: Pull complete [2020-11-26T09:29:50.002Z] 4e634b169226: Verifying Checksum [2020-11-26T09:29:50.002Z] 4e634b169226: Download complete [2020-11-26T09:29:50.579Z] e871e8e8d7a9: Verifying Checksum [2020-11-26T09:29:50.579Z] e871e8e8d7a9: Download complete [2020-11-26T09:29:52.374Z] 8529a6b9a6be: Pull complete [2020-11-26T09:29:52.374Z] 45590311c82a: Pull complete [2020-11-26T09:29:52.650Z] 69ca0ff8b7b3: Pull complete [2020-11-26T09:29:55.906Z] e871e8e8d7a9: Pull complete [2020-11-26T09:29:55.906Z] e73272ec9a57: Pull complete [2020-11-26T09:29:55.906Z] 1e910a182e73: Pull complete [2020-11-26T09:29:56.966Z] 209524e5b208: Pull complete [2020-11-26T09:29:56.967Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-26T09:29:56.967Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-26T09:29:56.967Z] ---> 5bddaf1c2fca [2020-11-26T09:29:56.967Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T09:29:59.595Z] ---> Running in eb57985a77f6 [2020-11-26T09:29:59.869Z] Removing intermediate container eb57985a77f6 [2020-11-26T09:29:59.869Z] ---> e389b48a7d7d [2020-11-26T09:29:59.869Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:29:59.869Z] ---> Running in cd16e88061aa [2020-11-26T09:30:02.500Z] Removing intermediate container cd16e88061aa [2020-11-26T09:30:02.500Z] ---> 87ff752bfff5 [2020-11-26T09:30:02.500Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-26T09:30:02.500Z] ---> Running in a11235fffc12 [2020-11-26T09:30:03.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:30:04.078Z] 4e634b169226: Pull complete [2020-11-26T09:30:04.078Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-26T09:30:04.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-26T09:30:04.078Z] ---> f7629b54cfaa [2020-11-26T09:30:04.078Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T09:30:04.078Z] ---> Running in fbdbab954c65 [2020-11-26T09:30:04.078Z] Removing intermediate container fbdbab954c65 [2020-11-26T09:30:04.078Z] ---> d85260ca2488 [2020-11-26T09:30:04.078Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:30:04.078Z] ---> Running in 2ab206a48b6e [2020-11-26T09:30:04.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:30:05.034Z] Removing intermediate container 2ab206a48b6e [2020-11-26T09:30:05.034Z] ---> 81fb9e6c1d5b [2020-11-26T09:30:05.034Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-26T09:30:05.034Z] ---> Running in 4a6245095113 [2020-11-26T09:30:05.058Z] OK: 142 MiB in 39 packages [2020-11-26T09:30:05.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:30:06.043Z] Removing intermediate container a11235fffc12 [2020-11-26T09:30:06.043Z] ---> 3ea7184327d4 [2020-11-26T09:30:06.043Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-11-26T09:30:06.043Z] ---> Running in e3f07cc4edfc [2020-11-26T09:30:06.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:30:06.640Z] Removing intermediate container e3f07cc4edfc [2020-11-26T09:30:06.640Z] ---> 190d238027f3 [2020-11-26T09:30:06.640Z] Step 7/8 : COPY . . [2020-11-26T09:30:06.844Z] OK: 166 MiB in 39 packages [2020-11-26T09:30:07.108Z] Removing intermediate container 4a6245095113 [2020-11-26T09:30:07.108Z] ---> f21b52efec8a [2020-11-26T09:30:07.108Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-11-26T09:30:07.371Z] ---> Running in 9d12f2acdb40 [2020-11-26T09:30:07.371Z] Removing intermediate container 9d12f2acdb40 [2020-11-26T09:30:07.371Z] ---> 04bcb89f5d7c [2020-11-26T09:30:07.371Z] Step 7/8 : COPY . . [2020-11-26T09:30:08.618Z] ---> 1a4ff14369b4 [2020-11-26T09:30:08.618Z] Step 8/8 : RUN go mod download [2020-11-26T09:30:08.618Z] ---> Running in 4f75d79192e8 [2020-11-26T09:30:08.771Z] ---> d50f741ad75c [2020-11-26T09:30:08.772Z] Step 8/8 : RUN go mod download [2020-11-26T09:30:08.772Z] ---> Running in 6b02dafbe26b [2020-11-26T09:30:30.809Z] Removing intermediate container 6b02dafbe26b [2020-11-26T09:30:30.809Z] ---> 9e15bc03ae6d [2020-11-26T09:30:30.809Z] Successfully built 9e15bc03ae6d [2020-11-26T09:30:30.809Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:30:31.193Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T09:30:31.194Z] . [Pipeline] withDockerContainer [2020-11-26T09:30:31.299Z] prd-centos7-docker-4c-2g-13566 does not seem to be running inside a container [2020-11-26T09:30:31.355Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-26T09:30:31.982Z] $ docker top 581a87b014a1a4e3e874ce1708848be0826aaa2959951defe145b1188b70ead3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:30:32.529Z] + go version [2020-11-26T09:30:32.529Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-26T09:30:32.545Z] $ docker stop --time=1 581a87b014a1a4e3e874ce1708848be0826aaa2959951defe145b1188b70ead3 [2020-11-26T09:30:33.879Z] $ docker rm -f 581a87b014a1a4e3e874ce1708848be0826aaa2959951defe145b1188b70ead3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:30:34.745Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T09:30:34.745Z] . [Pipeline] withDockerContainer [2020-11-26T09:30:34.838Z] prd-centos7-docker-4c-2g-13566 does not seem to be running inside a container [2020-11-26T09:30:34.890Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-26T09:30:35.429Z] Removing intermediate container 4f75d79192e8 [2020-11-26T09:30:35.429Z] ---> 051f3878abff [2020-11-26T09:30:35.429Z] Successfully built 051f3878abff [2020-11-26T09:30:35.429Z] Successfully tagged ci-base-image-arm64:latest [2020-11-26T09:30:35.473Z] $ docker top 0682458690a9853141bd3b7f76db8091674421aac59fb22d1861373add693b54 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:30:35.961Z] + make test [2020-11-26T09:30:35.961Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-26T09:30:36.072Z] + docker inspect -f . ci-base-image-arm64 [2020-11-26T09:30:36.072Z] . [Pipeline] withDockerContainer [2020-11-26T09:30:36.340Z] prd-ubuntu18.04-docker-arm64-4c-16g-13565 does not seem to be running inside a container [2020-11-26T09:30:36.431Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-26T09:30:36.922Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-11-26T09:30:37.947Z] $ docker top bbfdb3d3221687762397310bbe7a15e32d39a9e5cf9fc53a3021685dfe740caa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:30:38.970Z] + go version [2020-11-26T09:30:38.970Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-26T09:30:39.002Z] $ docker stop --time=1 bbfdb3d3221687762397310bbe7a15e32d39a9e5cf9fc53a3021685dfe740caa [2020-11-26T09:30:40.919Z] $ docker rm -f bbfdb3d3221687762397310bbe7a15e32d39a9e5cf9fc53a3021685dfe740caa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:30:42.057Z] + docker inspect -f . ci-base-image-arm64 [2020-11-26T09:30:42.057Z] . [Pipeline] withDockerContainer [2020-11-26T09:30:42.318Z] prd-ubuntu18.04-docker-arm64-4c-16g-13565 does not seem to be running inside a container [2020-11-26T09:30:42.404Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-26T09:30:43.677Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-11-26T09:30:43.677Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-11-26T09:30:43.677Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-11-26T09:30:43.677Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-11-26T09:30:43.677Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-11-26T09:30:43.677Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-11-26T09:30:43.677Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-11-26T09:30:43.677Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-11-26T09:30:43.677Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-11-26T09:30:43.677Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-11-26T09:30:43.677Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-11-26T09:30:43.677Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-11-26T09:30:43.677Z] GO111MODULE=on go vet ./... [2020-11-26T09:30:43.917Z] $ docker top 9a66a1abe48a6d44dde5b47baab8c69559ac1925ed52720161c7653c78997e11 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:30:44.942Z] + make test [2020-11-26T09:30:44.942Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [Pipeline] } [2020-11-26T09:30:45.117Z] $ docker stop --time=1 0682458690a9853141bd3b7f76db8091674421aac59fb22d1861373add693b54 [2020-11-26T09:30:46.384Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-11-26T09:30:47.280Z] $ docker rm -f 0682458690a9853141bd3b7f76db8091674421aac59fb22d1861373add693b54 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T09:30:47.823Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-26T09:30:48.132Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-26T09:30:50.736Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-26T09:30:51.045Z] + ls -al . [2020-11-26T09:30:51.045Z] total 84 [2020-11-26T09:30:51.045Z] drwxrwxr-x. 9 jenkins jenkins 4096 Nov 26 09:30 . [2020-11-26T09:30:51.045Z] drwxrwxr-x. 4 jenkins jenkins 28 Nov 26 09:29 .. [2020-11-26T09:30:51.045Z] drwxrwxr-x. 3 jenkins jenkins 20 Nov 26 09:29 assets [2020-11-26T09:30:51.046Z] drwxrwxr-x. 2 jenkins jenkins 35 Nov 26 09:29 bin [2020-11-26T09:30:51.046Z] drwxrwxr-x. 3 jenkins jenkins 29 Nov 26 09:29 cmd [2020-11-26T09:30:51.046Z] -rw-rw-r--. 1 jenkins jenkins 3959 Nov 26 09:29 CONTRIBUTING.md [2020-11-26T09:30:51.046Z] -rw-r--r--. 1 jenkins jenkins 10 Nov 26 09:30 coverage.out [2020-11-26T09:30:51.046Z] -rw-rw-r--. 1 jenkins jenkins 913 Nov 26 09:29 Dockerfile [2020-11-26T09:30:51.046Z] -rw-rw-r--. 1 jenkins jenkins 898 Nov 26 09:29 Dockerfile.build [2020-11-26T09:30:51.046Z] drwxrwxr-x. 5 jenkins jenkins 104 Nov 26 09:29 docs [2020-11-26T09:30:51.046Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 26 09:29 .git [2020-11-26T09:30:51.046Z] drwxrwxr-x. 2 jenkins jenkins 81 Nov 26 09:29 .github [2020-11-26T09:30:51.046Z] -rw-rw-r--. 1 jenkins jenkins 136 Nov 26 09:29 .gitignore [2020-11-26T09:30:51.046Z] -rw-rw-r--. 1 jenkins jenkins 1019 Nov 26 09:29 go.mod [2020-11-26T09:30:51.046Z] -rw-r--r--. 1 jenkins jenkins 20718 Nov 26 09:30 go.sum [2020-11-26T09:30:51.046Z] drwxrwxr-x. 10 jenkins jenkins 139 Nov 26 09:29 internal [2020-11-26T09:30:51.046Z] -rw-rw-r--. 1 jenkins jenkins 652 Nov 26 09:29 Jenkinsfile [2020-11-26T09:30:51.046Z] -rw-rw-r--. 1 jenkins jenkins 11357 Nov 26 09:29 LICENSE [2020-11-26T09:30:51.046Z] -rw-rw-r--. 1 jenkins jenkins 951 Nov 26 09:29 Makefile [2020-11-26T09:30:51.046Z] -rw-rw-r--. 1 jenkins jenkins 3545 Nov 26 09:29 README.md [2020-11-26T09:30:51.046Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 26 09:27 VERSION [2020-11-26T09:30:51.046Z] -rw-rw-r--. 1 jenkins jenkins 155 Nov 26 09:29 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:30:51.353Z] + 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=00f21b3c13ba74f42da07d46f9d72afe82e5fab5 --label arch=amd64 --label version=0.0.0 . [2020-11-26T09:30:51.616Z] Sending build context to Docker daemon 15.66MB [2020-11-26T09:30:51.616Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-26T09:30:51.616Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-26T09:30:51.616Z] ---> 9e15bc03ae6d [2020-11-26T09:30:51.616Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-11-26T09:30:52.190Z] ---> Running in 9069c4cfc97e [2020-11-26T09:30:52.190Z] Removing intermediate container 9069c4cfc97e [2020-11-26T09:30:52.190Z] ---> 60bb08065616 [2020-11-26T09:30:52.190Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-11-26T09:30:52.452Z] ---> Running in 609c34050bf9 [2020-11-26T09:30:52.452Z] Removing intermediate container 609c34050bf9 [2020-11-26T09:30:52.452Z] ---> bf3256d6cbb5 [2020-11-26T09:30:52.452Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-11-26T09:30:52.452Z] ---> Running in 541dbdd7cf02 [2020-11-26T09:30:52.715Z] Removing intermediate container 541dbdd7cf02 [2020-11-26T09:30:52.715Z] ---> 2712a86ebd2e [2020-11-26T09:30:52.715Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-11-26T09:30:52.978Z] ---> Running in e2dc62b9b254 [2020-11-26T09:30:52.978Z] Removing intermediate container e2dc62b9b254 [2020-11-26T09:30:52.978Z] ---> 18661ca87de0 [2020-11-26T09:30:52.978Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-11-26T09:30:52.978Z] ---> Running in b28e0be9c52c [2020-11-26T09:30:53.241Z] Removing intermediate container b28e0be9c52c [2020-11-26T09:30:53.241Z] ---> 081f4a658ed0 [2020-11-26T09:30:53.241Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:30:53.241Z] ---> Running in 30e8b98d7fd4 [2020-11-26T09:30:54.189Z] Removing intermediate container 30e8b98d7fd4 [2020-11-26T09:30:54.189Z] ---> 45a3943c8aba [2020-11-26T09:30:54.189Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-26T09:30:54.189Z] ---> Running in 0690ef650b25 [2020-11-26T09:30:54.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:30:55.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:30:56.349Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:30:56.349Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:30:56.349Z] OK: 12754 distinct packages available [2020-11-26T09:30:56.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:30:56.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:30:57.872Z] OK: 166 MiB in 39 packages [2020-11-26T09:30:58.134Z] Removing intermediate container 0690ef650b25 [2020-11-26T09:30:58.134Z] ---> a17dda4f4bf6 [2020-11-26T09:30:58.134Z] Step 10/24 : ENV GO111MODULE=on [2020-11-26T09:30:58.134Z] ---> Running in 1e3ca5597986 [2020-11-26T09:30:58.397Z] Removing intermediate container 1e3ca5597986 [2020-11-26T09:30:58.397Z] ---> 125e17f25596 [2020-11-26T09:30:58.397Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-11-26T09:30:58.397Z] ---> Running in e62aeb42089c [2020-11-26T09:30:58.661Z] Removing intermediate container e62aeb42089c [2020-11-26T09:30:58.661Z] ---> 236163929afc [2020-11-26T09:30:58.661Z] Step 12/24 : COPY go.mod . [2020-11-26T09:30:58.661Z] ---> 1be6b49b77f7 [2020-11-26T09:30:58.661Z] Step 13/24 : COPY Makefile . [2020-11-26T09:30:58.927Z] ---> 8b18836a7133 [2020-11-26T09:30:58.927Z] Step 14/24 : RUN make update [2020-11-26T09:30:58.927Z] ---> Running in 98a89e1e60e7 [2020-11-26T09:30:59.502Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-11-26T09:31:00.076Z] Removing intermediate container 98a89e1e60e7 [2020-11-26T09:31:00.076Z] ---> 113abfabef2e [2020-11-26T09:31:00.076Z] Step 15/24 : COPY . . [2020-11-26T09:31:01.021Z] ---> f771e334ca8e [2020-11-26T09:31:01.021Z] Step 16/24 : RUN ${MAKE} [2020-11-26T09:31:01.021Z] ---> Running in 924f6e06075a [2020-11-26T09:31:01.286Z] 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 [2020-11-26T09:31:08.609Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-11-26T09:31:08.610Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-11-26T09:31:08.610Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-11-26T09:31:08.610Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-11-26T09:31:08.610Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-11-26T09:31:08.610Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-11-26T09:31:08.610Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-11-26T09:31:08.610Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-11-26T09:31:08.610Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-11-26T09:31:08.610Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-11-26T09:31:08.610Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-11-26T09:31:08.610Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-11-26T09:31:08.610Z] GO111MODULE=on go vet ./... [2020-11-26T09:31:09.522Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-26T09:31:11.447Z] Removing intermediate container 924f6e06075a [2020-11-26T09:31:11.447Z] ---> 1e50116e5e4d [2020-11-26T09:31:11.447Z] Step 17/24 : FROM alpine [2020-11-26T09:31:11.710Z] latest: Pulling from library/alpine [2020-11-26T09:31:11.710Z] 188c0c94c7c5: Pulling fs layer [2020-11-26T09:31:11.975Z] 188c0c94c7c5: Verifying Checksum [2020-11-26T09:31:11.975Z] 188c0c94c7c5: Download complete [2020-11-26T09:31:12.238Z] 188c0c94c7c5: Pull complete [2020-11-26T09:31:12.238Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-26T09:31:12.238Z] Status: Downloaded newer image for alpine:latest [2020-11-26T09:31:12.238Z] ---> d6e46aa2470d [2020-11-26T09:31:12.238Z] Step 18/24 : EXPOSE 4000 [2020-11-26T09:31:12.238Z] ---> Running in ec8f864897c1 [2020-11-26T09:31:12.501Z] Removing intermediate container ec8f864897c1 [2020-11-26T09:31:12.501Z] ---> d325b74ae359 [2020-11-26T09:31:12.501Z] 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 [Pipeline] } [2020-11-26T09:31:12.960Z] $ docker stop --time=1 9a66a1abe48a6d44dde5b47baab8c69559ac1925ed52720161c7653c78997e11 [2020-11-26T09:31:13.448Z] ---> b12b5781b672 [2020-11-26T09:31:13.448Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-11-26T09:31:13.448Z] ---> Running in ff69225b8bb1 [2020-11-26T09:31:13.448Z] Removing intermediate container ff69225b8bb1 [2020-11-26T09:31:13.448Z] ---> 358e345e4f2f [2020-11-26T09:31:13.448Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-11-26T09:31:13.709Z] ---> Running in 1c9cc43816e5 [2020-11-26T09:31:13.709Z] Removing intermediate container 1c9cc43816e5 [2020-11-26T09:31:13.709Z] ---> 4367d66990c7 [2020-11-26T09:31:13.709Z] Step 22/24 : LABEL arch=amd64 [2020-11-26T09:31:13.709Z] ---> Running in 4bb4d77c1245 [2020-11-26T09:31:13.975Z] Removing intermediate container 4bb4d77c1245 [2020-11-26T09:31:13.975Z] ---> 0705171c75a5 [2020-11-26T09:31:13.975Z] Step 23/24 : LABEL git_sha=00f21b3c13ba74f42da07d46f9d72afe82e5fab5 [2020-11-26T09:31:13.975Z] ---> Running in 9faa574bbccf [2020-11-26T09:31:14.237Z] Removing intermediate container 9faa574bbccf [2020-11-26T09:31:14.237Z] ---> a05829449173 [2020-11-26T09:31:14.237Z] Step 24/24 : LABEL version=0.0.0 [2020-11-26T09:31:14.237Z] ---> Running in f8fc7fe82d18 [2020-11-26T09:31:14.499Z] Removing intermediate container f8fc7fe82d18 [2020-11-26T09:31:14.499Z] ---> 0588db7eca77 [2020-11-26T09:31:14.499Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-26T09:31:14.499Z] Successfully built 0588db7eca77 [2020-11-26T09:31:14.499Z] Successfully tagged docker-edgex-ui-go:latest [2020-11-26T09:31:15.112Z] $ docker rm -f 9a66a1abe48a6d44dde5b47baab8c69559ac1925ed52720161c7653c78997e11 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-11-26T09:31:15.833Z] + sudo chown -R jenkins:jenkins . Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stash [2020-11-26T09:31:16.057Z] Warning: overwriting stash ‘coverage-report’ [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] } [2020-11-26T09:31:16.888Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T09:31:17.709Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-26T09:31:18.091Z] + ls -al . [2020-11-26T09:31:18.091Z] total 116 [2020-11-26T09:31:18.091Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 26 09:30 . [2020-11-26T09:31:18.091Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 09:29 .. [2020-11-26T09:31:18.091Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 26 09:29 .git [2020-11-26T09:31:18.091Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 26 09:29 .github [2020-11-26T09:31:18.091Z] -rw-rw-r-- 1 jenkins jenkins 136 Nov 26 09:29 .gitignore [2020-11-26T09:31:18.091Z] -rw-rw-r-- 1 jenkins jenkins 3959 Nov 26 09:29 CONTRIBUTING.md [2020-11-26T09:31:18.091Z] -rw-rw-r-- 1 jenkins jenkins 913 Nov 26 09:29 Dockerfile [2020-11-26T09:31:18.091Z] -rw-rw-r-- 1 jenkins jenkins 898 Nov 26 09:29 Dockerfile.build [2020-11-26T09:31:18.091Z] -rw-rw-r-- 1 jenkins jenkins 652 Nov 26 09:29 Jenkinsfile [2020-11-26T09:31:18.091Z] -rw-rw-r-- 1 jenkins jenkins 11357 Nov 26 09:29 LICENSE [2020-11-26T09:31:18.091Z] -rw-rw-r-- 1 jenkins jenkins 951 Nov 26 09:29 Makefile [2020-11-26T09:31:18.091Z] -rw-rw-r-- 1 jenkins jenkins 3545 Nov 26 09:29 README.md [2020-11-26T09:31:18.091Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 26 09:27 VERSION [2020-11-26T09:31:18.091Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 26 09:29 assets [2020-11-26T09:31:18.091Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 26 09:29 bin [2020-11-26T09:31:18.091Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 26 09:29 cmd [2020-11-26T09:31:18.091Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 26 09:30 coverage.out [2020-11-26T09:31:18.091Z] drwxrwxr-x 5 jenkins jenkins 4096 Nov 26 09:29 docs [2020-11-26T09:31:18.091Z] -rw-rw-r-- 1 jenkins jenkins 1019 Nov 26 09:29 go.mod [2020-11-26T09:31:18.091Z] -rw-r--r-- 1 jenkins jenkins 20718 Nov 26 09:30 go.sum [2020-11-26T09:31:18.091Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 26 09:29 internal [2020-11-26T09:31:18.091Z] -rw-rw-r-- 1 jenkins jenkins 155 Nov 26 09:29 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:31:18.467Z] + 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=00f21b3c13ba74f42da07d46f9d72afe82e5fab5 --label arch=arm64 --label version=0.0.0 . [2020-11-26T09:31:19.074Z] Sending build context to Docker daemon 15.66MB [2020-11-26T09:31:19.074Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-26T09:31:19.074Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-26T09:31:19.074Z] ---> 051f3878abff [2020-11-26T09:31:19.074Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-11-26T09:31:19.670Z] ---> Running in 1626c50d7f94 [2020-11-26T09:31:19.948Z] Removing intermediate container 1626c50d7f94 [2020-11-26T09:31:19.948Z] ---> 7d1f7f7e2e1a [2020-11-26T09:31:19.948Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-11-26T09:31:19.948Z] ---> Running in abf481b70a6c [2020-11-26T09:31:20.549Z] Removing intermediate container abf481b70a6c [2020-11-26T09:31:20.549Z] ---> 2916e4041522 [2020-11-26T09:31:20.549Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-11-26T09:31:20.549Z] ---> Running in 922f1cd9e97e [2020-11-26T09:31:21.147Z] Removing intermediate container 922f1cd9e97e [2020-11-26T09:31:21.147Z] ---> 5ecdeeb9054c [2020-11-26T09:31:21.147Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-11-26T09:31:21.147Z] ---> Running in eecb3475f398 [2020-11-26T09:31:21.744Z] Removing intermediate container eecb3475f398 [2020-11-26T09:31:21.744Z] ---> 1fc910bbd5f4 [2020-11-26T09:31:21.744Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-11-26T09:31:21.744Z] ---> Running in 175ec7e9c7ac [2020-11-26T09:31:22.339Z] Removing intermediate container 175ec7e9c7ac [2020-11-26T09:31:22.339Z] ---> fe811d2cd1fa [2020-11-26T09:31:22.339Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:31:22.339Z] ---> Running in bbb3dcb07cfa [2020-11-26T09:31:24.317Z] Removing intermediate container bbb3dcb07cfa [2020-11-26T09:31:24.317Z] ---> 6c0f333e2996 [2020-11-26T09:31:24.317Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-26T09:31:24.593Z] ---> Running in 0bd2e1a0c7de [2020-11-26T09:31:25.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:31:26.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:31:27.516Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:31:27.516Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:31:27.516Z] OK: 12625 distinct packages available [2020-11-26T09:31:27.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:31:28.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:31:29.088Z] OK: 142 MiB in 39 packages [2020-11-26T09:31:30.069Z] Removing intermediate container 0bd2e1a0c7de [2020-11-26T09:31:30.069Z] ---> 3d592a23ce17 [2020-11-26T09:31:30.069Z] Step 10/24 : ENV GO111MODULE=on [2020-11-26T09:31:30.341Z] ---> Running in 84304cc67a91 [2020-11-26T09:31:30.615Z] Removing intermediate container 84304cc67a91 [2020-11-26T09:31:30.615Z] ---> 4bf50abb717a [2020-11-26T09:31:30.615Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-11-26T09:31:30.893Z] ---> Running in 7c7f20d46755 [2020-11-26T09:31:31.167Z] Removing intermediate container 7c7f20d46755 [2020-11-26T09:31:31.167Z] ---> 529948da0644 [2020-11-26T09:31:31.167Z] Step 12/24 : COPY go.mod . [2020-11-26T09:31:31.765Z] ---> acbe00b4eb03 [2020-11-26T09:31:31.765Z] Step 13/24 : COPY Makefile . [2020-11-26T09:31:32.358Z] ---> 0d6be24b826f [2020-11-26T09:31:32.358Z] Step 14/24 : RUN make update [2020-11-26T09:31:32.627Z] ---> Running in 2cf903c61b37 [2020-11-26T09:31:33.606Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-11-26T09:31:35.044Z] Removing intermediate container 2cf903c61b37 [2020-11-26T09:31:35.044Z] ---> 4f9af6fa733b [2020-11-26T09:31:35.044Z] Step 15/24 : COPY . . [2020-11-26T09:31:36.480Z] ---> dc7c61cae89c [2020-11-26T09:31:36.480Z] Step 16/24 : RUN ${MAKE} [2020-11-26T09:31:36.753Z] ---> Running in 245db8f2c8d1 [2020-11-26T09:31:37.739Z] 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 [2020-11-26T09:31:59.951Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-26T09:32:05.354Z] Removing intermediate container 245db8f2c8d1 [2020-11-26T09:32:05.354Z] ---> a3b0858ff644 [2020-11-26T09:32:05.354Z] Step 17/24 : FROM alpine [2020-11-26T09:32:05.354Z] latest: Pulling from library/alpine [2020-11-26T09:32:05.354Z] 5f621e34cdf4: Pulling fs layer [2020-11-26T09:32:05.354Z] 5f621e34cdf4: Verifying Checksum [2020-11-26T09:32:05.354Z] 5f621e34cdf4: Download complete [2020-11-26T09:32:05.948Z] 5f621e34cdf4: Pull complete [2020-11-26T09:32:05.948Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-26T09:32:05.948Z] Status: Downloaded newer image for alpine:latest [2020-11-26T09:32:05.948Z] ---> 2e77e061c27f [2020-11-26T09:32:05.948Z] Step 18/24 : EXPOSE 4000 [2020-11-26T09:32:06.222Z] ---> Running in 1a1e2397d872 [2020-11-26T09:32:06.494Z] Removing intermediate container 1a1e2397d872 [2020-11-26T09:32:06.494Z] ---> d2fd14e64fc5 [2020-11-26T09:32:06.494Z] 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 [2020-11-26T09:32:08.465Z] ---> 31fd435ec512 [2020-11-26T09:32:08.466Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-11-26T09:32:08.466Z] ---> Running in aa6938f4891a [2020-11-26T09:32:08.744Z] Removing intermediate container aa6938f4891a [2020-11-26T09:32:08.744Z] ---> 084a826727d0 [2020-11-26T09:32:08.744Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-11-26T09:32:08.744Z] ---> Running in 28429e04ba82 [2020-11-26T09:32:09.342Z] Removing intermediate container 28429e04ba82 [2020-11-26T09:32:09.342Z] ---> c66de98993d9 [2020-11-26T09:32:09.342Z] Step 22/24 : LABEL arch=arm64 [2020-11-26T09:32:09.342Z] ---> Running in ce759dc57e99 [2020-11-26T09:32:09.937Z] Removing intermediate container ce759dc57e99 [2020-11-26T09:32:09.937Z] ---> 303310ceaa37 [2020-11-26T09:32:09.937Z] Step 23/24 : LABEL git_sha=00f21b3c13ba74f42da07d46f9d72afe82e5fab5 [2020-11-26T09:32:09.937Z] ---> Running in ce6f744bc794 [2020-11-26T09:32:10.532Z] Removing intermediate container ce6f744bc794 [2020-11-26T09:32:10.532Z] ---> e54495c37471 [2020-11-26T09:32:10.532Z] Step 24/24 : LABEL version=0.0.0 [2020-11-26T09:32:10.532Z] ---> Running in 23f6927d1dd7 [2020-11-26T09:32:10.805Z] Removing intermediate container 23f6927d1dd7 [2020-11-26T09:32:10.805Z] ---> 6d3273ef6032 [2020-11-26T09:32:10.805Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-26T09:32:11.078Z] Successfully built 6d3273ef6032 [2020-11-26T09:32:11.078Z] 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 [2020-11-26T09:32:12.752Z] provisioning config files... [2020-11-26T09:32:12.765Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp/config7589157460869087583tmp [Pipeline] { [Pipeline] sh [2020-11-26T09:32:13.134Z] + set +x [2020-11-26T09:32:13.134Z] + curl -s https://codecov.io/bash [2020-11-26T09:32:13.134Z] + bash -s -- [2020-11-26T09:32:13.397Z] [2020-11-26T09:32:13.397Z] _____ _ [2020-11-26T09:32:13.397Z] / ____| | | [2020-11-26T09:32:13.397Z] | | ___ __| | ___ ___ _____ __ [2020-11-26T09:32:13.397Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-26T09:32:13.397Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-26T09:32:13.397Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-26T09:32:13.397Z] Bash-20201124-79cbc08 [2020-11-26T09:32:13.397Z] [2020-11-26T09:32:13.397Z] [2020-11-26T09:32:13.397Z] ==> Jenkins CI detected. [2020-11-26T09:32:13.397Z] project root: . [2020-11-26T09:32:13.397Z] --> token set from env [2020-11-26T09:32:13.397Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-26T09:32:13.397Z] ==> Running gcov in . (disable via -X gcov) [2020-11-26T09:32:13.397Z] ==> Python coveragepy not found [2020-11-26T09:32:13.397Z] ==> Searching for coverage reports in: [2020-11-26T09:32:13.397Z] + . [2020-11-26T09:32:13.397Z] -> Found 1 reports [2020-11-26T09:32:13.397Z] ==> Detecting git/mercurial file structure [2020-11-26T09:32:13.397Z] ==> Reading reports [2020-11-26T09:32:13.397Z] + ./coverage.out bytes=10 [2020-11-26T09:32:13.397Z] ==> Appending adjustments [2020-11-26T09:32:13.397Z] https://docs.codecov.io/docs/fixing-reports [2020-11-26T09:32:13.660Z] + Found adjustments [2020-11-26T09:32:13.660Z] ==> Gzipping contents [2020-11-26T09:32:13.660Z] 4.0K /tmp/codecov.DNJd5Y.gz [2020-11-26T09:32:13.660Z] ==> Uploading reports [2020-11-26T09:32:13.660Z] url: https://codecov.io [2020-11-26T09:32:13.660Z] query: branch=PR-271&commit=00f21b3c13ba74f42da07d46f9d72afe82e5fab5&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-271%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=271&job=&cmd_args= [2020-11-26T09:32:13.660Z] -> Pinging Codecov [2020-11-26T09:32:13.660Z] https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=PR-271&commit=00f21b3c13ba74f42da07d46f9d72afe82e5fab5&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-271%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=271&job=&cmd_args= [2020-11-26T09:32:14.238Z] -> Uploading to [2020-11-26T09:32:14.238Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-26/FB506323287CE973F263BFD2A0EB1F37/00f21b3c13ba74f42da07d46f9d72afe82e5fab5/c8cb0811-4a5a-48db-91e5-d53f88f6ae8e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201126T093213Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1af5c774e9d0f1e57d0a642698dc53d3a0e188f216dfce0ba062a209221d0fcf [2020-11-26T09:32:14.238Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:32:14.238Z] Dload Upload Total Spent Left Speed [2020-11-26T09:32:14.502Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1791 0 0 100 1791 0 4345 --:--:-- --:--:-- --:--:-- 4357 [2020-11-26T09:32:14.502Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/00f21b3c13ba74f42da07d46f9d72afe82e5fab5 [Pipeline] } [2020-11-26T09:32:14.512Z] 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 [2020-11-26T09:32:18.102Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:32:18.412Z] ---> package-listing.sh [2020-11-26T09:32:18.412Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-26T09:32:18.412Z] ++ facter osfamily [2020-11-26T09:32:18.412Z] + OS_FAMILY=redhat [2020-11-26T09:32:18.412Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-271 [2020-11-26T09:32:18.412Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-26T09:32:18.412Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-26T09:32:18.412Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-26T09:32:18.412Z] + PACKAGES=/tmp/packages_start.txt [2020-11-26T09:32:18.412Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-271 ']' [2020-11-26T09:32:18.412Z] + PACKAGES=/tmp/packages_end.txt [2020-11-26T09:32:18.412Z] + case "${OS_FAMILY}" in [2020-11-26T09:32:18.412Z] + rpm -qa [2020-11-26T09:32:18.412Z] + sort [2020-11-26T09:32:23.725Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-26T09:32:23.725Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-26T09:32:23.725Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-26T09:32:23.725Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-271 ']' [2020-11-26T09:32:23.725Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-271/archives/ [2020-11-26T09:32:23.725Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-271/archives/ [Pipeline] echo [2020-11-26T09:32:23.738Z] 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-271/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-26T09:32:24.039Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:32:24.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T09:32:24.349Z] [2020-11-26T09:32:24.349Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:32:24.712Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T09:32:24.712Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-26T09:32:24.712Z] df20fa9351a1: Pulling fs layer [2020-11-26T09:32:24.712Z] 36b3adc4ff6f: Pulling fs layer [2020-11-26T09:32:24.712Z] 8ad3a11d3b57: Pulling fs layer [2020-11-26T09:32:24.712Z] 46f8f816bc3b: Pulling fs layer [2020-11-26T09:32:24.712Z] 93b61091891f: Pulling fs layer [2020-11-26T09:32:24.712Z] 93b9cdb0e59b: Pulling fs layer [2020-11-26T09:32:24.712Z] 5e14af77c1be: Pulling fs layer [2020-11-26T09:32:24.712Z] 46f8f816bc3b: Waiting [2020-11-26T09:32:24.712Z] 01666e4c0597: Pulling fs layer [2020-11-26T09:32:24.712Z] 93b61091891f: Waiting [2020-11-26T09:32:24.712Z] aa168da1d23b: Pulling fs layer [2020-11-26T09:32:24.712Z] 93b9cdb0e59b: Waiting [2020-11-26T09:32:24.712Z] 01666e4c0597: Waiting [2020-11-26T09:32:24.712Z] 5e14af77c1be: Waiting [2020-11-26T09:32:24.712Z] aa168da1d23b: Waiting [2020-11-26T09:32:24.712Z] 36b3adc4ff6f: Verifying Checksum [2020-11-26T09:32:24.712Z] 36b3adc4ff6f: Download complete [2020-11-26T09:32:24.979Z] 46f8f816bc3b: Verifying Checksum [2020-11-26T09:32:24.979Z] 46f8f816bc3b: Download complete [2020-11-26T09:32:24.979Z] df20fa9351a1: Download complete [2020-11-26T09:32:24.979Z] 93b9cdb0e59b: Verifying Checksum [2020-11-26T09:32:24.979Z] 93b9cdb0e59b: Download complete [2020-11-26T09:32:24.979Z] 93b61091891f: Verifying Checksum [2020-11-26T09:32:24.979Z] 93b61091891f: Download complete [2020-11-26T09:32:24.979Z] 5e14af77c1be: Verifying Checksum [2020-11-26T09:32:24.979Z] 5e14af77c1be: Download complete [2020-11-26T09:32:24.979Z] 01666e4c0597: Verifying Checksum [2020-11-26T09:32:24.979Z] 01666e4c0597: Download complete [2020-11-26T09:32:25.245Z] df20fa9351a1: Pull complete [2020-11-26T09:32:25.510Z] 36b3adc4ff6f: Pull complete [2020-11-26T09:32:25.510Z] 8ad3a11d3b57: Verifying Checksum [2020-11-26T09:32:25.510Z] 8ad3a11d3b57: Download complete [2020-11-26T09:32:26.479Z] 8ad3a11d3b57: Pull complete [2020-11-26T09:32:26.479Z] 46f8f816bc3b: Pull complete [2020-11-26T09:32:27.065Z] 93b61091891f: Pull complete [2020-11-26T09:32:27.328Z] aa168da1d23b: Verifying Checksum [2020-11-26T09:32:27.328Z] aa168da1d23b: Download complete [2020-11-26T09:32:27.328Z] 93b9cdb0e59b: Pull complete [2020-11-26T09:32:27.328Z] 5e14af77c1be: Pull complete [2020-11-26T09:32:27.591Z] 01666e4c0597: Pull complete [2020-11-26T09:32:34.251Z] aa168da1d23b: Pull complete [2020-11-26T09:32:34.251Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-26T09:32:34.251Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T09:32:34.251Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-26T09:32:34.439Z] prd-centos7-docker-4c-2g-13564 does not seem to be running inside a container [2020-11-26T09:32:34.489Z] $ 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-271/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-271 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-271:/w/workspace/edgexfoundry_edgex-ui-go_PR-271:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-271@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 [2020-11-26T09:32:38.462Z] $ docker top a0d299e2dbed0072da9479d7c864ce47ed6fa4780b1a489683e8b71b9a0d3245 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:32:39.067Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-26T09:32:39.367Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-26T09:32:39.670Z] + ls /var/log/sa-host [2020-11-26T09:32:39.670Z] + sadf -c /var/log/sa-host/sa23 [2020-11-26T09:32:39.670Z] file_magic: OK [2020-11-26T09:32:39.670Z] HZ: Using current value: 100 [2020-11-26T09:32:39.670Z] file_header: OK [2020-11-26T09:32:39.670Z] 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 [2020-11-26T09:32:39.670Z] Statistics: [2020-11-26T09:32:39.670Z] Hnuu...uuuununununu... [2020-11-26T09:32:39.670Z] File successfully converted to sysstat format version 12.2.1 [2020-11-26T09:32:39.670Z] + sadf -c /var/log/sa-host/sa26 [2020-11-26T09:32:39.670Z] file_magic: OK [2020-11-26T09:32:39.670Z] HZ: Using current value: 100 [2020-11-26T09:32:39.670Z] file_header: OK [2020-11-26T09:32:39.670Z] 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 [2020-11-26T09:32:39.670Z] Statistics: [2020-11-26T09:32:39.670Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-26T09:32:39.670Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-26T09:32:39.863Z] provisioning config files... [2020-11-26T09:32:39.876Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-271@tmp/config2480798403655040723tmp [Pipeline] { [Pipeline] echo [2020-11-26T09:32:39.956Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:32:40.253Z] ---> create-netrc.sh [Pipeline] } [2020-11-26T09:32:40.269Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-26T09:32:40.418Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:32:40.719Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-26T09:32:40.730Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:32:41.030Z] ---> sudo-logs.sh [2020-11-26T09:32:41.031Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-26T09:32:41.042Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:32:41.343Z] ---> job-cost.sh [2020-11-26T09:32:41.343Z] lf-activate-venv: SKIPPING [2020-11-26T09:32:41.343Z] INFO: No Stack... [2020-11-26T09:32:42.734Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-26T09:32:42.997Z] INFO: Archiving Costs [Pipeline] echo [2020-11-26T09:32:43.011Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:32:43.310Z] ---> logs-deploy.sh [2020-11-26T09:32:43.310Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-271/2 [2020-11-26T09:32:43.310Z] INFO: archiving workspace using pattern(s): [2020-11-26T09:32:45.236Z] Archives upload complete. [2020-11-26T09:32:45.236Z] INFO: archiving logs to Nexus