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 739e19e16cfa887bfffe764182c1d6a58536cb65 rather than 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Obtained Jenkinsfile from 739e19e16cfa887bfffe764182c1d6a58536cb65 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27452 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 739e19e16cfa887bfffe764182c1d6a58536cb65 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Merge succeeded, producing 621e650d34511c6c9638321c987b4476c828df99 Checking out Revision 621e650d34511c6c9638321c987b4476c828df99 (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 739e19e16cfa887bfffe764182c1d6a58536cb65 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 621e650d34511c6c9638321c987b4476c828df99 # timeout=10 Commit message: "Merge commit '739e19e16cfa887bfffe764182c1d6a58536cb65' into HEAD" > git rev-list --no-walk 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-24T02:06:49.225Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-24T02:06:49.548Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-24T02:06:49.647Z] ========================================================= [2021-02-24T02:06:49.647Z] EdgeX Global Pipelines Version Info [2021-02-24T02:06:49.647Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-24T02:06:51.091Z] ------------------- [2021-02-24T02:06:51.091Z] stable info: [2021-02-24T02:06:51.091Z] ------------------- [2021-02-24T02:06:51.091Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-24T02:06:51.091Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-24T02:06:51.091Z] Message: update stable to v1.0.181 [2021-02-24T02:06:52.038Z] ------------------- [2021-02-24T02:06:52.038Z] experimental info: [2021-02-24T02:06:52.038Z] ------------------- [2021-02-24T02:06:52.038Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-24T02:06:52.038Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-24T02:06:52.038Z] Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-24T02:06:52.328Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-02-24T02:06:52.412Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-02-24T02:06:52.499Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-24T02:06:52.588Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-24T02:06:52.675Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-24T02:06:52.766Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-24T02:06:52.873Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-24T02:06:52.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-24T02:06:53.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-24T02:06:53.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-24T02:06:53.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-24T02:06:53.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-02-24T02:06:53.395Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-24T02:06:53.492Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-24T02:06:53.600Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-24T02:06:53.686Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-24T02:06:53.781Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-24T02:06:53.888Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-24T02:06:53.974Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-24T02:06:54.068Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-24T02:06:54.156Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-24T02:06:54.239Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-24T02:06:54.357Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-24T02:06:54.440Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-24T02:06:54.530Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-24T02:06:54.618Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-297 [Pipeline] echo [2021-02-24T02:06:54.705Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-297 [Pipeline] echo [2021-02-24T02:06:54.828Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-297 [Pipeline] echo [2021-02-24T02:06:54.923Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 621e650d34511c6c9638321c987b4476c828df99 [Pipeline] echo [2021-02-24T02:06:55.012Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 621e650 [Pipeline] echo [2021-02-24T02:06:55.109Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-24T02:06:55.282Z] provisioning config files... [2021-02-24T02:06:55.317Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config3070399209144655795tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T02:06:55.674Z] ---> docker-login.sh [2021-02-24T02:06:55.674Z] nexus3.edgexfoundry.org:10001 [2021-02-24T02:06:55.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T02:06:56.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T02:06:56.200Z] Configure a credential helper to remove this warning. See [2021-02-24T02:06:56.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T02:06:56.200Z] [2021-02-24T02:06:56.200Z] Login Succeeded [2021-02-24T02:06:56.200Z] nexus3.edgexfoundry.org:10002 [2021-02-24T02:06:56.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T02:06:56.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T02:06:56.462Z] Configure a credential helper to remove this warning. See [2021-02-24T02:06:56.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T02:06:56.462Z] [2021-02-24T02:06:56.462Z] Login Succeeded [2021-02-24T02:06:56.462Z] nexus3.edgexfoundry.org:10003 [2021-02-24T02:06:56.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T02:06:56.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T02:06:56.724Z] Configure a credential helper to remove this warning. See [2021-02-24T02:06:56.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T02:06:56.724Z] [2021-02-24T02:06:56.724Z] Login Succeeded [2021-02-24T02:06:56.724Z] nexus3.edgexfoundry.org:10004 [2021-02-24T02:06:56.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T02:06:56.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T02:06:56.724Z] Configure a credential helper to remove this warning. See [2021-02-24T02:06:56.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T02:06:56.724Z] [2021-02-24T02:06:56.724Z] Login Succeeded [2021-02-24T02:06:56.724Z] docker.io [2021-02-24T02:06:56.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T02:06:57.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T02:06:57.249Z] Configure a credential helper to remove this warning. See [2021-02-24T02:06:57.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T02:06:57.249Z] [2021-02-24T02:06:57.249Z] Login Succeeded [2021-02-24T02:06:57.249Z] ---> docker-login.sh ends [Pipeline] } [2021-02-24T02:06:57.258Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-24T02:06:58.056Z] + git log --format=format:%s -1 621e650d34511c6c9638321c987b4476c828df99 [Pipeline] echo [2021-02-24T02:06:58.119Z] GIT_COMMIT: 621e650d34511c6c9638321c987b4476c828df99, Commit Message: Merge commit '739e19e16cfa887bfffe764182c1d6a58536cb65' into HEAD [Pipeline] echo [2021-02-24T02:06:58.163Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-24T02:06:59.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T02:06:59.250Z] [2021-02-24T02:06:59.250Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T02:06:59.594Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T02:06:59.594Z] latest: Pulling from edgex-devops/git-semver [2021-02-24T02:06:59.594Z] 31603596830f: Pulling fs layer [2021-02-24T02:06:59.594Z] 2a8b12db71e7: Pulling fs layer [2021-02-24T02:06:59.594Z] 6ca5941a6612: Pulling fs layer [2021-02-24T02:06:59.594Z] ecc8261a40a4: Pulling fs layer [2021-02-24T02:06:59.594Z] 2a8b12db71e7: Verifying Checksum [2021-02-24T02:06:59.594Z] 2a8b12db71e7: Download complete [2021-02-24T02:07:00.170Z] 31603596830f: Verifying Checksum [2021-02-24T02:07:00.170Z] 31603596830f: Download complete [2021-02-24T02:07:00.170Z] 6ca5941a6612: Verifying Checksum [2021-02-24T02:07:00.170Z] 6ca5941a6612: Download complete [2021-02-24T02:07:00.170Z] ecc8261a40a4: Verifying Checksum [2021-02-24T02:07:00.170Z] ecc8261a40a4: Download complete [2021-02-24T02:07:00.440Z] 31603596830f: Pull complete [2021-02-24T02:07:00.701Z] 2a8b12db71e7: Pull complete [2021-02-24T02:07:01.656Z] 6ca5941a6612: Pull complete [2021-02-24T02:07:01.924Z] ecc8261a40a4: Pull complete [2021-02-24T02:07:01.924Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-24T02:07:01.924Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T02:07:01.924Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-24T02:07:02.030Z] prd-centos7-docker-4c-2g-27452 does not seem to be running inside a container [2021-02-24T02:07:02.075Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-24T02:07:04.192Z] $ docker top a33effb290c416bec3697eb29959322a1eb7c1645b6864befe2d463b55c3f815 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-24T02:07:04.557Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-24T02:07:04.557Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-24T02:07:04.791Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-24T02:07:04.794Z] $ docker exec a33effb290c416bec3697eb29959322a1eb7c1645b6864befe2d463b55c3f815 ssh-agent [2021-02-24T02:07:04.971Z] SSH_AUTH_SOCK=/tmp/ssh-wOLl6LRDKVyt/agent.11 [2021-02-24T02:07:04.971Z] SSH_AGENT_PID=16 [2021-02-24T02:07:04.981Z] Running ssh-add (command line suppressed) [2021-02-24T02:07:05.109Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_8777248063318369030.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_8777248063318369030.key) [2021-02-24T02:07:05.165Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-24T02:07:05.500Z] + git tag --points-at HEAD [Pipeline] } [2021-02-24T02:07:05.523Z] $ docker exec --env ******** --env ******** a33effb290c416bec3697eb29959322a1eb7c1645b6864befe2d463b55c3f815 ssh-agent -k [2021-02-24T02:07:05.642Z] unset SSH_AUTH_SOCK; [2021-02-24T02:07:05.642Z] unset SSH_AGENT_PID; [2021-02-24T02:07:05.642Z] echo Agent pid 16 killed; [2021-02-24T02:07:05.694Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-24T02:07:05.835Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-24T02:07:05.835Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-24T02:07:06.033Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-24T02:07:06.037Z] $ docker exec a33effb290c416bec3697eb29959322a1eb7c1645b6864befe2d463b55c3f815 ssh-agent [2021-02-24T02:07:06.217Z] SSH_AUTH_SOCK=/tmp/ssh-pDUJuuLb14ke/agent.46 [2021-02-24T02:07:06.217Z] SSH_AGENT_PID=51 [2021-02-24T02:07:06.223Z] Running ssh-add (command line suppressed) [2021-02-24T02:07:06.350Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_1246095023935520267.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_1246095023935520267.key) [2021-02-24T02:07:06.410Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-24T02:07:06.745Z] + git semver init [2021-02-24T02:07:06.745Z] # -> Open(): unable to determine branch for HEAD [2021-02-24T02:07:06.745Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.git [2021-02-24T02:07:06.745Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-02-24T02:07:06.745Z] # $SEMVER_REMOTE_NAME = origin [2021-02-24T02:07:06.745Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-24T02:07:06.745Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-24T02:07:06.745Z] # $SEMVER_BRANCH = PR-297 [2021-02-24T02:07:06.745Z] # $SEMVER_TEMP = /tmp/semver-345368961 [2021-02-24T02:07:06.745Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-02-24T02:07:08.143Z] # '/tmp/semver-345368961' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver' [2021-02-24T02:07:08.143Z] # -> Force: false [2021-02-24T02:07:08.143Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver [Pipeline] } [2021-02-24T02:07:08.154Z] $ docker exec --env ******** --env ******** a33effb290c416bec3697eb29959322a1eb7c1645b6864befe2d463b55c3f815 ssh-agent -k [2021-02-24T02:07:08.271Z] unset SSH_AUTH_SOCK; [2021-02-24T02:07:08.272Z] unset SSH_AGENT_PID; [2021-02-24T02:07:08.272Z] echo Agent pid 51 killed; [2021-02-24T02:07:08.319Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-24T02:07:08.794Z] + git semver [Pipeline] } [2021-02-24T02:07:08.810Z] $ docker stop --time=1 a33effb290c416bec3697eb29959322a1eb7c1645b6864befe2d463b55c3f815 [2021-02-24T02:07:10.275Z] $ docker rm -f a33effb290c416bec3697eb29959322a1eb7c1645b6864befe2d463b55c3f815 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-24T02:07:10.744Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-24T02:07:11.156Z] Stashed 1 file(s) [Pipeline] echo [2021-02-24T02:07:11.159Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-24T02:07:26.728Z] Still waiting to schedule task [2021-02-24T02:07:26.728Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27452’ [2021-02-24T02:07:26.733Z] Still waiting to schedule task [2021-02-24T02:07:26.733Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-24T02:09:16.179Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27453 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws [2021-02-24T02:09:16.303Z] Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout [2021-02-24T02:09:21.484Z] using credential edgex-jenkins-ssh [2021-02-24T02:09:21.552Z] Cloning the remote Git repository [2021-02-24T02:09:21.600Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-24T02:09:21.703Z] > git init /w/workspace/edgex-ui-go/3 # timeout=10 [2021-02-24T02:09:21.770Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-24T02:09:21.771Z] > git --version # timeout=10 [2021-02-24T02:09:21.793Z] > git --version # 'git version 2.17.1' [2021-02-24T02:09:21.795Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T02:09:21.876Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T02:09:23.395Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-24T02:09:23.416Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T02:09:23.461Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-24T02:09:23.505Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-24T02:09:23.506Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T02:09:23.517Z] > 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-02-24T02:09:24.050Z] Merging remotes/origin/master commit 739e19e16cfa887bfffe764182c1d6a58536cb65 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-02-24T02:09:24.969Z] Merge succeeded, producing cb9470d2616565ae566fa7ab81a869a5599c2ae8 [2021-02-24T02:09:24.970Z] Checking out Revision cb9470d2616565ae566fa7ab81a869a5599c2ae8 (PR-297) [2021-02-24T02:09:24.066Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T02:09:24.101Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-02-24T02:09:24.380Z] > git remote # timeout=10 [2021-02-24T02:09:24.400Z] > git config --get remote.origin.url # timeout=10 [2021-02-24T02:09:24.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T02:09:24.433Z] > git merge 739e19e16cfa887bfffe764182c1d6a58536cb65 # timeout=10 [2021-02-24T02:09:24.936Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-24T02:09:24.970Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T02:09:24.985Z] > git checkout -f cb9470d2616565ae566fa7ab81a869a5599c2ae8 # timeout=10 [2021-02-24T02:09:29.877Z] Commit message: "Merge commit '739e19e16cfa887bfffe764182c1d6a58536cb65' into HEAD" [2021-02-24T02:09:29.877Z] > git rev-list --no-walk 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-24T02:09:31.709Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-24T02:09:32.169Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-24T02:09:32.508Z] + sudo service docker restart [2021-02-24T02:09:32.508Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-24T02:09:35.223Z] provisioning config files... [2021-02-24T02:09:35.268Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config7338997994465578883tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T02:09:35.672Z] ---> docker-login.sh [2021-02-24T02:09:35.672Z] nexus3.edgexfoundry.org:10001 [2021-02-24T02:09:36.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T02:09:36.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T02:09:36.875Z] Configure a credential helper to remove this warning. See [2021-02-24T02:09:36.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T02:09:36.875Z] [2021-02-24T02:09:36.875Z] Login Succeeded [2021-02-24T02:09:36.875Z] nexus3.edgexfoundry.org:10002 [2021-02-24T02:09:37.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T02:09:37.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T02:09:37.427Z] Configure a credential helper to remove this warning. See [2021-02-24T02:09:37.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T02:09:37.427Z] [2021-02-24T02:09:37.427Z] Login Succeeded [2021-02-24T02:09:37.427Z] nexus3.edgexfoundry.org:10003 [2021-02-24T02:09:37.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T02:09:37.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T02:09:37.978Z] Configure a credential helper to remove this warning. See [2021-02-24T02:09:37.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T02:09:37.978Z] [2021-02-24T02:09:37.978Z] Login Succeeded [2021-02-24T02:09:37.978Z] nexus3.edgexfoundry.org:10004 [2021-02-24T02:09:38.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T02:09:38.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T02:09:38.526Z] Configure a credential helper to remove this warning. See [2021-02-24T02:09:38.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T02:09:38.526Z] [2021-02-24T02:09:38.526Z] Login Succeeded [2021-02-24T02:09:38.526Z] docker.io [2021-02-24T02:09:38.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T02:09:39.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T02:09:39.077Z] Configure a credential helper to remove this warning. See [2021-02-24T02:09:39.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T02:09:39.077Z] [2021-02-24T02:09:39.077Z] Login Succeeded [2021-02-24T02:09:39.077Z] ---> docker-login.sh ends [Pipeline] } [2021-02-24T02:09:39.096Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-24T02:09:39.533Z] ========================================================= [2021-02-24T02:09:39.533Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-24T02:09:39.533Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-24T02:09:39.927Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-24T02:09:40.531Z] Sending build context to Docker daemon 17.09MB [2021-02-24T02:09:40.531Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-24T02:09:40.531Z] Step 2/8 : FROM ${BASE} [2021-02-24T02:09:40.811Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-24T02:09:40.811Z] 5f621e34cdf4: Pulling fs layer [2021-02-24T02:09:40.811Z] a4357932f1b6: Pulling fs layer [2021-02-24T02:09:40.811Z] 18c013af1878: Pulling fs layer [2021-02-24T02:09:40.811Z] 00ac8860ef70: Pulling fs layer [2021-02-24T02:09:40.811Z] 63d7cb157983: Pulling fs layer [2021-02-24T02:09:40.811Z] b116817d02f9: Pulling fs layer [2021-02-24T02:09:40.811Z] 745a02a5169b: Pulling fs layer [2021-02-24T02:09:40.811Z] 63d7cb157983: Waiting [2021-02-24T02:09:40.811Z] b116817d02f9: Waiting [2021-02-24T02:09:40.811Z] 745a02a5169b: Waiting [2021-02-24T02:09:40.811Z] 00ac8860ef70: Waiting [2021-02-24T02:09:40.811Z] 18c013af1878: Verifying Checksum [2021-02-24T02:09:40.811Z] 18c013af1878: Download complete [2021-02-24T02:09:40.811Z] a4357932f1b6: Verifying Checksum [2021-02-24T02:09:40.811Z] a4357932f1b6: Download complete [2021-02-24T02:09:40.811Z] 63d7cb157983: Verifying Checksum [2021-02-24T02:09:40.811Z] 63d7cb157983: Download complete [2021-02-24T02:09:40.811Z] b116817d02f9: Verifying Checksum [2021-02-24T02:09:40.811Z] b116817d02f9: Download complete [2021-02-24T02:09:40.811Z] 5f621e34cdf4: Verifying Checksum [2021-02-24T02:09:40.811Z] 5f621e34cdf4: Download complete [2021-02-24T02:09:41.410Z] 5f621e34cdf4: Pull complete [2021-02-24T02:09:42.015Z] a4357932f1b6: Pull complete [2021-02-24T02:09:42.291Z] 18c013af1878: Pull complete [2021-02-24T02:09:44.262Z] 745a02a5169b: Verifying Checksum [2021-02-24T02:09:44.262Z] 745a02a5169b: Download complete [2021-02-24T02:09:45.238Z] 00ac8860ef70: Verifying Checksum [2021-02-24T02:09:45.238Z] 00ac8860ef70: Download complete [2021-02-24T02:09:55.390Z] 00ac8860ef70: Pull complete [2021-02-24T02:09:55.390Z] 63d7cb157983: Pull complete [2021-02-24T02:09:55.664Z] b116817d02f9: Pull complete [2021-02-24T02:09:59.088Z] 745a02a5169b: Pull complete [2021-02-24T02:09:59.362Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-24T02:09:59.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-24T02:09:59.362Z] ---> b7e6874047d6 [2021-02-24T02:09:59.362Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-24T02:10:02.024Z] ---> Running in 64ef01d94f17 [2021-02-24T02:10:02.619Z] Removing intermediate container 64ef01d94f17 [2021-02-24T02:10:02.619Z] ---> 9123a61e7859 [2021-02-24T02:10:02.619Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T02:10:02.619Z] ---> Running in 132fc462cc6d [2021-02-24T02:10:05.249Z] Removing intermediate container 132fc462cc6d [2021-02-24T02:10:05.249Z] ---> 69e0bbbcd5d0 [2021-02-24T02:10:05.249Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-24T02:10:05.249Z] ---> Running in 367761c79492 [2021-02-24T02:10:06.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T02:10:06.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T02:10:07.797Z] OK: 142 MiB in 39 packages [2021-02-24T02:10:08.778Z] Removing intermediate container 367761c79492 [2021-02-24T02:10:08.778Z] ---> 91fe7b632860 [2021-02-24T02:10:08.778Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-24T02:10:09.051Z] ---> Running in 176453d7aaa7 [2021-02-24T02:10:09.650Z] Removing intermediate container 176453d7aaa7 [2021-02-24T02:10:09.650Z] ---> 9d415939a5bf [2021-02-24T02:10:09.650Z] Step 7/8 : COPY . . [2021-02-24T02:10:11.633Z] ---> 546d59cdf24e [2021-02-24T02:10:11.633Z] Step 8/8 : RUN go mod download [2021-02-24T02:10:11.924Z] ---> Running in 536a58dafb46 [2021-02-24T02:10:38.706Z] Removing intermediate container 536a58dafb46 [2021-02-24T02:10:38.706Z] ---> 9eec525abfce [2021-02-24T02:10:38.706Z] Successfully built 9eec525abfce [2021-02-24T02:10:38.706Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T02:10:39.057Z] + docker inspect -f . ci-base-image-arm64 [2021-02-24T02:10:39.058Z] . [Pipeline] withDockerContainer [2021-02-24T02:10:39.332Z] prd-ubuntu18.04-docker-arm64-4c-16g-27453 does not seem to be running inside a container [2021-02-24T02:10:39.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-24T02:10:40.851Z] $ docker top 2b962d6c50f449cd5a816ceb0480e94a792f68cdd56bf79a31bbd3da369d62a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T02:10:41.917Z] + go version [2021-02-24T02:10:41.917Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-24T02:10:41.943Z] $ docker stop --time=1 2b962d6c50f449cd5a816ceb0480e94a792f68cdd56bf79a31bbd3da369d62a5 [2021-02-24T02:10:43.862Z] $ docker rm -f 2b962d6c50f449cd5a816ceb0480e94a792f68cdd56bf79a31bbd3da369d62a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T02:10:44.920Z] + docker inspect -f . ci-base-image-arm64 [2021-02-24T02:10:44.920Z] . [Pipeline] withDockerContainer [2021-02-24T02:10:45.184Z] prd-ubuntu18.04-docker-arm64-4c-16g-27453 does not seem to be running inside a container [2021-02-24T02:10:45.268Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-24T02:10:46.764Z] $ docker top 9ce1747eba8ec9faa9915426df8c2548af56aebf6e6d11b635b57f57355ff3dc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T02:10:47.794Z] + make test [2021-02-24T02:10:47.795Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-24T02:10:49.235Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-24T02:11:08.550Z] Running on prd-centos7-docker-4c-2g-27454 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws [2021-02-24T02:11:08.621Z] Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout [2021-02-24T02:11:11.463Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-24T02:11:11.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-24T02:11:11.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-24T02:11:11.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-24T02:11:11.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-24T02:11:11.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-24T02:11:11.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-24T02:11:11.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-24T02:11:11.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-24T02:11:11.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-24T02:11:11.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-24T02:11:11.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-24T02:11:11.463Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-02-24T02:11:15.838Z] $ docker stop --time=1 9ce1747eba8ec9faa9915426df8c2548af56aebf6e6d11b635b57f57355ff3dc [2021-02-24T02:11:18.104Z] $ docker rm -f 9ce1747eba8ec9faa9915426df8c2548af56aebf6e6d11b635b57f57355ff3dc [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-24T02:11:18.930Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-24T02:11:19.771Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2021-02-24T02:11:21.394Z] using credential edgex-jenkins-ssh [2021-02-24T02:11:21.463Z] Cloning the remote Git repository [Pipeline] sh [2021-02-24T02:11:21.532Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-24T02:11:22.068Z] > git init /w/workspace/edgex-ui-go/3 # timeout=10 [2021-02-24T02:11:22.212Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-24T02:11:22.212Z] > git --version # timeout=10 [2021-02-24T02:11:22.220Z] > git --version # 'git version 2.24.3' [2021-02-24T02:11:22.221Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T02:11:22.358Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T02:11:22.738Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-24T02:11:23.126Z] + ls -al . [2021-02-24T02:11:23.126Z] total 124 [2021-02-24T02:11:23.126Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 24 02:10 . [2021-02-24T02:11:23.126Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 02:09 .. [2021-02-24T02:11:23.126Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 24 02:09 .git [2021-02-24T02:11:23.126Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 24 02:09 .github [2021-02-24T02:11:23.126Z] -rw-rw-r-- 1 jenkins jenkins 153 Feb 24 02:09 .gitignore [2021-02-24T02:11:23.126Z] -rw-rw-r-- 1 jenkins jenkins 3959 Feb 24 02:09 CONTRIBUTING.md [2021-02-24T02:11:23.126Z] -rw-rw-r-- 1 jenkins jenkins 1508 Feb 24 02:09 Dockerfile [2021-02-24T02:11:23.126Z] -rw-rw-r-- 1 jenkins jenkins 902 Feb 24 02:09 Dockerfile.build [2021-02-24T02:11:23.126Z] -rw-rw-r-- 1 jenkins jenkins 652 Feb 24 02:09 Jenkinsfile [2021-02-24T02:11:23.126Z] -rw-rw-r-- 1 jenkins jenkins 11357 Feb 24 02:09 LICENSE [2021-02-24T02:11:23.126Z] -rw-rw-r-- 1 jenkins jenkins 951 Feb 24 02:09 Makefile [2021-02-24T02:11:23.126Z] -rw-rw-r-- 1 jenkins jenkins 4535 Feb 24 02:09 README.md [2021-02-24T02:11:23.126Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 24 02:07 VERSION [2021-02-24T02:11:23.126Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 24 02:09 assets [2021-02-24T02:11:23.126Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 24 02:09 bin [2021-02-24T02:11:23.126Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 24 02:09 cmd [2021-02-24T02:11:23.126Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 24 02:10 coverage.out [2021-02-24T02:11:23.126Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 24 02:09 docs [2021-02-24T02:11:23.126Z] -rw-rw-r-- 1 jenkins jenkins 1019 Feb 24 02:09 go.mod [2021-02-24T02:11:23.126Z] -rw-r--r-- 1 jenkins jenkins 20843 Feb 24 02:10 go.sum [2021-02-24T02:11:23.126Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 24 02:09 internal [2021-02-24T02:11:23.126Z] -rw-rw-r-- 1 jenkins jenkins 155 Feb 24 02:09 version.go [2021-02-24T02:11:23.126Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 02:09 web [Pipeline] isUnix [Pipeline] sh [2021-02-24T02:11:23.516Z] + 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=621e650d34511c6c9638321c987b4476c828df99 --label arch=arm64 --label version=0.0.0 . [2021-02-24T02:11:24.139Z] Sending build context to Docker daemon 17.11MB [2021-02-24T02:11:24.139Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-24T02:11:24.139Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-24T02:11:24.139Z] ---> 9eec525abfce [2021-02-24T02:11:24.139Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-24T02:11:24.147Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-24T02:11:24.158Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T02:11:24.734Z] ---> Running in 1294a055a196 [2021-02-24T02:11:25.012Z] Removing intermediate container 1294a055a196 [2021-02-24T02:11:25.012Z] ---> 1d04380f8383 [2021-02-24T02:11:25.012Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-24T02:11:25.289Z] ---> Running in 431f6f664b68 [2021-02-24T02:11:25.550Z] Merging remotes/origin/master commit 739e19e16cfa887bfffe764182c1d6a58536cb65 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [2021-02-24T02:11:25.560Z] Removing intermediate container 431f6f664b68 [2021-02-24T02:11:25.560Z] ---> 798a0642e5b1 [2021-02-24T02:11:25.560Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-24T02:11:24.207Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-24T02:11:24.346Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-24T02:11:24.347Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T02:11:24.440Z] > 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-02-24T02:11:25.603Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T02:11:25.683Z] > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-02-24T02:11:25.833Z] ---> Running in 006982435d5f [2021-02-24T02:11:26.105Z] Removing intermediate container 006982435d5f [2021-02-24T02:11:26.105Z] ---> 20ff17b58ed8 [2021-02-24T02:11:26.105Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-24T02:11:26.382Z] ---> Running in 8211501fceb4 [2021-02-24T02:11:26.527Z] Merge succeeded, producing 949483ffdf109093b328c8dc00f7d93bc804b54d [2021-02-24T02:11:26.528Z] Checking out Revision 949483ffdf109093b328c8dc00f7d93bc804b54d (PR-297) [2021-02-24T02:11:26.658Z] Removing intermediate container 8211501fceb4 [2021-02-24T02:11:26.659Z] ---> 5e0aead21a08 [2021-02-24T02:11:26.659Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-24T02:11:26.931Z] ---> Running in 4ace43d0069b [2021-02-24T02:11:26.039Z] > git remote # timeout=10 [2021-02-24T02:11:26.152Z] > git config --get remote.origin.url # timeout=10 [2021-02-24T02:11:26.177Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T02:11:26.187Z] > git merge 739e19e16cfa887bfffe764182c1d6a58536cb65 # timeout=10 [2021-02-24T02:11:26.517Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-24T02:11:26.537Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T02:11:26.543Z] > git checkout -f 949483ffdf109093b328c8dc00f7d93bc804b54d # timeout=10 [2021-02-24T02:11:27.523Z] Removing intermediate container 4ace43d0069b [2021-02-24T02:11:27.523Z] ---> 87821f66f7f3 [2021-02-24T02:11:27.523Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T02:11:27.523Z] ---> Running in 2252949550c6 [2021-02-24T02:11:29.489Z] Removing intermediate container 2252949550c6 [2021-02-24T02:11:29.489Z] ---> 768268c48d29 [2021-02-24T02:11:29.489Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-24T02:11:29.778Z] ---> Running in a153fd417092 [2021-02-24T02:11:30.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T02:11:31.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T02:11:31.945Z] Commit message: "Merge commit '739e19e16cfa887bfffe764182c1d6a58536cb65' into HEAD" [2021-02-24T02:11:31.982Z] > git rev-list --no-walk 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 [2021-02-24T02:11:32.330Z] OK: 142 MiB in 39 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-24T02:11:33.332Z] Removing intermediate container a153fd417092 [2021-02-24T02:11:33.332Z] ---> 2565620f2ec7 [2021-02-24T02:11:33.332Z] Step 10/24 : ENV GO111MODULE=on [2021-02-24T02:11:33.611Z] ---> Running in ab888bca4dae [2021-02-24T02:11:33.882Z] Removing intermediate container ab888bca4dae [2021-02-24T02:11:33.882Z] ---> 11398e7c7456 [2021-02-24T02:11:33.882Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-24T02:11:34.153Z] ---> Running in 1f5b69234273 [2021-02-24T02:11:34.747Z] Removing intermediate container 1f5b69234273 [2021-02-24T02:11:34.747Z] ---> c4ed220ae5a7 [2021-02-24T02:11:34.747Z] Step 12/24 : COPY go.mod . [2021-02-24T02:11:35.136Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2021-02-24T02:11:35.342Z] ---> 40a6003f6c18 [2021-02-24T02:11:35.342Z] Step 13/24 : COPY Makefile . [Pipeline] sh [2021-02-24T02:11:35.940Z] ---> 9ff13af6a804 [2021-02-24T02:11:35.940Z] Step 14/24 : RUN make update [2021-02-24T02:11:36.081Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-24T02:11:36.219Z] ---> Running in 8452f1db6c04 [2021-02-24T02:11:36.802Z] + true [2021-02-24T02:11:36.802Z] + sudo service docker restart [2021-02-24T02:11:36.802Z] Redirecting to /bin/systemctl restart docker.service [2021-02-24T02:11:37.201Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-24T02:11:38.635Z] Removing intermediate container 8452f1db6c04 [2021-02-24T02:11:38.635Z] ---> cf123e2c9f18 [2021-02-24T02:11:38.635Z] Step 15/24 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-24T02:11:39.688Z] provisioning config files... [2021-02-24T02:11:39.738Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config1633224166464215991tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T02:11:40.372Z] ---> docker-login.sh [2021-02-24T02:11:40.372Z] nexus3.edgexfoundry.org:10001 [2021-02-24T02:11:40.609Z] ---> beff69bbb762 [2021-02-24T02:11:40.609Z] Step 16/24 : RUN ${MAKE} [2021-02-24T02:11:40.887Z] ---> Running in 9b677f4bcbc3 [2021-02-24T02:11:41.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-02-24T02:11:42.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T02:11:42.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T02:11:42.365Z] Configure a credential helper to remove this warning. See [2021-02-24T02:11:42.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T02:11:42.365Z] [2021-02-24T02:11:42.365Z] Login Succeeded [2021-02-24T02:11:42.365Z] nexus3.edgexfoundry.org:10002 [2021-02-24T02:11:43.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T02:11:43.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T02:11:43.530Z] Configure a credential helper to remove this warning. See [2021-02-24T02:11:43.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T02:11:43.530Z] [2021-02-24T02:11:43.530Z] Login Succeeded [2021-02-24T02:11:43.530Z] nexus3.edgexfoundry.org:10003 [2021-02-24T02:11:44.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T02:11:44.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T02:11:44.225Z] Configure a credential helper to remove this warning. See [2021-02-24T02:11:44.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T02:11:44.225Z] [2021-02-24T02:11:44.225Z] Login Succeeded [2021-02-24T02:11:44.225Z] nexus3.edgexfoundry.org:10004 [2021-02-24T02:11:45.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T02:11:45.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T02:11:45.364Z] Configure a credential helper to remove this warning. See [2021-02-24T02:11:45.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T02:11:45.364Z] [2021-02-24T02:11:45.364Z] Login Succeeded [2021-02-24T02:11:45.364Z] docker.io [2021-02-24T02:11:46.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T02:11:46.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T02:11:46.299Z] Configure a credential helper to remove this warning. See [2021-02-24T02:11:46.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T02:11:46.299Z] [2021-02-24T02:11:46.299Z] Login Succeeded [2021-02-24T02:11:46.299Z] ---> docker-login.sh ends [Pipeline] } [2021-02-24T02:11:46.318Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-24T02:11:47.325Z] ========================================================= [2021-02-24T02:11:47.325Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-24T02:11:47.325Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-24T02:11:47.770Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-24T02:11:49.341Z] Sending build context to Docker daemon 17.09MB [2021-02-24T02:11:49.341Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-24T02:11:49.341Z] Step 2/8 : FROM ${BASE} [2021-02-24T02:11:49.341Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-24T02:11:49.341Z] 188c0c94c7c5: Pulling fs layer [2021-02-24T02:11:49.341Z] 0ef7d3d256c8: Pulling fs layer [2021-02-24T02:11:49.341Z] de9db76c5a1d: Pulling fs layer [2021-02-24T02:11:49.341Z] bca2f99d35d6: Pulling fs layer [2021-02-24T02:11:49.341Z] 93359f2a8cfa: Pulling fs layer [2021-02-24T02:11:49.341Z] 7c6f9722023f: Pulling fs layer [2021-02-24T02:11:49.341Z] a35cf1a2eb13: Pulling fs layer [2021-02-24T02:11:49.341Z] bca2f99d35d6: Waiting [2021-02-24T02:11:49.341Z] 93359f2a8cfa: Waiting [2021-02-24T02:11:49.341Z] 7c6f9722023f: Waiting [2021-02-24T02:11:49.341Z] a35cf1a2eb13: Waiting [2021-02-24T02:11:49.875Z] de9db76c5a1d: Verifying Checksum [2021-02-24T02:11:49.875Z] de9db76c5a1d: Download complete [2021-02-24T02:11:49.875Z] 0ef7d3d256c8: Verifying Checksum [2021-02-24T02:11:49.875Z] 0ef7d3d256c8: Download complete [2021-02-24T02:11:50.194Z] 93359f2a8cfa: Verifying Checksum [2021-02-24T02:11:50.194Z] 93359f2a8cfa: Download complete [2021-02-24T02:11:50.194Z] 7c6f9722023f: Verifying Checksum [2021-02-24T02:11:50.194Z] 7c6f9722023f: Download complete [2021-02-24T02:11:50.194Z] 188c0c94c7c5: Verifying Checksum [2021-02-24T02:11:50.194Z] 188c0c94c7c5: Download complete [2021-02-24T02:11:51.144Z] 188c0c94c7c5: Pull complete [2021-02-24T02:11:51.475Z] 0ef7d3d256c8: Pull complete [2021-02-24T02:11:51.892Z] de9db76c5a1d: Pull complete [2021-02-24T02:12:00.157Z] a35cf1a2eb13: Verifying Checksum [2021-02-24T02:12:00.157Z] a35cf1a2eb13: Download complete [2021-02-24T02:12:02.982Z] bca2f99d35d6: Verifying Checksum [2021-02-24T02:12:02.982Z] bca2f99d35d6: Download complete [2021-02-24T02:12:04.087Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-24T02:12:09.480Z] Removing intermediate container 9b677f4bcbc3 [2021-02-24T02:12:09.480Z] ---> 8df2b33d2a3a [2021-02-24T02:12:09.480Z] Step 17/24 : FROM alpine:3.12 [2021-02-24T02:12:09.751Z] 3.12: Pulling from library/alpine [2021-02-24T02:12:10.021Z] 159e5727ea61: Pulling fs layer [2021-02-24T02:12:10.293Z] 159e5727ea61: Verifying Checksum [2021-02-24T02:12:10.293Z] 159e5727ea61: Download complete [2021-02-24T02:12:10.898Z] 159e5727ea61: Pull complete [2021-02-24T02:12:10.898Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-24T02:12:10.898Z] Status: Downloaded newer image for alpine:3.12 [2021-02-24T02:12:10.898Z] ---> afeebe901d6b [2021-02-24T02:12:10.898Z] Step 18/24 : EXPOSE 4000 [2021-02-24T02:12:11.170Z] ---> Running in 95bc63f2d1c0 [2021-02-24T02:12:11.455Z] Removing intermediate container 95bc63f2d1c0 [2021-02-24T02:12:11.455Z] ---> c94419894d95 [2021-02-24T02:12:11.455Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-24T02:12:13.444Z] ---> 8a47e29fdfa9 [2021-02-24T02:12:13.444Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-24T02:12:13.444Z] ---> Running in e160336d8b0b [2021-02-24T02:12:13.715Z] Removing intermediate container e160336d8b0b [2021-02-24T02:12:13.715Z] ---> d0ea1c09d9c7 [2021-02-24T02:12:13.715Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-24T02:12:13.988Z] ---> Running in 78369725e366 [2021-02-24T02:12:14.582Z] Removing intermediate container 78369725e366 [2021-02-24T02:12:14.582Z] ---> bc9110748d05 [2021-02-24T02:12:14.582Z] Step 22/24 : LABEL arch=arm64 [2021-02-24T02:12:14.582Z] ---> Running in ea412fd790c8 [2021-02-24T02:12:15.176Z] Removing intermediate container ea412fd790c8 [2021-02-24T02:12:15.176Z] ---> b2ee5dd04dc9 [2021-02-24T02:12:15.176Z] Step 23/24 : LABEL git_sha=621e650d34511c6c9638321c987b4476c828df99 [2021-02-24T02:12:15.176Z] ---> Running in 04d90424a83e [2021-02-24T02:12:15.776Z] Removing intermediate container 04d90424a83e [2021-02-24T02:12:15.776Z] ---> bc4390079858 [2021-02-24T02:12:15.776Z] Step 24/24 : LABEL version=0.0.0 [2021-02-24T02:12:15.776Z] ---> Running in d871e42e3b63 [2021-02-24T02:12:16.369Z] Removing intermediate container d871e42e3b63 [2021-02-24T02:12:16.369Z] ---> cf430a0fca53 [2021-02-24T02:12:16.369Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-24T02:12:16.369Z] Successfully built cf430a0fca53 [2021-02-24T02:12:16.369Z] 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-02-24T02:12:17.344Z] ---> job-cost.sh [2021-02-24T02:12:17.344Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FErV [2021-02-24T02:12:23.312Z] bca2f99d35d6: Pull complete [2021-02-24T02:12:23.312Z] 93359f2a8cfa: Pull complete [2021-02-24T02:12:23.312Z] 7c6f9722023f: Pull complete [2021-02-24T02:12:30.878Z] a35cf1a2eb13: Pull complete [2021-02-24T02:12:30.878Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-24T02:12:30.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-24T02:12:30.878Z] ---> a62c8e92a672 [2021-02-24T02:12:30.878Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-24T02:12:30.878Z] ---> Running in 717272388b27 [2021-02-24T02:12:30.878Z] Removing intermediate container 717272388b27 [2021-02-24T02:12:30.878Z] ---> c4cc4c91d2a7 [2021-02-24T02:12:30.878Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T02:12:30.878Z] ---> Running in fc77596b32a3 [2021-02-24T02:12:33.143Z] Removing intermediate container fc77596b32a3 [2021-02-24T02:12:33.143Z] ---> af91a1dfee16 [2021-02-24T02:12:33.143Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-24T02:12:33.521Z] ---> Running in 8b2e61cd1b01 [2021-02-24T02:12:35.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T02:12:35.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T02:12:36.958Z] OK: 166 MiB in 39 packages [2021-02-24T02:12:38.176Z] Removing intermediate container 8b2e61cd1b01 [2021-02-24T02:12:38.176Z] ---> 1038a8916a65 [2021-02-24T02:12:38.176Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-24T02:12:38.176Z] ---> Running in 6b08bd3f4686 [2021-02-24T02:12:38.491Z] Removing intermediate container 6b08bd3f4686 [2021-02-24T02:12:38.491Z] ---> ba6f772999eb [2021-02-24T02:12:38.491Z] Step 7/8 : COPY . . [2021-02-24T02:12:43.457Z] ---> f2a24c35c101 [2021-02-24T02:12:43.457Z] Step 8/8 : RUN go mod download [2021-02-24T02:12:43.457Z] ---> Running in 8fc86a57b100 [2021-02-24T02:12:56.298Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-24T02:13:31.612Z] Removing intermediate container 8fc86a57b100 [2021-02-24T02:13:31.612Z] ---> e38afd2b3b0e [2021-02-24T02:13:31.612Z] Successfully built e38afd2b3b0e [2021-02-24T02:13:31.612Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T02:13:32.054Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-24T02:13:32.755Z] . [Pipeline] withDockerContainer [2021-02-24T02:13:32.985Z] prd-centos7-docker-4c-2g-27454 does not seem to be running inside a container [2021-02-24T02:13:33.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-24T02:13:36.153Z] $ docker top f92996704ffc847661055fce79d32bb5cdd80332aae6bf03a3548e76d9c2038d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T02:13:37.846Z] + go version [2021-02-24T02:13:37.846Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-24T02:13:38.028Z] $ docker stop --time=1 f92996704ffc847661055fce79d32bb5cdd80332aae6bf03a3548e76d9c2038d [2021-02-24T02:13:40.311Z] $ docker rm -f f92996704ffc847661055fce79d32bb5cdd80332aae6bf03a3548e76d9c2038d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T02:13:42.031Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-24T02:13:42.509Z] . [Pipeline] withDockerContainer [2021-02-24T02:13:43.297Z] prd-centos7-docker-4c-2g-27454 does not seem to be running inside a container [2021-02-24T02:13:43.530Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-24T02:13:45.486Z] $ docker top e35f6f7100c11234b34c229cc05efc6ce7ff8b02855696a1b1c340027f58dd78 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T02:13:46.768Z] + make test [2021-02-24T02:13:46.768Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-24T02:13:50.964Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-24T02:14:10.414Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-24T02:14:10.414Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-24T02:14:10.414Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-24T02:14:10.414Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-24T02:14:10.414Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-24T02:14:10.414Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-24T02:14:10.414Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-24T02:14:10.414Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-24T02:14:10.414Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-24T02:14:10.414Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-24T02:14:10.414Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-24T02:14:10.414Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-24T02:14:10.414Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-02-24T02:14:11.247Z] $ docker stop --time=1 e35f6f7100c11234b34c229cc05efc6ce7ff8b02855696a1b1c340027f58dd78 [2021-02-24T02:14:14.343Z] $ docker rm -f e35f6f7100c11234b34c229cc05efc6ce7ff8b02855696a1b1c340027f58dd78 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-24T02:14:15.691Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-24T02:14:15.785Z] Warning: overwriting stash ‘coverage-report’ [2021-02-24T02:14:16.767Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-24T02:14:17.477Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-24T02:14:18.026Z] + ls -al . [2021-02-24T02:14:18.026Z] total 92 [2021-02-24T02:14:18.026Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 24 02:13 . [2021-02-24T02:14:18.026Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 24 02:11 .. [2021-02-24T02:14:18.026Z] drwxrwxr-x. 3 jenkins jenkins 20 Feb 24 02:11 assets [2021-02-24T02:14:18.026Z] drwxrwxr-x. 2 jenkins jenkins 35 Feb 24 02:11 bin [2021-02-24T02:14:18.026Z] drwxrwxr-x. 3 jenkins jenkins 29 Feb 24 02:11 cmd [2021-02-24T02:14:18.026Z] -rw-rw-r--. 1 jenkins jenkins 3959 Feb 24 02:11 CONTRIBUTING.md [2021-02-24T02:14:18.026Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 24 02:13 coverage.out [2021-02-24T02:14:18.026Z] -rw-rw-r--. 1 jenkins jenkins 1508 Feb 24 02:11 Dockerfile [2021-02-24T02:14:18.026Z] -rw-rw-r--. 1 jenkins jenkins 902 Feb 24 02:11 Dockerfile.build [2021-02-24T02:14:18.026Z] drwxrwxr-x. 5 jenkins jenkins 104 Feb 24 02:11 docs [2021-02-24T02:14:18.026Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 24 02:11 .git [2021-02-24T02:14:18.026Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 24 02:11 .github [2021-02-24T02:14:18.026Z] -rw-rw-r--. 1 jenkins jenkins 153 Feb 24 02:11 .gitignore [2021-02-24T02:14:18.026Z] -rw-rw-r--. 1 jenkins jenkins 1019 Feb 24 02:11 go.mod [2021-02-24T02:14:18.026Z] -rw-r--r--. 1 jenkins jenkins 20843 Feb 24 02:13 go.sum [2021-02-24T02:14:18.026Z] drwxrwxr-x. 10 jenkins jenkins 139 Feb 24 02:11 internal [2021-02-24T02:14:18.026Z] -rw-rw-r--. 1 jenkins jenkins 652 Feb 24 02:11 Jenkinsfile [2021-02-24T02:14:18.026Z] -rw-rw-r--. 1 jenkins jenkins 11357 Feb 24 02:11 LICENSE [2021-02-24T02:14:18.026Z] -rw-rw-r--. 1 jenkins jenkins 951 Feb 24 02:11 Makefile [2021-02-24T02:14:18.026Z] -rw-rw-r--. 1 jenkins jenkins 4535 Feb 24 02:11 README.md [2021-02-24T02:14:18.026Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 24 02:07 VERSION [2021-02-24T02:14:18.026Z] -rw-rw-r--. 1 jenkins jenkins 155 Feb 24 02:11 version.go [2021-02-24T02:14:18.026Z] drwxrwxr-x. 4 jenkins jenkins 4096 Feb 24 02:11 web [Pipeline] isUnix [Pipeline] sh [2021-02-24T02:14:18.618Z] + 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=621e650d34511c6c9638321c987b4476c828df99 --label arch=amd64 --label version=0.0.0 . [2021-02-24T02:14:20.250Z] Sending build context to Docker daemon 17.11MB [2021-02-24T02:14:20.250Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-24T02:14:20.250Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-24T02:14:20.250Z] ---> e38afd2b3b0e [2021-02-24T02:14:20.250Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-24T02:14:21.120Z] ---> Running in a20f1762f43b [2021-02-24T02:14:21.862Z] Removing intermediate container a20f1762f43b [2021-02-24T02:14:21.862Z] ---> d2ba1977c117 [2021-02-24T02:14:21.862Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-24T02:14:21.862Z] ---> Running in e440609f9051 [2021-02-24T02:14:22.511Z] Removing intermediate container e440609f9051 [2021-02-24T02:14:22.511Z] ---> 26771ae9e8a8 [2021-02-24T02:14:22.511Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-24T02:14:22.511Z] ---> Running in 7de9fb9f3ea4 [2021-02-24T02:14:22.990Z] Removing intermediate container 7de9fb9f3ea4 [2021-02-24T02:14:22.990Z] ---> d3dae1a4f95c [2021-02-24T02:14:22.990Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-24T02:14:22.990Z] ---> Running in 13d97875fbca [2021-02-24T02:14:23.540Z] Removing intermediate container 13d97875fbca [2021-02-24T02:14:23.540Z] ---> 0493423915c8 [2021-02-24T02:14:23.540Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-24T02:14:24.070Z] ---> Running in 6d44772dbcdc [2021-02-24T02:14:24.392Z] Removing intermediate container 6d44772dbcdc [2021-02-24T02:14:24.392Z] ---> 7453d1b65c85 [2021-02-24T02:14:24.392Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T02:14:24.707Z] ---> Running in a6a66ef50b0e [2021-02-24T02:14:28.266Z] Removing intermediate container a6a66ef50b0e [2021-02-24T02:14:28.266Z] ---> 83153aa36786 [2021-02-24T02:14:28.266Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-24T02:14:28.266Z] ---> Running in b0f01435bf80 [2021-02-24T02:14:29.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T02:14:30.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T02:14:32.676Z] OK: 166 MiB in 39 packages [2021-02-24T02:14:32.676Z] Removing intermediate container b0f01435bf80 [2021-02-24T02:14:32.676Z] ---> e0ae2f9fb79a [2021-02-24T02:14:32.676Z] Step 10/24 : ENV GO111MODULE=on [2021-02-24T02:14:32.676Z] ---> Running in de27c30d1d10 [2021-02-24T02:14:32.676Z] Removing intermediate container de27c30d1d10 [2021-02-24T02:14:32.676Z] ---> 8682d6e221f5 [2021-02-24T02:14:32.676Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-24T02:14:33.742Z] ---> Running in 5098952c6b33 [2021-02-24T02:14:33.742Z] Removing intermediate container 5098952c6b33 [2021-02-24T02:14:33.742Z] ---> 230fd00e62d4 [2021-02-24T02:14:33.742Z] Step 12/24 : COPY go.mod . [2021-02-24T02:14:33.742Z] ---> bc03f15a436e [2021-02-24T02:14:33.742Z] Step 13/24 : COPY Makefile . [2021-02-24T02:14:33.742Z] ---> 5684dcde3c2f [2021-02-24T02:14:33.742Z] Step 14/24 : RUN make update [2021-02-24T02:14:33.742Z] ---> Running in 29e7ffae8c8c [2021-02-24T02:14:34.921Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-24T02:14:35.503Z] Removing intermediate container 29e7ffae8c8c [2021-02-24T02:14:35.503Z] ---> b175c38421cd [2021-02-24T02:14:35.503Z] Step 15/24 : COPY . . [2021-02-24T02:14:39.117Z] ---> a1764d11f4de [2021-02-24T02:14:39.117Z] Step 16/24 : RUN ${MAKE} [2021-02-24T02:14:39.117Z] ---> Running in 2643ef8cc818 [2021-02-24T02:14:39.796Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-02-24T02:14:55.753Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-24T02:15:03.091Z] lf-activate-venv(): INFO: Adding /tmp/venv-FErV/bin to PATH [2021-02-24T02:15:03.091Z] INFO: No Stack... [2021-02-24T02:15:03.091Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-24T02:15:03.091Z] INFO: Archiving Costs [Pipeline] sh [2021-02-24T02:15:03.439Z] + + cat /w/workspace/edgex-ui-go/3/archives/cost.csvcut [2021-02-24T02:15:03.439Z] -d, -f6 [Pipeline] lock [2021-02-24T02:15:03.554Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-3-stack-cost] [2021-02-24T02:15:03.565Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-3-stack-cost] did not exist. Created. [2021-02-24T02:15:03.565Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-24T02:15:03.998Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-24T02:15:04.219Z] Stashed 1 file(s) [Pipeline] } [2021-02-24T02:15:04.233Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-24T02:15:07.202Z] Removing intermediate container 2643ef8cc818 [2021-02-24T02:15:07.202Z] ---> a2b46cbc9ce7 [2021-02-24T02:15:07.202Z] Step 17/24 : FROM alpine:3.12 [2021-02-24T02:15:07.202Z] 3.12: Pulling from library/alpine [2021-02-24T02:15:07.202Z] 801bfaa63ef2: Pulling fs layer [2021-02-24T02:15:07.526Z] 801bfaa63ef2: Verifying Checksum [2021-02-24T02:15:07.526Z] 801bfaa63ef2: Download complete [2021-02-24T02:15:08.626Z] 801bfaa63ef2: Pull complete [2021-02-24T02:15:08.626Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-24T02:15:08.626Z] Status: Downloaded newer image for alpine:3.12 [2021-02-24T02:15:08.626Z] ---> 389fef711851 [2021-02-24T02:15:08.626Z] Step 18/24 : EXPOSE 4000 [2021-02-24T02:15:08.626Z] ---> Running in 8d9bbda4d458 [2021-02-24T02:15:09.011Z] Removing intermediate container 8d9bbda4d458 [2021-02-24T02:15:09.011Z] ---> fc023984dbfc [2021-02-24T02:15:09.011Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-24T02:15:12.231Z] ---> 3111e7f43209 [2021-02-24T02:15:12.231Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-24T02:15:12.601Z] ---> Running in f51a211cabb3 [2021-02-24T02:15:13.340Z] Removing intermediate container f51a211cabb3 [2021-02-24T02:15:13.340Z] ---> 723a9f2af214 [2021-02-24T02:15:13.340Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-24T02:15:13.691Z] ---> Running in 9652d92d5dd5 [2021-02-24T02:15:14.005Z] Removing intermediate container 9652d92d5dd5 [2021-02-24T02:15:14.005Z] ---> 55902f27d911 [2021-02-24T02:15:14.005Z] Step 22/24 : LABEL arch=amd64 [2021-02-24T02:15:14.005Z] ---> Running in b08d7b89352b [2021-02-24T02:15:14.730Z] Removing intermediate container b08d7b89352b [2021-02-24T02:15:14.730Z] ---> d6b4160bcfd5 [2021-02-24T02:15:14.730Z] Step 23/24 : LABEL git_sha=621e650d34511c6c9638321c987b4476c828df99 [2021-02-24T02:15:14.730Z] ---> Running in abcce2fd2c61 [2021-02-24T02:15:15.029Z] Removing intermediate container abcce2fd2c61 [2021-02-24T02:15:15.029Z] ---> 3b04806b4eca [2021-02-24T02:15:15.029Z] Step 24/24 : LABEL version=0.0.0 [2021-02-24T02:15:15.313Z] ---> Running in 55e16b3b6622 [2021-02-24T02:15:15.963Z] Removing intermediate container 55e16b3b6622 [2021-02-24T02:15:15.963Z] ---> 64d7280cb227 [2021-02-24T02:15:15.963Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-24T02:15:15.963Z] Successfully built 64d7280cb227 [2021-02-24T02:15:15.963Z] 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-02-24T02:15:17.209Z] ---> job-cost.sh [2021-02-24T02:15:17.209Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3O5W [2021-02-24T02:15:50.357Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-24T02:16:48.399Z] lf-activate-venv(): INFO: Adding /tmp/venv-3O5W/bin to PATH [2021-02-24T02:16:48.399Z] INFO: No Stack... [2021-02-24T02:16:48.399Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-24T02:16:48.687Z] INFO: Archiving Costs [Pipeline] sh [2021-02-24T02:16:49.081Z] + cut -d, -f6 [2021-02-24T02:16:49.081Z] + cat /w/workspace/edgex-ui-go/3/archives/cost.csv [Pipeline] lock [2021-02-24T02:16:49.271Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-3-stack-cost] [2021-02-24T02:16:49.279Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-3-stack-cost] did not exist. Created. [2021-02-24T02:16:49.279Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-24T02:16:50.023Z] /w/workspace/edgex-ui-go/3@tmp/durable-cfd8058a/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-02-24T02:16:50.868Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-02-24T02:16:50.897Z] Warning: overwriting stash ‘stack-cost’ [2021-02-24T02:16:51.342Z] Stashed 1 file(s) [Pipeline] } [2021-02-24T02:16:51.353Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-3-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-02-24T02:16:52.464Z] provisioning config files... [2021-02-24T02:16:52.473Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config3415299802788688320tmp [Pipeline] { [Pipeline] sh [2021-02-24T02:16:52.845Z] + set +x [2021-02-24T02:16:52.845Z] + curl -s https://codecov.io/bash [2021-02-24T02:16:52.845Z] + bash -s -- [2021-02-24T02:16:53.107Z] [2021-02-24T02:16:53.107Z] _____ _ [2021-02-24T02:16:53.107Z] / ____| | | [2021-02-24T02:16:53.107Z] | | ___ __| | ___ ___ _____ __ [2021-02-24T02:16:53.107Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-24T02:16:53.107Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-24T02:16:53.107Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-24T02:16:53.107Z] Bash-20210129-7c25fce [2021-02-24T02:16:53.107Z] [2021-02-24T02:16:53.107Z] [2021-02-24T02:16:53.107Z] ==> git version 2.24.3 found [2021-02-24T02:16:53.107Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-24T02:16:53.107Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-24T02:16:53.107Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-24T02:16:53.107Z] ==> Jenkins CI detected. [2021-02-24T02:16:53.107Z] project root: . [2021-02-24T02:16:53.107Z] --> token set from env [2021-02-24T02:16:53.107Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-24T02:16:53.107Z] ==> Running gcov in . (disable via -X gcov) [2021-02-24T02:16:53.107Z] ==> Python coveragepy not found [2021-02-24T02:16:53.107Z] ==> Searching for coverage reports in: [2021-02-24T02:16:53.107Z] + . [2021-02-24T02:16:53.107Z] -> Found 1 reports [2021-02-24T02:16:53.107Z] ==> Detecting git/mercurial file structure [2021-02-24T02:16:53.107Z] ==> Reading reports [2021-02-24T02:16:53.107Z] + ./coverage.out bytes=10 [2021-02-24T02:16:53.107Z] ==> Appending adjustments [2021-02-24T02:16:53.107Z] https://docs.codecov.io/docs/fixing-reports [2021-02-24T02:16:53.371Z] + Found adjustments [2021-02-24T02:16:53.371Z] ==> Gzipping contents [2021-02-24T02:16:53.371Z] 4.0K /tmp/codecov.ebNtnE.gz [2021-02-24T02:16:53.371Z] ==> Uploading reports [2021-02-24T02:16:53.371Z] url: https://codecov.io [2021-02-24T02:16:53.371Z] query: branch=PR-297&commit=621e650d34511c6c9638321c987b4476c828df99&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= [2021-02-24T02:16:53.371Z] -> Pinging Codecov [2021-02-24T02:16:53.371Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-297&commit=621e650d34511c6c9638321c987b4476c828df99&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= [2021-02-24T02:16:53.632Z] -> Uploading to [2021-02-24T02:16:53.633Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-24/FB506323287CE973F263BFD2A0EB1F37/621e650d34511c6c9638321c987b4476c828df99/787e1da4-599d-413d-960e-534aab8cb54b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210224%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210224T021653Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=174afe95b0c009b2fc5b39642dd937cd0112c81d6346518ed7153859d7caae13 [2021-02-24T02:16:53.633Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T02:16:53.633Z] Dload Upload Total Spent Left Speed [2021-02-24T02:16:54.206Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2651 0 0 100 2651 0 5225 --:--:-- --:--:-- --:--:-- 5228 [2021-02-24T02:16:54.206Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/621e650d34511c6c9638321c987b4476c828df99 [Pipeline] } [2021-02-24T02:16:54.216Z] 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-02-24T02:16:56.597Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T02:16:56.898Z] ---> package-listing.sh [2021-02-24T02:16:56.898Z] ++ facter osfamily [2021-02-24T02:16:56.898Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-24T02:16:56.898Z] + OS_FAMILY=redhat [2021-02-24T02:16:56.898Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-297 [2021-02-24T02:16:56.898Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-24T02:16:56.898Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-24T02:16:56.898Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-24T02:16:56.898Z] + PACKAGES=/tmp/packages_start.txt [2021-02-24T02:16:56.898Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' [2021-02-24T02:16:56.898Z] + PACKAGES=/tmp/packages_end.txt [2021-02-24T02:16:56.898Z] + case "${OS_FAMILY}" in [2021-02-24T02:16:56.898Z] + rpm -qa [2021-02-24T02:16:56.898Z] + sort [2021-02-24T02:17:03.529Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-24T02:17:03.529Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-24T02:17:03.529Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-24T02:17:03.529Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' [2021-02-24T02:17:03.529Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [2021-02-24T02:17:03.529Z] + 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-02-24T02:17:03.542Z] 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-02-24T02:17:03.839Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-24T02:17:04.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-24T02:17:04.154Z] [2021-02-24T02:17:04.154Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-24T02:17:04.511Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-24T02:17:04.511Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-24T02:17:04.511Z] df20fa9351a1: Pulling fs layer [2021-02-24T02:17:04.511Z] 36b3adc4ff6f: Pulling fs layer [2021-02-24T02:17:04.511Z] 8ad3a11d3b57: Pulling fs layer [2021-02-24T02:17:04.511Z] 46f8f816bc3b: Pulling fs layer [2021-02-24T02:17:04.511Z] 93b61091891f: Pulling fs layer [2021-02-24T02:17:04.511Z] 93b9cdb0e59b: Pulling fs layer [2021-02-24T02:17:04.511Z] 5e14af77c1be: Pulling fs layer [2021-02-24T02:17:04.511Z] 01666e4c0597: Pulling fs layer [2021-02-24T02:17:04.511Z] aa168da1d23b: Pulling fs layer [2021-02-24T02:17:04.511Z] 46f8f816bc3b: Waiting [2021-02-24T02:17:04.511Z] 93b61091891f: Waiting [2021-02-24T02:17:04.511Z] 93b9cdb0e59b: Waiting [2021-02-24T02:17:04.511Z] 01666e4c0597: Waiting [2021-02-24T02:17:04.511Z] 5e14af77c1be: Waiting [2021-02-24T02:17:04.511Z] aa168da1d23b: Waiting [2021-02-24T02:17:04.511Z] 36b3adc4ff6f: Verifying Checksum [2021-02-24T02:17:04.511Z] 36b3adc4ff6f: Download complete [2021-02-24T02:17:04.511Z] 46f8f816bc3b: Verifying Checksum [2021-02-24T02:17:04.511Z] 46f8f816bc3b: Download complete [2021-02-24T02:17:04.776Z] df20fa9351a1: Download complete [2021-02-24T02:17:04.776Z] 93b9cdb0e59b: Verifying Checksum [2021-02-24T02:17:04.776Z] 93b9cdb0e59b: Download complete [2021-02-24T02:17:04.776Z] 93b61091891f: Download complete [2021-02-24T02:17:04.776Z] 5e14af77c1be: Verifying Checksum [2021-02-24T02:17:04.776Z] 5e14af77c1be: Download complete [2021-02-24T02:17:04.776Z] 01666e4c0597: Verifying Checksum [2021-02-24T02:17:04.776Z] 01666e4c0597: Download complete [2021-02-24T02:17:05.040Z] 8ad3a11d3b57: Verifying Checksum [2021-02-24T02:17:05.040Z] 8ad3a11d3b57: Download complete [2021-02-24T02:17:05.040Z] df20fa9351a1: Pull complete [2021-02-24T02:17:05.304Z] 36b3adc4ff6f: Pull complete [2021-02-24T02:17:05.882Z] 8ad3a11d3b57: Pull complete [2021-02-24T02:17:06.151Z] 46f8f816bc3b: Pull complete [2021-02-24T02:17:07.101Z] aa168da1d23b: Verifying Checksum [2021-02-24T02:17:07.101Z] aa168da1d23b: Download complete [2021-02-24T02:17:07.363Z] 93b61091891f: Pull complete [2021-02-24T02:17:07.626Z] 93b9cdb0e59b: Pull complete [2021-02-24T02:17:07.892Z] 5e14af77c1be: Pull complete [2021-02-24T02:17:07.892Z] 01666e4c0597: Pull complete [2021-02-24T02:17:14.508Z] aa168da1d23b: Pull complete [2021-02-24T02:17:14.508Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-24T02:17:14.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-24T02:17:14.508Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-24T02:17:14.655Z] prd-centos7-docker-4c-2g-27452 does not seem to be running inside a container [2021-02-24T02:17:14.702Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-24T02:17:18.548Z] $ docker top 5f9541799969731d6bb41ef637aad3977e5dea11889cab970462b7663e24086a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T02:17:19.116Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-24T02:17:19.414Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-24T02:17:19.709Z] + ls /var/log/sa-host [2021-02-24T02:17:19.709Z] + sadf -c /var/log/sa-host/sa23 [2021-02-24T02:17:19.709Z] file_magic: OK [2021-02-24T02:17:19.709Z] HZ: Using current value: 100 [2021-02-24T02:17:19.709Z] file_header: OK [2021-02-24T02:17:19.709Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-24T02:17:19.709Z] Statistics: [2021-02-24T02:17:19.709Z] Hnuu...uuuununununu... [2021-02-24T02:17:19.709Z] File successfully converted to sysstat format version 12.2.1 [2021-02-24T02:17:19.709Z] + sadf -c /var/log/sa-host/sa24 [2021-02-24T02:17:19.709Z] file_magic: OK [2021-02-24T02:17:19.709Z] HZ: Using current value: 100 [2021-02-24T02:17:19.709Z] file_header: OK [2021-02-24T02:17:19.709Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-24T02:17:19.709Z] Statistics: [2021-02-24T02:17:19.709Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-24T02:17:19.709Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-24T02:17:20.287Z] provisioning config files... [2021-02-24T02:17:20.302Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config455936897121408265tmp [Pipeline] { [Pipeline] echo [2021-02-24T02:17:20.451Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T02:17:20.751Z] ---> create-netrc.sh [Pipeline] } [2021-02-24T02:17:20.760Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-24T02:17:20.857Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T02:17:21.165Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-24T02:17:21.177Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T02:17:21.478Z] ---> sudo-logs.sh [2021-02-24T02:17:21.478Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-24T02:17:21.574Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T02:17:21.907Z] ---> job-cost.sh [2021-02-24T02:17:21.907Z] lf-activate-venv: SKIPPING [2021-02-24T02:17:21.907Z] DEBUG: total: 0.029999999329447746 [2021-02-24T02:17:21.907Z] INFO: Retrieving Stack Cost... [2021-02-24T02:17:22.481Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-24T02:17:23.056Z] INFO: Archiving Costs [Pipeline] echo [2021-02-24T02:17:23.072Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T02:17:23.365Z] ---> logs-deploy.sh [2021-02-24T02:17:23.365Z] lf-activate-venv: SKIPPING [2021-02-24T02:17:23.365Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-297/3 [2021-02-24T02:17:23.365Z] INFO: archiving workspace using pattern(s): [2021-02-24T02:17:25.285Z] Archives upload complete. [2021-02-24T02:17:25.285Z] INFO: archiving logs to Nexus