Pull request #289 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2a6915c960fb14954e41c173a8222625a036416b+21a2d52129729239e47da1045a1c95859bb5ff91 (e8c3abc4e0db7a403d38467cf36b59427380e607) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21581 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-289 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 2a6915c960fb14954e41c173a8222625a036416b Merge succeeded, producing 2a6915c960fb14954e41c173a8222625a036416b Checking out Revision 2a6915c960fb14954e41c173a8222625a036416b (PR-289) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" > git rev-list --no-walk 2c033e0607f872be874ebc34bfb1e7e3ce7bf7d9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T10:00:28.191Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T10:00:28.460Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T10:00:28.565Z] ========================================================= [2021-01-20T10:00:28.565Z] EdgeX Global Pipelines Version Info [2021-01-20T10:00:28.565Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:00:31.309Z] ------------------- [2021-01-20T10:00:31.309Z] stable info: [2021-01-20T10:00:31.309Z] ------------------- [2021-01-20T10:00:31.309Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T10:00:31.309Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T10:00:31.309Z] Message: update stable to v1.0.179 [2021-01-20T10:00:32.493Z] ------------------- [2021-01-20T10:00:32.493Z] experimental info: [2021-01-20T10:00:32.493Z] ------------------- [2021-01-20T10:00:32.493Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T10:00:32.493Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T10:00:32.493Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T10:00:32.840Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-20T10:00:32.927Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-20T10:00:33.012Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T10:00:33.102Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T10:00:33.195Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T10:00:33.280Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T10:00:33.388Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T10:00:33.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T10:00:33.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T10:00:33.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T10:00:33.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T10:00:33.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-20T10:00:33.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T10:00:34.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T10:00:34.261Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T10:00:34.371Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T10:00:34.468Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T10:00:34.564Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T10:00:34.660Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T10:00:34.751Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-20T10:00:34.866Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T10:00:34.957Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T10:00:35.046Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T10:00:35.135Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T10:00:35.224Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-20T10:00:35.316Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T10:00:35.423Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T10:00:35.542Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-289 [Pipeline] echo [2021-01-20T10:00:35.633Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-289 [Pipeline] echo [2021-01-20T10:00:35.720Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-289 [Pipeline] echo [2021-01-20T10:00:35.841Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a6915c960fb14954e41c173a8222625a036416b [Pipeline] echo [2021-01-20T10:00:35.937Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a6915c [Pipeline] echo [2021-01-20T10:00:36.026Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:00:36.205Z] provisioning config files... [2021-01-20T10:00:36.248Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config1680849456299584580tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:00:36.699Z] ---> docker-login.sh [2021-01-20T10:00:36.699Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:00:38.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:00:38.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:00:38.717Z] Configure a credential helper to remove this warning. See [2021-01-20T10:00:38.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:00:38.717Z] [2021-01-20T10:00:38.717Z] Login Succeeded [2021-01-20T10:00:38.717Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:00:39.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:00:39.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:00:39.373Z] Configure a credential helper to remove this warning. See [2021-01-20T10:00:39.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:00:39.373Z] [2021-01-20T10:00:39.373Z] Login Succeeded [2021-01-20T10:00:39.373Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:00:39.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:00:39.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:00:39.709Z] Configure a credential helper to remove this warning. See [2021-01-20T10:00:39.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:00:39.709Z] [2021-01-20T10:00:39.709Z] Login Succeeded [2021-01-20T10:00:39.709Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:00:40.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:00:40.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:00:40.311Z] Configure a credential helper to remove this warning. See [2021-01-20T10:00:40.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:00:40.311Z] [2021-01-20T10:00:40.311Z] Login Succeeded [2021-01-20T10:00:40.311Z] docker.io [2021-01-20T10:00:40.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:00:40.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:00:40.891Z] Configure a credential helper to remove this warning. See [2021-01-20T10:00:40.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:00:40.891Z] [2021-01-20T10:00:40.891Z] Login Succeeded [2021-01-20T10:00:40.891Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:00:40.920Z] 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-01-20T10:00:41.810Z] + git log --format=format:%s -1 2a6915c960fb14954e41c173a8222625a036416b [Pipeline] echo [2021-01-20T10:00:41.994Z] GIT_COMMIT: 2a6915c960fb14954e41c173a8222625a036416b, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0 [Pipeline] echo [2021-01-20T10:00:42.065Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:00:42.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:00:43.146Z] [2021-01-20T10:00:43.146Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:00:43.555Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:00:43.555Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T10:00:43.555Z] 31603596830f: Pulling fs layer [2021-01-20T10:00:43.555Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T10:00:43.555Z] 6ca5941a6612: Pulling fs layer [2021-01-20T10:00:43.556Z] ecc8261a40a4: Pulling fs layer [2021-01-20T10:00:43.556Z] ecc8261a40a4: Waiting [2021-01-20T10:00:43.556Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T10:00:43.556Z] 2a8b12db71e7: Download complete [2021-01-20T10:00:44.263Z] 31603596830f: Verifying Checksum [2021-01-20T10:00:44.263Z] 31603596830f: Download complete [2021-01-20T10:00:44.547Z] ecc8261a40a4: Verifying Checksum [2021-01-20T10:00:44.547Z] ecc8261a40a4: Download complete [2021-01-20T10:00:44.547Z] 6ca5941a6612: Verifying Checksum [2021-01-20T10:00:44.547Z] 6ca5941a6612: Download complete [2021-01-20T10:00:44.829Z] 31603596830f: Pull complete [2021-01-20T10:00:45.105Z] 2a8b12db71e7: Pull complete [2021-01-20T10:00:47.243Z] 6ca5941a6612: Pull complete [2021-01-20T10:00:47.528Z] ecc8261a40a4: Pull complete [2021-01-20T10:00:47.528Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T10:00:47.815Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:00:47.815Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T10:00:48.051Z] prd-centos7-docker-4c-2g-21581 does not seem to be running inside a container [2021-01-20T10:00:48.210Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T10:00:51.499Z] $ docker top b8a3d7ccb0d1684b7234c97319408091e2a690dc61ddb58a62c8f9794007f2fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T10:00:52.138Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T10:00:52.138Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T10:00:52.702Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T10:00:52.711Z] $ docker exec b8a3d7ccb0d1684b7234c97319408091e2a690dc61ddb58a62c8f9794007f2fa ssh-agent [2021-01-20T10:00:53.344Z] SSH_AUTH_SOCK=/tmp/ssh-1C7L38YttdJE/agent.12 [2021-01-20T10:00:53.344Z] SSH_AGENT_PID=17 [2021-01-20T10:00:53.364Z] Running ssh-add (command line suppressed) [2021-01-20T10:00:53.647Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_7555530323001508340.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_7555530323001508340.key) [2021-01-20T10:00:53.765Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T10:00:54.165Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T10:00:54.215Z] $ docker exec --env ******** --env ******** b8a3d7ccb0d1684b7234c97319408091e2a690dc61ddb58a62c8f9794007f2fa ssh-agent -k [2021-01-20T10:00:54.410Z] unset SSH_AUTH_SOCK; [2021-01-20T10:00:54.411Z] unset SSH_AGENT_PID; [2021-01-20T10:00:54.411Z] echo Agent pid 17 killed; [2021-01-20T10:00:54.527Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T10:00:54.676Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T10:00:54.676Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T10:00:55.181Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T10:00:55.186Z] $ docker exec b8a3d7ccb0d1684b7234c97319408091e2a690dc61ddb58a62c8f9794007f2fa ssh-agent [2021-01-20T10:00:55.650Z] SSH_AUTH_SOCK=/tmp/ssh-thq3nDZdHKJv/agent.47 [2021-01-20T10:00:55.650Z] SSH_AGENT_PID=53 [2021-01-20T10:00:55.670Z] Running ssh-add (command line suppressed) [2021-01-20T10:00:55.944Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_1841506636480677400.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_1841506636480677400.key) [2021-01-20T10:00:56.047Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T10:00:56.800Z] + git semver init [2021-01-20T10:00:56.800Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T10:00:56.800Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.git [2021-01-20T10:00:56.800Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [2021-01-20T10:00:56.800Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T10:00:56.800Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T10:00:56.800Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T10:00:56.800Z] # $SEMVER_BRANCH = PR-289 [2021-01-20T10:00:56.800Z] # $SEMVER_TEMP = /tmp/semver-040577560 [2021-01-20T10:00:56.800Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-20T10:00:58.921Z] # '/tmp/semver-040577560' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver' [2021-01-20T10:00:59.230Z] # -> Force: false [2021-01-20T10:00:59.230Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver [Pipeline] } [2021-01-20T10:00:59.282Z] $ docker exec --env ******** --env ******** b8a3d7ccb0d1684b7234c97319408091e2a690dc61ddb58a62c8f9794007f2fa ssh-agent -k [2021-01-20T10:00:59.509Z] unset SSH_AUTH_SOCK; [2021-01-20T10:00:59.512Z] unset SSH_AGENT_PID; [2021-01-20T10:00:59.512Z] echo Agent pid 53 killed; [2021-01-20T10:00:59.671Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T10:01:00.287Z] + git semver [Pipeline] } [2021-01-20T10:01:00.376Z] $ docker stop --time=1 b8a3d7ccb0d1684b7234c97319408091e2a690dc61ddb58a62c8f9794007f2fa [2021-01-20T10:01:02.342Z] $ docker rm -f b8a3d7ccb0d1684b7234c97319408091e2a690dc61ddb58a62c8f9794007f2fa [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T10:01:03.045Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T10:01:03.798Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T10:01:03.801Z] [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-01-20T10:01:19.297Z] Still waiting to schedule task [2021-01-20T10:01:19.297Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-20T10:01:19.299Z] Still waiting to schedule task [2021-01-20T10:01:19.299Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-20T10:02:35.488Z] Running on prd-centos7-docker-4c-2g-21587 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws [2021-01-20T10:02:35.556Z] Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout [2021-01-20T10:02:38.292Z] using credential edgex-jenkins-ssh [2021-01-20T10:02:38.363Z] Cloning the remote Git repository [2021-01-20T10:02:38.392Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:02:38.465Z] > git init /w/workspace/edgex-ui-go/3 # timeout=10 [2021-01-20T10:02:38.532Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:02:38.533Z] > git --version # timeout=10 [2021-01-20T10:02:38.541Z] > git --version # 'git version 2.24.3' [2021-01-20T10:02:38.541Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:02:38.571Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:02:41.548Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:02:41.555Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:02:41.565Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:02:41.578Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:02:41.578Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:02:41.582Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T10:02:42.062Z] Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 2a6915c960fb14954e41c173a8222625a036416b [2021-01-20T10:02:42.247Z] Merge succeeded, producing 2a6915c960fb14954e41c173a8222625a036416b [2021-01-20T10:02:42.248Z] Checking out Revision 2a6915c960fb14954e41c173a8222625a036416b (PR-289) [2021-01-20T10:02:42.068Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:02:42.077Z] > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 [2021-01-20T10:02:42.204Z] > git remote # timeout=10 [2021-01-20T10:02:42.216Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T10:02:42.222Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:02:42.226Z] > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 [2021-01-20T10:02:42.237Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T10:02:42.249Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:02:42.253Z] > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 [2021-01-20T10:02:46.050Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T10:02:47.462Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:02:47.792Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:02:48.093Z] + sudo service docker restart [2021-01-20T10:02:48.093Z] + true [2021-01-20T10:02:48.093Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:02:49.546Z] provisioning config files... [2021-01-20T10:02:49.575Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config7440177554027134434tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:02:49.940Z] ---> docker-login.sh [2021-01-20T10:02:49.940Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:02:50.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:02:50.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:02:50.201Z] Configure a credential helper to remove this warning. See [2021-01-20T10:02:50.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:02:50.201Z] [2021-01-20T10:02:50.201Z] Login Succeeded [2021-01-20T10:02:50.201Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:02:50.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:02:50.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:02:50.463Z] Configure a credential helper to remove this warning. See [2021-01-20T10:02:50.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:02:50.463Z] [2021-01-20T10:02:50.463Z] Login Succeeded [2021-01-20T10:02:50.463Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:02:50.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:02:50.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:02:50.725Z] Configure a credential helper to remove this warning. See [2021-01-20T10:02:50.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:02:50.725Z] [2021-01-20T10:02:50.725Z] Login Succeeded [2021-01-20T10:02:50.725Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:02:50.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:02:50.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:02:50.725Z] Configure a credential helper to remove this warning. See [2021-01-20T10:02:50.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:02:50.725Z] [2021-01-20T10:02:50.725Z] Login Succeeded [2021-01-20T10:02:50.725Z] docker.io [2021-01-20T10:02:50.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:02:51.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:02:51.251Z] Configure a credential helper to remove this warning. See [2021-01-20T10:02:51.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:02:51.251Z] [2021-01-20T10:02:51.251Z] Login Succeeded [2021-01-20T10:02:51.251Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:02:51.260Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T10:02:51.561Z] ========================================================= [2021-01-20T10:02:51.561Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T10:02:51.561Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:51.901Z] + 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-01-20T10:02:52.162Z] Sending build context to Docker daemon 16.59MB [2021-01-20T10:02:52.162Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:02:52.162Z] Step 2/8 : FROM ${BASE} [2021-01-20T10:02:52.163Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T10:02:52.163Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T10:02:52.163Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T10:02:52.163Z] de9db76c5a1d: Pulling fs layer [2021-01-20T10:02:52.163Z] bca2f99d35d6: Pulling fs layer [2021-01-20T10:02:52.163Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T10:02:52.163Z] 7c6f9722023f: Pulling fs layer [2021-01-20T10:02:52.163Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T10:02:52.163Z] 93359f2a8cfa: Waiting [2021-01-20T10:02:52.163Z] 7c6f9722023f: Waiting [2021-01-20T10:02:52.163Z] a35cf1a2eb13: Waiting [2021-01-20T10:02:52.163Z] bca2f99d35d6: Waiting [2021-01-20T10:02:52.163Z] de9db76c5a1d: Verifying Checksum [2021-01-20T10:02:52.163Z] de9db76c5a1d: Download complete [2021-01-20T10:02:52.163Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T10:02:52.163Z] 0ef7d3d256c8: Download complete [2021-01-20T10:02:52.424Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T10:02:52.424Z] 93359f2a8cfa: Download complete [2021-01-20T10:02:52.424Z] 7c6f9722023f: Verifying Checksum [2021-01-20T10:02:52.424Z] 7c6f9722023f: Download complete [2021-01-20T10:02:52.424Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T10:02:52.424Z] 188c0c94c7c5: Download complete [2021-01-20T10:02:52.688Z] 188c0c94c7c5: Pull complete [2021-01-20T10:02:52.951Z] 0ef7d3d256c8: Pull complete [2021-01-20T10:02:52.951Z] de9db76c5a1d: Pull complete [2021-01-20T10:02:53.899Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T10:02:53.899Z] a35cf1a2eb13: Download complete [2021-01-20T10:02:54.850Z] bca2f99d35d6: Verifying Checksum [2021-01-20T10:02:54.850Z] bca2f99d35d6: Download complete [2021-01-20T10:03:00.203Z] bca2f99d35d6: Pull complete [2021-01-20T10:03:00.203Z] 93359f2a8cfa: Pull complete [2021-01-20T10:03:00.203Z] 7c6f9722023f: Pull complete [2021-01-20T10:03:06.837Z] a35cf1a2eb13: Pull complete [2021-01-20T10:03:06.837Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T10:03:06.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T10:03:06.837Z] ---> a62c8e92a672 [2021-01-20T10:03:06.837Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T10:03:06.837Z] ---> Running in 1a76612adf25 [2021-01-20T10:03:06.837Z] Removing intermediate container 1a76612adf25 [2021-01-20T10:03:06.837Z] ---> dbfe18f41bcb [2021-01-20T10:03:06.837Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:03:06.837Z] ---> Running in c531039dc9d2 [2021-01-20T10:03:07.421Z] Removing intermediate container c531039dc9d2 [2021-01-20T10:03:07.421Z] ---> 7e378cf7b1eb [2021-01-20T10:03:07.421Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T10:03:07.421Z] ---> Running in d0023f643e1b [2021-01-20T10:03:07.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T10:03:08.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T10:03:09.898Z] OK: 166 MiB in 39 packages [2021-01-20T10:03:10.162Z] Removing intermediate container d0023f643e1b [2021-01-20T10:03:10.162Z] ---> f09dc8c64988 [2021-01-20T10:03:10.162Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T10:03:10.162Z] ---> Running in 0eb7bac427d2 [2021-01-20T10:03:10.424Z] Removing intermediate container 0eb7bac427d2 [2021-01-20T10:03:10.424Z] ---> b105c635f097 [2021-01-20T10:03:10.424Z] Step 7/8 : COPY . . [2021-01-20T10:03:11.825Z] ---> 06d67ba8f434 [2021-01-20T10:03:11.825Z] Step 8/8 : RUN go mod download [2021-01-20T10:03:12.093Z] ---> Running in 655c0da61af8 [2021-01-20T10:03:34.124Z] Removing intermediate container 655c0da61af8 [2021-01-20T10:03:34.124Z] ---> 24eb41b3a604 [2021-01-20T10:03:34.124Z] Successfully built 24eb41b3a604 [2021-01-20T10:03:34.124Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:03:34.514Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T10:03:34.514Z] . [Pipeline] withDockerContainer [2021-01-20T10:03:34.774Z] prd-centos7-docker-4c-2g-21587 does not seem to be running inside a container [2021-01-20T10:03:34.820Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T10:03:35.662Z] $ docker top 882c631f2c43964350fb293a72dd896287bb70ddc3f02068c529a53d94d5bdc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:03:36.167Z] + go version [2021-01-20T10:03:36.167Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T10:03:36.179Z] $ docker stop --time=1 882c631f2c43964350fb293a72dd896287bb70ddc3f02068c529a53d94d5bdc5 [2021-01-20T10:03:37.507Z] $ docker rm -f 882c631f2c43964350fb293a72dd896287bb70ddc3f02068c529a53d94d5bdc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:03:38.347Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T10:03:38.347Z] . [Pipeline] withDockerContainer [2021-01-20T10:03:38.445Z] prd-centos7-docker-4c-2g-21587 does not seem to be running inside a container [2021-01-20T10:03:38.513Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T10:03:39.136Z] $ docker top 2f68ea0429c5e76c467f23291a99236335b7c06ab1d88da200b42a752b492dc2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:03:39.698Z] + make test [2021-01-20T10:03:39.698Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T10:03:40.664Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T10:03:48.932Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-20T10:03:48.932Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-20T10:03:48.932Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-20T10:03:48.932Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-20T10:03:48.932Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-20T10:03:48.932Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-20T10:03:48.932Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-20T10:03:48.932Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-20T10:03:48.932Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-20T10:03:48.932Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-20T10:03:48.932Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-20T10:03:48.932Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-20T10:03:48.932Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-20T10:03:49.524Z] $ docker stop --time=1 2f68ea0429c5e76c467f23291a99236335b7c06ab1d88da200b42a752b492dc2 [2021-01-20T10:03:51.723Z] $ docker rm -f 2f68ea0429c5e76c467f23291a99236335b7c06ab1d88da200b42a752b492dc2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T10:03:52.279Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T10:03:52.600Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-20T10:03:55.044Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T10:03:55.340Z] + ls -al . [2021-01-20T10:03:55.340Z] total 88 [2021-01-20T10:03:55.340Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 20 10:03 . [2021-01-20T10:03:55.340Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 20 10:02 .. [2021-01-20T10:03:55.340Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 10:02 assets [2021-01-20T10:03:55.340Z] drwxrwxr-x. 2 jenkins jenkins 35 Jan 20 10:02 bin [2021-01-20T10:03:55.340Z] drwxrwxr-x. 3 jenkins jenkins 29 Jan 20 10:02 cmd [2021-01-20T10:03:55.340Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jan 20 10:02 CONTRIBUTING.md [2021-01-20T10:03:55.340Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 20 10:03 coverage.out [2021-01-20T10:03:55.340Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jan 20 10:02 Dockerfile [2021-01-20T10:03:55.340Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 20 10:02 Dockerfile.build [2021-01-20T10:03:55.340Z] drwxrwxr-x. 5 jenkins jenkins 104 Jan 20 10:02 docs [2021-01-20T10:03:55.340Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 20 10:02 .git [2021-01-20T10:03:55.340Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 10:02 .github [2021-01-20T10:03:55.340Z] -rw-rw-r--. 1 jenkins jenkins 153 Jan 20 10:02 .gitignore [2021-01-20T10:03:55.340Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jan 20 10:02 go.mod [2021-01-20T10:03:55.340Z] -rw-r--r--. 1 jenkins jenkins 20629 Jan 20 10:03 go.sum [2021-01-20T10:03:55.340Z] drwxrwxr-x. 10 jenkins jenkins 139 Jan 20 10:02 internal [2021-01-20T10:03:55.340Z] -rw-rw-r--. 1 jenkins jenkins 652 Jan 20 10:02 Jenkinsfile [2021-01-20T10:03:55.340Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jan 20 10:02 LICENSE [2021-01-20T10:03:55.340Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 20 10:02 Makefile [2021-01-20T10:03:55.340Z] -rw-rw-r--. 1 jenkins jenkins 4535 Jan 20 10:02 README.md [2021-01-20T10:03:55.340Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 20 10:01 VERSION [2021-01-20T10:03:55.340Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 20 10:02 version.go [2021-01-20T10:03:55.340Z] drwxrwxr-x. 4 jenkins jenkins 266 Jan 20 10:02 web [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:03:55.647Z] + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=2a6915c960fb14954e41c173a8222625a036416b --label arch=amd64 --label version=0.0.0 . [2021-01-20T10:03:55.911Z] Sending build context to Docker daemon 16.61MB [2021-01-20T10:03:55.911Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:03:55.911Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-20T10:03:55.911Z] ---> 24eb41b3a604 [2021-01-20T10:03:55.911Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-20T10:03:56.497Z] ---> Running in 89c2b8671f76 [2021-01-20T10:03:56.769Z] Removing intermediate container 89c2b8671f76 [2021-01-20T10:03:56.769Z] ---> 15134b662fe4 [2021-01-20T10:03:56.769Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T10:03:56.769Z] ---> Running in 109fde4a7e03 [2021-01-20T10:03:57.033Z] Removing intermediate container 109fde4a7e03 [2021-01-20T10:03:57.033Z] ---> ccd7b49a4789 [2021-01-20T10:03:57.033Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T10:03:57.033Z] ---> Running in c8dd6cb7c290 [2021-01-20T10:03:57.295Z] Removing intermediate container c8dd6cb7c290 [2021-01-20T10:03:57.295Z] ---> 5959a4c8ab71 [2021-01-20T10:03:57.295Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-20T10:03:57.295Z] ---> Running in d7c05f42124d [2021-01-20T10:03:57.558Z] Removing intermediate container d7c05f42124d [2021-01-20T10:03:57.558Z] ---> 83142d018e21 [2021-01-20T10:03:57.558Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-20T10:03:57.558Z] ---> Running in 3138e6a3f319 [2021-01-20T10:03:57.558Z] Removing intermediate container 3138e6a3f319 [2021-01-20T10:03:57.558Z] ---> eb38df76a310 [2021-01-20T10:03:57.558Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:03:57.835Z] ---> Running in 38e880d6dd06 [2021-01-20T10:03:58.787Z] Removing intermediate container 38e880d6dd06 [2021-01-20T10:03:58.787Z] ---> e84acf0a7686 [2021-01-20T10:03:58.787Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T10:03:58.787Z] ---> Running in a5cce1c5c613 [2021-01-20T10:03:59.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T10:03:59.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T10:04:00.884Z] OK: 166 MiB in 39 packages [2021-01-20T10:04:01.153Z] Removing intermediate container a5cce1c5c613 [2021-01-20T10:04:01.153Z] ---> 28025b72d7d0 [2021-01-20T10:04:01.153Z] Step 10/24 : ENV GO111MODULE=on [2021-01-20T10:04:01.415Z] ---> Running in 003833d12542 [2021-01-20T10:04:01.415Z] Removing intermediate container 003833d12542 [2021-01-20T10:04:01.415Z] ---> af836b2b3528 [2021-01-20T10:04:01.415Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-20T10:04:01.415Z] ---> Running in b3c515f15fe3 [2021-01-20T10:04:01.679Z] Removing intermediate container b3c515f15fe3 [2021-01-20T10:04:01.679Z] ---> a400e9fab04f [2021-01-20T10:04:01.679Z] Step 12/24 : COPY go.mod . [2021-01-20T10:04:01.944Z] ---> 14933317fe22 [2021-01-20T10:04:01.944Z] Step 13/24 : COPY Makefile . [2021-01-20T10:04:02.206Z] ---> d1d8de362d04 [2021-01-20T10:04:02.206Z] Step 14/24 : RUN make update [2021-01-20T10:04:02.206Z] ---> Running in a6a8f909b6cd [2021-01-20T10:04:02.467Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T10:04:03.045Z] Removing intermediate container a6a8f909b6cd [2021-01-20T10:04:03.045Z] ---> 788de6fd4bc8 [2021-01-20T10:04:03.045Z] Step 15/24 : COPY . . [2021-01-20T10:04:04.969Z] ---> 4231bf670785 [2021-01-20T10:04:04.969Z] Step 16/24 : RUN ${MAKE} [2021-01-20T10:04:04.969Z] ---> Running in f24069b06cb8 [2021-01-20T10:04:05.239Z] 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-01-20T10:04:13.542Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T10:04:15.469Z] Removing intermediate container f24069b06cb8 [2021-01-20T10:04:15.469Z] ---> af53205710dc [2021-01-20T10:04:15.469Z] Step 17/24 : FROM alpine:3.12 [2021-01-20T10:04:16.045Z] 3.12: Pulling from library/alpine [2021-01-20T10:04:17.441Z] 801bfaa63ef2: Pulling fs layer [2021-01-20T10:04:17.441Z] 801bfaa63ef2: Verifying Checksum [2021-01-20T10:04:17.441Z] 801bfaa63ef2: Download complete [2021-01-20T10:04:17.705Z] 801bfaa63ef2: Pull complete [2021-01-20T10:04:17.705Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T10:04:17.966Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T10:04:17.966Z] ---> 389fef711851 [2021-01-20T10:04:17.966Z] Step 18/24 : EXPOSE 4000 [2021-01-20T10:04:17.966Z] ---> Running in 34a7502521da [2021-01-20T10:04:18.237Z] Removing intermediate container 34a7502521da [2021-01-20T10:04:18.237Z] ---> 76872fef9201 [2021-01-20T10:04:18.237Z] 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-01-20T10:04:19.193Z] ---> a35505fae503 [2021-01-20T10:04:19.193Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T10:04:19.193Z] ---> Running in a503a0dc15f9 [2021-01-20T10:04:19.193Z] Removing intermediate container a503a0dc15f9 [2021-01-20T10:04:19.193Z] ---> a5d30fe6b0f7 [2021-01-20T10:04:19.193Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-20T10:04:19.456Z] ---> Running in ba47663df3c5 [2021-01-20T10:04:19.456Z] Removing intermediate container ba47663df3c5 [2021-01-20T10:04:19.456Z] ---> 475c25722f40 [2021-01-20T10:04:19.456Z] Step 22/24 : LABEL arch=amd64 [2021-01-20T10:04:19.719Z] ---> Running in cafa322d468a [2021-01-20T10:04:19.719Z] Removing intermediate container cafa322d468a [2021-01-20T10:04:19.719Z] ---> bd0b71590050 [2021-01-20T10:04:19.719Z] Step 23/24 : LABEL git_sha=2a6915c960fb14954e41c173a8222625a036416b [2021-01-20T10:04:19.719Z] ---> Running in 03d4f6ced53b [2021-01-20T10:04:19.982Z] Removing intermediate container 03d4f6ced53b [2021-01-20T10:04:19.982Z] ---> b64d8170f087 [2021-01-20T10:04:19.982Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T10:04:19.982Z] ---> Running in 7df36ca46996 [2021-01-20T10:04:20.244Z] Removing intermediate container 7df36ca46996 [2021-01-20T10:04:20.244Z] ---> 7d758b78775b [2021-01-20T10:04:20.244Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T10:04:20.244Z] Successfully built 7d758b78775b [2021-01-20T10:04:20.244Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-20T10:04:58.751Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21590 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws [2021-01-20T10:04:58.804Z] Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout [2021-01-20T10:05:04.034Z] using credential edgex-jenkins-ssh [2021-01-20T10:05:04.106Z] Cloning the remote Git repository [2021-01-20T10:05:04.183Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:05:04.295Z] > git init /w/workspace/edgex-ui-go/3 # timeout=10 [2021-01-20T10:05:04.367Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:05:04.368Z] > git --version # timeout=10 [2021-01-20T10:05:04.385Z] > git --version # 'git version 2.17.1' [2021-01-20T10:05:04.386Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:05:04.430Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:05:07.610Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:05:07.642Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:05:07.668Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:05:07.705Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:05:07.706Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:05:07.723Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T10:05:08.267Z] Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 2a6915c960fb14954e41c173a8222625a036416b [2021-01-20T10:05:08.695Z] Merge succeeded, producing 2a6915c960fb14954e41c173a8222625a036416b [2021-01-20T10:05:08.696Z] Checking out Revision 2a6915c960fb14954e41c173a8222625a036416b (PR-289) [2021-01-20T10:05:08.304Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:05:08.335Z] > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 [2021-01-20T10:05:08.603Z] > git remote # timeout=10 [2021-01-20T10:05:08.630Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T10:05:08.654Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:05:08.665Z] > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 [2021-01-20T10:05:08.689Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T10:05:08.717Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:05:08.728Z] > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 [2021-01-20T10:05:13.408Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T10:05:14.957Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:05:15.393Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:05:15.738Z] + true [2021-01-20T10:05:15.738Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:05:18.443Z] provisioning config files... [2021-01-20T10:05:18.485Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config1354988899152880548tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:05:18.950Z] ---> docker-login.sh [2021-01-20T10:05:18.950Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:05:19.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:05:20.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:05:20.215Z] Configure a credential helper to remove this warning. See [2021-01-20T10:05:20.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:05:20.215Z] [2021-01-20T10:05:20.215Z] Login Succeeded [2021-01-20T10:05:20.215Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:05:20.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:05:20.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:05:20.765Z] Configure a credential helper to remove this warning. See [2021-01-20T10:05:20.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:05:20.765Z] [2021-01-20T10:05:20.765Z] Login Succeeded [2021-01-20T10:05:20.765Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:05:21.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:05:21.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:05:21.311Z] Configure a credential helper to remove this warning. See [2021-01-20T10:05:21.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:05:21.311Z] [2021-01-20T10:05:21.311Z] Login Succeeded [2021-01-20T10:05:21.311Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:05:21.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:05:21.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:05:21.585Z] Configure a credential helper to remove this warning. See [2021-01-20T10:05:21.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:05:21.585Z] [2021-01-20T10:05:21.585Z] Login Succeeded [2021-01-20T10:05:21.585Z] docker.io [2021-01-20T10:05:22.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:05:22.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:05:22.454Z] Configure a credential helper to remove this warning. See [2021-01-20T10:05:22.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:05:22.454Z] [2021-01-20T10:05:22.454Z] Login Succeeded [2021-01-20T10:05:22.454Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:05:22.472Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T10:05:22.952Z] ========================================================= [2021-01-20T10:05:22.952Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T10:05:22.952Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:05:23.331Z] + 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-01-20T10:05:23.936Z] Sending build context to Docker daemon 16.59MB [2021-01-20T10:05:23.937Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:05:23.937Z] Step 2/8 : FROM ${BASE} [2021-01-20T10:05:24.213Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T10:05:24.213Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T10:05:24.213Z] a4357932f1b6: Pulling fs layer [2021-01-20T10:05:24.213Z] 18c013af1878: Pulling fs layer [2021-01-20T10:05:24.213Z] 00ac8860ef70: Pulling fs layer [2021-01-20T10:05:24.213Z] 63d7cb157983: Pulling fs layer [2021-01-20T10:05:24.213Z] b116817d02f9: Pulling fs layer [2021-01-20T10:05:24.213Z] 745a02a5169b: Pulling fs layer [2021-01-20T10:05:24.213Z] 63d7cb157983: Waiting [2021-01-20T10:05:24.213Z] b116817d02f9: Waiting [2021-01-20T10:05:24.213Z] 745a02a5169b: Waiting [2021-01-20T10:05:24.213Z] 00ac8860ef70: Waiting [2021-01-20T10:05:24.213Z] 18c013af1878: Verifying Checksum [2021-01-20T10:05:24.213Z] 18c013af1878: Download complete [2021-01-20T10:05:24.213Z] a4357932f1b6: Verifying Checksum [2021-01-20T10:05:24.213Z] a4357932f1b6: Download complete [2021-01-20T10:05:24.213Z] 63d7cb157983: Verifying Checksum [2021-01-20T10:05:24.213Z] 63d7cb157983: Download complete [2021-01-20T10:05:24.213Z] b116817d02f9: Verifying Checksum [2021-01-20T10:05:24.213Z] b116817d02f9: Download complete [2021-01-20T10:05:24.213Z] 5f621e34cdf4: Download complete [2021-01-20T10:05:24.819Z] 5f621e34cdf4: Pull complete [2021-01-20T10:05:25.437Z] a4357932f1b6: Pull complete [2021-01-20T10:05:26.046Z] 18c013af1878: Pull complete [2021-01-20T10:05:27.024Z] 745a02a5169b: Verifying Checksum [2021-01-20T10:05:27.024Z] 745a02a5169b: Download complete [2021-01-20T10:05:28.002Z] 00ac8860ef70: Verifying Checksum [2021-01-20T10:05:28.002Z] 00ac8860ef70: Download complete [2021-01-20T10:05:38.156Z] 00ac8860ef70: Pull complete [2021-01-20T10:05:38.156Z] 63d7cb157983: Pull complete [2021-01-20T10:05:38.427Z] b116817d02f9: Pull complete [2021-01-20T10:05:42.746Z] 745a02a5169b: Pull complete [2021-01-20T10:05:42.746Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T10:05:42.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T10:05:42.746Z] ---> b7e6874047d6 [2021-01-20T10:05:42.746Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T10:05:45.382Z] ---> Running in 39009376522f [2021-01-20T10:05:45.383Z] Removing intermediate container 39009376522f [2021-01-20T10:05:45.383Z] ---> 26ff0b1230c4 [2021-01-20T10:05:45.383Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:05:45.655Z] ---> Running in 82fc87b955ef [2021-01-20T10:05:47.636Z] Removing intermediate container 82fc87b955ef [2021-01-20T10:05:47.636Z] ---> 940f73dea63b [2021-01-20T10:05:47.636Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T10:05:47.911Z] ---> Running in d9c6117d8254 [2021-01-20T10:05:48.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T10:05:49.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T10:05:50.462Z] OK: 142 MiB in 39 packages [2021-01-20T10:05:51.446Z] Removing intermediate container d9c6117d8254 [2021-01-20T10:05:51.446Z] ---> 4cc4ff2bd1d9 [2021-01-20T10:05:51.446Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T10:05:51.720Z] ---> Running in b88921d828b4 [2021-01-20T10:05:52.317Z] Removing intermediate container b88921d828b4 [2021-01-20T10:05:52.317Z] ---> bdc16dfbd487 [2021-01-20T10:05:52.317Z] Step 7/8 : COPY . . [2021-01-20T10:05:54.296Z] ---> 8abba8e2f1d1 [2021-01-20T10:05:54.296Z] Step 8/8 : RUN go mod download [2021-01-20T10:05:54.570Z] ---> Running in 719329b72b29 [2021-01-20T10:06:21.452Z] Removing intermediate container 719329b72b29 [2021-01-20T10:06:21.452Z] ---> 46471de884d6 [2021-01-20T10:06:21.452Z] Successfully built 46471de884d6 [2021-01-20T10:06:21.452Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:06:21.833Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T10:06:21.833Z] . [Pipeline] withDockerContainer [2021-01-20T10:06:22.104Z] prd-ubuntu18.04-docker-arm64-4c-16g-21590 does not seem to be running inside a container [2021-01-20T10:06:22.201Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T10:06:23.692Z] $ docker top db8969d7e521a940400e4dddf2134da105678ce878613be051b472360ad13913 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:06:24.714Z] + go version [2021-01-20T10:06:24.714Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T10:06:24.746Z] $ docker stop --time=1 db8969d7e521a940400e4dddf2134da105678ce878613be051b472360ad13913 [2021-01-20T10:06:26.658Z] $ docker rm -f db8969d7e521a940400e4dddf2134da105678ce878613be051b472360ad13913 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:06:27.624Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T10:06:27.624Z] . [Pipeline] withDockerContainer [2021-01-20T10:06:27.884Z] prd-ubuntu18.04-docker-arm64-4c-16g-21590 does not seem to be running inside a container [2021-01-20T10:06:27.969Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T10:06:29.457Z] $ docker top c3f11ca83cb33c57eb6b1c1c4fb04d2f0c531ac19e3d2a38f222cef11fb3fe0a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:06:30.490Z] + make test [2021-01-20T10:06:30.491Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T10:06:31.944Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T10:06:54.148Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-20T10:06:54.148Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-20T10:06:54.148Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-20T10:06:54.148Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-20T10:06:54.148Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-20T10:06:54.148Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-20T10:06:54.148Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-20T10:06:54.148Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-20T10:06:54.148Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-20T10:06:54.148Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-20T10:06:54.148Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-20T10:06:54.148Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-20T10:06:54.148Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-20T10:06:59.607Z] $ docker stop --time=1 c3f11ca83cb33c57eb6b1c1c4fb04d2f0c531ac19e3d2a38f222cef11fb3fe0a [2021-01-20T10:07:01.839Z] $ docker rm -f c3f11ca83cb33c57eb6b1c1c4fb04d2f0c531ac19e3d2a38f222cef11fb3fe0a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T10:07:02.639Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T10:07:02.664Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T10:07:03.372Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T10:07:04.261Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T10:07:04.643Z] + ls -al . [2021-01-20T10:07:04.643Z] total 124 [2021-01-20T10:07:04.643Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 10:06 . [2021-01-20T10:07:04.643Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 10:05 .. [2021-01-20T10:07:04.643Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 10:05 .git [2021-01-20T10:07:04.644Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 10:05 .github [2021-01-20T10:07:04.644Z] -rw-rw-r-- 1 jenkins jenkins 153 Jan 20 10:05 .gitignore [2021-01-20T10:07:04.644Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jan 20 10:05 CONTRIBUTING.md [2021-01-20T10:07:04.644Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jan 20 10:05 Dockerfile [2021-01-20T10:07:04.644Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 20 10:05 Dockerfile.build [2021-01-20T10:07:04.644Z] -rw-rw-r-- 1 jenkins jenkins 652 Jan 20 10:05 Jenkinsfile [2021-01-20T10:07:04.644Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jan 20 10:05 LICENSE [2021-01-20T10:07:04.644Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 20 10:05 Makefile [2021-01-20T10:07:04.644Z] -rw-rw-r-- 1 jenkins jenkins 4535 Jan 20 10:05 README.md [2021-01-20T10:07:04.644Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 20 10:01 VERSION [2021-01-20T10:07:04.644Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 10:05 assets [2021-01-20T10:07:04.644Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 10:05 bin [2021-01-20T10:07:04.644Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 10:05 cmd [2021-01-20T10:07:04.644Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 20 10:06 coverage.out [2021-01-20T10:07:04.644Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 20 10:05 docs [2021-01-20T10:07:04.644Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jan 20 10:05 go.mod [2021-01-20T10:07:04.644Z] -rw-r--r-- 1 jenkins jenkins 20629 Jan 20 10:06 go.sum [2021-01-20T10:07:04.644Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 10:05 internal [2021-01-20T10:07:04.644Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 20 10:05 version.go [2021-01-20T10:07:04.644Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 10:05 web [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:07:05.069Z] + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=2a6915c960fb14954e41c173a8222625a036416b --label arch=arm64 --label version=0.0.0 . [2021-01-20T10:07:05.683Z] Sending build context to Docker daemon 16.61MB [2021-01-20T10:07:05.683Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:07:05.683Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-20T10:07:05.683Z] ---> 46471de884d6 [2021-01-20T10:07:05.683Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-20T10:07:06.277Z] ---> Running in 67873d92cd2b [2021-01-20T10:07:06.553Z] Removing intermediate container 67873d92cd2b [2021-01-20T10:07:06.553Z] ---> 4d42a5defcc0 [2021-01-20T10:07:06.553Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T10:07:06.835Z] ---> Running in db5619d48f79 [2021-01-20T10:07:07.430Z] Removing intermediate container db5619d48f79 [2021-01-20T10:07:07.430Z] ---> aa76e44b7103 [2021-01-20T10:07:07.430Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T10:07:07.430Z] ---> Running in a447f44b2ae5 [2021-01-20T10:07:07.702Z] Removing intermediate container a447f44b2ae5 [2021-01-20T10:07:07.702Z] ---> e0e5dcc0db9d [2021-01-20T10:07:07.702Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-20T10:07:07.976Z] ---> Running in 479c37dc581b [2021-01-20T10:07:08.254Z] Removing intermediate container 479c37dc581b [2021-01-20T10:07:08.254Z] ---> a96677efc335 [2021-01-20T10:07:08.254Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-20T10:07:08.525Z] ---> Running in 62b38068cec6 [2021-01-20T10:07:08.801Z] Removing intermediate container 62b38068cec6 [2021-01-20T10:07:08.801Z] ---> 5176cd910d63 [2021-01-20T10:07:08.801Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:07:09.077Z] ---> Running in 695c7c535164 [2021-01-20T10:07:11.050Z] Removing intermediate container 695c7c535164 [2021-01-20T10:07:11.050Z] ---> 08acdfddfa05 [2021-01-20T10:07:11.050Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T10:07:11.326Z] ---> Running in e2a94aa8a065 [2021-01-20T10:07:12.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T10:07:12.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T10:07:13.870Z] OK: 142 MiB in 39 packages [2021-01-20T10:07:14.849Z] Removing intermediate container e2a94aa8a065 [2021-01-20T10:07:14.849Z] ---> bdf32904a5f3 [2021-01-20T10:07:14.849Z] Step 10/24 : ENV GO111MODULE=on [2021-01-20T10:07:14.849Z] ---> Running in dcc440b23ee0 [2021-01-20T10:07:15.123Z] Removing intermediate container dcc440b23ee0 [2021-01-20T10:07:15.123Z] ---> 7eac32a2cf4d [2021-01-20T10:07:15.123Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-20T10:07:15.400Z] ---> Running in 2d64e91f56b7 [2021-01-20T10:07:15.993Z] Removing intermediate container 2d64e91f56b7 [2021-01-20T10:07:15.994Z] ---> 46640f83616a [2021-01-20T10:07:15.994Z] Step 12/24 : COPY go.mod . [2021-01-20T10:07:16.591Z] ---> ef2c90212ad8 [2021-01-20T10:07:16.591Z] Step 13/24 : COPY Makefile . [2021-01-20T10:07:17.183Z] ---> a7ff9a760630 [2021-01-20T10:07:17.183Z] Step 14/24 : RUN make update [2021-01-20T10:07:17.183Z] ---> Running in 0bc696e5cfd5 [2021-01-20T10:07:18.621Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T10:07:19.599Z] Removing intermediate container 0bc696e5cfd5 [2021-01-20T10:07:19.599Z] ---> 61dca184e8fc [2021-01-20T10:07:19.599Z] Step 15/24 : COPY . . [2021-01-20T10:07:21.574Z] ---> 4703e39cd200 [2021-01-20T10:07:21.574Z] Step 16/24 : RUN ${MAKE} [2021-01-20T10:07:21.852Z] ---> Running in b343d710cf9f [2021-01-20T10:07:22.838Z] 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-01-20T10:07:45.039Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T10:07:50.427Z] Removing intermediate container b343d710cf9f [2021-01-20T10:07:50.427Z] ---> 3895ced55426 [2021-01-20T10:07:50.427Z] Step 17/24 : FROM alpine:3.12 [2021-01-20T10:07:51.399Z] 3.12: Pulling from library/alpine [2021-01-20T10:07:51.399Z] 159e5727ea61: Pulling fs layer [2021-01-20T10:07:51.669Z] 159e5727ea61: Verifying Checksum [2021-01-20T10:07:52.259Z] 159e5727ea61: Pull complete [2021-01-20T10:07:52.531Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T10:07:52.531Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T10:07:52.531Z] ---> afeebe901d6b [2021-01-20T10:07:52.531Z] Step 18/24 : EXPOSE 4000 [2021-01-20T10:07:52.804Z] ---> Running in db70a7f8bc48 [2021-01-20T10:07:53.076Z] Removing intermediate container db70a7f8bc48 [2021-01-20T10:07:53.076Z] ---> 06393efa32e5 [2021-01-20T10:07:53.076Z] 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-01-20T10:07:55.046Z] ---> f7f0e85b2570 [2021-01-20T10:07:55.046Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T10:07:55.046Z] ---> Running in 500c61c5b3b6 [2021-01-20T10:07:55.324Z] Removing intermediate container 500c61c5b3b6 [2021-01-20T10:07:55.324Z] ---> 4fdfa54f4507 [2021-01-20T10:07:55.324Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-20T10:07:55.324Z] ---> Running in fcbe69661c49 [2021-01-20T10:07:55.913Z] Removing intermediate container fcbe69661c49 [2021-01-20T10:07:55.914Z] ---> 34af01670be2 [2021-01-20T10:07:55.914Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T10:07:55.914Z] ---> Running in 9254c3c735e2 [2021-01-20T10:07:56.515Z] Removing intermediate container 9254c3c735e2 [2021-01-20T10:07:56.515Z] ---> 97ed975a9949 [2021-01-20T10:07:56.515Z] Step 23/24 : LABEL git_sha=2a6915c960fb14954e41c173a8222625a036416b [2021-01-20T10:07:56.515Z] ---> Running in e96bb9acaf8f [2021-01-20T10:07:57.109Z] Removing intermediate container e96bb9acaf8f [2021-01-20T10:07:57.109Z] ---> 5489135ff421 [2021-01-20T10:07:57.109Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T10:07:57.109Z] ---> Running in 27d0c2aa144b [2021-01-20T10:07:57.384Z] Removing intermediate container 27d0c2aa144b [2021-01-20T10:07:57.384Z] ---> 049a6c5a411d [2021-01-20T10:07:57.384Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T10:07:57.654Z] Successfully built 049a6c5a411d [2021-01-20T10:07:57.654Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-20T10:07:59.233Z] provisioning config files... [2021-01-20T10:07:59.253Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config4757165959515807004tmp [Pipeline] { [Pipeline] sh [2021-01-20T10:07:59.678Z] + set +x [2021-01-20T10:07:59.678Z] + bash -s -- [2021-01-20T10:07:59.678Z] + curl -s https://codecov.io/bash [2021-01-20T10:07:59.946Z] [2021-01-20T10:07:59.946Z] _____ _ [2021-01-20T10:07:59.946Z] / ____| | | [2021-01-20T10:07:59.946Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T10:07:59.946Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T10:07:59.946Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T10:07:59.946Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T10:07:59.946Z] Bash-20210115-cec3c92 [2021-01-20T10:07:59.946Z] [2021-01-20T10:07:59.946Z] [2021-01-20T10:07:59.946Z] ==> git version 2.24.3 found [2021-01-20T10:07:59.946Z] ==> 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-01-20T10:07:59.946Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T10:07:59.946Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T10:07:59.946Z] ==> Jenkins CI detected. [2021-01-20T10:07:59.946Z] project root: . [2021-01-20T10:07:59.946Z] --> token set from env [2021-01-20T10:07:59.946Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T10:08:00.223Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T10:08:00.223Z] ==> Python coveragepy not found [2021-01-20T10:08:00.223Z] ==> Searching for coverage reports in: [2021-01-20T10:08:00.223Z] + . [2021-01-20T10:08:00.223Z] -> Found 1 reports [2021-01-20T10:08:00.223Z] ==> Detecting git/mercurial file structure [2021-01-20T10:08:00.223Z] ==> Reading reports [2021-01-20T10:08:00.223Z] + ./coverage.out bytes=10 [2021-01-20T10:08:00.223Z] ==> Appending adjustments [2021-01-20T10:08:00.223Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T10:08:00.497Z] + Found adjustments [2021-01-20T10:08:00.497Z] ==> Gzipping contents [2021-01-20T10:08:00.497Z] 4.0K /tmp/codecov.W5cXy7.gz [2021-01-20T10:08:00.497Z] ==> Uploading reports [2021-01-20T10:08:00.497Z] url: https://codecov.io [2021-01-20T10:08:00.497Z] query: branch=PR-289&commit=2a6915c960fb14954e41c173a8222625a036416b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= [2021-01-20T10:08:00.497Z] -> Pinging Codecov [2021-01-20T10:08:00.498Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-289&commit=2a6915c960fb14954e41c173a8222625a036416b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= [2021-01-20T10:08:01.094Z] -> Uploading to [2021-01-20T10:08:01.094Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/FB506323287CE973F263BFD2A0EB1F37/2a6915c960fb14954e41c173a8222625a036416b/1302bde0-018e-4b23-b1b2-300ea48b2425.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T100800Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f16eb63291380f5c186c15fda4402261ce5a292b9308c9d995e6eb47aff7c583 [2021-01-20T10:08:01.094Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T10:08:01.094Z] Dload Upload Total Spent Left Speed [2021-01-20T10:08:01.366Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2378 0 0 100 2378 0 5232 --:--:-- --:--:-- --:--:-- 5237 [2021-01-20T10:08:01.366Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/2a6915c960fb14954e41c173a8222625a036416b [Pipeline] } [2021-01-20T10:08:01.382Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:08:03.849Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:08:04.483Z] ---> package-listing.sh [2021-01-20T10:08:04.483Z] ++ facter osfamily [2021-01-20T10:08:04.483Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T10:08:04.764Z] + OS_FAMILY=redhat [2021-01-20T10:08:04.764Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-289 [2021-01-20T10:08:04.764Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T10:08:04.764Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T10:08:04.764Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T10:08:04.764Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T10:08:04.764Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' [2021-01-20T10:08:04.764Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T10:08:04.764Z] + case "${OS_FAMILY}" in [2021-01-20T10:08:04.764Z] + rpm -qa [2021-01-20T10:08:04.764Z] + sort [2021-01-20T10:08:13.230Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T10:08:13.230Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T10:08:13.230Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T10:08:13.230Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' [2021-01-20T10:08:13.230Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ [2021-01-20T10:08:13.230Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ [Pipeline] echo [2021-01-20T10:08:13.252Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T10:08:13.584Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:08:13.970Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:08:14.241Z] [2021-01-20T10:08:14.241Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:08:14.646Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:08:14.938Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T10:08:14.938Z] df20fa9351a1: Pulling fs layer [2021-01-20T10:08:14.938Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T10:08:14.938Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T10:08:14.938Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T10:08:14.938Z] 93b61091891f: Pulling fs layer [2021-01-20T10:08:14.938Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T10:08:14.938Z] 5e14af77c1be: Pulling fs layer [2021-01-20T10:08:14.938Z] 01666e4c0597: Pulling fs layer [2021-01-20T10:08:14.938Z] aa168da1d23b: Pulling fs layer [2021-01-20T10:08:14.938Z] 93b9cdb0e59b: Waiting [2021-01-20T10:08:14.938Z] 5e14af77c1be: Waiting [2021-01-20T10:08:14.938Z] 01666e4c0597: Waiting [2021-01-20T10:08:14.938Z] aa168da1d23b: Waiting [2021-01-20T10:08:14.938Z] 46f8f816bc3b: Waiting [2021-01-20T10:08:14.938Z] 93b61091891f: Waiting [2021-01-20T10:08:14.938Z] 36b3adc4ff6f: Download complete [2021-01-20T10:08:14.938Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T10:08:14.938Z] 46f8f816bc3b: Download complete [2021-01-20T10:08:14.938Z] df20fa9351a1: Verifying Checksum [2021-01-20T10:08:14.938Z] df20fa9351a1: Download complete [2021-01-20T10:08:15.351Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T10:08:15.351Z] 93b9cdb0e59b: Download complete [2021-01-20T10:08:15.351Z] 5e14af77c1be: Verifying Checksum [2021-01-20T10:08:15.351Z] 5e14af77c1be: Download complete [2021-01-20T10:08:15.351Z] 01666e4c0597: Verifying Checksum [2021-01-20T10:08:15.351Z] 01666e4c0597: Download complete [2021-01-20T10:08:15.651Z] 93b61091891f: Verifying Checksum [2021-01-20T10:08:15.651Z] 93b61091891f: Download complete [2021-01-20T10:08:16.766Z] df20fa9351a1: Pull complete [2021-01-20T10:08:16.766Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T10:08:16.766Z] 8ad3a11d3b57: Download complete [2021-01-20T10:08:17.438Z] 36b3adc4ff6f: Pull complete [2021-01-20T10:08:21.062Z] 8ad3a11d3b57: Pull complete [2021-01-20T10:08:21.063Z] 46f8f816bc3b: Pull complete [2021-01-20T10:08:21.418Z] 93b61091891f: Pull complete [2021-01-20T10:08:21.770Z] 93b9cdb0e59b: Pull complete [2021-01-20T10:08:22.092Z] 5e14af77c1be: Pull complete [2021-01-20T10:08:22.092Z] 01666e4c0597: Pull complete [2021-01-20T10:08:24.246Z] aa168da1d23b: Verifying Checksum [2021-01-20T10:08:24.246Z] aa168da1d23b: Download complete [2021-01-20T10:08:39.618Z] aa168da1d23b: Pull complete [2021-01-20T10:08:39.618Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T10:08:39.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:08:39.618Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T10:08:40.132Z] prd-centos7-docker-4c-2g-21581 does not seem to be running inside a container [2021-01-20T10:08:40.227Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-20T10:08:43.982Z] $ docker top c71e55534d10951e656b1fbf34914a2efedc85a9e60d7c17412b8c4817f17889 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:08:45.032Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T10:08:45.401Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T10:08:45.923Z] + ls /var/log/sa-host [2021-01-20T10:08:45.923Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T10:08:46.205Z] file_magic: OK [2021-01-20T10:08:46.205Z] HZ: Using current value: 100 [2021-01-20T10:08:46.205Z] file_header: OK [2021-01-20T10:08:46.205Z] 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-01-20T10:08:46.205Z] Statistics: [2021-01-20T10:08:46.205Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T10:08:46.205Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T10:08:46.205Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T10:08:46.205Z] file_magic: OK [2021-01-20T10:08:46.205Z] HZ: Using current value: 100 [2021-01-20T10:08:46.205Z] file_header: OK [2021-01-20T10:08:46.205Z] 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-01-20T10:08:46.205Z] Statistics: [2021-01-20T10:08:46.205Z] Hnuu...uuuununununu... [2021-01-20T10:08:46.205Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T10:08:46.830Z] provisioning config files... [2021-01-20T10:08:46.848Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config2094574260775269815tmp [Pipeline] { [Pipeline] echo [2021-01-20T10:08:46.921Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:08:47.257Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T10:08:47.560Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T10:08:47.652Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:08:48.031Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T10:08:48.051Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:08:48.449Z] ---> sudo-logs.sh [2021-01-20T10:08:48.450Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T10:08:48.761Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:08:49.428Z] ---> job-cost.sh [2021-01-20T10:08:49.428Z] lf-activate-venv: SKIPPING [2021-01-20T10:08:49.428Z] INFO: No Stack... [2021-01-20T10:08:50.870Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T10:08:51.145Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T10:08:51.166Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:08:51.539Z] ---> logs-deploy.sh [2021-01-20T10:08:51.539Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-289/3 [2021-01-20T10:08:51.539Z] INFO: archiving workspace using pattern(s): [2021-01-20T10:08:55.273Z] Archives upload complete. [2021-01-20T10:08:55.273Z] INFO: archiving logs to Nexus