Pull request #289 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fd2431a676bff289ed86a71baab2c922bfcb1568+d55611448001badf3f86a355cc3eabf57582dc86 (c16b49c6ff81245b703ab419cedb8f54e7e279a0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27298 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-289 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit fd2431a676bff289ed86a71baab2c922bfcb1568 Merge succeeded, producing fd2431a676bff289ed86a71baab2c922bfcb1568 Checking out Revision fd2431a676bff289ed86a71baab2c922bfcb1568 (PR-289) > git config core.sparsecheckout # timeout=10 > git checkout -f fd2431a676bff289ed86a71baab2c922bfcb1568 # 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 d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd2431a676bff289ed86a71baab2c922bfcb1568 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" > git rev-list --no-walk 1e4fe839cfd02516ce84b673224157d3cf8eaa6e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-23T08:27:49.699Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-23T08:27:49.942Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-23T08:27:50.052Z] ========================================================= [2021-02-23T08:27:50.052Z] EdgeX Global Pipelines Version Info [2021-02-23T08:27:50.052Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:27:51.501Z] ------------------- [2021-02-23T08:27:51.501Z] stable info: [2021-02-23T08:27:51.501Z] ------------------- [2021-02-23T08:27:51.501Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T08:27:51.501Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T08:27:51.501Z] Message: update stable to v1.0.179 [2021-02-23T08:27:52.445Z] ------------------- [2021-02-23T08:27:52.445Z] experimental info: [2021-02-23T08:27:52.445Z] ------------------- [2021-02-23T08:27:52.445Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T08:27:52.445Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T08:27:52.445Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-23T08:27:52.678Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-02-23T08:27:52.763Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-02-23T08:27:52.845Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-23T08:27:52.922Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-23T08:27:53.001Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-23T08:27:53.079Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-23T08:27:53.162Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-23T08:27:53.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-23T08:27:53.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-23T08:27:53.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-23T08:27:53.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-23T08:27:53.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-02-23T08:27:53.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-23T08:27:53.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-23T08:27:53.853Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T08:27:53.935Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T08:27:54.019Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T08:27:54.106Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T08:27:54.186Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-23T08:27:54.271Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-23T08:27:54.352Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-23T08:27:54.442Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-23T08:27:54.528Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-23T08:27:54.618Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-23T08:27:54.742Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-23T08:27:54.880Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-23T08:27:54.965Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-23T08:27:55.067Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-289 [Pipeline] echo [2021-02-23T08:27:55.177Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-289 [Pipeline] echo [2021-02-23T08:27:55.265Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-289 [Pipeline] echo [2021-02-23T08:27:55.345Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fd2431a676bff289ed86a71baab2c922bfcb1568 [Pipeline] echo [2021-02-23T08:27:55.466Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fd2431a [Pipeline] echo [2021-02-23T08:27:55.551Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T08:27:55.729Z] provisioning config files... [2021-02-23T08:27:55.765Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config8349778346348818790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:27:56.124Z] ---> docker-login.sh [2021-02-23T08:27:56.125Z] nexus3.edgexfoundry.org:10001 [2021-02-23T08:27:56.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:27:56.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:27:56.388Z] Configure a credential helper to remove this warning. See [2021-02-23T08:27:56.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:27:56.388Z] [2021-02-23T08:27:56.388Z] Login Succeeded [2021-02-23T08:27:56.388Z] nexus3.edgexfoundry.org:10002 [2021-02-23T08:27:56.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:27:56.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:27:56.650Z] Configure a credential helper to remove this warning. See [2021-02-23T08:27:56.650Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:27:56.650Z] [2021-02-23T08:27:56.650Z] Login Succeeded [2021-02-23T08:27:56.650Z] nexus3.edgexfoundry.org:10003 [2021-02-23T08:27:56.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:27:56.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:27:56.913Z] Configure a credential helper to remove this warning. See [2021-02-23T08:27:56.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:27:56.913Z] [2021-02-23T08:27:56.913Z] Login Succeeded [2021-02-23T08:27:56.913Z] nexus3.edgexfoundry.org:10004 [2021-02-23T08:27:56.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:27:57.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:27:57.175Z] Configure a credential helper to remove this warning. See [2021-02-23T08:27:57.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:27:57.175Z] [2021-02-23T08:27:57.175Z] Login Succeeded [2021-02-23T08:27:57.175Z] docker.io [2021-02-23T08:27:57.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:27:57.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:27:57.437Z] Configure a credential helper to remove this warning. See [2021-02-23T08:27:57.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:27:57.437Z] [2021-02-23T08:27:57.437Z] Login Succeeded [2021-02-23T08:27:57.437Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T08:27:57.445Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T08:27:58.307Z] + git log --format=format:%s -1 fd2431a676bff289ed86a71baab2c922bfcb1568 [Pipeline] echo [2021-02-23T08:27:58.417Z] GIT_COMMIT: fd2431a676bff289ed86a71baab2c922bfcb1568, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0 [Pipeline] echo [2021-02-23T08:27:58.460Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:27:59.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T08:27:59.044Z] [2021-02-23T08:27:59.044Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:27:59.431Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T08:27:59.431Z] latest: Pulling from edgex-devops/git-semver [2021-02-23T08:27:59.431Z] 31603596830f: Pulling fs layer [2021-02-23T08:27:59.431Z] 2a8b12db71e7: Pulling fs layer [2021-02-23T08:27:59.431Z] 6ca5941a6612: Pulling fs layer [2021-02-23T08:27:59.431Z] ecc8261a40a4: Pulling fs layer [2021-02-23T08:27:59.431Z] ecc8261a40a4: Waiting [2021-02-23T08:27:59.431Z] 2a8b12db71e7: Download complete [2021-02-23T08:27:59.692Z] 31603596830f: Download complete [2021-02-23T08:27:59.692Z] 6ca5941a6612: Verifying Checksum [2021-02-23T08:27:59.692Z] 6ca5941a6612: Download complete [2021-02-23T08:27:59.954Z] ecc8261a40a4: Verifying Checksum [2021-02-23T08:27:59.954Z] ecc8261a40a4: Download complete [2021-02-23T08:27:59.954Z] 31603596830f: Pull complete [2021-02-23T08:28:00.216Z] 2a8b12db71e7: Pull complete [2021-02-23T08:28:00.812Z] 6ca5941a6612: Pull complete [2021-02-23T08:28:01.073Z] ecc8261a40a4: Pull complete [2021-02-23T08:28:01.073Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-23T08:28:01.073Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T08:28:01.073Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-23T08:28:01.182Z] prd-centos7-docker-4c-2g-27298 does not seem to be running inside a container [2021-02-23T08:28:01.233Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T08:28:03.297Z] $ docker top 68c00ce855b6b16bacb0008a281fd8fed268190488c013677466f3c4d6bbc203 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T08:28:03.626Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T08:28:03.626Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T08:28:03.838Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T08:28:03.843Z] $ docker exec 68c00ce855b6b16bacb0008a281fd8fed268190488c013677466f3c4d6bbc203 ssh-agent [2021-02-23T08:28:04.003Z] SSH_AUTH_SOCK=/tmp/ssh-EbtzZ2jaMGJt/agent.11 [2021-02-23T08:28:04.003Z] SSH_AGENT_PID=16 [2021-02-23T08:28:04.012Z] Running ssh-add (command line suppressed) [2021-02-23T08:28:04.135Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_8802676943611504529.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_8802676943611504529.key) [2021-02-23T08:28:04.184Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T08:28:04.546Z] + git tag --points-at HEAD [Pipeline] } [2021-02-23T08:28:04.569Z] $ docker exec --env ******** --env ******** 68c00ce855b6b16bacb0008a281fd8fed268190488c013677466f3c4d6bbc203 ssh-agent -k [2021-02-23T08:28:04.685Z] unset SSH_AUTH_SOCK; [2021-02-23T08:28:04.686Z] unset SSH_AGENT_PID; [2021-02-23T08:28:04.686Z] echo Agent pid 16 killed; [2021-02-23T08:28:04.729Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-23T08:28:04.901Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T08:28:04.901Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T08:28:05.062Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T08:28:05.067Z] $ docker exec 68c00ce855b6b16bacb0008a281fd8fed268190488c013677466f3c4d6bbc203 ssh-agent [2021-02-23T08:28:05.230Z] SSH_AUTH_SOCK=/tmp/ssh-wX9JQAkExL4x/agent.45 [2021-02-23T08:28:05.230Z] SSH_AGENT_PID=51 [2021-02-23T08:28:05.241Z] Running ssh-add (command line suppressed) [2021-02-23T08:28:05.350Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_5812607380249512942.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_5812607380249512942.key) [2021-02-23T08:28:05.402Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T08:28:05.736Z] + git semver init [2021-02-23T08:28:05.736Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T08:28:05.736Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.git [2021-02-23T08:28:05.736Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [2021-02-23T08:28:05.736Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T08:28:05.736Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T08:28:05.736Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T08:28:05.736Z] # $SEMVER_BRANCH = PR-289 [2021-02-23T08:28:05.736Z] # $SEMVER_TEMP = /tmp/semver-962339933 [2021-02-23T08:28:05.736Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-02-23T08:28:06.700Z] # '/tmp/semver-962339933' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver' [2021-02-23T08:28:06.700Z] # -> Force: false [2021-02-23T08:28:06.700Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver [Pipeline] } [2021-02-23T08:28:06.717Z] $ docker exec --env ******** --env ******** 68c00ce855b6b16bacb0008a281fd8fed268190488c013677466f3c4d6bbc203 ssh-agent -k [2021-02-23T08:28:06.819Z] unset SSH_AUTH_SOCK; [2021-02-23T08:28:06.820Z] unset SSH_AGENT_PID; [2021-02-23T08:28:06.820Z] echo Agent pid 51 killed; [2021-02-23T08:28:06.861Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T08:28:07.326Z] + git semver [Pipeline] } [2021-02-23T08:28:07.346Z] $ docker stop --time=1 68c00ce855b6b16bacb0008a281fd8fed268190488c013677466f3c4d6bbc203 [2021-02-23T08:28:08.718Z] $ docker rm -f 68c00ce855b6b16bacb0008a281fd8fed268190488c013677466f3c4d6bbc203 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T08:28:09.183Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-23T08:28:09.574Z] Stashed 1 file(s) [Pipeline] echo [2021-02-23T08:28:09.577Z] [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 [2021-02-23T08:28:25.103Z] Still waiting to schedule task [2021-02-23T08:28:25.103Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-23T08:28:25.105Z] Still waiting to schedule task [2021-02-23T08:28:25.105Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-23T08:29:37.754Z] Running on prd-centos7-docker-4c-2g-27301 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws [2021-02-23T08:29:37.838Z] Running in /w/workspace/edgex-ui-go/7 [Pipeline] { [Pipeline] checkout [2021-02-23T08:29:52.181Z] using credential edgex-jenkins-ssh [2021-02-23T08:29:52.245Z] Cloning the remote Git repository [2021-02-23T08:29:52.338Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:29:52.810Z] > git init /w/workspace/edgex-ui-go/7 # timeout=10 [2021-02-23T08:29:53.227Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:29:53.227Z] > git --version # timeout=10 [2021-02-23T08:29:53.286Z] > git --version # 'git version 2.24.3' [2021-02-23T08:29:53.287Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T08:29:53.534Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T08:29:56.143Z] Merging remotes/origin/master commit d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit fd2431a676bff289ed86a71baab2c922bfcb1568 [2021-02-23T08:29:55.332Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T08:29:55.393Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T08:29:55.567Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T08:29:55.652Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:29:55.653Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T08:29:55.689Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T08:29:56.206Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T08:29:56.243Z] > git checkout -f fd2431a676bff289ed86a71baab2c922bfcb1568 # timeout=10 [2021-02-23T08:29:57.153Z] Merge succeeded, producing fd2431a676bff289ed86a71baab2c922bfcb1568 [2021-02-23T08:29:57.154Z] Checking out Revision fd2431a676bff289ed86a71baab2c922bfcb1568 (PR-289) [2021-02-23T08:29:56.672Z] > git remote # timeout=10 [2021-02-23T08:29:56.775Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T08:29:56.862Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T08:29:56.882Z] > git merge d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 [2021-02-23T08:29:57.025Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T08:29:57.184Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T08:29:57.248Z] > git checkout -f fd2431a676bff289ed86a71baab2c922bfcb1568 # timeout=10 [2021-02-23T08:30:03.761Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T08:30:05.824Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-23T08:30:06.536Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T08:30:07.217Z] + sudo service docker restart [2021-02-23T08:30:07.218Z] + true [2021-02-23T08:30:07.218Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T08:30:09.531Z] provisioning config files... [2021-02-23T08:30:09.634Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/7@tmp/config3287567749713667433tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:30:10.741Z] ---> docker-login.sh [2021-02-23T08:30:10.741Z] nexus3.edgexfoundry.org:10001 [2021-02-23T08:30:11.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:30:11.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:30:11.348Z] Configure a credential helper to remove this warning. See [2021-02-23T08:30:11.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:30:11.348Z] [2021-02-23T08:30:11.348Z] Login Succeeded [2021-02-23T08:30:11.348Z] nexus3.edgexfoundry.org:10002 [2021-02-23T08:30:12.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:30:12.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:30:12.765Z] Configure a credential helper to remove this warning. See [2021-02-23T08:30:12.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:30:12.765Z] [2021-02-23T08:30:12.765Z] Login Succeeded [2021-02-23T08:30:12.765Z] nexus3.edgexfoundry.org:10003 [2021-02-23T08:30:13.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:30:13.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:30:13.380Z] Configure a credential helper to remove this warning. See [2021-02-23T08:30:13.380Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:30:13.380Z] [2021-02-23T08:30:13.380Z] Login Succeeded [2021-02-23T08:30:13.380Z] nexus3.edgexfoundry.org:10004 [2021-02-23T08:30:13.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:30:14.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:30:14.234Z] Configure a credential helper to remove this warning. See [2021-02-23T08:30:14.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:30:14.234Z] [2021-02-23T08:30:14.235Z] Login Succeeded [2021-02-23T08:30:14.235Z] docker.io [2021-02-23T08:30:14.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:30:15.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:30:15.205Z] Configure a credential helper to remove this warning. See [2021-02-23T08:30:15.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:30:15.205Z] [2021-02-23T08:30:15.205Z] Login Succeeded [2021-02-23T08:30:15.205Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T08:30:15.238Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T08:30:15.804Z] ========================================================= [2021-02-23T08:30:15.804Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-23T08:30:15.804Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:30:16.484Z] + 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 . [2021-02-23T08:30:18.507Z] Sending build context to Docker daemon 16.78MB [2021-02-23T08:30:18.507Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T08:30:18.507Z] Step 2/8 : FROM ${BASE} [2021-02-23T08:30:18.806Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-23T08:30:18.806Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T08:30:18.806Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T08:30:18.806Z] de9db76c5a1d: Pulling fs layer [2021-02-23T08:30:18.806Z] bca2f99d35d6: Pulling fs layer [2021-02-23T08:30:18.806Z] 93359f2a8cfa: Pulling fs layer [2021-02-23T08:30:18.806Z] 7c6f9722023f: Pulling fs layer [2021-02-23T08:30:18.806Z] a35cf1a2eb13: Pulling fs layer [2021-02-23T08:30:18.806Z] 93359f2a8cfa: Waiting [2021-02-23T08:30:18.806Z] 7c6f9722023f: Waiting [2021-02-23T08:30:18.806Z] a35cf1a2eb13: Waiting [2021-02-23T08:30:18.806Z] bca2f99d35d6: Waiting [2021-02-23T08:30:18.806Z] de9db76c5a1d: Verifying Checksum [2021-02-23T08:30:18.806Z] de9db76c5a1d: Download complete [2021-02-23T08:30:18.806Z] 0ef7d3d256c8: Verifying Checksum [2021-02-23T08:30:18.806Z] 0ef7d3d256c8: Download complete [2021-02-23T08:30:18.806Z] 93359f2a8cfa: Verifying Checksum [2021-02-23T08:30:18.806Z] 93359f2a8cfa: Download complete [2021-02-23T08:30:18.806Z] 7c6f9722023f: Verifying Checksum [2021-02-23T08:30:18.806Z] 7c6f9722023f: Download complete [2021-02-23T08:30:18.806Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T08:30:18.806Z] 188c0c94c7c5: Download complete [2021-02-23T08:30:20.420Z] 188c0c94c7c5: Pull complete [2021-02-23T08:30:21.114Z] 0ef7d3d256c8: Pull complete [2021-02-23T08:30:21.114Z] de9db76c5a1d: Pull complete [2021-02-23T08:30:27.160Z] a35cf1a2eb13: Verifying Checksum [2021-02-23T08:30:27.160Z] a35cf1a2eb13: Download complete [2021-02-23T08:30:28.726Z] bca2f99d35d6: Verifying Checksum [2021-02-23T08:30:28.726Z] bca2f99d35d6: Download complete [2021-02-23T08:30:39.490Z] bca2f99d35d6: Pull complete [2021-02-23T08:30:39.490Z] 93359f2a8cfa: Pull complete [2021-02-23T08:30:39.490Z] 7c6f9722023f: Pull complete [2021-02-23T08:30:46.806Z] a35cf1a2eb13: Pull complete [2021-02-23T08:30:46.806Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-23T08:30:46.806Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-23T08:30:46.806Z] ---> a62c8e92a672 [2021-02-23T08:30:46.806Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T08:30:46.806Z] ---> Running in 443f8390729c [2021-02-23T08:30:46.806Z] Removing intermediate container 443f8390729c [2021-02-23T08:30:46.806Z] ---> 01344fe5cd87 [2021-02-23T08:30:46.806Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T08:30:46.806Z] ---> Running in bf8a21de9958 [2021-02-23T08:30:48.425Z] Removing intermediate container bf8a21de9958 [2021-02-23T08:30:48.425Z] ---> 0c2b969b4acd [2021-02-23T08:30:48.425Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T08:30:48.425Z] ---> Running in 4414dcbc2562 [2021-02-23T08:30:50.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T08:30:51.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T08:30:53.142Z] OK: 166 MiB in 39 packages [2021-02-23T08:30:54.155Z] Removing intermediate container 4414dcbc2562 [2021-02-23T08:30:54.155Z] ---> 94df3bc5052b [2021-02-23T08:30:54.155Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T08:30:54.155Z] ---> Running in 6b91be17d737 [2021-02-23T08:30:54.422Z] Removing intermediate container 6b91be17d737 [2021-02-23T08:30:54.422Z] ---> 3c84e73cb1d4 [2021-02-23T08:30:54.422Z] Step 7/8 : COPY . . [2021-02-23T08:31:00.470Z] ---> c9d66d6d92eb [2021-02-23T08:31:00.470Z] Step 8/8 : RUN go mod download [2021-02-23T08:31:00.470Z] ---> Running in b3a1b54a7893 [2021-02-23T08:31:09.130Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27302 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws [2021-02-23T08:31:09.184Z] Running in /w/workspace/edgex-ui-go/7 [Pipeline] { [Pipeline] checkout [2021-02-23T08:31:15.143Z] using credential edgex-jenkins-ssh [2021-02-23T08:31:15.197Z] Cloning the remote Git repository [2021-02-23T08:31:15.259Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:31:15.382Z] > git init /w/workspace/edgex-ui-go/7 # timeout=10 [2021-02-23T08:31:15.483Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:31:15.483Z] > git --version # timeout=10 [2021-02-23T08:31:15.514Z] > git --version # 'git version 2.17.1' [2021-02-23T08:31:15.515Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T08:31:15.578Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T08:31:17.626Z] Merging remotes/origin/master commit d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit fd2431a676bff289ed86a71baab2c922bfcb1568 [2021-02-23T08:31:18.165Z] Merge succeeded, producing fd2431a676bff289ed86a71baab2c922bfcb1568 [2021-02-23T08:31:18.165Z] Checking out Revision fd2431a676bff289ed86a71baab2c922bfcb1568 (PR-289) [2021-02-23T08:31:17.016Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T08:31:17.034Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T08:31:17.079Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T08:31:17.133Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:31:17.134Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T08:31:17.147Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T08:31:17.651Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T08:31:17.678Z] > git checkout -f fd2431a676bff289ed86a71baab2c922bfcb1568 # timeout=10 [2021-02-23T08:31:17.995Z] > git remote # timeout=10 [2021-02-23T08:31:18.017Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T08:31:18.039Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T08:31:18.050Z] > git merge d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 [2021-02-23T08:31:18.080Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T08:31:18.176Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T08:31:18.205Z] > git checkout -f fd2431a676bff289ed86a71baab2c922bfcb1568 # timeout=10 [2021-02-23T08:31:22.881Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T08:31:24.413Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-23T08:31:24.819Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T08:31:25.216Z] + sudo service docker restart [2021-02-23T08:31:25.216Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T08:31:27.916Z] provisioning config files... [2021-02-23T08:31:27.957Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/7@tmp/config2912255458054792921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:31:28.361Z] ---> docker-login.sh [2021-02-23T08:31:28.361Z] nexus3.edgexfoundry.org:10001 [2021-02-23T08:31:28.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:31:29.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:31:29.566Z] Configure a credential helper to remove this warning. See [2021-02-23T08:31:29.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:31:29.566Z] [2021-02-23T08:31:29.566Z] Login Succeeded [2021-02-23T08:31:29.566Z] nexus3.edgexfoundry.org:10002 [2021-02-23T08:31:29.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:31:30.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:31:30.124Z] Configure a credential helper to remove this warning. See [2021-02-23T08:31:30.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:31:30.124Z] [2021-02-23T08:31:30.124Z] Login Succeeded [2021-02-23T08:31:30.125Z] nexus3.edgexfoundry.org:10003 [2021-02-23T08:31:30.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:31:30.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:31:30.674Z] Configure a credential helper to remove this warning. See [2021-02-23T08:31:30.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:31:30.674Z] [2021-02-23T08:31:30.674Z] Login Succeeded [2021-02-23T08:31:30.674Z] nexus3.edgexfoundry.org:10004 [2021-02-23T08:31:30.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:31:31.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:31:31.225Z] Configure a credential helper to remove this warning. See [2021-02-23T08:31:31.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:31:31.225Z] [2021-02-23T08:31:31.225Z] Login Succeeded [2021-02-23T08:31:31.225Z] docker.io [2021-02-23T08:31:31.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:31:32.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:31:32.095Z] Configure a credential helper to remove this warning. See [2021-02-23T08:31:32.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:31:32.095Z] [2021-02-23T08:31:32.095Z] Login Succeeded [2021-02-23T08:31:32.095Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T08:31:32.113Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T08:31:32.562Z] ========================================================= [2021-02-23T08:31:32.562Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-23T08:31:32.562Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:31:32.929Z] + 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 . [2021-02-23T08:31:33.537Z] Sending build context to Docker daemon 16.77MB [2021-02-23T08:31:33.537Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T08:31:33.537Z] Step 2/8 : FROM ${BASE} [2021-02-23T08:31:33.817Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-23T08:31:33.817Z] 5f621e34cdf4: Pulling fs layer [2021-02-23T08:31:33.817Z] a4357932f1b6: Pulling fs layer [2021-02-23T08:31:33.817Z] 18c013af1878: Pulling fs layer [2021-02-23T08:31:33.817Z] 00ac8860ef70: Pulling fs layer [2021-02-23T08:31:33.817Z] 63d7cb157983: Pulling fs layer [2021-02-23T08:31:33.817Z] b116817d02f9: Pulling fs layer [2021-02-23T08:31:33.817Z] 745a02a5169b: Pulling fs layer [2021-02-23T08:31:33.817Z] 00ac8860ef70: Waiting [2021-02-23T08:31:33.817Z] 63d7cb157983: Waiting [2021-02-23T08:31:33.817Z] b116817d02f9: Waiting [2021-02-23T08:31:33.817Z] 745a02a5169b: Waiting [2021-02-23T08:31:33.817Z] 18c013af1878: Verifying Checksum [2021-02-23T08:31:33.818Z] 18c013af1878: Download complete [2021-02-23T08:31:33.818Z] a4357932f1b6: Verifying Checksum [2021-02-23T08:31:33.818Z] a4357932f1b6: Download complete [2021-02-23T08:31:33.818Z] 63d7cb157983: Verifying Checksum [2021-02-23T08:31:33.818Z] 63d7cb157983: Download complete [2021-02-23T08:31:33.818Z] b116817d02f9: Verifying Checksum [2021-02-23T08:31:33.818Z] b116817d02f9: Download complete [2021-02-23T08:31:33.818Z] 5f621e34cdf4: Verifying Checksum [2021-02-23T08:31:33.818Z] 5f621e34cdf4: Download complete [2021-02-23T08:31:34.439Z] 5f621e34cdf4: Pull complete [2021-02-23T08:31:35.048Z] a4357932f1b6: Pull complete [2021-02-23T08:31:35.663Z] 18c013af1878: Pull complete [2021-02-23T08:31:35.944Z] 745a02a5169b: Verifying Checksum [2021-02-23T08:31:35.944Z] 745a02a5169b: Download complete [2021-02-23T08:31:37.388Z] 00ac8860ef70: Verifying Checksum [2021-02-23T08:31:37.388Z] 00ac8860ef70: Download complete [2021-02-23T08:31:41.747Z] Removing intermediate container b3a1b54a7893 [2021-02-23T08:31:41.747Z] ---> 8c245eb23f51 [2021-02-23T08:31:41.747Z] Successfully built 8c245eb23f51 [2021-02-23T08:31:41.747Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:31:42.254Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T08:31:42.623Z] . [Pipeline] withDockerContainer [2021-02-23T08:31:45.611Z] prd-centos7-docker-4c-2g-27301 does not seem to be running inside a container [2021-02-23T08:31:45.871Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T08:31:47.561Z] 00ac8860ef70: Pull complete [2021-02-23T08:31:47.833Z] 63d7cb157983: Pull complete [2021-02-23T08:31:48.107Z] b116817d02f9: Pull complete [2021-02-23T08:31:48.294Z] $ docker top 03e51cbc40d7cddb0c40f771cea23c76f050cd38af20d5c6148766fa95728d77 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T08:31:49.610Z] + go version [2021-02-23T08:31:49.610Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-23T08:31:49.740Z] $ docker stop --time=1 03e51cbc40d7cddb0c40f771cea23c76f050cd38af20d5c6148766fa95728d77 [2021-02-23T08:31:52.430Z] $ docker rm -f 03e51cbc40d7cddb0c40f771cea23c76f050cd38af20d5c6148766fa95728d77 [2021-02-23T08:31:52.450Z] 745a02a5169b: Pull complete [2021-02-23T08:31:52.450Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-23T08:31:52.450Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-23T08:31:52.450Z] ---> b7e6874047d6 [2021-02-23T08:31:52.450Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:31:53.333Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T08:31:53.333Z] . [Pipeline] withDockerContainer [2021-02-23T08:31:53.566Z] prd-centos7-docker-4c-2g-27301 does not seem to be running inside a container [2021-02-23T08:31:54.057Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T08:31:54.967Z] $ docker top 1d2312c50c4e85712f9f616379e5b2f7ab19a77dd3e8c7484603dce947ab1fb5 -eo pid,comm [2021-02-23T08:31:55.090Z] ---> Running in 59eedb45463f [Pipeline] { [2021-02-23T08:31:55.366Z] Removing intermediate container 59eedb45463f [2021-02-23T08:31:55.366Z] ---> 0d41c2d752ea [2021-02-23T08:31:55.366Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T08:31:55.366Z] ---> Running in feba9bf61ba1 [Pipeline] sh [2021-02-23T08:31:56.675Z] + make test [2021-02-23T08:31:56.675Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T08:31:57.984Z] Removing intermediate container feba9bf61ba1 [2021-02-23T08:31:57.984Z] ---> 3bce5cb0f639 [2021-02-23T08:31:57.985Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T08:31:57.985Z] ---> Running in 5bfde67aae2b [2021-02-23T08:31:58.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T08:31:59.933Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T08:31:59.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T08:32:00.536Z] OK: 142 MiB in 39 packages [2021-02-23T08:32:01.978Z] Removing intermediate container 5bfde67aae2b [2021-02-23T08:32:01.978Z] ---> ec68a9e555d3 [2021-02-23T08:32:01.978Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T08:32:01.978Z] ---> Running in 89b88ae9ff69 [2021-02-23T08:32:02.576Z] Removing intermediate container 89b88ae9ff69 [2021-02-23T08:32:02.576Z] ---> 34102ce90e78 [2021-02-23T08:32:02.576Z] Step 7/8 : COPY . . [2021-02-23T08:32:04.550Z] ---> 5c6009d234c1 [2021-02-23T08:32:04.550Z] Step 8/8 : RUN go mod download [2021-02-23T08:32:04.550Z] ---> Running in 0dd503bf16d5 [2021-02-23T08:32:19.462Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-23T08:32:19.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-23T08:32:19.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-23T08:32:19.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-23T08:32:19.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-23T08:32:19.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-23T08:32:19.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-23T08:32:19.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-23T08:32:19.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-23T08:32:19.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-23T08:32:19.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-23T08:32:19.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-23T08:32:19.463Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-02-23T08:32:20.952Z] $ docker stop --time=1 1d2312c50c4e85712f9f616379e5b2f7ab19a77dd3e8c7484603dce947ab1fb5 [2021-02-23T08:32:23.905Z] $ docker rm -f 1d2312c50c4e85712f9f616379e5b2f7ab19a77dd3e8c7484603dce947ab1fb5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T08:32:24.781Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T08:32:25.751Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-23T08:32:27.110Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T08:32:27.870Z] + ls -al . [2021-02-23T08:32:27.870Z] total 92 [2021-02-23T08:32:27.870Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 08:31 . [2021-02-23T08:32:27.870Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 23 08:29 .. [2021-02-23T08:32:27.870Z] drwxrwxr-x. 3 jenkins jenkins 20 Feb 23 08:29 assets [2021-02-23T08:32:27.870Z] drwxrwxr-x. 2 jenkins jenkins 35 Feb 23 08:29 bin [2021-02-23T08:32:27.871Z] drwxrwxr-x. 3 jenkins jenkins 29 Feb 23 08:29 cmd [2021-02-23T08:32:27.871Z] -rw-rw-r--. 1 jenkins jenkins 3959 Feb 23 08:29 CONTRIBUTING.md [2021-02-23T08:32:27.871Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 23 08:31 coverage.out [2021-02-23T08:32:27.871Z] -rw-rw-r--. 1 jenkins jenkins 1508 Feb 23 08:29 Dockerfile [2021-02-23T08:32:27.871Z] -rw-rw-r--. 1 jenkins jenkins 902 Feb 23 08:29 Dockerfile.build [2021-02-23T08:32:27.871Z] drwxrwxr-x. 5 jenkins jenkins 104 Feb 23 08:29 docs [2021-02-23T08:32:27.871Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 23 08:30 .git [2021-02-23T08:32:27.871Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 08:29 .github [2021-02-23T08:32:27.871Z] -rw-rw-r--. 1 jenkins jenkins 153 Feb 23 08:29 .gitignore [2021-02-23T08:32:27.871Z] -rw-rw-r--. 1 jenkins jenkins 1019 Feb 23 08:29 go.mod [2021-02-23T08:32:27.871Z] -rw-r--r--. 1 jenkins jenkins 20843 Feb 23 08:31 go.sum [2021-02-23T08:32:27.871Z] drwxrwxr-x. 10 jenkins jenkins 139 Feb 23 08:29 internal [2021-02-23T08:32:27.871Z] -rw-rw-r--. 1 jenkins jenkins 652 Feb 23 08:29 Jenkinsfile [2021-02-23T08:32:27.871Z] -rw-rw-r--. 1 jenkins jenkins 11357 Feb 23 08:29 LICENSE [2021-02-23T08:32:27.871Z] -rw-rw-r--. 1 jenkins jenkins 951 Feb 23 08:29 Makefile [2021-02-23T08:32:27.871Z] -rw-rw-r--. 1 jenkins jenkins 4535 Feb 23 08:29 README.md [2021-02-23T08:32:27.871Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 23 08:28 VERSION [2021-02-23T08:32:27.871Z] -rw-rw-r--. 1 jenkins jenkins 155 Feb 23 08:29 version.go [2021-02-23T08:32:27.871Z] drwxrwxr-x. 4 jenkins jenkins 4096 Feb 23 08:29 web [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:32:28.587Z] + 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=fd2431a676bff289ed86a71baab2c922bfcb1568 --label arch=amd64 --label version=0.0.0 . [2021-02-23T08:32:30.166Z] Sending build context to Docker daemon 16.8MB [2021-02-23T08:32:30.166Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T08:32:30.166Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T08:32:30.166Z] ---> 8c245eb23f51 [2021-02-23T08:32:30.166Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-23T08:32:30.580Z] ---> Running in 79db71daf7a3 [2021-02-23T08:32:30.962Z] Removing intermediate container 79db71daf7a3 [2021-02-23T08:32:30.962Z] ---> d66aea810a7a [2021-02-23T08:32:30.962Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-23T08:32:30.962Z] ---> Running in b8898cf942a8 [2021-02-23T08:32:31.258Z] Removing intermediate container b8898cf942a8 [2021-02-23T08:32:31.258Z] ---> 4fe0e9a32190 [2021-02-23T08:32:31.258Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T08:32:31.349Z] Removing intermediate container 0dd503bf16d5 [2021-02-23T08:32:31.349Z] ---> 514c86a3c6a1 [2021-02-23T08:32:31.349Z] Successfully built 514c86a3c6a1 [2021-02-23T08:32:31.349Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:32:31.555Z] ---> Running in 6b0c765076b4 [2021-02-23T08:32:31.555Z] Removing intermediate container 6b0c765076b4 [2021-02-23T08:32:31.555Z] ---> 10bd1586d819 [2021-02-23T08:32:31.555Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-23T08:32:31.691Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T08:32:31.691Z] . [Pipeline] withDockerContainer [2021-02-23T08:32:31.837Z] ---> Running in cce290fdb03e [2021-02-23T08:32:31.954Z] prd-ubuntu18.04-docker-arm64-4c-16g-27302 does not seem to be running inside a container [2021-02-23T08:32:32.039Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T08:32:32.134Z] Removing intermediate container cce290fdb03e [2021-02-23T08:32:32.134Z] ---> ff20c9927c4e [2021-02-23T08:32:32.134Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-23T08:32:32.134Z] ---> Running in f61150b0bde9 [2021-02-23T08:32:32.910Z] Removing intermediate container f61150b0bde9 [2021-02-23T08:32:32.910Z] ---> edc5a521fd90 [2021-02-23T08:32:32.910Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T08:32:32.910Z] ---> Running in 702371c0202c [2021-02-23T08:32:33.450Z] $ docker top 5e014e93224ab5a47e5e77112cbfdd14d2de974c6060853a016b2ec475a41afe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T08:32:34.413Z] + go version [2021-02-23T08:32:34.413Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-23T08:32:34.440Z] $ docker stop --time=1 5e014e93224ab5a47e5e77112cbfdd14d2de974c6060853a016b2ec475a41afe [2021-02-23T08:32:35.349Z] Removing intermediate container 702371c0202c [2021-02-23T08:32:35.349Z] ---> 4db2a91297bf [2021-02-23T08:32:35.349Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T08:32:35.349Z] ---> Running in b5f0f69139fc [2021-02-23T08:32:36.315Z] $ docker rm -f 5e014e93224ab5a47e5e77112cbfdd14d2de974c6060853a016b2ec475a41afe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-02-23T08:32:36.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:32:37.311Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T08:32:37.311Z] . [Pipeline] withDockerContainer [2021-02-23T08:32:37.545Z] prd-ubuntu18.04-docker-arm64-4c-16g-27302 does not seem to be running inside a container [2021-02-23T08:32:37.632Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T08:32:37.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T08:32:38.286Z] OK: 166 MiB in 39 packages [2021-02-23T08:32:39.094Z] $ docker top 4155b8b3db875cebb6897eb95ff73b397317f2efd8872c7e31265549c75262c6 -eo pid,comm [2021-02-23T08:32:39.432Z] Removing intermediate container b5f0f69139fc [2021-02-23T08:32:39.432Z] ---> 0dfbd0f05db8 [2021-02-23T08:32:39.432Z] Step 10/24 : ENV GO111MODULE=on [2021-02-23T08:32:39.432Z] ---> Running in 617874d9d6af [Pipeline] { [Pipeline] sh [2021-02-23T08:32:39.718Z] Removing intermediate container 617874d9d6af [2021-02-23T08:32:39.718Z] ---> 58e346b513c1 [2021-02-23T08:32:39.718Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-23T08:32:39.718Z] ---> Running in 6d59994b4a04 [2021-02-23T08:32:40.050Z] Removing intermediate container 6d59994b4a04 [2021-02-23T08:32:40.050Z] ---> 07e99c375b61 [2021-02-23T08:32:40.050Z] Step 12/24 : COPY go.mod . [2021-02-23T08:32:40.171Z] + make test [2021-02-23T08:32:40.172Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T08:32:40.398Z] ---> ea74028b0753 [2021-02-23T08:32:40.398Z] Step 13/24 : COPY Makefile . [2021-02-23T08:32:41.101Z] ---> 9eab1e27abc3 [2021-02-23T08:32:41.101Z] Step 14/24 : RUN make update [2021-02-23T08:32:41.101Z] ---> Running in 9025b7fd7498 [2021-02-23T08:32:41.168Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T08:32:42.599Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-23T08:32:45.018Z] Removing intermediate container 9025b7fd7498 [2021-02-23T08:32:45.018Z] ---> ffda4edc5c8c [2021-02-23T08:32:45.018Z] Step 15/24 : COPY . . [2021-02-23T08:32:48.114Z] ---> 08a5599a88a3 [2021-02-23T08:32:48.114Z] Step 16/24 : RUN ${MAKE} [2021-02-23T08:32:48.114Z] ---> Running in 106c34c6aba1 [2021-02-23T08:32:49.655Z] 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 [2021-02-23T08:33:03.389Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-23T08:33:03.389Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-23T08:33:03.389Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-23T08:33:03.389Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-23T08:33:03.389Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-23T08:33:03.389Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-23T08:33:03.389Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-23T08:33:03.389Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-23T08:33:03.389Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-23T08:33:03.389Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-23T08:33:03.389Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-23T08:33:03.389Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-23T08:33:03.389Z] GO111MODULE=on go vet ./... [2021-02-23T08:33:08.677Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [Pipeline] } [2021-02-23T08:33:08.826Z] $ docker stop --time=1 4155b8b3db875cebb6897eb95ff73b397317f2efd8872c7e31265549c75262c6 [2021-02-23T08:33:10.925Z] $ docker rm -f 4155b8b3db875cebb6897eb95ff73b397317f2efd8872c7e31265549c75262c6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T08:33:11.731Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T08:33:11.798Z] Warning: overwriting stash ‘coverage-report’ [2021-02-23T08:33:12.580Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T08:33:13.281Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T08:33:13.651Z] + ls -al . [2021-02-23T08:33:13.651Z] total 124 [2021-02-23T08:33:13.651Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 08:32 . [2021-02-23T08:33:13.651Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 08:31 .. [2021-02-23T08:33:13.651Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 08:31 .git [2021-02-23T08:33:13.651Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 08:31 .github [2021-02-23T08:33:13.651Z] -rw-rw-r-- 1 jenkins jenkins 153 Feb 23 08:31 .gitignore [2021-02-23T08:33:13.651Z] -rw-rw-r-- 1 jenkins jenkins 3959 Feb 23 08:31 CONTRIBUTING.md [2021-02-23T08:33:13.651Z] -rw-rw-r-- 1 jenkins jenkins 1508 Feb 23 08:31 Dockerfile [2021-02-23T08:33:13.651Z] -rw-rw-r-- 1 jenkins jenkins 902 Feb 23 08:31 Dockerfile.build [2021-02-23T08:33:13.651Z] -rw-rw-r-- 1 jenkins jenkins 652 Feb 23 08:31 Jenkinsfile [2021-02-23T08:33:13.651Z] -rw-rw-r-- 1 jenkins jenkins 11357 Feb 23 08:31 LICENSE [2021-02-23T08:33:13.651Z] -rw-rw-r-- 1 jenkins jenkins 951 Feb 23 08:31 Makefile [2021-02-23T08:33:13.651Z] -rw-rw-r-- 1 jenkins jenkins 4535 Feb 23 08:31 README.md [2021-02-23T08:33:13.651Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 23 08:28 VERSION [2021-02-23T08:33:13.651Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 08:31 assets [2021-02-23T08:33:13.651Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 08:31 bin [2021-02-23T08:33:13.651Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 08:31 cmd [2021-02-23T08:33:13.651Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 23 08:32 coverage.out [2021-02-23T08:33:13.651Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 08:31 docs [2021-02-23T08:33:13.651Z] -rw-rw-r-- 1 jenkins jenkins 1019 Feb 23 08:31 go.mod [2021-02-23T08:33:13.651Z] -rw-r--r-- 1 jenkins jenkins 20843 Feb 23 08:32 go.sum [2021-02-23T08:33:13.651Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 08:31 internal [2021-02-23T08:33:13.651Z] -rw-rw-r-- 1 jenkins jenkins 155 Feb 23 08:31 version.go [2021-02-23T08:33:13.651Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 08:31 web [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:33:14.037Z] + 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=fd2431a676bff289ed86a71baab2c922bfcb1568 --label arch=arm64 --label version=0.0.0 . [2021-02-23T08:33:14.659Z] Sending build context to Docker daemon 16.8MB [2021-02-23T08:33:14.937Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T08:33:14.937Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T08:33:14.937Z] ---> 514c86a3c6a1 [2021-02-23T08:33:14.937Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-23T08:33:15.213Z] ---> Running in bbab9d1d257d [2021-02-23T08:33:15.808Z] Removing intermediate container bbab9d1d257d [2021-02-23T08:33:15.808Z] ---> 5bdc8c28fc45 [2021-02-23T08:33:15.808Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-23T08:33:15.808Z] ---> Running in 688a62e122fb [2021-02-23T08:33:16.029Z] Removing intermediate container 106c34c6aba1 [2021-02-23T08:33:16.029Z] ---> c4fe2bec2abd [2021-02-23T08:33:16.029Z] Step 17/24 : FROM alpine:3.12 [2021-02-23T08:33:16.029Z] 3.12: Pulling from library/alpine [2021-02-23T08:33:16.029Z] 801bfaa63ef2: Pulling fs layer [2021-02-23T08:33:16.407Z] Removing intermediate container 688a62e122fb [2021-02-23T08:33:16.407Z] ---> f8b5265e6807 [2021-02-23T08:33:16.408Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T08:33:16.408Z] ---> Running in 8c4b0ea1ce9d [2021-02-23T08:33:16.852Z] 801bfaa63ef2: Download complete [2021-02-23T08:33:17.005Z] Removing intermediate container 8c4b0ea1ce9d [2021-02-23T08:33:17.005Z] ---> 623385943b6b [2021-02-23T08:33:17.005Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-23T08:33:17.005Z] ---> Running in cdbf31e2d369 [2021-02-23T08:33:17.605Z] Removing intermediate container cdbf31e2d369 [2021-02-23T08:33:17.605Z] ---> fa2f8eb72b76 [2021-02-23T08:33:17.605Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-23T08:33:17.605Z] ---> Running in b97a5a244773 [2021-02-23T08:33:18.148Z] 801bfaa63ef2: Pull complete [2021-02-23T08:33:18.148Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T08:33:18.148Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T08:33:18.148Z] ---> 389fef711851 [2021-02-23T08:33:18.148Z] Step 18/24 : EXPOSE 4000 [2021-02-23T08:33:18.148Z] ---> Running in 5fac80001922 [2021-02-23T08:33:18.207Z] Removing intermediate container b97a5a244773 [2021-02-23T08:33:18.207Z] ---> 1d1f2ac49370 [2021-02-23T08:33:18.207Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T08:33:18.207Z] ---> Running in 02b954bf7587 [2021-02-23T08:33:18.448Z] Removing intermediate container 5fac80001922 [2021-02-23T08:33:18.448Z] ---> 391bfa877702 [2021-02-23T08:33:18.449Z] 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 [2021-02-23T08:33:19.949Z] ---> 9a230e966cb7 [2021-02-23T08:33:19.949Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T08:33:19.949Z] ---> Running in 9c0bd4cdbb0e [2021-02-23T08:33:19.949Z] Removing intermediate container 9c0bd4cdbb0e [2021-02-23T08:33:19.949Z] ---> cfc7a5267c2b [2021-02-23T08:33:19.949Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-23T08:33:19.949Z] ---> Running in cb10d71405d9 [2021-02-23T08:33:20.182Z] Removing intermediate container 02b954bf7587 [2021-02-23T08:33:20.182Z] ---> d326fa028bf2 [2021-02-23T08:33:20.182Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T08:33:20.260Z] Removing intermediate container cb10d71405d9 [2021-02-23T08:33:20.261Z] ---> 6f2469c6225c [2021-02-23T08:33:20.261Z] Step 22/24 : LABEL arch=amd64 [2021-02-23T08:33:20.261Z] ---> Running in d528ce1c3f6d [2021-02-23T08:33:20.456Z] ---> Running in da50fba941af [2021-02-23T08:33:20.526Z] Removing intermediate container d528ce1c3f6d [2021-02-23T08:33:20.526Z] ---> 7ca6c1399014 [2021-02-23T08:33:20.527Z] Step 23/24 : LABEL git_sha=fd2431a676bff289ed86a71baab2c922bfcb1568 [2021-02-23T08:33:20.527Z] ---> Running in 44837594bab6 [2021-02-23T08:33:21.248Z] Removing intermediate container 44837594bab6 [2021-02-23T08:33:21.248Z] ---> 84b7dde095b7 [2021-02-23T08:33:21.248Z] Step 24/24 : LABEL version=0.0.0 [2021-02-23T08:33:21.248Z] ---> Running in 3059a7b65eab [2021-02-23T08:33:21.248Z] Removing intermediate container 3059a7b65eab [2021-02-23T08:33:21.248Z] ---> dc7038f230e3 [2021-02-23T08:33:21.248Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T08:33:21.248Z] Successfully built dc7038f230e3 [2021-02-23T08:33:21.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T08:33:21.515Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-02-23T08:33:22.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] } [2021-02-23T08:33:23.402Z] OK: 142 MiB in 39 packages [2021-02-23T08:33:24.380Z] Removing intermediate container da50fba941af [2021-02-23T08:33:24.380Z] ---> 9ef61a2a3b7f [2021-02-23T08:33:24.380Z] Step 10/24 : ENV GO111MODULE=on [2021-02-23T08:33:24.380Z] ---> Running in b26ca70f49ef [2021-02-23T08:33:24.654Z] Removing intermediate container b26ca70f49ef [2021-02-23T08:33:24.654Z] ---> 5124847b8d20 [2021-02-23T08:33:24.654Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-23T08:33:24.927Z] ---> Running in 970db9d7a87a [2021-02-23T08:33:25.547Z] Removing intermediate container 970db9d7a87a [2021-02-23T08:33:25.547Z] ---> 8971c4d996b6 [2021-02-23T08:33:25.547Z] Step 12/24 : COPY go.mod . [2021-02-23T08:33:26.144Z] ---> 151e9218d1e9 [2021-02-23T08:33:26.144Z] Step 13/24 : COPY Makefile . [2021-02-23T08:33:27.754Z] ---> 6642700bea4b [2021-02-23T08:33:27.754Z] Step 14/24 : RUN make update [2021-02-23T08:33:27.754Z] ---> Running in 60402305eb0e [2021-02-23T08:33:28.031Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-23T08:33:29.459Z] Removing intermediate container 60402305eb0e [2021-02-23T08:33:29.459Z] ---> 959c1ef02a12 [2021-02-23T08:33:29.459Z] Step 15/24 : COPY . . [2021-02-23T08:33:31.441Z] ---> 892f6288d2dc [2021-02-23T08:33:31.441Z] Step 16/24 : RUN ${MAKE} [2021-02-23T08:33:31.441Z] ---> Running in d0ee182b6f28 [2021-02-23T08:33:32.875Z] 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 [2021-02-23T08:33:55.081Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-23T08:34:00.464Z] Removing intermediate container d0ee182b6f28 [2021-02-23T08:34:00.464Z] ---> 196c4f9338af [2021-02-23T08:34:00.464Z] Step 17/24 : FROM alpine:3.12 [2021-02-23T08:34:01.052Z] 3.12: Pulling from library/alpine [2021-02-23T08:34:01.052Z] 159e5727ea61: Pulling fs layer [2021-02-23T08:34:01.324Z] 159e5727ea61: Verifying Checksum [2021-02-23T08:34:01.324Z] 159e5727ea61: Download complete [2021-02-23T08:34:01.921Z] 159e5727ea61: Pull complete [2021-02-23T08:34:01.921Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T08:34:01.921Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T08:34:01.921Z] ---> afeebe901d6b [2021-02-23T08:34:01.921Z] Step 18/24 : EXPOSE 4000 [2021-02-23T08:34:02.193Z] ---> Running in 24ddeb7036ff [2021-02-23T08:34:02.466Z] Removing intermediate container 24ddeb7036ff [2021-02-23T08:34:02.466Z] ---> 535b1d50a800 [2021-02-23T08:34:02.466Z] 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 [2021-02-23T08:34:04.439Z] ---> c9d0f43c969a [2021-02-23T08:34:04.439Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T08:34:04.439Z] ---> Running in e9af77cfe174 [2021-02-23T08:34:04.710Z] Removing intermediate container e9af77cfe174 [2021-02-23T08:34:04.710Z] ---> 2a8118df81e0 [2021-02-23T08:34:04.710Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-23T08:34:04.986Z] ---> Running in d6d1e9883bf2 [2021-02-23T08:34:05.260Z] Removing intermediate container d6d1e9883bf2 [2021-02-23T08:34:05.260Z] ---> 5ff32a3df1d4 [2021-02-23T08:34:05.260Z] Step 22/24 : LABEL arch=arm64 [2021-02-23T08:34:05.538Z] ---> Running in 804e235de236 [2021-02-23T08:34:05.820Z] Removing intermediate container 804e235de236 [2021-02-23T08:34:05.820Z] ---> 0fa8cd18bd51 [2021-02-23T08:34:05.820Z] Step 23/24 : LABEL git_sha=fd2431a676bff289ed86a71baab2c922bfcb1568 [2021-02-23T08:34:06.101Z] ---> Running in dc98f0a3299d [2021-02-23T08:34:06.373Z] Removing intermediate container dc98f0a3299d [2021-02-23T08:34:06.373Z] ---> dbacea3ec248 [2021-02-23T08:34:06.373Z] Step 24/24 : LABEL version=0.0.0 [2021-02-23T08:34:06.645Z] ---> Running in 17c0260d7ce7 [2021-02-23T08:34:06.916Z] Removing intermediate container 17c0260d7ce7 [2021-02-23T08:34:06.916Z] ---> ad1f56d3e29b [2021-02-23T08:34:06.916Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T08:34:06.916Z] Successfully built ad1f56d3e29b [2021-02-23T08:34:07.187Z] 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 [2021-02-23T08:34:08.671Z] provisioning config files... [2021-02-23T08:34:08.679Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config956115380985951151tmp [Pipeline] { [Pipeline] sh [2021-02-23T08:34:09.047Z] + set +x [2021-02-23T08:34:09.047Z] + curl -s https://codecov.io/bash [2021-02-23T08:34:09.047Z] + bash -s -- [2021-02-23T08:34:09.047Z] [2021-02-23T08:34:09.047Z] _____ _ [2021-02-23T08:34:09.047Z] / ____| | | [2021-02-23T08:34:09.047Z] | | ___ __| | ___ ___ _____ __ [2021-02-23T08:34:09.047Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-23T08:34:09.047Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-23T08:34:09.047Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-23T08:34:09.047Z] Bash-20210129-7c25fce [2021-02-23T08:34:09.047Z] [2021-02-23T08:34:09.047Z] [2021-02-23T08:34:09.047Z] ==> git version 2.24.3 found [2021-02-23T08:34:09.047Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-23T08:34:09.047Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-23T08:34:09.047Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-23T08:34:09.308Z] ==> Jenkins CI detected. [2021-02-23T08:34:09.308Z] project root: . [2021-02-23T08:34:09.308Z] --> token set from env [2021-02-23T08:34:09.308Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-23T08:34:09.308Z] ==> Running gcov in . (disable via -X gcov) [2021-02-23T08:34:09.308Z] ==> Python coveragepy not found [2021-02-23T08:34:09.308Z] ==> Searching for coverage reports in: [2021-02-23T08:34:09.308Z] + . [2021-02-23T08:34:09.308Z] -> Found 1 reports [2021-02-23T08:34:09.308Z] ==> Detecting git/mercurial file structure [2021-02-23T08:34:09.308Z] ==> Reading reports [2021-02-23T08:34:09.308Z] + ./coverage.out bytes=10 [2021-02-23T08:34:09.308Z] ==> Appending adjustments [2021-02-23T08:34:09.308Z] https://docs.codecov.io/docs/fixing-reports [2021-02-23T08:34:09.308Z] + Found adjustments [2021-02-23T08:34:09.308Z] ==> Gzipping contents [2021-02-23T08:34:09.308Z] 4.0K /tmp/codecov.0upQ0L.gz [2021-02-23T08:34:09.308Z] ==> Uploading reports [2021-02-23T08:34:09.308Z] url: https://codecov.io [2021-02-23T08:34:09.308Z] query: branch=PR-289&commit=fd2431a676bff289ed86a71baab2c922bfcb1568&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= [2021-02-23T08:34:09.308Z] -> Pinging Codecov [2021-02-23T08:34:09.308Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-289&commit=fd2431a676bff289ed86a71baab2c922bfcb1568&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= [2021-02-23T08:34:11.223Z] -> Uploading to [2021-02-23T08:34:11.223Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-23/FB506323287CE973F263BFD2A0EB1F37/fd2431a676bff289ed86a71baab2c922bfcb1568/afe05964-a987-4dfb-9aaa-6b8207e57b78.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T083411Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=587d326e2dfd2e3ef6316571a4388b7bc572a6cd89073155689c966a7fd40706 [2021-02-23T08:34:11.223Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-23T08:34:11.223Z] Dload Upload Total Spent Left Speed [2021-02-23T08:34:11.798Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2494 0 0 100 2494 0 5406 --:--:-- --:--:-- --:--:-- 5398 100 2494 0 0 100 2494 0 5404 --:--:-- --:--:-- --:--:-- 5398 [2021-02-23T08:34:11.798Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/fd2431a676bff289ed86a71baab2c922bfcb1568 [Pipeline] } [2021-02-23T08:34:11.809Z] 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 [2021-02-23T08:34:14.277Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:34:14.577Z] ---> package-listing.sh [2021-02-23T08:34:14.577Z] ++ facter osfamily [2021-02-23T08:34:14.577Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-23T08:34:14.577Z] + OS_FAMILY=redhat [2021-02-23T08:34:14.577Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-289 [2021-02-23T08:34:14.577Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-23T08:34:14.577Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-23T08:34:14.577Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-23T08:34:14.577Z] + PACKAGES=/tmp/packages_start.txt [2021-02-23T08:34:14.577Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' [2021-02-23T08:34:14.577Z] + PACKAGES=/tmp/packages_end.txt [2021-02-23T08:34:14.577Z] + case "${OS_FAMILY}" in [2021-02-23T08:34:14.577Z] + rpm -qa [2021-02-23T08:34:14.577Z] + sort [2021-02-23T08:34:18.797Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-23T08:34:18.797Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-23T08:34:18.797Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-23T08:34:18.797Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' [2021-02-23T08:34:18.797Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ [2021-02-23T08:34:18.797Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ [Pipeline] echo [2021-02-23T08:34:18.809Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-23T08:34:19.095Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:34:19.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T08:34:19.400Z] [2021-02-23T08:34:19.400Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:34:19.748Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T08:34:19.748Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-23T08:34:19.748Z] df20fa9351a1: Pulling fs layer [2021-02-23T08:34:19.748Z] 36b3adc4ff6f: Pulling fs layer [2021-02-23T08:34:19.748Z] 8ad3a11d3b57: Pulling fs layer [2021-02-23T08:34:19.748Z] 46f8f816bc3b: Pulling fs layer [2021-02-23T08:34:19.748Z] 93b61091891f: Pulling fs layer [2021-02-23T08:34:19.748Z] 93b9cdb0e59b: Pulling fs layer [2021-02-23T08:34:19.748Z] 5e14af77c1be: Pulling fs layer [2021-02-23T08:34:19.748Z] 01666e4c0597: Pulling fs layer [2021-02-23T08:34:19.748Z] aa168da1d23b: Pulling fs layer [2021-02-23T08:34:19.748Z] 46f8f816bc3b: Waiting [2021-02-23T08:34:19.748Z] 93b61091891f: Waiting [2021-02-23T08:34:19.748Z] 93b9cdb0e59b: Waiting [2021-02-23T08:34:19.748Z] 5e14af77c1be: Waiting [2021-02-23T08:34:19.748Z] 01666e4c0597: Waiting [2021-02-23T08:34:19.748Z] aa168da1d23b: Waiting [2021-02-23T08:34:19.748Z] 36b3adc4ff6f: Download complete [2021-02-23T08:34:19.748Z] 46f8f816bc3b: Verifying Checksum [2021-02-23T08:34:19.748Z] 46f8f816bc3b: Download complete [2021-02-23T08:34:19.748Z] df20fa9351a1: Verifying Checksum [2021-02-23T08:34:19.748Z] df20fa9351a1: Download complete [2021-02-23T08:34:19.748Z] 93b9cdb0e59b: Verifying Checksum [2021-02-23T08:34:19.748Z] 93b9cdb0e59b: Download complete [2021-02-23T08:34:19.748Z] 93b61091891f: Download complete [2021-02-23T08:34:19.748Z] 5e14af77c1be: Verifying Checksum [2021-02-23T08:34:19.748Z] 5e14af77c1be: Download complete [2021-02-23T08:34:20.010Z] 01666e4c0597: Verifying Checksum [2021-02-23T08:34:20.010Z] 01666e4c0597: Download complete [2021-02-23T08:34:20.010Z] df20fa9351a1: Pull complete [2021-02-23T08:34:20.271Z] 36b3adc4ff6f: Pull complete [2021-02-23T08:34:20.534Z] 8ad3a11d3b57: Verifying Checksum [2021-02-23T08:34:20.534Z] 8ad3a11d3b57: Download complete [2021-02-23T08:34:21.482Z] 8ad3a11d3b57: Pull complete [2021-02-23T08:34:21.745Z] 46f8f816bc3b: Pull complete [2021-02-23T08:34:22.316Z] aa168da1d23b: Verifying Checksum [2021-02-23T08:34:22.316Z] aa168da1d23b: Download complete [2021-02-23T08:34:22.316Z] 93b61091891f: Pull complete [2021-02-23T08:34:22.577Z] 93b9cdb0e59b: Pull complete [2021-02-23T08:34:22.577Z] 5e14af77c1be: Pull complete [2021-02-23T08:34:22.577Z] 01666e4c0597: Pull complete [2021-02-23T08:34:29.212Z] aa168da1d23b: Pull complete [2021-02-23T08:34:29.212Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-23T08:34:29.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T08:34:29.212Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-23T08:34:29.609Z] prd-centos7-docker-4c-2g-27298 does not seem to be running inside a container [2021-02-23T08:34:29.651Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-23T08:34:32.707Z] $ docker top 18933d5da0c44201cb4029d2638f078eaaa23254a6814cfb975d7c77c3a10e8b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T08:34:33.219Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-23T08:34:33.517Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-23T08:34:33.809Z] + ls /var/log/sa-host [2021-02-23T08:34:33.810Z] + sadf -c /var/log/sa-host/sa23 [2021-02-23T08:34:33.810Z] file_magic: OK [2021-02-23T08:34:33.810Z] HZ: Using current value: 100 [2021-02-23T08:34:33.810Z] file_header: OK [2021-02-23T08:34:33.810Z] 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 [2021-02-23T08:34:33.810Z] Statistics: [2021-02-23T08:34:33.810Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-23T08:34:33.810Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T08:34:34.055Z] provisioning config files... [2021-02-23T08:34:34.070Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config7709597870975886015tmp [Pipeline] { [Pipeline] echo [2021-02-23T08:34:34.145Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:34:34.437Z] ---> create-netrc.sh [Pipeline] } [2021-02-23T08:34:34.446Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-23T08:34:34.532Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:34:34.825Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-23T08:34:34.835Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:34:35.129Z] ---> sudo-logs.sh [2021-02-23T08:34:35.129Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-23T08:34:35.188Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:34:35.484Z] ---> job-cost.sh [2021-02-23T08:34:35.484Z] lf-activate-venv: SKIPPING [2021-02-23T08:34:35.484Z] INFO: No Stack... [2021-02-23T08:34:36.872Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T08:34:37.132Z] INFO: Archiving Costs [Pipeline] echo [2021-02-23T08:34:37.145Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:34:37.435Z] ---> logs-deploy.sh [2021-02-23T08:34:37.435Z] lf-activate-venv: SKIPPING [2021-02-23T08:34:37.435Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-289/7 [2021-02-23T08:34:37.435Z] INFO: archiving workspace using pattern(s): [2021-02-23T08:34:38.827Z] Archives upload complete. [2021-02-23T08:34:39.088Z] INFO: archiving logs to Nexus [2021-02-23T08:34:40.034Z] ---> uname -a: [2021-02-23T08:34:40.034Z] Linux prd-centos7-docker-4c-2g-27298.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] ---> lscpu: [2021-02-23T08:34:40.034Z] Architecture: x86_64 [2021-02-23T08:34:40.034Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-23T08:34:40.034Z] Byte Order: Little Endian [2021-02-23T08:34:40.034Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-23T08:34:40.034Z] CPU(s): 4 [2021-02-23T08:34:40.034Z] On-line CPU(s) list: 0-3 [2021-02-23T08:34:40.034Z] Thread(s) per core: 1 [2021-02-23T08:34:40.034Z] Core(s) per socket: 1 [2021-02-23T08:34:40.034Z] Socket(s): 4 [2021-02-23T08:34:40.034Z] NUMA node(s): 1 [2021-02-23T08:34:40.034Z] Vendor ID: GenuineIntel [2021-02-23T08:34:40.034Z] CPU family: 6 [2021-02-23T08:34:40.034Z] Model: 44 [2021-02-23T08:34:40.034Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-23T08:34:40.034Z] Stepping: 1 [2021-02-23T08:34:40.034Z] CPU MHz: 2933.436 [2021-02-23T08:34:40.034Z] BogoMIPS: 5866.87 [2021-02-23T08:34:40.034Z] Virtualization: VT-x [2021-02-23T08:34:40.034Z] Hypervisor vendor: KVM [2021-02-23T08:34:40.034Z] Virtualization type: full [2021-02-23T08:34:40.034Z] L1d cache: 128 KiB [2021-02-23T08:34:40.034Z] L1i cache: 128 KiB [2021-02-23T08:34:40.034Z] L2 cache: 16 MiB [2021-02-23T08:34:40.034Z] L3 cache: 64 MiB [2021-02-23T08:34:40.034Z] NUMA node0 CPU(s): 0-3 [2021-02-23T08:34:40.034Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-23T08:34:40.034Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-23T08:34:40.034Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-23T08:34:40.034Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-23T08:34:40.034Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-23T08:34:40.034Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-23T08:34:40.034Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-23T08:34:40.034Z] Vulnerability Srbds: Not affected [2021-02-23T08:34:40.034Z] Vulnerability Tsx async abort: Not affected [2021-02-23T08:34:40.034Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] ---> nproc: [2021-02-23T08:34:40.034Z] 4 [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] ---> df -h: [2021-02-23T08:34:40.034Z] Filesystem Size Used Available Use% Mounted on [2021-02-23T08:34:40.034Z] overlay 50.0G 7.3G 42.7G 15% / [2021-02-23T08:34:40.034Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-23T08:34:40.034Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-23T08:34:40.034Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-23T08:34:40.034Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-02-23T08:34:40.034Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-02-23T08:34:40.034Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-02-23T08:34:40.034Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-02-23T08:34:40.034Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-02-23T08:34:40.034Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [2021-02-23T08:34:40.034Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp [2021-02-23T08:34:40.034Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-02-23T08:34:40.034Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-02-23T08:34:40.034Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] ---> free -m: [2021-02-23T08:34:40.034Z] total used free shared buff/cache available [2021-02-23T08:34:40.034Z] Mem: 1837 724 97 0 1015 1008 [2021-02-23T08:34:40.034Z] Swap: 1023 0 1023 [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] ---> ip addr: [2021-02-23T08:34:40.034Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-23T08:34:40.034Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-23T08:34:40.034Z] inet 127.0.0.1/8 scope host lo [2021-02-23T08:34:40.034Z] valid_lft forever preferred_lft forever [2021-02-23T08:34:40.034Z] inet6 ::1/128 scope host [2021-02-23T08:34:40.034Z] valid_lft forever preferred_lft forever [2021-02-23T08:34:40.034Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-23T08:34:40.034Z] link/ether fa:16:3e:22:fb:27 brd ff:ff:ff:ff:ff:ff [2021-02-23T08:34:40.034Z] inet 10.30.123.0/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-23T08:34:40.034Z] valid_lft 85956sec preferred_lft 85956sec [2021-02-23T08:34:40.034Z] inet6 fe80::f816:3eff:fe22:fb27/64 scope link [2021-02-23T08:34:40.034Z] valid_lft forever preferred_lft forever [2021-02-23T08:34:40.034Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-23T08:34:40.034Z] link/ether 02:42:28:b6:c1:67 brd ff:ff:ff:ff:ff:ff [2021-02-23T08:34:40.034Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-23T08:34:40.034Z] valid_lft forever preferred_lft forever [2021-02-23T08:34:40.034Z] inet6 fe80::42:28ff:feb6:c167/64 scope link [2021-02-23T08:34:40.034Z] valid_lft forever preferred_lft forever [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] ---> sar -b -r -n DEV: [2021-02-23T08:34:40.034Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] 08:27:04 LINUX RESTART (4 CPU) [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] 08:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-23T08:34:40.034Z] 08:29:01 15.42 3.73 11.69 0.00 1025.51 1401.91 0.00 [2021-02-23T08:34:40.034Z] 08:30:02 1.88 0.00 1.88 0.00 0.00 38.28 0.00 [2021-02-23T08:34:40.034Z] 08:31:01 0.37 0.00 0.37 0.00 0.00 5.37 0.00 [2021-02-23T08:34:40.034Z] 08:32:01 0.38 0.00 0.38 0.00 0.00 5.93 0.00 [2021-02-23T08:34:40.034Z] 08:33:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 [2021-02-23T08:34:40.034Z] 08:34:01 0.32 0.00 0.32 0.00 0.00 3.93 0.00 [2021-02-23T08:34:40.034Z] Average: 3.11 0.62 2.49 0.00 171.44 243.83 0.00 [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] 08:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-23T08:34:40.034Z] 08:29:01 153836 0 608984 32.37 2620 1116104 1106304 37.76 403428 1125504 20 [2021-02-23T08:34:40.034Z] 08:30:02 154884 0 607932 32.31 2620 1116108 1077640 36.78 406824 1121128 12 [2021-02-23T08:34:40.034Z] 08:31:01 153972 0 608836 32.36 2620 1116116 1077508 36.77 417468 1112088 12 [2021-02-23T08:34:40.034Z] 08:32:01 152080 0 610728 32.46 2620 1116116 1077616 36.78 419532 1111620 8 [2021-02-23T08:34:40.034Z] 08:33:01 149644 0 613156 32.59 2620 1116124 1077580 36.78 430720 1103160 8 [2021-02-23T08:34:40.034Z] 08:34:01 150384 0 612412 32.55 2620 1116128 1077508 36.77 430356 1103156 12 [2021-02-23T08:34:40.034Z] Average: 152467 0 610341 32.44 2620 1116116 1082359 36.94 418055 1112776 12 [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] 08:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-23T08:34:40.034Z] 08:29:01 eth0 50.35 44.06 133.98 9.99 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:29:01 docker0 28.87 27.09 2.55 110.92 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:30:02 eth0 1.62 0.80 0.92 0.41 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:31:01 eth0 0.51 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:32:01 eth0 0.53 0.33 0.27 0.20 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:33:01 eth0 0.22 0.13 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:34:01 eth0 0.18 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] Average: eth0 8.93 7.60 22.63 1.79 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] Average: docker0 4.83 4.53 0.43 18.54 0.00 0.00 0.00 0.00 [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] ---> sar -P ALL: [2021-02-23T08:34:40.034Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] 08:27:04 LINUX RESTART (4 CPU) [2021-02-23T08:34:40.034Z] [2021-02-23T08:34:40.034Z] 08:28:01 CPU %user %nice %system %iowait %steal %idle [2021-02-23T08:34:40.034Z] 08:29:01 all 1.44 0.00 0.81 0.25 0.02 97.49 [2021-02-23T08:34:40.035Z] 08:29:01 0 1.25 0.00 0.79 0.13 0.02 97.81 [2021-02-23T08:34:40.035Z] 08:29:01 1 1.22 0.00 0.80 0.38 0.02 97.58 [2021-02-23T08:34:40.035Z] 08:29:01 2 1.54 0.00 0.87 0.40 0.02 97.18 [2021-02-23T08:34:40.035Z] 08:29:01 3 1.74 0.00 0.77 0.10 0.02 97.38 [2021-02-23T08:34:40.035Z] 08:30:02 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-02-23T08:34:40.035Z] 08:30:02 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-02-23T08:34:40.035Z] 08:30:02 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-23T08:34:40.035Z] 08:30:02 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-23T08:34:40.035Z] 08:30:02 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-23T08:34:40.035Z] 08:31:01 all 0.07 0.00 0.06 0.00 0.01 99.86 [2021-02-23T08:34:40.035Z] 08:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-23T08:34:40.035Z] 08:31:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-23T08:34:40.035Z] 08:31:01 2 0.19 0.00 0.12 0.00 0.02 99.68 [2021-02-23T08:34:40.035Z] 08:31:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-02-23T08:34:40.035Z] 08:32:01 all 0.10 0.00 0.03 0.00 0.00 99.87 [2021-02-23T08:34:40.035Z] 08:32:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-23T08:34:40.035Z] 08:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2021-02-23T08:34:40.035Z] 08:32:01 2 0.33 0.00 0.08 0.00 0.02 99.57 [2021-02-23T08:34:40.035Z] 08:32:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-23T08:34:40.035Z] 08:33:01 all 0.16 0.00 0.06 0.00 0.01 99.76 [2021-02-23T08:34:40.035Z] 08:33:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-23T08:34:40.035Z] 08:33:01 1 0.05 0.00 0.07 0.00 0.02 99.87 [2021-02-23T08:34:40.035Z] 08:33:01 2 0.53 0.00 0.08 0.00 0.02 99.37 [2021-02-23T08:34:40.035Z] 08:33:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-02-23T08:34:40.035Z] 08:34:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-02-23T08:34:40.035Z] 08:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2021-02-23T08:34:40.035Z] 08:34:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-23T08:34:40.035Z] 08:34:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-23T08:34:40.035Z] 08:34:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-23T08:34:40.035Z] Average: all 0.34 0.00 0.17 0.04 0.01 99.43 [2021-02-23T08:34:40.035Z] Average: 0 0.22 0.00 0.15 0.02 0.01 99.60 [2021-02-23T08:34:40.035Z] Average: 1 0.24 0.00 0.17 0.06 0.01 99.52 [2021-02-23T08:34:40.035Z] Average: 2 0.61 0.00 0.20 0.07 0.01 99.12 [2021-02-23T08:34:40.035Z] Average: 3 0.31 0.00 0.16 0.02 0.01 99.50 [2021-02-23T08:34:40.035Z] [2021-02-23T08:34:40.035Z] [2021-02-23T08:34:40.035Z]