Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of caiyuexiang for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de rather than 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Obtained Jenkinsfile from 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29680 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [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-297 # 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/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Merge succeeded, producing 7991e47a77494ecabc28d60cb4cefae9c82f7365 Checking out Revision 7991e47a77494ecabc28d60cb4cefae9c82f7365 (PR-297) > git config core.sparsecheckout # timeout=10 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # 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 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7991e47a77494ecabc28d60cb4cefae9c82f7365 # timeout=10 Commit message: "Merge commit '4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 58c1d98ff6c59bbb922e03c102cb3ac873d43900 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-13T02:06:55.331Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-13T02:06:55.639Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-13T02:06:55.752Z] ========================================================= [2021-03-13T02:06:55.752Z] EdgeX Global Pipelines Version Info [2021-03-13T02:06:55.752Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-13T02:06:57.183Z] ------------------- [2021-03-13T02:06:57.183Z] stable info: [2021-03-13T02:06:57.183Z] ------------------- [2021-03-13T02:06:57.183Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-13T02:06:57.183Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-13T02:06:57.183Z] Message: update stable to v1.0.184 [2021-03-13T02:06:58.129Z] ------------------- [2021-03-13T02:06:58.129Z] experimental info: [2021-03-13T02:06:58.129Z] ------------------- [2021-03-13T02:06:58.129Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-13T02:06:58.129Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-13T02:06:58.129Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-13T02:06:58.415Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-13T02:06:58.516Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-13T02:06:58.616Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-13T02:06:58.721Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-13T02:06:58.819Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-13T02:06:58.917Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-13T02:06:59.027Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-13T02:06:59.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-13T02:06:59.250Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-13T02:06:59.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-13T02:06:59.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-13T02:06:59.604Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-13T02:06:59.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-13T02:06:59.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-13T02:06:59.894Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-13T02:06:59.983Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-13T02:07:00.097Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-13T02:07:00.207Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-13T02:07:00.316Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-13T02:07:00.435Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-13T02:07:00.529Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-13T02:07:00.660Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-13T02:07:00.758Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-13T02:07:00.867Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-13T02:07:01.015Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-13T02:07:01.140Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-13T02:07:01.250Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-297 [Pipeline] echo [2021-03-13T02:07:01.359Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-297 [Pipeline] echo [2021-03-13T02:07:01.449Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-297 [Pipeline] echo [2021-03-13T02:07:01.538Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7991e47a77494ecabc28d60cb4cefae9c82f7365 [Pipeline] echo [2021-03-13T02:07:01.627Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7991e47 [Pipeline] echo [2021-03-13T02:07:01.734Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-13T02:07:01.964Z] provisioning config files... [2021-03-13T02:07:02.018Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config8698725611936232553tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-13T02:07:02.407Z] ---> docker-login.sh [2021-03-13T02:07:02.407Z] nexus3.edgexfoundry.org:10001 [2021-03-13T02:07:02.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-13T02:07:02.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-13T02:07:02.945Z] Configure a credential helper to remove this warning. See [2021-03-13T02:07:02.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-13T02:07:02.945Z] [2021-03-13T02:07:02.945Z] Login Succeeded [2021-03-13T02:07:02.945Z] nexus3.edgexfoundry.org:10002 [2021-03-13T02:07:02.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-13T02:07:03.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-13T02:07:03.210Z] Configure a credential helper to remove this warning. See [2021-03-13T02:07:03.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-13T02:07:03.210Z] [2021-03-13T02:07:03.210Z] Login Succeeded [2021-03-13T02:07:03.210Z] nexus3.edgexfoundry.org:10003 [2021-03-13T02:07:03.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-13T02:07:03.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-13T02:07:03.474Z] Configure a credential helper to remove this warning. See [2021-03-13T02:07:03.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-13T02:07:03.474Z] [2021-03-13T02:07:03.474Z] Login Succeeded [2021-03-13T02:07:03.474Z] nexus3.edgexfoundry.org:10004 [2021-03-13T02:07:03.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-13T02:07:03.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-13T02:07:03.474Z] Configure a credential helper to remove this warning. See [2021-03-13T02:07:03.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-13T02:07:03.474Z] [2021-03-13T02:07:03.474Z] Login Succeeded [2021-03-13T02:07:03.474Z] docker.io [2021-03-13T02:07:03.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-13T02:07:05.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-13T02:07:05.134Z] Configure a credential helper to remove this warning. See [2021-03-13T02:07:05.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-13T02:07:05.134Z] [2021-03-13T02:07:05.134Z] Login Succeeded [2021-03-13T02:07:05.134Z] ---> docker-login.sh ends [Pipeline] } [2021-03-13T02:07:05.145Z] 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-03-13T02:07:06.031Z] + git log --format=format:%s -1 7991e47a77494ecabc28d60cb4cefae9c82f7365 [Pipeline] echo [2021-03-13T02:07:06.106Z] GIT_COMMIT: 7991e47a77494ecabc28d60cb4cefae9c82f7365, Commit Message: Merge commit '4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de' into HEAD [Pipeline] echo [2021-03-13T02:07:06.156Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-13T02:07:07.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-13T02:07:07.163Z] [2021-03-13T02:07:07.163Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-13T02:07:07.539Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-13T02:07:07.539Z] latest: Pulling from edgex-devops/git-semver [2021-03-13T02:07:07.539Z] 31603596830f: Pulling fs layer [2021-03-13T02:07:07.539Z] 2a8b12db71e7: Pulling fs layer [2021-03-13T02:07:07.539Z] 6ca5941a6612: Pulling fs layer [2021-03-13T02:07:07.539Z] ecc8261a40a4: Pulling fs layer [2021-03-13T02:07:07.539Z] ecc8261a40a4: Waiting [2021-03-13T02:07:07.539Z] 2a8b12db71e7: Verifying Checksum [2021-03-13T02:07:07.539Z] 2a8b12db71e7: Download complete [2021-03-13T02:07:07.539Z] 31603596830f: Verifying Checksum [2021-03-13T02:07:07.539Z] 31603596830f: Download complete [2021-03-13T02:07:07.807Z] ecc8261a40a4: Verifying Checksum [2021-03-13T02:07:07.807Z] ecc8261a40a4: Download complete [2021-03-13T02:07:07.807Z] 6ca5941a6612: Verifying Checksum [2021-03-13T02:07:07.807Z] 6ca5941a6612: Download complete [2021-03-13T02:07:08.073Z] 31603596830f: Pull complete [2021-03-13T02:07:08.073Z] 2a8b12db71e7: Pull complete [2021-03-13T02:07:09.032Z] 6ca5941a6612: Pull complete [2021-03-13T02:07:09.295Z] ecc8261a40a4: Pull complete [2021-03-13T02:07:09.295Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-13T02:07:09.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-13T02:07:09.295Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-13T02:07:09.410Z] prd-centos7-docker-4c-2g-29680 does not seem to be running inside a container [2021-03-13T02:07:09.465Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-13T02:07:11.463Z] $ docker top c9e9a52b13dee9d844d5c6bb004029a9ead2f31e7ada3a4b41b73d830810683b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-13T02:07:11.784Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-13T02:07:11.785Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-13T02:07:12.027Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-13T02:07:12.032Z] $ docker exec c9e9a52b13dee9d844d5c6bb004029a9ead2f31e7ada3a4b41b73d830810683b ssh-agent [2021-03-13T02:07:12.201Z] SSH_AUTH_SOCK=/tmp/ssh-TtixUkwTymf2/agent.11 [2021-03-13T02:07:12.201Z] SSH_AGENT_PID=16 [2021-03-13T02:07:12.213Z] Running ssh-add (command line suppressed) [2021-03-13T02:07:12.327Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_8108473734056872690.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_8108473734056872690.key) [2021-03-13T02:07:12.380Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-13T02:07:12.752Z] + git tag --points-at HEAD [Pipeline] } [2021-03-13T02:07:12.844Z] $ docker exec --env ******** --env ******** c9e9a52b13dee9d844d5c6bb004029a9ead2f31e7ada3a4b41b73d830810683b ssh-agent -k [2021-03-13T02:07:12.984Z] unset SSH_AUTH_SOCK; [2021-03-13T02:07:12.984Z] unset SSH_AGENT_PID; [2021-03-13T02:07:12.984Z] echo Agent pid 16 killed; [2021-03-13T02:07:13.033Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-13T02:07:13.203Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-13T02:07:13.203Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-13T02:07:13.372Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-13T02:07:13.376Z] $ docker exec c9e9a52b13dee9d844d5c6bb004029a9ead2f31e7ada3a4b41b73d830810683b ssh-agent [2021-03-13T02:07:13.547Z] SSH_AUTH_SOCK=/tmp/ssh-H0pgjFA3jJTq/agent.45 [2021-03-13T02:07:13.547Z] SSH_AGENT_PID=51 [2021-03-13T02:07:13.554Z] Running ssh-add (command line suppressed) [2021-03-13T02:07:13.673Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_3011943309529019061.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_3011943309529019061.key) [2021-03-13T02:07:13.726Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-13T02:07:14.079Z] + git semver init [2021-03-13T02:07:14.079Z] # -> Open(): unable to determine branch for HEAD [2021-03-13T02:07:14.079Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.git [2021-03-13T02:07:14.079Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-03-13T02:07:14.079Z] # $SEMVER_REMOTE_NAME = origin [2021-03-13T02:07:14.079Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-13T02:07:14.079Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-13T02:07:14.079Z] # $SEMVER_BRANCH = PR-297 [2021-03-13T02:07:14.079Z] # $SEMVER_TEMP = /tmp/semver-242271042 [2021-03-13T02:07:14.079Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-13T02:07:15.471Z] # '/tmp/semver-242271042' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver' [2021-03-13T02:07:15.471Z] # -> Force: false [2021-03-13T02:07:15.471Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver [Pipeline] } [2021-03-13T02:07:15.484Z] $ docker exec --env ******** --env ******** c9e9a52b13dee9d844d5c6bb004029a9ead2f31e7ada3a4b41b73d830810683b ssh-agent -k [2021-03-13T02:07:15.597Z] unset SSH_AUTH_SOCK; [2021-03-13T02:07:15.598Z] unset SSH_AGENT_PID; [2021-03-13T02:07:15.598Z] echo Agent pid 51 killed; [2021-03-13T02:07:15.646Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-13T02:07:16.111Z] + git semver [Pipeline] } [2021-03-13T02:07:16.130Z] $ docker stop --time=1 c9e9a52b13dee9d844d5c6bb004029a9ead2f31e7ada3a4b41b73d830810683b [2021-03-13T02:07:17.571Z] $ docker rm -f c9e9a52b13dee9d844d5c6bb004029a9ead2f31e7ada3a4b41b73d830810683b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-13T02:07:18.099Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-13T02:07:18.539Z] Stashed 1 file(s) [Pipeline] echo [2021-03-13T02:07:18.544Z] [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-03-13T02:07:34.129Z] Still waiting to schedule task [2021-03-13T02:07:34.129Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29680’ [2021-03-13T02:07:34.134Z] Still waiting to schedule task [2021-03-13T02:07:34.134Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-13T02:09:15.477Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29681 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws [2021-03-13T02:09:15.534Z] Running in /w/workspace/edgex-ui-go/7 [Pipeline] { [Pipeline] checkout [2021-03-13T02:09:19.976Z] using credential edgex-jenkins-ssh [2021-03-13T02:09:20.052Z] Cloning the remote Git repository [2021-03-13T02:09:20.103Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-13T02:09:20.210Z] > git init /w/workspace/edgex-ui-go/7 # timeout=10 [2021-03-13T02:09:20.300Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-13T02:09:20.301Z] > git --version # timeout=10 [2021-03-13T02:09:20.316Z] > git --version # 'git version 2.17.1' [2021-03-13T02:09:20.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-13T02:09:20.379Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-13T02:09:22.604Z] Merging remotes/origin/master commit 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-03-13T02:09:21.974Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-13T02:09:21.992Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-13T02:09:22.025Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-13T02:09:22.054Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-13T02:09:22.055Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-13T02:09:22.066Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-13T02:09:22.621Z] > git config core.sparsecheckout # timeout=10 [2021-03-13T02:09:22.636Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-03-13T02:09:22.896Z] > git remote # timeout=10 [2021-03-13T02:09:22.912Z] > git config --get remote.origin.url # timeout=10 [2021-03-13T02:09:22.922Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-13T02:09:22.932Z] > git merge 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de # timeout=10 [2021-03-13T02:09:23.346Z] Merge succeeded, producing 0b9d4471478798097c5c770ca03197e657b77852 [2021-03-13T02:09:23.346Z] Checking out Revision 0b9d4471478798097c5c770ca03197e657b77852 (PR-297) [2021-03-13T02:09:23.333Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-13T02:09:23.353Z] > git config core.sparsecheckout # timeout=10 [2021-03-13T02:09:23.362Z] > git checkout -f 0b9d4471478798097c5c770ca03197e657b77852 # timeout=10 [2021-03-13T02:09:27.564Z] Commit message: "Merge commit '4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de' into HEAD" [2021-03-13T02:09:27.599Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-13T02:09:27.573Z] > git rev-list --no-walk 58c1d98ff6c59bbb922e03c102cb3ac873d43900 # timeout=10 [2021-03-13T02:09:29.288Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-13T02:09:29.687Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-13T02:09:30.032Z] + + sudo servicetrue docker [2021-03-13T02:09:30.032Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-13T02:09:32.736Z] provisioning config files... [2021-03-13T02:09:32.781Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/7@tmp/config711268591732605405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-13T02:09:33.180Z] ---> docker-login.sh [2021-03-13T02:09:33.180Z] nexus3.edgexfoundry.org:10001 [2021-03-13T02:09:34.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-13T02:09:34.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-13T02:09:34.435Z] Configure a credential helper to remove this warning. See [2021-03-13T02:09:34.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-13T02:09:34.435Z] [2021-03-13T02:09:34.435Z] Login Succeeded [2021-03-13T02:09:34.435Z] nexus3.edgexfoundry.org:10002 [2021-03-13T02:09:35.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-13T02:09:35.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-13T02:09:35.028Z] Configure a credential helper to remove this warning. See [2021-03-13T02:09:35.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-13T02:09:35.028Z] [2021-03-13T02:09:35.028Z] Login Succeeded [2021-03-13T02:09:35.028Z] nexus3.edgexfoundry.org:10003 [2021-03-13T02:09:35.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-13T02:09:35.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-13T02:09:35.575Z] Configure a credential helper to remove this warning. See [2021-03-13T02:09:35.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-13T02:09:35.575Z] [2021-03-13T02:09:35.575Z] Login Succeeded [2021-03-13T02:09:35.575Z] nexus3.edgexfoundry.org:10004 [2021-03-13T02:09:35.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-13T02:09:35.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-13T02:09:35.847Z] Configure a credential helper to remove this warning. See [2021-03-13T02:09:35.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-13T02:09:35.847Z] [2021-03-13T02:09:35.847Z] Login Succeeded [2021-03-13T02:09:36.121Z] docker.io [2021-03-13T02:09:36.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-13T02:09:36.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-13T02:09:36.670Z] Configure a credential helper to remove this warning. See [2021-03-13T02:09:36.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-13T02:09:36.670Z] [2021-03-13T02:09:36.670Z] Login Succeeded [2021-03-13T02:09:36.670Z] ---> docker-login.sh ends [Pipeline] } [2021-03-13T02:09:36.688Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-13T02:09:37.131Z] ========================================================= [2021-03-13T02:09:37.131Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-13T02:09:37.131Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-13T02:09:37.589Z] + 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-03-13T02:09:38.185Z] Sending build context to Docker daemon 17.27MB [2021-03-13T02:09:38.185Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-13T02:09:38.185Z] Step 2/8 : FROM ${BASE} [2021-03-13T02:09:38.457Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-13T02:09:38.457Z] 5f621e34cdf4: Pulling fs layer [2021-03-13T02:09:38.457Z] a4357932f1b6: Pulling fs layer [2021-03-13T02:09:38.457Z] 18c013af1878: Pulling fs layer [2021-03-13T02:09:38.457Z] 00ac8860ef70: Pulling fs layer [2021-03-13T02:09:38.457Z] 63d7cb157983: Pulling fs layer [2021-03-13T02:09:38.457Z] b116817d02f9: Pulling fs layer [2021-03-13T02:09:38.457Z] 745a02a5169b: Pulling fs layer [2021-03-13T02:09:38.457Z] 00ac8860ef70: Waiting [2021-03-13T02:09:38.457Z] 63d7cb157983: Waiting [2021-03-13T02:09:38.457Z] b116817d02f9: Waiting [2021-03-13T02:09:38.457Z] 745a02a5169b: Waiting [2021-03-13T02:09:38.457Z] 18c013af1878: Verifying Checksum [2021-03-13T02:09:38.457Z] 18c013af1878: Download complete [2021-03-13T02:09:38.457Z] a4357932f1b6: Download complete [2021-03-13T02:09:38.457Z] 63d7cb157983: Verifying Checksum [2021-03-13T02:09:38.457Z] 63d7cb157983: Download complete [2021-03-13T02:09:38.457Z] b116817d02f9: Download complete [2021-03-13T02:09:38.730Z] 5f621e34cdf4: Verifying Checksum [2021-03-13T02:09:38.731Z] 5f621e34cdf4: Download complete [2021-03-13T02:09:39.343Z] 5f621e34cdf4: Pull complete [2021-03-13T02:09:39.957Z] a4357932f1b6: Pull complete [2021-03-13T02:09:40.236Z] 18c013af1878: Pull complete [2021-03-13T02:09:41.212Z] 745a02a5169b: Verifying Checksum [2021-03-13T02:09:41.212Z] 745a02a5169b: Download complete [2021-03-13T02:09:42.641Z] 00ac8860ef70: Verifying Checksum [2021-03-13T02:09:42.642Z] 00ac8860ef70: Download complete [2021-03-13T02:09:52.822Z] 00ac8860ef70: Pull complete [2021-03-13T02:09:52.822Z] 63d7cb157983: Pull complete [2021-03-13T02:09:53.097Z] b116817d02f9: Pull complete [2021-03-13T02:09:57.424Z] 745a02a5169b: Pull complete [2021-03-13T02:09:57.424Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-13T02:09:57.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-13T02:09:57.424Z] ---> b7e6874047d6 [2021-03-13T02:09:57.424Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-13T02:09:59.400Z] ---> Running in 36c29cd43987 [2021-03-13T02:09:59.996Z] Removing intermediate container 36c29cd43987 [2021-03-13T02:09:59.997Z] ---> 3b862b4a7261 [2021-03-13T02:09:59.997Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-13T02:09:59.997Z] ---> Running in e298852adfbc [2021-03-13T02:10:00.397Z] Running on prd-centos7-docker-4c-2g-29682 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws [2021-03-13T02:10:00.498Z] Running in /w/workspace/edgex-ui-go/7 [Pipeline] { [Pipeline] checkout [2021-03-13T02:10:02.646Z] Removing intermediate container e298852adfbc [2021-03-13T02:10:02.646Z] ---> c5bab53fcb53 [2021-03-13T02:10:02.646Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-13T02:10:02.646Z] ---> Running in d3429bee9c82 [2021-03-13T02:10:03.310Z] using credential edgex-jenkins-ssh [2021-03-13T02:10:03.366Z] Cloning the remote Git repository [2021-03-13T02:10:03.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-13T02:10:03.394Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-13T02:10:03.464Z] > git init /w/workspace/edgex-ui-go/7 # timeout=10 [2021-03-13T02:10:03.531Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-13T02:10:03.532Z] > git --version # timeout=10 [2021-03-13T02:10:03.539Z] > git --version # 'git version 2.24.3' [2021-03-13T02:10:03.539Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-13T02:10:03.569Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-13T02:10:04.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-13T02:10:05.111Z] Merging remotes/origin/master commit 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-03-13T02:10:05.193Z] OK: 142 MiB in 39 packages [2021-03-13T02:10:04.649Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-13T02:10:04.656Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-13T02:10:04.668Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-13T02:10:04.684Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-13T02:10:04.684Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-13T02:10:04.692Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-13T02:10:05.120Z] > git config core.sparsecheckout # timeout=10 [2021-03-13T02:10:05.127Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-03-13T02:10:05.271Z] > git remote # timeout=10 [2021-03-13T02:10:05.500Z] Merge succeeded, producing 3d08e6b10614ec3f80654dc9564df648c7f9cf76 [2021-03-13T02:10:05.501Z] Checking out Revision 3d08e6b10614ec3f80654dc9564df648c7f9cf76 (PR-297) [2021-03-13T02:10:05.290Z] > git config --get remote.origin.url # timeout=10 [2021-03-13T02:10:05.295Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-13T02:10:05.299Z] > git merge 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de # timeout=10 [2021-03-13T02:10:05.494Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-13T02:10:05.503Z] > git config core.sparsecheckout # timeout=10 [2021-03-13T02:10:05.510Z] > git checkout -f 3d08e6b10614ec3f80654dc9564df648c7f9cf76 # timeout=10 [2021-03-13T02:10:06.647Z] Removing intermediate container d3429bee9c82 [2021-03-13T02:10:06.647Z] ---> d693940cfef2 [2021-03-13T02:10:06.647Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-13T02:10:06.647Z] ---> Running in 830b4a5a1221 [2021-03-13T02:10:07.240Z] Removing intermediate container 830b4a5a1221 [2021-03-13T02:10:07.240Z] ---> 40b1939fd0ca [2021-03-13T02:10:07.240Z] Step 7/8 : COPY . . [2021-03-13T02:10:09.209Z] ---> 9cfc5505e090 [2021-03-13T02:10:09.209Z] Step 8/8 : RUN go mod download [2021-03-13T02:10:09.269Z] Commit message: "Merge commit '4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de' into HEAD" [2021-03-13T02:10:09.283Z] First time build. Skipping changelog. [2021-03-13T02:10:09.484Z] ---> Running in d0ead357cd90 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-13T02:10:09.272Z] > git rev-list --no-walk 58c1d98ff6c59bbb922e03c102cb3ac873d43900 # timeout=10 [2021-03-13T02:10:10.728Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-13T02:10:11.061Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-13T02:10:11.357Z] + sudo service docker restart [2021-03-13T02:10:11.357Z] + true [2021-03-13T02:10:11.357Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-13T02:10:12.817Z] provisioning config files... [2021-03-13T02:10:12.848Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/7@tmp/config592500830859151513tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-13T02:10:13.234Z] ---> docker-login.sh [2021-03-13T02:10:13.234Z] nexus3.edgexfoundry.org:10001 [2021-03-13T02:10:13.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-13T02:10:13.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-13T02:10:13.764Z] Configure a credential helper to remove this warning. See [2021-03-13T02:10:13.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-13T02:10:13.764Z] [2021-03-13T02:10:13.764Z] Login Succeeded [2021-03-13T02:10:13.764Z] nexus3.edgexfoundry.org:10002 [2021-03-13T02:10:13.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-13T02:10:13.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-13T02:10:13.764Z] Configure a credential helper to remove this warning. See [2021-03-13T02:10:13.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-13T02:10:13.764Z] [2021-03-13T02:10:13.764Z] Login Succeeded [2021-03-13T02:10:13.764Z] nexus3.edgexfoundry.org:10003 [2021-03-13T02:10:14.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-13T02:10:14.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-13T02:10:14.028Z] Configure a credential helper to remove this warning. See [2021-03-13T02:10:14.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-13T02:10:14.028Z] [2021-03-13T02:10:14.028Z] Login Succeeded [2021-03-13T02:10:14.028Z] nexus3.edgexfoundry.org:10004 [2021-03-13T02:10:14.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-13T02:10:14.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-13T02:10:14.293Z] Configure a credential helper to remove this warning. See [2021-03-13T02:10:14.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-13T02:10:14.293Z] [2021-03-13T02:10:14.293Z] Login Succeeded [2021-03-13T02:10:14.293Z] docker.io [2021-03-13T02:10:14.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-13T02:10:14.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-13T02:10:14.555Z] Configure a credential helper to remove this warning. See [2021-03-13T02:10:14.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-13T02:10:14.555Z] [2021-03-13T02:10:14.555Z] Login Succeeded [2021-03-13T02:10:14.555Z] ---> docker-login.sh ends [Pipeline] } [2021-03-13T02:10:14.564Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-13T02:10:14.938Z] ========================================================= [2021-03-13T02:10:14.938Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-13T02:10:14.938Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-13T02:10:15.285Z] + 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-03-13T02:10:15.553Z] Sending build context to Docker daemon 17.27MB [2021-03-13T02:10:15.553Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-13T02:10:15.553Z] Step 2/8 : FROM ${BASE} [2021-03-13T02:10:15.553Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-13T02:10:15.553Z] 188c0c94c7c5: Pulling fs layer [2021-03-13T02:10:15.553Z] 0ef7d3d256c8: Pulling fs layer [2021-03-13T02:10:15.553Z] de9db76c5a1d: Pulling fs layer [2021-03-13T02:10:15.553Z] bca2f99d35d6: Pulling fs layer [2021-03-13T02:10:15.553Z] 93359f2a8cfa: Pulling fs layer [2021-03-13T02:10:15.553Z] 7c6f9722023f: Pulling fs layer [2021-03-13T02:10:15.553Z] a35cf1a2eb13: Pulling fs layer [2021-03-13T02:10:15.553Z] 93359f2a8cfa: Waiting [2021-03-13T02:10:15.553Z] 7c6f9722023f: Waiting [2021-03-13T02:10:15.553Z] a35cf1a2eb13: Waiting [2021-03-13T02:10:15.553Z] bca2f99d35d6: Waiting [2021-03-13T02:10:15.821Z] de9db76c5a1d: Verifying Checksum [2021-03-13T02:10:15.821Z] de9db76c5a1d: Download complete [2021-03-13T02:10:15.821Z] 0ef7d3d256c8: Verifying Checksum [2021-03-13T02:10:15.821Z] 0ef7d3d256c8: Download complete [2021-03-13T02:10:15.821Z] 93359f2a8cfa: Verifying Checksum [2021-03-13T02:10:15.821Z] 93359f2a8cfa: Download complete [2021-03-13T02:10:15.821Z] 188c0c94c7c5: Verifying Checksum [2021-03-13T02:10:15.821Z] 188c0c94c7c5: Download complete [2021-03-13T02:10:15.821Z] 7c6f9722023f: Verifying Checksum [2021-03-13T02:10:15.821Z] 7c6f9722023f: Download complete [2021-03-13T02:10:16.086Z] 188c0c94c7c5: Pull complete [2021-03-13T02:10:16.348Z] 0ef7d3d256c8: Pull complete [2021-03-13T02:10:16.348Z] de9db76c5a1d: Pull complete [2021-03-13T02:10:18.288Z] a35cf1a2eb13: Verifying Checksum [2021-03-13T02:10:18.288Z] a35cf1a2eb13: Download complete [2021-03-13T02:10:18.556Z] bca2f99d35d6: Verifying Checksum [2021-03-13T02:10:18.556Z] bca2f99d35d6: Download complete [2021-03-13T02:10:23.908Z] bca2f99d35d6: Pull complete [2021-03-13T02:10:24.172Z] 93359f2a8cfa: Pull complete [2021-03-13T02:10:24.172Z] 7c6f9722023f: Pull complete [2021-03-13T02:10:30.799Z] a35cf1a2eb13: Pull complete [2021-03-13T02:10:30.800Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-13T02:10:30.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-13T02:10:30.800Z] ---> a62c8e92a672 [2021-03-13T02:10:30.800Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-13T02:10:30.800Z] ---> Running in 303ef5d7a107 [2021-03-13T02:10:30.800Z] Removing intermediate container 303ef5d7a107 [2021-03-13T02:10:30.800Z] ---> 96661856f86b [2021-03-13T02:10:30.800Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-13T02:10:30.800Z] ---> Running in c0752351b5da [2021-03-13T02:10:31.772Z] Removing intermediate container c0752351b5da [2021-03-13T02:10:31.772Z] ---> ecee449bcdac [2021-03-13T02:10:31.772Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-13T02:10:31.772Z] ---> Running in 00703cf127ad [2021-03-13T02:10:32.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-13T02:10:33.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-13T02:10:33.939Z] OK: 166 MiB in 39 packages [2021-03-13T02:10:34.522Z] Removing intermediate container 00703cf127ad [2021-03-13T02:10:34.522Z] ---> a173f2664a58 [2021-03-13T02:10:34.522Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-13T02:10:34.522Z] ---> Running in 9424f004d351 [2021-03-13T02:10:34.522Z] Removing intermediate container 9424f004d351 [2021-03-13T02:10:34.522Z] ---> 20066146136a [2021-03-13T02:10:34.522Z] Step 7/8 : COPY . . [2021-03-13T02:10:36.447Z] ---> be980ed5ed6d [2021-03-13T02:10:36.447Z] Step 8/8 : RUN go mod download [2021-03-13T02:10:36.713Z] ---> Running in c5261d945770 [2021-03-13T02:10:41.818Z] Removing intermediate container d0ead357cd90 [2021-03-13T02:10:41.819Z] ---> f6628bba137a [2021-03-13T02:10:41.819Z] Successfully built f6628bba137a [2021-03-13T02:10:41.819Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-13T02:10:42.163Z] + docker inspect -f . ci-base-image-arm64 [2021-03-13T02:10:42.163Z] . [Pipeline] withDockerContainer [2021-03-13T02:10:42.396Z] prd-ubuntu18.04-docker-arm64-4c-16g-29681 does not seem to be running inside a container [2021-03-13T02:10:42.486Z] $ 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 ******** ci-base-image-arm64 cat [2021-03-13T02:10:44.022Z] $ docker top aa23121f21e892139b06212dccec69f104887f7161bddb919007cc4f0b52c036 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-13T02:10:45.089Z] + go version [2021-03-13T02:10:45.089Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-13T02:10:45.117Z] $ docker stop --time=1 aa23121f21e892139b06212dccec69f104887f7161bddb919007cc4f0b52c036 [2021-03-13T02:10:47.054Z] $ docker rm -f aa23121f21e892139b06212dccec69f104887f7161bddb919007cc4f0b52c036 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-13T02:10:48.094Z] + docker inspect -f . ci-base-image-arm64 [2021-03-13T02:10:48.095Z] . [Pipeline] withDockerContainer [2021-03-13T02:10:48.368Z] prd-ubuntu18.04-docker-arm64-4c-16g-29681 does not seem to be running inside a container [2021-03-13T02:10:48.460Z] $ 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 ******** ci-base-image-arm64 cat [2021-03-13T02:10:49.903Z] $ docker top 8d0135a4634950c2feae58bf0b3fe97b32a3d9112c55ed84e13efa029747beda -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-13T02:10:50.940Z] + make test [2021-03-13T02:10:50.940Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-13T02:10:52.382Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-13T02:11:08.974Z] Removing intermediate container c5261d945770 [2021-03-13T02:11:08.974Z] ---> 69f5394e97a5 [2021-03-13T02:11:08.974Z] Successfully built 69f5394e97a5 [2021-03-13T02:11:08.974Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-13T02:11:09.298Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-13T02:11:09.298Z] . [Pipeline] withDockerContainer [2021-03-13T02:11:09.418Z] prd-centos7-docker-4c-2g-29682 does not seem to be running inside a container [2021-03-13T02:11:09.472Z] $ 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-03-13T02:11:10.433Z] $ docker top d903bc79240541d7f59a36dd306898a456f54f0b6b9b42374c774da3b81c220a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-13T02:11:10.966Z] + go version [2021-03-13T02:11:10.966Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-13T02:11:10.982Z] $ docker stop --time=1 d903bc79240541d7f59a36dd306898a456f54f0b6b9b42374c774da3b81c220a [2021-03-13T02:11:12.355Z] $ docker rm -f d903bc79240541d7f59a36dd306898a456f54f0b6b9b42374c774da3b81c220a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-13T02:11:13.181Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-13T02:11:13.181Z] . [Pipeline] withDockerContainer [2021-03-13T02:11:13.283Z] prd-centos7-docker-4c-2g-29682 does not seem to be running inside a container [2021-03-13T02:11:13.338Z] $ 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-03-13T02:11:14.422Z] $ docker top 9ae4844d210d6e8deb681fcb1cbbd2a9f0bf586dea1c773e97ade7aa18519549 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-13T02:11:14.940Z] + make test [2021-03-13T02:11:14.940Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-13T02:11:16.369Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-13T02:11:19.225Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-13T02:11:19.225Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-13T02:11:19.225Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-13T02:11:19.225Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-13T02:11:19.225Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-13T02:11:19.225Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-13T02:11:19.225Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-13T02:11:19.225Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-13T02:11:19.225Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-13T02:11:19.225Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-13T02:11:19.225Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-13T02:11:19.225Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-13T02:11:19.225Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-13T02:11:24.646Z] $ docker stop --time=1 8d0135a4634950c2feae58bf0b3fe97b32a3d9112c55ed84e13efa029747beda [2021-03-13T02:11:26.524Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-13T02:11:26.524Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-13T02:11:26.524Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-13T02:11:26.524Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-13T02:11:26.524Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-13T02:11:26.524Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-13T02:11:26.524Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-13T02:11:26.524Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-13T02:11:26.524Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-13T02:11:26.524Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-13T02:11:26.524Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-13T02:11:26.524Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-13T02:11:26.524Z] GO111MODULE=on go vet ./... [2021-03-13T02:11:26.841Z] $ docker rm -f 8d0135a4634950c2feae58bf0b3fe97b32a3d9112c55ed84e13efa029747beda [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2021-03-13T02:11:27.344Z] $ docker stop --time=1 9ae4844d210d6e8deb681fcb1cbbd2a9f0bf586dea1c773e97ade7aa18519549 [2021-03-13T02:11:27.601Z] + sudo chown -R jenkins:jenkins . [2021-03-13T02:11:29.651Z] $ docker rm -f 9ae4844d210d6e8deb681fcb1cbbd2a9f0bf586dea1c773e97ade7aa18519549 [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] sh [2021-03-13T02:11:30.176Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-13T02:11:30.235Z] Warning: overwriting stash ‘coverage-report’ [2021-03-13T02:11:30.599Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [2021-03-13T02:11:30.678Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-13T02:11:33.431Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-13T02:11:33.613Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-13T02:11:33.737Z] + ls -al . [2021-03-13T02:11:33.737Z] total 92 [2021-03-13T02:11:33.737Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 13 02:11 . [2021-03-13T02:11:33.737Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 13 02:10 .. [2021-03-13T02:11:33.737Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 13 02:10 assets [2021-03-13T02:11:33.737Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 13 02:10 bin [2021-03-13T02:11:33.737Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 13 02:10 cmd [2021-03-13T02:11:33.737Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 13 02:10 CONTRIBUTING.md [2021-03-13T02:11:33.737Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 13 02:11 coverage.out [2021-03-13T02:11:33.737Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 13 02:10 Dockerfile [2021-03-13T02:11:33.737Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 13 02:10 Dockerfile.build [2021-03-13T02:11:33.737Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 13 02:10 docs [2021-03-13T02:11:33.737Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 13 02:10 .git [2021-03-13T02:11:33.737Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 13 02:10 .github [2021-03-13T02:11:33.737Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 13 02:10 .gitignore [2021-03-13T02:11:33.737Z] -rw-rw-r--. 1 jenkins jenkins 1055 Mar 13 02:10 go.mod [2021-03-13T02:11:33.737Z] -rw-r--r--. 1 jenkins jenkins 22216 Mar 13 02:11 go.sum [2021-03-13T02:11:33.737Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 13 02:10 internal [2021-03-13T02:11:33.737Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 13 02:10 Jenkinsfile [2021-03-13T02:11:33.737Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 13 02:10 LICENSE [2021-03-13T02:11:33.737Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 13 02:10 Makefile [2021-03-13T02:11:33.737Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 13 02:10 README.md [2021-03-13T02:11:33.737Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 13 02:07 VERSION [2021-03-13T02:11:33.737Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 13 02:10 version.go [2021-03-13T02:11:33.737Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 13 02:10 web [Pipeline] isUnix [Pipeline] sh [2021-03-13T02:11:33.981Z] + ls -al . [2021-03-13T02:11:33.981Z] total 124 [2021-03-13T02:11:33.981Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 13 02:10 . [2021-03-13T02:11:33.981Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 13 02:09 .. [2021-03-13T02:11:33.981Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 13 02:09 .git [2021-03-13T02:11:33.981Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 13 02:09 .github [2021-03-13T02:11:33.981Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 13 02:09 .gitignore [2021-03-13T02:11:33.981Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 13 02:09 CONTRIBUTING.md [2021-03-13T02:11:33.981Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 13 02:09 Dockerfile [2021-03-13T02:11:33.981Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 13 02:09 Dockerfile.build [2021-03-13T02:11:33.981Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 13 02:09 Jenkinsfile [2021-03-13T02:11:33.981Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 13 02:09 LICENSE [2021-03-13T02:11:33.981Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 13 02:09 Makefile [2021-03-13T02:11:33.981Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 13 02:09 README.md [2021-03-13T02:11:33.981Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 13 02:07 VERSION [2021-03-13T02:11:33.981Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 13 02:09 assets [2021-03-13T02:11:33.981Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 13 02:09 bin [2021-03-13T02:11:33.981Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 13 02:09 cmd [2021-03-13T02:11:33.981Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 13 02:10 coverage.out [2021-03-13T02:11:33.981Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 13 02:09 docs [2021-03-13T02:11:33.981Z] -rw-rw-r-- 1 jenkins jenkins 1055 Mar 13 02:09 go.mod [2021-03-13T02:11:33.981Z] -rw-r--r-- 1 jenkins jenkins 22216 Mar 13 02:10 go.sum [2021-03-13T02:11:33.981Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 13 02:09 internal [2021-03-13T02:11:33.981Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 13 02:09 version.go [2021-03-13T02:11:33.981Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 13 02:09 web [Pipeline] isUnix [Pipeline] sh [2021-03-13T02:11:34.059Z] + 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=7991e47a77494ecabc28d60cb4cefae9c82f7365 --label arch=amd64 --label version=0.0.0 . [2021-03-13T02:11:34.322Z] Sending build context to Docker daemon 17.29MB [2021-03-13T02:11:34.322Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-13T02:11:34.322Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-13T02:11:34.322Z] ---> 69f5394e97a5 [2021-03-13T02:11:34.322Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-13T02:11:34.340Z] + 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=7991e47a77494ecabc28d60cb4cefae9c82f7365 --label arch=arm64 --label version=0.0.0 . [2021-03-13T02:11:34.898Z] ---> Running in 5bdc08219cd2 [2021-03-13T02:11:35.161Z] Removing intermediate container 5bdc08219cd2 [2021-03-13T02:11:35.161Z] ---> 0e9c99586f2e [2021-03-13T02:11:35.161Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-13T02:11:35.161Z] ---> Running in ea2c2732da86 [2021-03-13T02:11:35.336Z] Sending build context to Docker daemon 17.29MB [2021-03-13T02:11:35.336Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-13T02:11:35.336Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-13T02:11:35.336Z] ---> f6628bba137a [2021-03-13T02:11:35.336Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-13T02:11:35.423Z] Removing intermediate container ea2c2732da86 [2021-03-13T02:11:35.423Z] ---> 3cc7f0853737 [2021-03-13T02:11:35.423Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-13T02:11:35.423Z] ---> Running in 91c84e69c98a [2021-03-13T02:11:35.608Z] ---> Running in aa498ac56f9c [2021-03-13T02:11:35.687Z] Removing intermediate container 91c84e69c98a [2021-03-13T02:11:35.688Z] ---> 437eeea0cc54 [2021-03-13T02:11:35.688Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-13T02:11:35.688Z] ---> Running in 6c6462caf865 [2021-03-13T02:11:35.880Z] Removing intermediate container aa498ac56f9c [2021-03-13T02:11:35.880Z] ---> 3c4715356e86 [2021-03-13T02:11:35.880Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-13T02:11:35.950Z] Removing intermediate container 6c6462caf865 [2021-03-13T02:11:35.950Z] ---> e8bf8ca003e2 [2021-03-13T02:11:35.950Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-13T02:11:35.950Z] ---> Running in ecd2da287c7f [2021-03-13T02:11:35.950Z] Removing intermediate container ecd2da287c7f [2021-03-13T02:11:35.950Z] ---> 38e6ff7f7693 [2021-03-13T02:11:35.950Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-13T02:11:36.152Z] ---> Running in d3fc3eff5fb3 [2021-03-13T02:11:36.218Z] ---> Running in 08151eefa8e4 [2021-03-13T02:11:36.425Z] Removing intermediate container d3fc3eff5fb3 [2021-03-13T02:11:36.425Z] ---> 01e1f57541bc [2021-03-13T02:11:36.425Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-13T02:11:36.698Z] ---> Running in 8bee2b758198 [2021-03-13T02:11:36.970Z] Removing intermediate container 8bee2b758198 [2021-03-13T02:11:36.970Z] ---> e74bc5cd57ca [2021-03-13T02:11:36.970Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-13T02:11:37.180Z] Removing intermediate container 08151eefa8e4 [2021-03-13T02:11:37.181Z] ---> 93330434c843 [2021-03-13T02:11:37.181Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-13T02:11:37.181Z] ---> Running in 0854186b3410 [2021-03-13T02:11:37.246Z] ---> Running in 1574ee099f93 [2021-03-13T02:11:37.517Z] Removing intermediate container 1574ee099f93 [2021-03-13T02:11:37.517Z] ---> d57863f8320f [2021-03-13T02:11:37.517Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-13T02:11:37.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-13T02:11:37.788Z] ---> Running in a30e512fd2eb [2021-03-13T02:11:38.381Z] Removing intermediate container a30e512fd2eb [2021-03-13T02:11:38.382Z] ---> 473486d1c6da [2021-03-13T02:11:38.382Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-13T02:11:38.382Z] ---> Running in f0f1eaf621a6 [2021-03-13T02:11:38.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-13T02:11:38.977Z] OK: 166 MiB in 39 packages [2021-03-13T02:11:39.554Z] Removing intermediate container 0854186b3410 [2021-03-13T02:11:39.554Z] ---> 3da94e4e31cd [2021-03-13T02:11:39.554Z] Step 10/24 : ENV GO111MODULE=on [2021-03-13T02:11:39.554Z] ---> Running in 3d4f9f68a2ff [2021-03-13T02:11:39.554Z] Removing intermediate container 3d4f9f68a2ff [2021-03-13T02:11:39.554Z] ---> 2dbfe51b23f0 [2021-03-13T02:11:39.554Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-13T02:11:39.554Z] ---> Running in a66eaf1664b9 [2021-03-13T02:11:39.816Z] Removing intermediate container a66eaf1664b9 [2021-03-13T02:11:39.816Z] ---> 9acffd5fc154 [2021-03-13T02:11:39.816Z] Step 12/24 : COPY go.mod . [2021-03-13T02:11:40.079Z] ---> 2f4ac06d7f36 [2021-03-13T02:11:40.079Z] Step 13/24 : COPY Makefile . [2021-03-13T02:11:40.342Z] ---> 723c9d83930a [2021-03-13T02:11:40.342Z] Step 14/24 : RUN make update [2021-03-13T02:11:40.342Z] ---> Running in fd49b7c91e69 [2021-03-13T02:11:40.353Z] Removing intermediate container f0f1eaf621a6 [2021-03-13T02:11:40.353Z] ---> b598bb4aa3a6 [2021-03-13T02:11:40.353Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-13T02:11:40.630Z] ---> Running in 310efd7e6080 [2021-03-13T02:11:40.921Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-13T02:11:41.502Z] Removing intermediate container fd49b7c91e69 [2021-03-13T02:11:41.502Z] ---> a1b95883f078 [2021-03-13T02:11:41.502Z] Step 15/24 : COPY . . [2021-03-13T02:11:41.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-13T02:11:42.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-13T02:11:42.792Z] OK: 142 MiB in 39 packages [2021-03-13T02:11:42.916Z] ---> c2768e82dfeb [2021-03-13T02:11:42.916Z] Step 16/24 : RUN ${MAKE} [2021-03-13T02:11:42.916Z] ---> Running in f25824141ee4 [2021-03-13T02:11:43.505Z] 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-03-13T02:11:44.222Z] Removing intermediate container 310efd7e6080 [2021-03-13T02:11:44.222Z] ---> 38997e2819e7 [2021-03-13T02:11:44.222Z] Step 10/24 : ENV GO111MODULE=on [2021-03-13T02:11:44.222Z] ---> Running in 241fda4d6604 [2021-03-13T02:11:44.494Z] Removing intermediate container 241fda4d6604 [2021-03-13T02:11:44.494Z] ---> 3692b7a2f2ed [2021-03-13T02:11:44.494Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-13T02:11:44.766Z] ---> Running in 126a6060d0ca [2021-03-13T02:11:45.360Z] Removing intermediate container 126a6060d0ca [2021-03-13T02:11:45.360Z] ---> f5c53a5fb956 [2021-03-13T02:11:45.360Z] Step 12/24 : COPY go.mod . [2021-03-13T02:11:45.955Z] ---> 106f4eca46d6 [2021-03-13T02:11:45.955Z] Step 13/24 : COPY Makefile . [2021-03-13T02:11:46.936Z] ---> ca6c0a8d1c94 [2021-03-13T02:11:46.936Z] Step 14/24 : RUN make update [2021-03-13T02:11:46.936Z] ---> Running in 754ccc200916 [2021-03-13T02:11:47.918Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-13T02:11:49.360Z] Removing intermediate container 754ccc200916 [2021-03-13T02:11:49.360Z] ---> 69aba4033b85 [2021-03-13T02:11:49.360Z] Step 15/24 : COPY . . [2021-03-13T02:11:51.980Z] ---> 1f914a932993 [2021-03-13T02:11:51.980Z] Step 16/24 : RUN ${MAKE} [2021-03-13T02:11:51.980Z] ---> Running in c1fd592e202d [2021-03-13T02:11:52.960Z] 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-03-13T02:11:53.675Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-13T02:11:56.236Z] Removing intermediate container f25824141ee4 [2021-03-13T02:11:56.236Z] ---> a45e061de817 [2021-03-13T02:11:56.236Z] Step 17/24 : FROM alpine:3.12 [2021-03-13T02:11:56.498Z] 3.12: Pulling from library/alpine [2021-03-13T02:11:56.763Z] f84cab65f19f: Pulling fs layer [2021-03-13T02:11:56.763Z] f84cab65f19f: Verifying Checksum [2021-03-13T02:11:56.763Z] f84cab65f19f: Download complete [2021-03-13T02:11:57.029Z] f84cab65f19f: Pull complete [2021-03-13T02:11:57.029Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-13T02:11:57.029Z] Status: Downloaded newer image for alpine:3.12 [2021-03-13T02:11:57.029Z] ---> 88dd2752d2ea [2021-03-13T02:11:57.029Z] Step 18/24 : EXPOSE 4000 [2021-03-13T02:11:57.290Z] ---> Running in 5886e672bca0 [2021-03-13T02:11:57.290Z] Removing intermediate container 5886e672bca0 [2021-03-13T02:11:57.290Z] ---> dfe79f3ba785 [2021-03-13T02:11:57.290Z] 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-03-13T02:11:58.239Z] ---> 667a338943af [2021-03-13T02:11:58.239Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-13T02:11:58.501Z] ---> Running in c8cbe3f32f62 [2021-03-13T02:11:58.501Z] Removing intermediate container c8cbe3f32f62 [2021-03-13T02:11:58.501Z] ---> 3f4a288bc514 [2021-03-13T02:11:58.501Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-13T02:11:58.764Z] ---> Running in 153c396d8569 [2021-03-13T02:11:58.764Z] Removing intermediate container 153c396d8569 [2021-03-13T02:11:58.764Z] ---> 8ffc84870bb2 [2021-03-13T02:11:58.764Z] Step 22/24 : LABEL arch=amd64 [2021-03-13T02:11:59.027Z] ---> Running in 8a7f40a36337 [2021-03-13T02:11:59.027Z] Removing intermediate container 8a7f40a36337 [2021-03-13T02:11:59.027Z] ---> 044c0236bd44 [2021-03-13T02:11:59.027Z] Step 23/24 : LABEL git_sha=7991e47a77494ecabc28d60cb4cefae9c82f7365 [2021-03-13T02:11:59.027Z] ---> Running in fc91b5b2d4fe [2021-03-13T02:11:59.289Z] Removing intermediate container fc91b5b2d4fe [2021-03-13T02:11:59.289Z] ---> 37ec51e8db8d [2021-03-13T02:11:59.289Z] Step 24/24 : LABEL version=0.0.0 [2021-03-13T02:11:59.289Z] ---> Running in 7c94903aa92d [2021-03-13T02:11:59.552Z] Removing intermediate container 7c94903aa92d [2021-03-13T02:11:59.552Z] ---> 5a927790e98b [2021-03-13T02:11:59.552Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-13T02:11:59.552Z] Successfully built 5a927790e98b [2021-03-13T02:11:59.552Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-13T02:12:00.718Z] ---> job-cost.sh [2021-03-13T02:12:00.718Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GJFv [2021-03-13T02:12:15.662Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-13T02:12:19.766Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-13T02:12:24.059Z] Removing intermediate container c1fd592e202d [2021-03-13T02:12:24.059Z] ---> 3148343af62b [2021-03-13T02:12:24.059Z] Step 17/24 : FROM alpine:3.12 [2021-03-13T02:12:24.330Z] 3.12: Pulling from library/alpine [2021-03-13T02:12:24.330Z] dce8679b510e: Pulling fs layer [2021-03-13T02:12:24.605Z] dce8679b510e: Verifying Checksum [2021-03-13T02:12:24.605Z] dce8679b510e: Download complete [2021-03-13T02:12:25.201Z] dce8679b510e: Pull complete [2021-03-13T02:12:25.201Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-13T02:12:25.201Z] Status: Downloaded newer image for alpine:3.12 [2021-03-13T02:12:25.201Z] ---> d10569e2745f [2021-03-13T02:12:25.201Z] Step 18/24 : EXPOSE 4000 [2021-03-13T02:12:25.473Z] ---> Running in 589cf2abea9f [2021-03-13T02:12:25.743Z] Removing intermediate container 589cf2abea9f [2021-03-13T02:12:25.743Z] ---> 370ec16ed1a6 [2021-03-13T02:12:25.743Z] 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-03-13T02:12:27.717Z] ---> 4af423eb4865 [2021-03-13T02:12:27.717Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-13T02:12:27.717Z] ---> Running in b0a3433873f2 [2021-03-13T02:12:28.314Z] Removing intermediate container b0a3433873f2 [2021-03-13T02:12:28.314Z] ---> 1f3396fa6deb [2021-03-13T02:12:28.314Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-13T02:12:28.314Z] ---> Running in 1d758213a828 [2021-03-13T02:12:28.907Z] Removing intermediate container 1d758213a828 [2021-03-13T02:12:28.907Z] ---> 89e33a297fb9 [2021-03-13T02:12:28.907Z] Step 22/24 : LABEL arch=arm64 [2021-03-13T02:12:28.907Z] ---> Running in 8fcb2cee39ce [2021-03-13T02:12:29.183Z] Removing intermediate container 8fcb2cee39ce [2021-03-13T02:12:29.183Z] ---> 2f3cd5480041 [2021-03-13T02:12:29.183Z] Step 23/24 : LABEL git_sha=7991e47a77494ecabc28d60cb4cefae9c82f7365 [2021-03-13T02:12:29.457Z] ---> Running in 8d030cefd556 [2021-03-13T02:12:29.737Z] Removing intermediate container 8d030cefd556 [2021-03-13T02:12:29.737Z] ---> d18e7ff8e4ae [2021-03-13T02:12:29.737Z] Step 24/24 : LABEL version=0.0.0 [2021-03-13T02:12:30.010Z] ---> Running in 0719bffb66fe [2021-03-13T02:12:30.281Z] Removing intermediate container 0719bffb66fe [2021-03-13T02:12:30.281Z] ---> 9328308c7f66 [2021-03-13T02:12:30.281Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-13T02:12:30.552Z] Successfully built 9328308c7f66 [2021-03-13T02:12:30.552Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-13T02:12:31.385Z] ---> job-cost.sh [2021-03-13T02:12:31.385Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GIp8 [2021-03-13T02:12:47.845Z] lf-activate-venv(): INFO: Adding /tmp/venv-GJFv/bin to PATH [2021-03-13T02:12:47.845Z] INFO: No Stack... [2021-03-13T02:12:47.845Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-13T02:12:47.845Z] INFO: Archiving Costs [Pipeline] sh [2021-03-13T02:12:48.158Z] + cut -d, -f6 [2021-03-13T02:12:48.158Z] + cat /w/workspace/edgex-ui-go/7/archives/cost.csv [Pipeline] lock [2021-03-13T02:12:48.239Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-7-stack-cost] [2021-03-13T02:12:48.262Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-7-stack-cost] did not exist. Created. [2021-03-13T02:12:48.262Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-13T02:12:48.676Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-13T02:12:48.818Z] Stashed 1 file(s) [Pipeline] } [2021-03-13T02:12:48.835Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-13T02:13:10.369Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-13T02:14:47.104Z] lf-activate-venv(): INFO: Adding /tmp/venv-GIp8/bin to PATH [2021-03-13T02:14:47.104Z] INFO: No Stack... [2021-03-13T02:14:47.104Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-13T02:14:47.104Z] INFO: Archiving Costs [Pipeline] sh [2021-03-13T02:14:47.438Z] + + cutcat -d, /w/workspace/edgex-ui-go/7/archives/cost.csv -f6 [2021-03-13T02:14:47.438Z] [Pipeline] lock [2021-03-13T02:14:47.549Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-7-stack-cost] [2021-03-13T02:14:47.560Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-7-stack-cost] did not exist. Created. [2021-03-13T02:14:47.560Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-13T02:14:48.012Z] /w/workspace/edgex-ui-go/7@tmp/durable-b90e0f3b/script.sh: 1: /w/workspace/edgex-ui-go/7@tmp/durable-b90e0f3b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-13T02:14:48.356Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-13T02:14:48.432Z] Warning: overwriting stash ‘stack-cost’ [2021-03-13T02:14:48.762Z] Stashed 1 file(s) [Pipeline] } [2021-03-13T02:14:48.779Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-7-stack-cost] [Pipeline] // lock [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-03-13T02:14:50.255Z] provisioning config files... [2021-03-13T02:14:50.270Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config8580064073539784114tmp [Pipeline] { [Pipeline] sh [2021-03-13T02:14:50.697Z] + set +x [2021-03-13T02:14:50.697Z] + curl -s https://codecov.io/bash [2021-03-13T02:14:50.697Z] + bash -s -- [2021-03-13T02:14:50.960Z] [2021-03-13T02:14:50.960Z] _____ _ [2021-03-13T02:14:50.960Z] / ____| | | [2021-03-13T02:14:50.960Z] | | ___ __| | ___ ___ _____ __ [2021-03-13T02:14:50.960Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-13T02:14:50.960Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-13T02:14:50.960Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-13T02:14:50.960Z] Bash-20210309-2b87ace [2021-03-13T02:14:50.960Z] [2021-03-13T02:14:50.960Z] [2021-03-13T02:14:50.960Z] ==> git version 2.24.3 found [2021-03-13T02:14:50.960Z] ==> 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-03-13T02:14:50.960Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-13T02:14:50.960Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-13T02:14:50.960Z] ==> Jenkins CI detected. [2021-03-13T02:14:50.960Z] project root: . [2021-03-13T02:14:50.960Z] --> token set from env [2021-03-13T02:14:50.960Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-13T02:14:50.960Z] ==> Running gcov in . (disable via -X gcov) [2021-03-13T02:14:50.960Z] ==> Python coveragepy not found [2021-03-13T02:14:50.960Z] ==> Searching for coverage reports in: [2021-03-13T02:14:50.960Z] + . [2021-03-13T02:14:50.960Z] -> Found 1 reports [2021-03-13T02:14:50.960Z] ==> Detecting git/mercurial file structure [2021-03-13T02:14:50.960Z] ==> Reading reports [2021-03-13T02:14:50.960Z] + ./coverage.out bytes=10 [2021-03-13T02:14:50.960Z] ==> Appending adjustments [2021-03-13T02:14:50.960Z] https://docs.codecov.io/docs/fixing-reports [2021-03-13T02:14:51.223Z] + Found adjustments [2021-03-13T02:14:51.223Z] ==> Gzipping contents [2021-03-13T02:14:51.223Z] 4.0K /tmp/codecov.r4zah2.gz [2021-03-13T02:14:51.223Z] ==> Uploading reports [2021-03-13T02:14:51.223Z] url: https://codecov.io [2021-03-13T02:14:51.223Z] query: branch=PR-297&commit=7991e47a77494ecabc28d60cb4cefae9c82f7365&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= [2021-03-13T02:14:51.223Z] -> Pinging Codecov [2021-03-13T02:14:51.223Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-297&commit=7991e47a77494ecabc28d60cb4cefae9c82f7365&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= [2021-03-13T02:14:51.800Z] -> Uploading to [2021-03-13T02:14:51.800Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-13/FB506323287CE973F263BFD2A0EB1F37/7991e47a77494ecabc28d60cb4cefae9c82f7365/13221bb0-a2d4-4e8e-b8ae-c3ac11cca146.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210313%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210313T021451Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d3b2586b765840e71f5cd25e769cc174e272782c88154ebe91157ccf6ff42d7b [2021-03-13T02:14:51.800Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-13T02:14:51.800Z] Dload Upload Total Spent Left Speed [2021-03-13T02:14:52.064Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3072 0 0 100 3072 0 6469 --:--:-- --:--:-- --:--:-- 6467 [2021-03-13T02:14:52.064Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/7991e47a77494ecabc28d60cb4cefae9c82f7365 [Pipeline] } [2021-03-13T02:14:52.074Z] 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] { (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-03-13T02:14:54.518Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-13T02:14:54.823Z] ---> package-listing.sh [2021-03-13T02:14:54.823Z] ++ facter osfamily [2021-03-13T02:14:54.823Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-13T02:14:54.823Z] + OS_FAMILY=redhat [2021-03-13T02:14:54.823Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-03-13T02:14:54.823Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-13T02:14:54.823Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-13T02:14:54.823Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-13T02:14:54.823Z] + PACKAGES=/tmp/packages_start.txt [2021-03-13T02:14:54.823Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' [2021-03-13T02:14:54.823Z] + PACKAGES=/tmp/packages_end.txt [2021-03-13T02:14:54.823Z] + case "${OS_FAMILY}" in [2021-03-13T02:14:54.823Z] + rpm -qa [2021-03-13T02:14:54.823Z] + sort [2021-03-13T02:15:00.154Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-13T02:15:00.154Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-13T02:15:00.154Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-13T02:15:00.154Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' [2021-03-13T02:15:00.154Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [2021-03-13T02:15:00.154Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [Pipeline] echo [2021-03-13T02:15:00.168Z] 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-297/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-13T02:15:00.460Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-13T02:15:00.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-13T02:15:00.771Z] [2021-03-13T02:15:00.771Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-13T02:15:01.128Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-13T02:15:01.128Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-13T02:15:01.128Z] df20fa9351a1: Pulling fs layer [2021-03-13T02:15:01.128Z] 36b3adc4ff6f: Pulling fs layer [2021-03-13T02:15:01.128Z] 8ad3a11d3b57: Pulling fs layer [2021-03-13T02:15:01.128Z] 46f8f816bc3b: Pulling fs layer [2021-03-13T02:15:01.128Z] 93b61091891f: Pulling fs layer [2021-03-13T02:15:01.128Z] 93b9cdb0e59b: Pulling fs layer [2021-03-13T02:15:01.128Z] 5e14af77c1be: Pulling fs layer [2021-03-13T02:15:01.128Z] 01666e4c0597: Pulling fs layer [2021-03-13T02:15:01.128Z] aa168da1d23b: Pulling fs layer [2021-03-13T02:15:01.128Z] 93b9cdb0e59b: Waiting [2021-03-13T02:15:01.128Z] 46f8f816bc3b: Waiting [2021-03-13T02:15:01.128Z] 5e14af77c1be: Waiting [2021-03-13T02:15:01.128Z] 01666e4c0597: Waiting [2021-03-13T02:15:01.128Z] aa168da1d23b: Waiting [2021-03-13T02:15:01.128Z] 93b61091891f: Waiting [2021-03-13T02:15:01.128Z] 36b3adc4ff6f: Download complete [2021-03-13T02:15:01.128Z] 46f8f816bc3b: Verifying Checksum [2021-03-13T02:15:01.128Z] 46f8f816bc3b: Download complete [2021-03-13T02:15:01.393Z] df20fa9351a1: Download complete [2021-03-13T02:15:01.393Z] 93b9cdb0e59b: Verifying Checksum [2021-03-13T02:15:01.393Z] 93b9cdb0e59b: Download complete [2021-03-13T02:15:01.393Z] 5e14af77c1be: Verifying Checksum [2021-03-13T02:15:01.393Z] 5e14af77c1be: Download complete [2021-03-13T02:15:01.393Z] 01666e4c0597: Download complete [2021-03-13T02:15:01.393Z] 93b61091891f: Download complete [2021-03-13T02:15:01.671Z] 8ad3a11d3b57: Verifying Checksum [2021-03-13T02:15:01.671Z] 8ad3a11d3b57: Download complete [2021-03-13T02:15:01.671Z] df20fa9351a1: Pull complete [2021-03-13T02:15:01.941Z] 36b3adc4ff6f: Pull complete [2021-03-13T02:15:02.529Z] 8ad3a11d3b57: Pull complete [2021-03-13T02:15:02.797Z] 46f8f816bc3b: Pull complete [2021-03-13T02:15:04.207Z] aa168da1d23b: Verifying Checksum [2021-03-13T02:15:04.207Z] aa168da1d23b: Download complete [2021-03-13T02:15:04.207Z] 93b61091891f: Pull complete [2021-03-13T02:15:04.785Z] 93b9cdb0e59b: Pull complete [2021-03-13T02:15:04.785Z] 5e14af77c1be: Pull complete [2021-03-13T02:15:05.054Z] 01666e4c0597: Pull complete [2021-03-13T02:15:11.695Z] aa168da1d23b: Pull complete [2021-03-13T02:15:11.695Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-13T02:15:11.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-13T02:15:11.695Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-13T02:15:11.858Z] prd-centos7-docker-4c-2g-29680 does not seem to be running inside a container [2021-03-13T02:15:11.903Z] $ 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-297/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-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-13T02:15:15.085Z] $ docker top 0e53153a204ee3a32374bf6ad190916032d4bc210aca8516d6382f268601bd3b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-13T02:15:15.624Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-13T02:15:15.927Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-13T02:15:16.232Z] + ls /var/log/sa-host [2021-03-13T02:15:16.232Z] + sadf -c /var/log/sa-host/sa13 [2021-03-13T02:15:16.232Z] file_magic: OK [2021-03-13T02:15:16.232Z] HZ: Using current value: 100 [2021-03-13T02:15:16.232Z] file_header: OK [2021-03-13T02:15:16.232Z] 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-03-13T02:15:16.232Z] Statistics: [2021-03-13T02:15:16.232Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-13T02:15:16.232Z] File successfully converted to sysstat format version 12.2.1 [2021-03-13T02:15:16.232Z] + sadf -c /var/log/sa-host/sa23 [2021-03-13T02:15:16.232Z] file_magic: OK [2021-03-13T02:15:16.232Z] HZ: Using current value: 100 [2021-03-13T02:15:16.232Z] file_header: OK [2021-03-13T02:15:16.232Z] 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-03-13T02:15:16.232Z] Statistics: [2021-03-13T02:15:16.232Z] Hnuu...uuuununununu... [2021-03-13T02:15:16.233Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-13T02:15:16.891Z] provisioning config files... [2021-03-13T02:15:16.905Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config8560446433190211770tmp [Pipeline] { [Pipeline] echo [2021-03-13T02:15:16.991Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-13T02:15:17.291Z] ---> create-netrc.sh [Pipeline] } [2021-03-13T02:15:17.300Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-13T02:15:17.411Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-13T02:15:17.711Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-13T02:15:17.722Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-13T02:15:18.023Z] ---> sudo-logs.sh [2021-03-13T02:15:18.023Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-13T02:15:18.130Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-13T02:15:18.443Z] ---> job-cost.sh [2021-03-13T02:15:18.443Z] lf-activate-venv: SKIPPING [2021-03-13T02:15:18.443Z] DEBUG: total: 0.20999999344348907 [2021-03-13T02:15:18.443Z] INFO: Retrieving Stack Cost... [2021-03-13T02:15:19.836Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-13T02:15:20.101Z] INFO: Archiving Costs [Pipeline] echo [2021-03-13T02:15:20.117Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-13T02:15:20.455Z] ---> logs-deploy.sh [2021-03-13T02:15:20.455Z] lf-activate-venv: SKIPPING [2021-03-13T02:15:20.455Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-297/7 [2021-03-13T02:15:20.455Z] INFO: archiving workspace using pattern(s): [2021-03-13T02:15:22.418Z] Archives upload complete. [2021-03-13T02:15:22.418Z] INFO: archiving logs to Nexus